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).
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top