Tangent Planes and Normal Vectors
Defining Tangent Planes and Normal Vectors
A tangent plane is the plane that best approximates a surface at a given point. Think of it as the flat surface you'd feel if you pressed your palm against a curved object at that spot. Every direction you could "slide" along the surface at that point lies within the tangent plane.
A normal vector ( or ) is a vector perpendicular to the tangent plane at the point of tangency. It sticks straight out from the surface. You can find it by taking the cross product of two independent tangent vectors at that point.
Partial derivatives are the key tool here. For a function , the partial derivatives , , and tell you how changes as you move along each coordinate direction. These partials are what let you build both tangent planes and normal vectors.
Finding Tangent Planes and Normal Vectors
There are two main setups you'll encounter, depending on how the surface is defined.
Case 1: Implicit surfaces
The gradient vector points in the direction of greatest rate of change of . A critical fact: the gradient is always perpendicular to the level surface at any point. That means evaluated at your point is the normal vector.
To find the tangent plane to at a point :
- Compute the gradient evaluated at the point.
- Write the tangent plane using point-normal form:
This is equivalent to .
Case 2: Parametric surfaces
Here you don't have a gradient to work with directly. Instead, you build the normal from the two coordinate tangent vectors.
- Compute and by taking partial derivatives of with respect to and , then evaluating at the point.
- The normal vector is their cross product: .
- The tangent plane passes through with normal .
Note that and must be linearly independent (not parallel) at the point for this to work. If they're parallel, the surface has a singularity there and the tangent plane isn't well-defined.

Directional Derivatives and Tangent Vectors
Understanding Directional Derivatives
Partial derivatives only measure change along the coordinate axes. A directional derivative generalizes this: it measures the rate of change of in any direction you choose.
For a unit vector , the directional derivative is:
Two important consequences follow from this dot product formula:
- is maximized when points in the same direction as . The maximum value equals .
- when is perpendicular to . This confirms that moving along the level surface (tangent to it) produces no change in .

Tangent Vectors and the Cross Product
For a parametric surface , the vectors and are tangent vectors at the point. They span the tangent plane, meaning every tangent direction at that point can be written as a linear combination of these two vectors.
The cross product produces a vector perpendicular to both and . Two properties matter here:
- The magnitude equals the area of the parallelogram spanned by and . This connects directly to surface area calculations in the next sections of this unit.
- The direction is determined by the right-hand rule: curl your fingers from toward , and your thumb points in the direction of .
So taking gives you a vector perpendicular to both tangent directions, which is exactly the normal vector to the surface.
Parametric Curves on Surfaces
Defining Parametric Curves on Surfaces
A parametric curve on a surface is a path that stays on the surface as a single parameter varies. If the surface is , you get such a curve by letting and each depend on :
The tangent vector to this curve comes from the chain rule:
Notice this tangent vector is a linear combination of and , which means it lies in the tangent plane. That makes geometric sense: a curve confined to the surface can only move in directions tangent to the surface.
The normal vector to the surface at a point on the curve is still evaluated at that point. The curve doesn't change the surface's normal; it just picks out which points on the surface you're visiting.
Examples of Parametric Curves on Surfaces
A circle on a sphere. The unit sphere can be parametrized as . Setting and letting gives the equator:
This traces a great circle in the -plane, and it stays on the sphere since .
A helix on a cylinder. The cylinder can be parametrized as . Setting and gives:
This spirals upward along the cylinder, winding around it while climbing at a constant rate.