A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Total Differential and Linear Approximation

College Depth 76 in the knowledge graph I know this Set as goal
4,345topics build on this
330prerequisites beneath it
See this on the map →
The Gradient VectorTangent Planes and Linear Approximation
differential approximation linear

Core Idea

The total differential df = (∂f/∂x)dx + (∂f/∂y)dy approximates the change in f when x and y change by small amounts dx and dy. For small changes, f(a+dx, b+dy) ≈ f(a, b) + df provides a linear approximation.

Explainer

From single-variable calculus, you know that near a point a, a differentiable function satisfies f(a + h) ≈ f(a) + f′(a)·h. The derivative f′(a) is the slope of the tangent line, and f′(a)·h is the linear change predicted by that tangent. The total differential extends this idea to functions of several variables: if x changes by a small amount dx and y changes by dy, the predicted change in f is df = (∂f/∂x)dx + (∂f/∂y)dy. This is a weighted sum of the input changes, where the weights are the partial derivatives — the local sensitivity of f to each variable.

The geometric picture is the tangent plane. A surface z = f(x,y) is approximated near (a, b, f(a,b)) by the plane z = f(a,b) + (∂f/∂x)(x−a) + (∂f/∂y)(y−b). The total differential df computes the vertical displacement along this tangent plane when you step from (a, b) to (a + dx, b + dy). Just as the tangent line is the best linear approximation to a curve, the tangent plane is the best linear approximation to a surface, and the total differential is exactly the machinery for reading off that approximation.

The connection to the gradient vector (your prerequisite) is direct. The gradient ∇f = (∂f/∂x, ∂f/∂y) collects the partial derivatives, and the total differential can be written compactly as df = ∇f · (dx, dy) — the dot product of the gradient with the displacement vector. This reveals the total differential as a special case of the directional derivative: it measures the change in f due to a displacement (dx, dy), and the gradient is the linear functional that performs this measurement. The tangent plane, the total differential, and the gradient are all the same linear object viewed from different angles.

In practice, the total differential gives a quick and useful error estimate. If f(x, y) = x²y and you measure x ≈ 3, y ≈ 2 with small measurement errors dx and dy, then the resulting error in f is approximately df = 2xy·dx + x²·dy = 12dx + 9dy. This linearization principle appears throughout applied mathematics — error propagation in physics, sensitivity analysis in engineering, and Newton's method for solving systems of equations. It is also the foundation for the multivariable chain rule, implicit differentiation in higher dimensions, and the inverse function theorem, all of which formalize the idea of tracking how small input changes propagate into output changes.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsOne-Sided LimitsContinuity DefinitionLimits and Continuity in Multiple VariablesFunctions of Several VariablesContinuity in Multiple VariablesPartial Derivatives: Definition and ComputationInterpreting Partial Derivatives as Rates of ChangeThe Gradient VectorTotal Differential and Linear Approximation

Longest path: 77 steps · 330 total prerequisite topics

Prerequisites (1)

Leads To (1)