Max rate of descent , gradient?

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?
 
\nabla{f}= \frac{\partial f}{\partial x} \hat{i}+\frac{\partial f}{\partial y} \hat{j}, and \hat{u}=-\frac{1}{\sqrt{5}}\hat{i}+\frac{2}{\sqrt{5}}\hat{j} for all values along the path.
 
zcd said:
\nabla{f}= \frac{\partial f}{\partial x} \hat{i}+\frac{\partial f}{\partial y} \hat{j}, and \hat{u}=-\frac{1}{\sqrt{5}}\hat{i}+\frac{2}{\sqrt{5}}\hat{j} 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).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top