Find Unit Vector perpendicular to the Surface

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
Is (3x^2+z,0,x) at P=(1,2,-1) really (3,0,1)?
 
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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top