Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

A tangent plane is the flat plane that best matches a smooth surface z = f(x,y) at one chosen point. It is the two variable version of a tangent line for a curve. This idea matters because many real surfaces are complicated, but near a point they often behave almost like a plane.

Tangent planes let us estimate values, understand local change, and connect geometry with partial derivatives.

The tangent plane is built from the function value f(a,b) and the two slopes fx(a,b) and fy(a,b). These slopes tell how z changes in the x and y directions at the point. The linearization L(x,y) uses the tangent plane equation as a simple approximation to f(x,y) near (a,b).

This method is widely used in physics, engineering, optimization, and error estimation when exact calculations are difficult.

Key Facts

  • Tangent plane formula: z = f(a,b) + fx(a,b)(x - a) + fy(a,b)(y - b)
  • Linearization formula: L(x,y) = f(a,b) + fx(a,b)(x - a) + fy(a,b)(y - b)
  • Differential form: dz = fx(a,b) dx + fy(a,b) dy
  • The approximation f(x,y) ≈ L(x,y) is best for points close to (a,b).
  • fx(a,b) is the slope of the surface in the x direction while y is held constant.
  • fy(a,b) is the slope of the surface in the y direction while x is held constant.

Vocabulary

Tangent plane
The plane that touches a smooth surface at a point and has the same local slopes as the surface there.
Linearization
A linear function that approximates a more complicated function near a chosen point.
Partial derivative
The derivative of a multivariable function with respect to one variable while the other variables are held constant.
Point of tangency
The point (a,b,f(a,b)) where the tangent plane touches the surface.
Differential
A formula that estimates the small change in a function using its partial derivatives and small input changes.

Common Mistakes to Avoid

  • Using f(x,y) instead of f(a,b) in the tangent plane formula. The plane must be anchored at the specific point of tangency, so the constant height is the function value at (a,b).
  • Forgetting the shifts (x - a) and (y - b). Without these shifts, the plane usually will not pass through the correct point on the surface.
  • Treating fx and fy as ordinary numbers before evaluating them at (a,b). The partial derivatives are functions first, and they must be evaluated at the base point to get the tangent plane slopes.
  • Using linearization far from the base point. The approximation can become poor because curvature effects grow as (x,y) moves away from (a,b).

Practice Questions

  1. 1 For f(x,y) = x^2 + 3y^2, find the tangent plane at (1,2).
  2. 2 Use linearization at (4,9) to estimate f(4.1,8.8) for f(x,y) = sqrt(x) + sqrt(y).
  3. 3 A surface bends sharply near one point but is nearly flat near another. Explain where linearization would be more reliable and why.