What would my uncertainty be with these 2 values?

  • Thread starter Thread starter nukeman
  • Start date Start date
  • Tags Tags
    Uncertainty
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
nukeman
Messages
651
Reaction score
0

Homework Statement



I am doing percent difference of 2 values.

value 1 = .013329 +- .001 cm
value 2 = .013331 +- .001 cm

So, for percent difference I do:

.013331 - .013329 / ((.013331 + .013329)/2)

gives me .015%, but what would my uncertainty be? I don't wuite understand. Thanks!



Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
I believe when you divide or multiply numbers, the uncertainly is the sum of the uncertainty in your original numbers.
 
Percent difference between two values a and b can be written as a function of the two variables a and b:

##p(a,b) = \frac{b - a}{b}100##

If its variables have independent associated errors Δa and Δb, then the error in the function, Δp, can be obtained using partial derivatives of the function w.r.t. those variables, so that:

## \Delta p^2 = \left| \frac{\partial p}{\partial a}\right|^2 \Delta a^2 + \left| \frac{\partial p}{\partial b}\right|^2 \Delta b^2##

You can do the same for functions of any number of variables, f(a,b,c,...). All you need to be able to do is take partial derivatives of the function w.r.t. each of its variables.