Navigation: Wiki Home > Skills > Error Estimation with Differentials
Every physical measurement has uncertainty. A ruler might measure a length as $10.3 \pm 0.1$ cm. A scale might give a mass as $2.50 \pm 0.02$ kg. These uncertainties propagate through calculations.
Here's the problem: if you measure the radius of a sphere with some error, and then compute the volume, how much error is in the volume? The radius error "amplifies" through the formula $V = \frac{4}{3}\pi r^3$.
Differentials provide an elegant way to estimate this error propagation without tedious exact calculations.
| Property | Value |
|---|---|
| Concept | Linear Approximations and Differentials |
| Chapter | 2.9 |
| Difficulty | Intermediate |
| Time | ~20 minutes |
If $y = f(x)$ and we measure $x$ with an error $\Delta x$, then the resulting error in $y$ is approximately:
$$\boxed{\Delta y \approx dy = f'(x) \cdot dx}$$
Here $dx = \Delta x$ represents the measurement error in $x$.
| Error Type | Definition | Formula |
|---|---|---|
| Absolute error | The actual amount of error | $\Delta y \approx dy = f'(x)\,dx$ |
| Relative error | Error as a fraction of the value | $\frac{\Delta y}{y} \approx \frac{dy}{y}$ |
| Percentage error | Relative error × 100% | $\frac{\Delta y}{y} \times 100\%$ |
An error of 1 cm is:
Relative error tells you how significant the error is compared to what you're measuring.
For $y = f(x)$, the relative error relationship is:
$$\frac{dy}{y} = \frac{f'(x)}{f(x)} \cdot dx$$
The factor $\frac{f'(x)}{f(x)}$ determines how much the relative error gets amplified.
| Formula | $dy$ | Relative Error $\frac{dy}{y}$ |
|---|---|---|
| $y = x^n$ | $nx^{n-1}dx$ | $n\frac{dx}{x}$ |
| $y = kx$ | $k\,dx$ | $\frac{dx}{x}$ |
| $y = \sqrt{x}$ | $\frac{dx}{2\sqrt{x}}$ | $\frac{1}{2}\frac{dx}{x}$ |
| $y = \frac{1}{x}$ | $-\frac{dx}{x^2}$ | $-\frac{dx}{x}$ |
Key pattern: For $y = x^n$, the relative error in $y$ is $n$ times the relative error in $x$.
The side of a square is measured as $s = 12$ cm with a possible error of $\pm 0.3$ cm. Use differentials to estimate the maximum error in the calculated area.
For the square in Level 1 (side $s = 12$ cm, error $\pm 0.3$ cm):
(a) Find the relative error in the area.
(b) Find the percentage error in the area.
(c) How does this compare to the percentage error in the side measurement?
The radius of a sphere is measured as $r = 15$ cm with a maximum error of $0.1$ cm.
(a) Estimate the maximum error in the calculated volume.
(b) Find the relative error in the volume.
(c) If the measurement error in $r$ is 0.67%, what is the percentage error in $V$?
The period of a simple pendulum is $T = 2\pi\sqrt{\frac{L}{g}}$, where $L$ is the length and $g$ is the acceleration due to gravity (constant).
A pendulum has length $L = 1.00$ m measured with an error of $\pm 0.5$ cm.
(a) Find an expression for $dT$ in terms of $T$, $L$, and $dL$.
(b) What is the percentage error in $T$ if the percentage error in $L$ is 0.5%?
(c) Is the period more or less sensitive to length errors than the volume of a sphere is to radius errors?
A cylindrical tank has radius $r$ and height $h$. The volume is $V = \pi r^2 h$.
Currently, $r = 3$ m and $h = 10$ m, and both measurements have the same absolute error of $\pm 0.05$ m.
(a) Find the maximum error in $V$ by computing $dV$ with both $dr$ and $dh$ contributing. Use: $$dV = \frac{\partial V}{\partial r}dr + \frac{\partial V}{\partial h}dh = 2\pi rh\,dr + \pi r^2\,dh$$
(b) Which measurement (radius or height) contributes more to the volume error?
(c) If you could reduce the error in only one measurement, which would have a bigger impact on reducing volume error?
(d) Explain your answer to (c) in terms of the relative importance of $r$ and $h$ in the volume formula.
For which formula would a 2% error in the input $x$ result in less than 2% error in the output $y$?
(A) $y = x^2$
(B) $y = x^3$
(C) $y = \sqrt{x}$
(D) $y = 5x$
Consider $y = x^2 - 4x + 5$.
At which value of $x$ would a small measurement error in $x$ cause the smallest error in $y$?
(A) $x = 0$
(B) $x = 2$
(C) $x = 3$
(D) $x = 5$
The "Amplification Factor" Analogy:
Think of the derivative $f'(x)$ as an amplifier or attenuator for errors:
Power functions illustrate this clearly:
Looking back:
Looking ahead:
Real-world connections:
| Previous | Up | Next |
|---|---|---|
| Differentials | Skills Index | Section 10: Related Rates |
Last updated: 2026-01-22