Max rate of descent , gradient?

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
5 replies · 4K views
wxyj
Messages
3
Reaction score
0
Can anyone help me with the following question?
Find the path of the steepest descent along the surface z=x^3 + 3y^2 from the point (1, -2, 13) to (0,0,0)
Note: the general solution of the differential equation f ' (t)-kf(t) =0 is
f(t) = ce^kt, where c is an arbitary number
______________________________________…


I understand that max rate of change occurs in the direction of the gradient, and max descent occurs in the -gradient(f) direction

But I don't know what to do with the 2 points..and how it has anything to do with the formula given as a hint..

Can anyone help
Thanks so much
 
Physics news on Phys.org
Research something called directional derivative.
 
viscousflow said:
Research something called directional derivative.

I do know what that directional derivative is, but can u give a more concrete suggestion?
 
[tex]\nabla{f}= \frac{\partial f}{\partial x} \hat{i}+\frac{\partial f}{\partial y} \hat{j}[/tex], and [tex]\hat{u}=-\frac{1}{\sqrt{5}}\hat{i}+\frac{2}{\sqrt{5}}\hat{j}[/tex] for all values along the path.
 
zcd said:
[tex]\nabla{f}= \frac{\partial f}{\partial x} \hat{i}+\frac{\partial f}{\partial y} \hat{j}[/tex], and [tex]\hat{u}=-\frac{1}{\sqrt{5}}\hat{i}+\frac{2}{\sqrt{5}}\hat{j}[/tex] for all values along the path.

thanks , but how did you get the answer??

I don't undestand it...
 
That's not the answer, but you can get direction by subtracting P-P0 and dividing by its magnitude (to make it a unit vector).