Definition
Differentials and represent small changes in the independent and dependent variables. They provide a linear approximation of how a function’s value changes in response to a small shift in its input.
Why It Matters
Differentials are the primary tool for error propagation analysis, allowing us to predict how a tiny measurement error in one part will impact the final machine’s tolerance. They enable engineers to define “safe zones” and prevent a minor misalignment from turning into a structural failure.
Core Concepts
-
Formal Definition: For , the differential is defined as .
- How to read: “The differential d y equals f prime of x times d x.”
- Meaning: A small output change estimated by (slope) × (small input change)—the linearization of f at x.
-
Geometric Meaning: is the change in the -coordinate along the tangent line, whereas is the actual change along the curve.
- How to read: “The differential d y is measured along the tangent line, while the change delta y is measured along the curve.”
- Meaning: ignores curvature; includes it. They agree best when is tiny.
-
Approximation: for small .
- How to read: “The change delta y is approximately equal to the differential d y when the change d x is small.”
- Meaning / when to use: Estimate function changes, propagated measurement error, or sensitivity without recomputing f exactly.