Gradient Problem Move From P(-1,1)

  • Thread starter Thread starter Geometrick
  • Start date Start date
  • Tags Tags
    Gradient
Geometrick
Messages
42
Reaction score
0

Homework Statement


You are at P(-1,1) on the surface z = (y-x^2)^3. What direction should you move from P so that your height remains the same?


Homework Equations





The Attempt at a Solution



So I basically do not want my height z to change. In this case, I will take a vector perpendicular to grad f(p), a simple computation shows that grad f(p) will be in the direction of <1,2>, so I take my direction v to be v = <-2, 1>.

I'm just wondering if this is correct?
 
Physics news on Phys.org
Geometrick said:

Homework Statement


You are at P(-1,1) on the surface z = (y-x^2)^3. What direction should you move from P so that your height remains the same?


Homework Equations





The Attempt at a Solution



So I basically do not want my height z to change. In this case, I will take a vector perpendicular to grad f(p), a simple computation shows that grad f(p) will be in the direction of <1,2>, so I take my direction v to be v = <-2, 1>.

I'm just wondering if this is correct?
I think you have the basic idea down, but have made a mistake in the "simple" computation. At (-1, 1) the gradient of f is the zero vector. Both components of the gradient have factors of 3(y - x2)2. When x = -1, y = 1, this factor is 3(1 - (-1)2)2, or 0.
 
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