Gradient Partial Derivative Problem

cmajor47
Messages
53
Reaction score
0

Homework Statement


The elevation of a mountain above sea level at (x,y) is 3000e^\frac{-x^2-2y^2}{100} meters. The positive x-axis points east and the positive y-axis points north. A climber is directly above (10,10). If the climber moves northwest, will she ascend or descend and at what slope.

Homework Equations


\frac{d}{dx}eu=eu\frac{du}{dx}

The Attempt at a Solution


\nablaf(10,10)=-600e-3i-1200e-3j

I know that the climber will descend but I don't know how to figure out the slope that she will descend at. Can anyone help?
 
Physics news on Phys.org
To find the slope you want to take the dot product of your gradient with a unit vector pointed in the northwest direction. Can you find one?
 
Would the unit vector be 600e-3i-1200e-3j since west is the opposite of east?
 
No. A UNIT vector pointing west would be -i. A unit vector pointing north would be j. Do you see why? Northwest is at a 45 degree angle to both of those. Finding a unit vector pointing NW has nothing to do with your gradient vector. It's a whole different problem.
 
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