Tangent Plane

Summary

The tangent plane is the best linear approximation to a smooth surface z=f(x,y) at a point. For an implicitly defined surface F(x,y,z)=0 , the gradient F is normal to the tangent plane.

Prerequisites

Partial Derivatives, Differentiability of a Function

Formula

Graph z=f(x,y)

If f is differentiable at (x0,y0) and z0=f(x0,y0) , the tangent plane is

zz0=fx(x0,y0)(xx0)+fy(x0,y0)(yy0).

Level surface F(x,y,z)=0

If F(x0,y0,z0)0 , the tangent plane is

Fx(x0,y0,z0)(xx0)+Fy(x0,y0,z0)(yy0)+Fz(x0,y0,z0)(zz0)=0.

Conditions / Assumptions

Worked Example

For z=x2+y2 at (1,1,2) , fx=2x , fy=2y , so

z2=2(x1)+2(y1)z=2x+2y2.

Common Mistakes

Connections

References

Tangent planes are developed in OpenStax Calculus Volume 3.[1]


  1. OpenStax, Calculus Volume 3, Section 4.4, https://openstax.org/details/books/calculus-volume-3 ↩︎