Tangent Plane — Definition, Formula & Examples
A tangent plane is the flat surface that just touches a smooth surface at a given point and best approximates the surface near that point. It generalizes the idea of a tangent line to functions of two variables.
Given a surface defined by where has continuous partial derivatives at a point , the tangent plane at is the plane whose equation is , where and denote the partial derivatives of with respect to and .
Key Formula
Where:
- = Value of the function at the point of tangency
- = Partial derivative of f with respect to x, evaluated at (a, b)
- = Partial derivative of f with respect to y, evaluated at (a, b)
- = The point in the xy-plane where the tangent plane is computed
How It Works
To find the tangent plane at a point on a surface , you compute the two partial derivatives and , evaluate them at the point of tangency, and substitute into the tangent plane formula. The partial derivatives act as slopes: gives the slope in the -direction and gives the slope in the -direction. Together they determine the orientation of the plane. The tangent plane is also the foundation for linear approximation in two variables, since near the surface is well-approximated by this plane.
Worked Example
Problem: Find the equation of the tangent plane to the surface z = x² + y² at the point (1, 2, 5).
Step 1: Compute the partial derivatives of f(x, y) = x² + y².
Step 2: Evaluate the partial derivatives at the point (1, 2).
Step 3: Substitute into the tangent plane formula with a = 1, b = 2, and f(1,2) = 5.
Answer: The tangent plane is .
Why It Matters
Tangent planes are essential for linear approximation of multivariable functions, which appears throughout engineering and physics when simplifying complex surfaces locally. They also provide the geometric basis for understanding the gradient vector, since the gradient at a point is perpendicular to the level curve and determines the tangent plane's tilt.
Common Mistakes
Mistake: Forgetting to evaluate the partial derivatives at the specific point before substituting into the formula.
Correction: Always plug in the coordinates (a, b) into f_x and f_y first. The tangent plane uses constant slopes, not general expressions.
