Question: How can I calculate the steepest slope of a hill using its equation?

Noob.com
Messages
13
Reaction score
0
Equation of the height of the hill
z = 2xy - 3x^2 -4y^2 -18x + 28y +12
z: Height of the hill
x: Distance East
y: distance South

Question: In which compass direction is the slope at x = y = 1 steepest?

My question: What does this suppose to mean? The vector that is tangent to that point pointing to the top of the hill? If so how do I do that?

Note: I have already calculated the critical point of the hill and the angle between the normal vector of the hill at x=y=1 and the z-axis.

Thanks!
 
Physics news on Phys.org
Take the gradient of the function where the del operator is

\vec{\nabla}=\hat{x}\frac{\partial}{\partial\mbox{x}}+\hat{y}\frac{\partial}{\partial\mbox{y}}+\hat{z}\frac{\partial}{\partial\mbox{z}}

The gradient gives the direction of most rapid change for w = f(x,y,z). In your case, z = f(x,y).
 
Gradient of z = (2y - 6x -18 , 2x - 8y +28, 0)

If I put x = y = 1 there, the answer would be (a,b,0) which is a straight line parrallel to z-axis. That doesn't make sense at all!
 
When x=y=1 you get

\vec{T}=-22\hat{x}+14\hat{y}

where the unit vector x is in the East direction and unit vector y is in the South direction. This gives 22 West by 14 South. Use arctan to find the angle these two components form and this will be the direction.
 
Oh so the compass lay on the horizontal direction. I thought it would be something in the z-direction too. Thanks!
 
##|\Psi|^2=\frac{1}{\sqrt{\pi b^2}}\exp(\frac{-(x-x_0)^2}{b^2}).## ##\braket{x}=\frac{1}{\sqrt{\pi b^2}}\int_{-\infty}^{\infty}dx\,x\exp(-\frac{(x-x_0)^2}{b^2}).## ##y=x-x_0 \quad x=y+x_0 \quad dy=dx.## The boundaries remain infinite, I believe. ##\frac{1}{\sqrt{\pi b^2}}\int_{-\infty}^{\infty}dy(y+x_0)\exp(\frac{-y^2}{b^2}).## ##\frac{2}{\sqrt{\pi b^2}}\int_0^{\infty}dy\,y\exp(\frac{-y^2}{b^2})+\frac{2x_0}{\sqrt{\pi b^2}}\int_0^{\infty}dy\,\exp(-\frac{y^2}{b^2}).## I then resolved the two...
Hello everyone, I’m considering a point charge q that oscillates harmonically about the origin along the z-axis, e.g. $$z_{q}(t)= A\sin(wt)$$ In a strongly simplified / quasi-instantaneous approximation I ignore retardation and take the electric field at the position ##r=(x,y,z)## simply to be the “Coulomb field at the charge’s instantaneous position”: $$E(r,t)=\frac{q}{4\pi\varepsilon_{0}}\frac{r-r_{q}(t)}{||r-r_{q}(t)||^{3}}$$ with $$r_{q}(t)=(0,0,z_{q}(t))$$ (I’m aware this isn’t...
Hi, I had an exam and I completely messed up a problem. Especially one part which was necessary for the rest of the problem. Basically, I have a wormhole metric: $$(ds)^2 = -(dt)^2 + (dr)^2 + (r^2 + b^2)( (d\theta)^2 + sin^2 \theta (d\phi)^2 )$$ Where ##b=1## with an orbit only in the equatorial plane. We also know from the question that the orbit must satisfy this relationship: $$\varepsilon = \frac{1}{2} (\frac{dr}{d\tau})^2 + V_{eff}(r)$$ Ultimately, I was tasked to find the initial...

Similar threads

Back
Top