No history yet

Uncertainties and Vectors

Dealing with Uncertainty

Every measurement in physics comes with an uncertainty. It's not a mistake, but a reflection of the limits of our instruments and methods. We need to quantify this uncertainty. The simplest form is the absolute uncertainty (Δx{\Delta}x), which has the same units as the measurement itself. For example, a length might be recorded as 5.2±0.15.2 \pm 0.1 cm, where 0.10.1 cm is the absolute uncertainty.

To compare the significance of uncertainties, we often use fractional or percentage forms. The fractional uncertainty is the absolute uncertainty divided by the measurement. The percentage uncertainty is just the fractional uncertainty multiplied by 100.

Fractional Uncertainty=ΔxxPercentage Uncertainty=Δxx×100%\text{Fractional Uncertainty} = \frac{\Delta x}{x} \\ \text{Percentage Uncertainty} = \frac{\Delta x}{x} \times 100\%

Propagating Uncertainties

When you use uncertain measurements in calculations, the uncertainty carries through, or propagates, to the final result. The rules for this depend on the mathematical operation.

For addition or subtraction, you add the absolute uncertainties.

If y=a±b, then Δy=Δa+Δb\text{If } y = a \pm b, \text{ then } \Delta y = \Delta a + \Delta b

For multiplication, division, or powers, the process is different. You must work with fractional or percentage uncertainties.

For multiplication or division, you add the fractional (or percentage) uncertainties.

If y=a×b or y=ab, then Δyy=Δaa+Δbb\text{If } y = a \times b \text{ or } y = \frac{a}{b}, \text{ then } \frac{\Delta y}{y} = \frac{\Delta a}{a} + \frac{\Delta b}{b}

When raising a value to a power, you multiply the fractional uncertainty by that power.

If y=an, then Δyy=n(Δaa)\text{If } y = a^n, \text{ then } \frac{\Delta y}{y} = n \left( \frac{\Delta a}{a} \right)

Errors in Experiments

Experimental errors fall into two main categories. are unpredictable fluctuations in measurements. Taking multiple readings and averaging them can reduce the effect of random errors. They affect the precision of your results.

In contrast, consistently shift measurements in a single direction. For example, a miscalibrated scale that always reads 5 grams too high introduces a systematic error. Averaging multiple readings won't fix this; it affects the accuracy of your results.

Lesson image

In graphs, we represent these uncertainties using error bars. An error bar is a line through a data point, parallel to an axis, that shows the uncertainty in that quantity. If you have uncertainties in both x and y values, your data point will have a cross shape.

The uncertainty in the gradient of a graph is a common requirement in IB Physics. To find it, you draw a line of best fit that passes as close as possible to all data points. Then, you draw two lines of 'worst fit'. These are the lines with the maximum and minimum possible gradients that still pass through the error bars of all data points. The uncertainty in the gradient is then half the difference between the maximum and minimum gradients.

Working with Vectors

Many quantities in physics, like force and velocity, are vectors. They have both magnitude and direction. To perform calculations, we often need to break a vector down into components that lie along the x and y axes. This process is called vector resolution.

Using trigonometry, we can find the magnitudes of these components. If θ{\theta} is the angle the vector makes with the x-axis:

  • The x-component is Vx=VcosθV_x = V \cos{\theta}
  • The y-component is Vy=VsinθV_y = V \sin{\theta}

To add two or more vectors, we first resolve each one into its x and y components. Then, we add all the x-components together to get a total x-component, and do the same for the y-components. Finally, we use the Pythagorean theorem and trigonometry to combine these total components back into a single resultant vector.

Rx=Ax+Bx,Ry=Ay+ByR=Rx2+Ry2θ=tan1(RyRx)R_x = A_x + B_x \quad , \quad R_y = A_y + B_y \\ R = \sqrt{R_x^2 + R_y^2} \\ \theta = \tan^{-1}\left(\frac{R_y}{R_x}\right)

Linearizing Non-linear Data

Many relationships in physics are not linear. For example, the period of a pendulum relates to the square root of its length. Graphing this directly produces a curve, from which it's difficult to determine physical constants like the acceleration due to gravity (gg).

A powerful technique is to manipulate the equation to create a linear relationship, y=mx+cy = mx + c. This is called

Consider the equation for the period of a pendulum, T=2πLgT = 2\pi\sqrt{\frac{L}{g}}. To linearize it, we can square both sides:

T2=(4π2g)LT^2 = \left( \frac{4\pi^2}{g} \right) L

If we now plot T2T^2 on the y-axis and LL on the x-axis, the equation is in the form y=mx+cy = mx + c. Here, y=T2y = T^2, x=Lx = L, the y-intercept c=0c = 0, and the gradient m=4π2gm = \frac{4\pi^2}{g}. By calculating the gradient from our graph, we can rearrange the formula to solve for gg.

Quiz Questions 1/6

A student measures the length of a rod to be 25.0±0.525.0 \pm 0.5 cm. What is the percentage uncertainty in this measurement?

Quiz Questions 2/6

An experimenter consistently reads a burette from above eye level, causing all readings to be slightly lower than the actual value. What type of error is this?

Mastering these skills in handling uncertainties, vectors, and data linearization is fundamental for success in any experimental physics investigation.