Find Unit Vector perpendicular to the Surface

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 13K views
dustydude
Messages
18
Reaction score
0
Find Unit Vector perpendicular to the Surface,

x3+zx=1 at the point P=(1,2,-1)

I figures that the perpendicular vector would be,

N(X)=grad(x3+zx)
= (3x2+z, 0, x)
N(P)= (3,0,1)
Then the unit vector would be,

n=N(P)/||N(P)||

n=(3/51/2,0,1/51/2)
The answer i get is not the right answer and i don't see where I am going wrong.

Thanks,
 
Physics news on Phys.org
Thanks for pointing that out Dick, minor error.

(2,0,1)

Its still not the right answer which is 1/271/2(5,1,1)
 
dustydude said:
Thanks for pointing that out Dick, minor error.

(2,0,1)

Its still not the right answer which is 1/271/2(5,1,1)

Then there's probably a typo in the problem. The surface x^3+zx=1 equation doesn't have a 'y' in it. That means the y direction is tangent to the surface. The normal vector can't possibly have a nonzero y component.