Tangent planes and linearization help you approximate a surface near a known point using a plane. This cheat sheet covers how to build tangent planes for surfaces written as and as level surfaces . These tools are essential in multivariable calculus because they connect partial derivatives, gradients, and local approximation.
They also support applications in error estimation, optimization, and numerical modeling.
The key idea is that a differentiable surface looks almost flat when you zoom in near a point. For , the tangent plane uses the partial derivatives and as slopes in the and directions. The linearization is the tangent plane written as an approximation formula for .
For an implicit surface , the gradient is normal to the tangent plane.
Key Facts
- For , the tangent plane at is .
- The linearization of at is .
- Near , the approximation is when is differentiable and is close to .
- The total differential is , where and .
- For an implicit surface , the tangent plane at is .
- The gradient vector is perpendicular to the level surface .
- A tangent plane to exists when and exist and are continuous near .
- The approximation error usually becomes smaller as gets closer to , but linearization is only a local approximation.
Vocabulary
- Tangent plane
- A plane that best approximates a smooth surface near a point using the surface value and local slopes.
- Linearization
- The linear function that uses partial derivatives at a point to approximate nearby.
- Partial derivative
- A derivative such as or that measures how a function changes with respect to one variable while holding the other variables constant.
- Total differential
- The expression that estimates the small change in from small changes in and .
- Gradient
- The vector that points in the direction of greatest increase and is normal to a level surface.
- Level surface
- A surface defined by an equation , where the function has a constant value.
Common Mistakes to Avoid
- Using and instead of and in the tangent plane. The slopes must be evaluated at the base point before writing the plane.
- Forgetting the point shift terms and . The tangent plane must be anchored at the point of tangency, not just written with and alone.
- Mixing explicit and implicit formulas. Use for , but use for .
- Assuming a tangent plane exists just because partial derivatives exist at one point. Differentiability is the condition that guarantees the plane gives a valid local linear approximation.
- Using linearization far from the base point. The formula is designed for nearby inputs, so accuracy can decrease quickly as the input moves away.
Practice Questions
- 1 Find the tangent plane to at .
- 2 Use linearization to approximate for using the base point .
- 3 Find the tangent plane to the level surface at .
- 4 Explain why the gradient is used as a normal vector when finding the tangent plane to .
Understanding Tangent Planes and Linearization of Surfaces
A tangent plane records first order change. This means it keeps the part of a surface's behavior that changes at a steady rate near the chosen point. The partial derivative in one input direction tells how the output changes when only that input moves.
The other partial derivative does the same job in the second direction. Together, these rates describe every small horizontal move, not just moves parallel to the coordinate axes. A move that goes diagonally can be separated into two component moves.
The predicted height change is the sum of the changes from those components. This is why partial derivatives are more useful together than separately.
For an implicitly defined surface, the gradient gives a different viewpoint. It points in the direction where the defining quantity increases most quickly. Moving along the surface does not change that quantity, so every direction contained in the tangent plane must be perpendicular to the gradient.
This fact is especially helpful for spheres, ellipsoids, and surfaces that are difficult to solve for height. At a point on a sphere, the gradient points directly outward from its center. The tangent plane is therefore perpendicular to the radius through that point.
A usable tangent plane requires a nonzero gradient. If the gradient is zero, the surface may have a singular point, a crossing, or no single well-defined tangent plane.
The differential measures a predicted small output change rather than the output itself. Its units matter. If the inputs are measured in meters and the output is measured in liters, each partial derivative has units of liters per meter.
Multiplying each rate by a small input change produces liters, so the combined differential has the correct output unit. This makes differentials useful in measurement work. Small uncertainty in a radius, length, or temperature can be converted into an estimated uncertainty in volume, area, or energy.
The estimate can be positive or negative depending on the direction of change. For maximum possible error, students often use absolute values so that separate contributions cannot cancel by accident.
Linearization becomes less reliable when the surface bends strongly or when the input move is not small. Second partial derivatives describe this bending, often called curvature in this setting. If the slopes themselves change rapidly, a plane leaves the surface quickly.
A practical habit is to choose a nearby base point where the function value and partial derivatives are easy to calculate. Then compare the input changes with the scale of the problem. Keep track of the base point, since derivatives evaluated at a different point give a different plane.
For calculator or computer results, test the approximation at a point very close to the base point first. A small error there is reassuring, while a large error usually signals an arithmetic mistake, a wrong derivative, or a point that is too far away.