Andromeda
Note

Total Differential

Definition

The total differential dfdf represents the change in the linearization (the tangent plane) of a function resulting from small changes in the input variables. df=fxdx+fydydf = f_x dx + f_y dy

  • How to read: “The total differential d f equals the partial derivative with respect to x times d x, plus the partial derivative with respect to y times d y.”
  • Meaning: The first-order (linear) approximation to how ff changes when xx and yy each change by small amounts dxdx and dydy.

Why It Matters

The total differential allows us to estimate the combined error in a calculation when multiple variables are measured with uncertainty. It is the ‘error budget’ tool for engineers, ensuring that they know the precision required for each part of a multi-variable system.

Core Concepts

  • Relation to Δf\Delta f: While Δf\Delta f is the exact change in the function, dfdf is the linear approximation. For small dx,dydx, dy, Δfdf\Delta f \approx df.
    • How to read: “Delta f approximately equals d f.”
    • Meaning: The tangent plane tracks the surface closely near the point of linearization. Use dfdf to estimate Δf\Delta f and propagate measurement errors.
  • Components: fxdxf_x dx is the change due to xx, and fydyf_y dy is the change due to yy.
  • calculus of Variations: dfdf is the principal part of the total change.

Connected Concepts