| Linear approximation |
f(x + dx) ≈ f(x) + f'(x) dx |
√4.03 ≈ 2 + ¼(0.03) = 2.0075 |
quick estimates near a known value |
| Absolute error |
|dy| ≈ |f'(x)| · |dx| |
error in xⁿ is n·x^(n−1)·dx |
propagating a single measurement uncertainty |
| Relative error |
|dy|/|f(x)| ≈ |f'(x)/f(x)| · |dx| |
xⁿ multiplies relative error by n |
power-law uncertainty scaling |
| Multivariable propagation |
dz = (∂f/∂x) dx + (∂f/∂y) dy |
rectangle: dA = w dl + l dw |
combining errors from several inputs |
| Notation algebra |
dy and dx as independent quantities |
chain rule cancellation, ∫…dx substitution |
working symbolically with derivatives |
| Second-order refinement |
Δy ≈ f'(x) dx + ½f''(x)(dx)² |
first two Taylor terms |
improving accuracy beyond the tangent line |