Direction in which a function is not increasing

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Master J
Messages
219
Reaction score
0
I have a function of 2 variables. I know it increase most rapidly in the direction of the gradient, but how about in wht direction is it not increasing?

I am thinking that the gradient (dot product)(direction in which it is not increasing) = 0

Any hints?
 
Physics news on Phys.org
Well, since you mentioned the word "directional derivative" anyway: you could check for which [itex]\vec v[/itex]
[tex](\vec\nabla f(x, y)) \cdot \vec v < 0[/tex]
?
 
Yes, it is true that [itex]\vector{\nabla f}\cdot \vector v[/itex] is the directional derivative in the directional derivative in the direction of [itex]\vec{v}[/itex] (for [itex]\vec{v}[/itex] of length 1). And that tells you the derivative is 0 perpendicular to the gradient.

(CompuChip, surely you didn't mean "<"?)
 
That is what is was thinking, since of course cos(pi/2) = 0. So the vector that is at a right angle to the gradient is in the direction of zero increase. But how do I go about finding this vector?