Gradient Vector: Find the Projection of Steepest Ascent Path on xy-Plane

plexus0208
Messages
49
Reaction score
0

Homework Statement


A hiker climbs a mountain whose height is given by z = 1000 - 2x2 - 3y2.

When the hiker is at point (1,1,995), she moves on the path of steepest ascent. If she continues to move on this path, show that the projection of this path on the xy-plane is y = x3/2

Homework Equations



The Attempt at a Solution


The path of steepest ascent is in the direction in which she would ascent as rapidly as possible, aka the gradient vector.

gradf = fx i + fy j = -4x i -6y j
gradf at (1,1,995) = -4 i - 6 j

What now?
 
Physics news on Phys.org
Okay, since the gradient vector always points in the direction of fastest ascent, she should be moving on a curve whose tangent vector is -4xi- 6yj. That is, dx/dt is a multiple of -4x and dy/dt is the same multiple of -6y. That means that dy/dx= (-4x)/(-6y)= 2x/dy. Solve the differential equation dy/dx= (2x)/(3y) with intial value y(1)= 1.
 
You probably mean dy/dx = 3y/2x, not 2x/3y. But thanks a lot!
 
yes, of course. Sorry for that.
 
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