Introduction to Uncertainty
Uncertainty is a critical component of any physical measurement. Let's walk through what uncertainty is and why it exists. Then, we can learn how to propagate uncertainty, use fractional uncertainty, and round uncertainty.
Understanding Uncertainty
Let's start off with what uncertainty is. Uncertainty is the inevitable error between our measurement and the true value.
What does that actually mean? Consider this example:
Imagine you are laying tiles for a ballroom. You measure the floor's length to be 2000 cm and your tiles to be 10 cm. You lay 200 tiles, but it doesn't cover the length. How come?
The likely reason is because your tape measure for the room is off by 1 or 2 cm. On top of that, your tiles are not precisely 10 cm long, some are shorter, some longer. This is what we mean by uncertainty - the measured value is different from the true value.
At first, it seems that we should simply use a better tape measure and ensure our tiles are the same length. In reality, this can can only reduce the uncertainty. It is not possible to eliminate uncertainty.
Given these uncertainties, how can we know how many tiles we actually need? Unfortunately, we cannot - we can only estimate. We estimate by thinking of our measurements as random variables.
Normal Random Variables
What are normal random variables? Suppose we measured all of our tiles. We might see lengths of 10, 10.05, 9.8, or even 10.27 cm. After aggregating all this data, we might find that ~68% of the tiles fall within 0.2 cm of 10 cm. If we were to graph this data, it'd look like a normal distribution.
In this case, we say that the mean of the tile's length is 10.0 cm, and the standard deviation of the tile's length is 0.2 cm. We can write our tile's length as 10.0 ± 0.2 cm,
Law of Propagation of Uncertainty
Let's return to the question of how many tiles are needed to cross the room. We can calculate this by dividing our room's length, , by the tile's length, . This will give us a new random variable:
The new mean, , is derived as
The new standard deviation, , is derived by applying the Law of Propagation of Uncertainty, also known as the generalized form of Adding in Quadrature:
Law of Propagation of Uncertainty:
For any differentiable function where are independent and random, the uncertainty is
In our case, . The derivation is as follows:
Thus, we find
In case you are curious what is, try plugging it into the Uncertainty Calculator :) Want to derive the uncertainty equation for other operators and functions? Check out Proofs.
Fractional Uncertainty
We use fractional uncertainties because they represent the percent of uncertainty in our estimate. Fractional uncertainty is defined as the uncertainty of an estimate divided by the absolute value of the best estimate,
When first learning to propagate uncertainty for multiplication, many students are taught to simply add fractional uncertainties, . This is an approximation that is quick to compute, but is actually an upper bound and is less mathematically rigorous than the true formula, [1].
The true formula can be derived from the Law of Propagation of Uncertainty. Check out the multiplication section of Proofs to see that.
Rounding
Now we can propagate uncertainty through any differentiable function, and we understand fractional uncertainty. One last question remains: how do we round our measurements?
The convention is to round the uncertainty to one significant figure. Then, we round the estimated value to the same place value as the uncertainty[2].
For example, we round the uncertainty
References
[1] Taylor, John. An Introduction to Error Analysis - The Study of Uncertainties in Physical Measurements, Second Edition. University Science Books.
[2] Evaluation of Measurement Data — Guide to the Expression of Uncertainty In Measurement (GUM). September, 2008.