The Implicit Function Theorem
Learning objectives
- State the Implicit Function Theorem for
- Identify the partial-Jacobian condition
- Compute via the implicit formula
- Predict when an equation defines one variable implicitly as a function of the others
Many equations in science are not given in the form " equals some expression in " but rather "". The unit circle is , not . The level surfaces of a thermodynamic state function are similar. The Implicit Function Theorem (ImFT) tells you when such an equation locally defines one variable as a function of the others, even if you cannot solve the equation explicitly. The condition is, again, a Jacobian condition: the partial Jacobian with respect to the "to-be-solved-for" variables must be invertible.
The two-variable case (the easy version)
Let be on an open set containing . Suppose and . Then there exists an open interval around and a function with such that for every . Moreover .
Read this as: "if the partial derivative with respect to is non-zero at the point, then near that point is locally a function of , even if we cannot write down the formula explicitly." The formula for is what implicit differentiation gives you in any calculus textbook, the ImFT is just the theorem that justifies the procedure.
The general case
For with variables split as : if and the partial-Jacobian is invertible at , then near there is a smooth function with such that . The "dependent" variables are locally functions of the remaining .
Try graphing in the widget above. That is one branch of the implicit equation ; locally near any point on the upper half it expresses as a function of . The ImFT condition holds everywhere on the open upper semicircle, so a smooth branch exists. At the points , and you cannot solve for locally, the circle has vertical tangents there.
- Computer-aided design (CAD), constraint solving: CAD systems express geometric relationships (parallel lines, tangencies, equal lengths) as implicit equations . When the designer drags a vertex, the system uses the ImFT, specifically Newton iterations on the implicit equations, to update the dependent geometry consistently. The Jacobian becoming singular signals an over-constrained or degenerate sketch.
- Continuation methods in numerical analysis: To find solutions of a parameterized equation as varies, the ImFT lets you predict . This is the heart of arclength continuation, used in nonlinear-buckling analysis, bifurcation tracking, and homotopy methods for polynomial systems.
- Economics, comparative statics: Equilibrium conditions in models are usually implicit: where are prices and are parameters (taxes, supply shocks). Comparative-statics analysis asks "how does the equilibrium price change with the parameter?" The ImFT answers: .
Pause and think: The Implicit Function Theorem can be derived from the Inverse Function Theorem. Given , define . Then DG=\begin{pmatrix}1&0\\F_x&F_y\end{pmatrix}, with . If , the IFT gives a local inverse . Reading off the inverse's structure recovers the implicit . The two theorems are essentially the same theorem.
Try it
- Predict first: at which points on the circle can we NOT solve locally for as a function of ? (Answer: where , i.e. , the points with vertical tangents.)
- Apply the formula to find for at any point. (Answer: .)
- Predict: does define as a function of near the north pole ? (Yes; . Near the equator this fails and the surface has a horizontal tangent plane.)
- Show that the system locally defines as functions of near most points. Find where it fails.
- Trap: the ImFT does NOT tell you the explicit formula for , only that it exists and is smooth. Solving the original equation may be impossible in closed form. The theorem is about existence, not computation.
A trap to watch for
People often invoke the ImFT to conclude " is a function of " without checking the condition . The unit circle shows the danger: globally is NOT a single-valued function of on [-1,1], it has two branches that meet at . The ImFT correctly predicts that the branches break exactly where . Always state the condition before invoking the conclusion.
What you now know
You can apply the ImFT to decide when an equation implicitly defines , compute the derivative via the formula , and connect the theorem to its twin, the IFT. The chapter's work on calculus in is complete. Chapter 4 turns to the topological foundations that this entire framework rests on.
Mark section complete →
References
- Garrity, T. (2002). All the Mathematics You Missed. Cambridge UP, ch. 3.
- Spivak, M. (1965). Calculus on Manifolds. W. A. Benjamin, ch. 2.
- Munkres, J. R. (1991). Analysis on Manifolds. Westview Press, ch. 2 (Theorem 8.1).
- Rudin, W. (1976). Principles of Mathematical Analysis (3rd ed.). McGraw-Hill, ch. 9 (Theorem 9.28).
- Apostol, T. M. (1974). Mathematical Analysis (2nd ed.). Addison-Wesley, ch. 13.