The Gradient as Normal Vector
We saw that the gradient and the isovectors at are orthogonal: for every isovector .
This means is perpendicular to the entire tangent space . We call it a normal vector to the isosurface at .
Geometrically: the gradient stands straight out of the surface at each point, like a flagpole perpendicular to flat ground. The tangent plane lies flat, the gradient sticks out.
This normal vector relationship is what drives all of constrained optimization — the Lagrange condition will say that at an optimal constrained point, the gradient of must be parallel to the gradient of the constraint .
Formal View
Why This Matters
The normal vector property is the geometric heart of Lagrange multipliers. An optimal constrained point must have parallel to — both normals to the same tangent plane.
- Computing normal vectors to surfaces in computer graphics and physics
- Finding the closest point on a surface to a given point (normal direction)
- Gradient descent on manifolds: project gradient onto the tangent space
- Reflection and refraction in optics computed using surface normals
Quiz
The gradient is parallel to the tangent space .
For , what is the normal to the circle at the point ?
A curve stays on the isosurface and passes through at . The velocity must be:
The gradient is always nonzero on an isosurface.
Common Mistakes
- Saying the gradient is parallel to the isosurface (it is perpendicular).
- Confusing the tangent plane (at a point on the surface) with the surface itself.
- Thinking the gradient points along the isosurface toward higher values — it points away from the surface.