When R = f(x, y), uncertainty propagates: Common cases - Sum/difference (R = x y): - Product or quotient (R = xy or x/y): - Power (R = x^n): R / R = |n|…
Physics I136 wordsFree to read
When R=f(x,y), uncertainty propagates:
δR=(∂x∂fδx)2+(∂y∂fδy)2
Common cases
Sum/difference (R=x±y):
δR=(δx)2+(δy)2
Product or quotient (R=xy or x/y):
RδR=(δx/x)2+(δy/y)2
Power (R=xn): δR/R=∣n∣⋅δx/x
Example — v=d/t with d=2.50±0.02 m, t=1.20±0.05 s:
v=2.08±0.09m/s
Key insight: The quantity with the largest relative uncertainty dominates. Improve that measurement first.
Common pitfall: Independent uncertainties combine in quadrature (a2+b2), not by addition — and powers multiply relative errors by the exponent. Adding everything linearly overstates the error; ignoring exponents understates it.
Placeholder: Propagation of Errors
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.