How Does Walking Direction Affect Your Ascent or Descent on a Quadratic Hill?

  • Thread starter Thread starter tandoorichicken
  • Start date Start date
  • Tags Tags
    Calculus Hill
AI Thread Summary
Walking due south from the point (50,80,847) results in a descent at a rate of 3.2 meters per meter traveled, as the partial derivative with respect to y indicates a negative slope. Conversely, walking due northwest also leads to a descent, with a calculated rate of -11*sqrt(2)/10 meters per meter traveled. The steepest ascent occurs in the direction of the gradient vector (-1, -3.2), yielding a maximum ascent rate of approximately 3.35 meters per meter traveled. The angle of ascent can be determined using trigonometric functions based on the gradient's components. Understanding these directional influences on ascent and descent is crucial for navigating the quadratic hill's terrain.
tandoorichicken
Messages
245
Reaction score
0
Suppose you are climbing a hill whose shape is given by the equation z = 1000 - 0.01x^2 - 0.02y^2, where x, y, and z are measure in meters, and you are standing at a point with coordinates (50,80,847). The positive x-axis points east and the positive y-axis points north.
(a)If you walk due south, will you start to ascend or descend? At what rate?
(b)If you walk due northwest, will you start to ascend or descend? At what rate?
(c)In which direction is the slope largest? What is the rate of ascent in that direction? At what angle above the horizontal does the path in that direction begin?

for (a) and (b), I am pretty sure you ascend, but I don't know how to find the rate. For (c), I am totally lost.
 
Physics news on Phys.org
z = 1000 - 0.01x^2 - 0.02y^2
grad(z) = (-0.02x, - 0.04y)

at (50,80,847),
grad(z) = (-0.02*50, - 0.04*80)
= (-1,-3.2) (this vector points in the direction of the steepest uphill slope)

a) The unit vector for "south" is (0,-1), so (-1,-3.2) . (0,-1) = 3.2 > 0. So a walk south from the point (50,80,847) is uphill with gradient 3.2

b) The unit vector for "northwest" is (-1/sqrt(2), 1/sqrt(2)), so (-1,-3.2) . (-1/sqrt(2), 1/sqrt(2)) = 1/sqrt(2) * (1 - 3.2) = -2.2/sqrt(2) = -11*sqrt(2)/10 < 0. So a walk northeast from (50,80,847) is downhill with gradient -11*sqrt(2) / 10.

c) The slope is the largest (i.e. most uphill) in the direction of grad(z), and has gradient |grad(z)|. The direction of steepest ascent at (50,80,847) is in the direction of the vector (-1,-3.2) with gradient sqrt(1^2 + 3.2^2) = 3.35.
 


(a) If you walk due south, you will start to descend. This can be seen by plugging in the coordinates (50,80) into the equation for z. When x and y decrease, the value of z also decreases.

To find the rate of descent, we can take the partial derivative of z with respect to y and evaluate it at the given point. This gives us:

∂z/∂y = -0.04y

Plugging in y=80, we get a rate of descent of -3.2 meters per meter traveled. This means for every meter you walk south, you will descend 3.2 meters.

(b) If you walk due northwest, you will also start to descend. This can be seen by plugging in negative values for both x and y into the equation for z.

To find the rate of descent, we can take the partial derivative of z with respect to both x and y and evaluate them at the given point. This gives us:

∂z/∂x = -0.02x
∂z/∂y = -0.04y

Plugging in x=-50 and y=-80, we get a rate of descent of -1 meter per meter traveled in the x direction and -3.2 meters per meter traveled in the y direction. This means for every meter you walk northwest, you will descend 1 meter in the x direction and 3.2 meters in the y direction.

(c) The slope is largest in the direction of steepest descent, which is in the direction of the negative gradient vector (-∂z/∂x, -∂z/∂y). To find the rate of ascent in this direction, we can use the magnitude of this gradient vector:

|∇z| = √((-∂z/∂x)^2 + (-∂z/∂y)^2)

Plugging in the values from part (b), we get a rate of ascent of √(1^2 + 3.2^2) = 3.31 meters per meter traveled.

To find the angle above the horizontal at which the path begins, we can use trigonometry. The angle θ can be found by using the tangent function:

tan(θ) = (-∂z/∂y)/(-∂z
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Back
Top