Error propagation when you take the inverse?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 98K views
homestar
Messages
6
Reaction score
0
Say something is a value +/- .05. What happens when you take the inverse of the value? For example, 30 V +/- .05 V. 1/V...what would the error be?
 
Physics news on Phys.org
This is a math question. 1/(x+y)=1/(x(1+y/x)).=.(1/x)(1-y/x)=1/x-y/x2.

The assumption is|y|<<|x|, .=. means approx =

I'll let you do the arithmetic.
 
When you take the inverse, use % error. That is the same for the inverse as for the original.
 
Sorry, I have the same qns but i don't get what both of you are saying, elaborate with example? thanks
 
In the original question, the error in V is 0.05 V or (0.05/30)*100% = 0.1667%.

1/V = 0.0333 V^{-1}. The error in this is also 0.1667%, or about 0.0000556 V^{-1}.
 
The uncertainty in any function of one variable is [itex]\delta y = \left|\frac{dy}{dx}\right| \delta x[/itex]. If y = x^n (in your case n = -1), then [itex]\frac{\delta y}{|y|} = |n| \frac{\delta x}{|x|}[/itex]. For your case, the error is unchanged.

Taylor's book "An introduction to error analysis" is well worth reading.