Error propagation when you take the inverse?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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
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
 
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.