What Determines the Maximal Rate of Change for a Function at a Point?

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Gradient
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 2K views
Saladsamurai
Messages
3,009
Reaction score
7
I am given some function f(x,y) and I am asked to find what the maximal rate of change is at some point (x0y0) and the direction in which it occurs.

Is this correct: Maximal rate of change=[itex]|\nabla{f}(x_0,y_0)|[/itex]

And for the direction, if [itex]\nabla{f}(x_0,y_0)=<a\, ,b\,>[/itex] then the direction is:

[tex]\frac{<a\, ,b\,>}{|\nabla{f}(x_0,y_0)|}[/tex]

Thanks!
 
Physics news on Phys.org
You know |grad(f)| is correct answer, right? Rate is grad(f).u. Maximal rate is in the grad(f) direction, so u=grad(f)/|grad(f)|. Hence?
 
So my direction question is correct too. I just evaluate grad(f) and get some vector and then find the unit vector in that direction. Yes?