Math101Differentials
A rigorous, example-driven guide to differentials, including hypotheses, method choice, verification, and practice.
The central idea
For a differentiable function $y=f(x)$, the differential is $dy=f'(x)dx$. Here $dx$ is a chosen input change, while $dy$ is the linearized output change. For an actual finite change $\Delta x$, the exact output change is $\Delta y=f(x+\Delta x)-f(x)$, and $\Delta y\approx dy$ when $\Delta x$ is small.
Definitions, hypotheses, and notation
The notation $dy=f'(x)dx$ is an equality between differentials, whereas $\Delta y\approx dy$ is an approximation between an exact finite change and its linear part. Confusing those statements hides the error term. For a linear function there is no curvature, so the approximation becomes exact for every $dx$; for nonlinear functions it improves as the chosen change shrinks.
In error propagation, if a measured input has possible error magnitude $|dx|$, then $|dy|=|f'(x)||dx|$ estimates the resulting absolute output error. Dividing by $|f(x)|$ gives an estimated relative error. This use requires distinguishing a signed change from a maximum error magnitude and preserving the measurement units through multiplication.
Conceptual meaning
A differential is the change predicted by the tangent line. Differentiability means the error is small relative to $dx$: $f(x+dx)=f(x)+f'(x)dx+o(dx)$. Thus differentials support approximation and first-order propagation of measurement error.
A dependable method and decision rule
- Choose a convenient base point $x$ near the target value.
- Compute $f(x)$ and $f'(x)$ at that base point.
- Set $dx$ equal to target input minus base input.
- Calculate $dy=f'(x)dx$ and use $f(x+dx)\approx f(x)+dy$.
- Report whether $dy$ is signed change, magnitude, or an error bound estimate.
