Differentials are a tool in calculus used to approximate the change in a function's output (dy) resulting from a small change in its input (dx). They leverage the tangent line at a point to create a linear approximation of the function's behavior over a short interval. In essence, the differential dy represents the change along the tangent line, which is a close estimate of the actual change in the function, Δy, for a very small dx.
This formula shows that the differential dy is calculated by multiplying the derivative of the function at that point, f'(x), by the small change in the input, dx.
| Symbol | Meaning |
|---|---|
| \[ dy \] | The differential of y; it represents the approximate change in the function value. |
| \[ dx \] | The differential of x; it represents a small change in the input variable (equal to Δx). |
| \[ f'(x) \] | The derivative of the function f(x), representing the instantaneous rate of change or the slope of the tangent line. |
| \[ \Delta y \] | The actual change in the function value, calculated as f(x + Δx) - f(x). |
| \[ L(x) \] | The linear approximation or linearization of the function at a specific point. |
A diagram for differentials shows a curve representing the function y = f(x). At a point (x, f(x)), a tangent line is drawn. A small horizontal change from x is labeled dx (or Δx). The corresponding vertical change on the curve is Δy, leading to the point (x+dx, f(x+dx)). The vertical change along the tangent line for the same horizontal change dx is labeled dy. The diagram illustrates that for a small dx, dy is a very close approximation to Δy.
The linear approximation formula can be derived directly from the definition of the derivative.
1. Start with the limit definition of the derivative:
2. For a very small but non-zero Δx, we can remove the limit and state an approximation:
3. Multiply both sides by Δx to isolate the change in the function:
4. By definition, the differential of x is dx = Δx, and the differential of y is dy = f'(x) dx. The actual change is Δy = f(x + Δx) - f(x). Substituting these gives dy ≈ Δy.
5. Rearranging the formula from step 3 gives the linear approximation for the function's value at a nearby point:
Confusing dy and Δy: A common mistake is to assume the differential dy is exactly equal to the actual change Δy. Remember that dy is an approximation based on the tangent line, while Δy is the true change along the function's curve. They are only equal for linear functions.
Forgetting the 'dx' Term: Students sometimes calculate the derivative f'(x) and call it the differential. The differential dy must always include the term dx, as it represents the product of the rate of change and the change in the input: dy = f'(x)dx.
Using the Approximation for Large Changes: The linear approximation is only accurate for very small values of dx. Applying the formula for a large change in x (e.g., trying to approximate f(10) using a tangent line at x=1) will lead to a significant error.