Gradient vector perpendicular to level curves?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
princejan7
Messages
93
Reaction score
0

Homework Statement



can anyone explain/prove why the gradient vector is perpendicular to level curves?

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
I think this could be a good exercise for you to prove yourself. I will give some pointers. You have a function ##f : \mathbb{R}^n \rightarrow \mathbb{R}## and level sets such that ##f(x_1,..., x_n) = c.##

Let ##\gamma(t) = (x_1(t),...,x_n(t))## be a curve on the level surface and consider ## g(t) = f(x_1(t),...,x_n(t))##. Now compute ##\frac{d}{dt}g(t)##.
 
Last edited:
The directional derivative DuF(P) of a function F in the direction of the unit vector u at the point P is equivalent to the dot product of the gradient vector ∇F(P) with the unit vector u (this is something you should prove if you have not already done so).
The value of F does not change in the direction of the tangent vector to the level curve that passes through P, since a level curve is a set of points where the value of F is constant. Therefore, the directional derivative of F in that direction is 0. Since this is equivalent to the dot product between ∇F(P) and any unit tangent vector to the level curve, and assuming neither vector is the zero vector, the two vectors must be perpendicular.
You can put each of these intuitive arguments into rigorous mathematical form in order to get a more rigorous picture.

Edit: I agree with Quesadilla (it looks like we posted at the same time). This is something you may like to prove rigorously yourself, if you understand the definition of the gradient, dot product, and directional derivative. It is a walk through a series of definitions.