A hiker is going down a hill whose shape is given by z = e^(4-x^2-2y^2). Suppose that the trail the hiker is on follows the path of the steepest descent from the point P(1, 1/2, e^(2.5)). Find the angle the trail is descending at (compared to the horizontal plane).
My work:
To find the direction of the steepest descent, I found the gradient which is equal to <fx, fy>
gradient at P = <e^(4-x^2-2y^2)*-2x , e^(4-x^2-2y^2)*-4y>
= <-2x*e^(4-x^2-2y^2) , -4y*e^(4-x^2-2y^2) >
Plug in the points x = 1 and y = 1/2 (coordinates of p)
gradient at P = <-2e^2.5, -2e^2.5>. This is the direction of the steepest ascent. The direction of the steepest descent is in the direction of <2e^2.5, 2e^2.5 > or the unit vector <1/sqrt(2), 1/sqrt(2) >
But how do I find the angle the trail is descending at?
My work:
To find the direction of the steepest descent, I found the gradient which is equal to <fx, fy>
gradient at P = <e^(4-x^2-2y^2)*-2x , e^(4-x^2-2y^2)*-4y>
= <-2x*e^(4-x^2-2y^2) , -4y*e^(4-x^2-2y^2) >
Plug in the points x = 1 and y = 1/2 (coordinates of p)
gradient at P = <-2e^2.5, -2e^2.5>. This is the direction of the steepest ascent. The direction of the steepest descent is in the direction of <2e^2.5, 2e^2.5 > or the unit vector <1/sqrt(2), 1/sqrt(2) >
But how do I find the angle the trail is descending at?
Last edited: