Find Steepest Climb of this Hyperbolic Paraboloid

UziStuNNa
Messages
9
Reaction score
0
Delete please.
 
Last edited:
Physics news on Phys.org
if you define F(x,y,z) = x^2-y^2+z

then the paraboloid is defined by the level surface
F(x,y,z) = 0

the gradient direction represents the direction of maximum change, and will by defintion be perpindicular to any level surface.

how about this... consider the function
f(x,y) = z = y^2-x^2

the calculate the 2D gradient
\nabla f = (\frac{\partial f}{\partial x}, \frac{\partial f}{\partial x})

this will represenet the direction of greatest change of z = f(x,y), with x & y and i think it should be easy to relate the slope to the magintude of the gradient
 
Thank you for the help, but one more question...
Do I need to multiply the gradient of F(x,y) by the unit vector to find the direction of greatest ascent?
 
no worries, but the question you asked doesn't really make sense, as the gradient is a vector, so what do you mean multiplying a vector by a vector?

the steps i outlined, you will give you the x,y direction, which direction of greatest ascent & the value of that slope in that direction

if you want to find the unit vector representing the direction on surface, use the x,y direction with the slope to find a vector in that direction (in 3D), then normalise by divding by the vector magnitude

note as a check, the vector you find will be perpindicular to the gradient you gave in you first post
 
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