Finding the Unit Normal Vector to a Curve at a Specific Point

steve23063
Messages
22
Reaction score
0
Hi I'm having trouble finishing this problem and I'd appreciate it if someone could help me out.

I need to find the unit vector normal to x=y^2=z^3 at the point (1,1,1) and it can't have components along the line x=y=z

Heres what I did so far:
1. dx=2ydy=3z^2dz
2. At (1,1,1) dx=2dy=3dz
3. differential length vector dl=dxax+(1/2)dxay+(1/3)dxaz
(ax is the unit vector in the x-direction etc)
4. Rewrote dl as dl=[ax+(1/2)ay+(1/3)az)]dx

If I use the dot product and I let an=normal vector then the dot product of dl and an should equal 0. OK that's as far as I can get :(
 
Physics news on Phys.org
Let's see. If you if parametrize given curve you would get \gamma(t)=(t, t^\frac{1}{2}, t^\frac{1}{3}). Tangent vector to a curve is given by \vec{\tau}=\frac{d\gamma(t)}{dt}=[1, \frac{1}{2}t^\frac{1}{2},\frac{1}{3}t^{-\frac{2}{3}}]. At point M=(1,1,1) it becomes \vec{\tau_M}=[1,\frac{1}{2},\frac{1}{3}]. Vector that is along x=y=z direction is given by \vec{a}=[1,1,1]. So, your vector should be normal to the curve at point M (which means it should be normal to \vec{\tau_M} and should not be in direction of \vec{a}. To be sure it is so, set your vector to be \vec{b}=\vec{\tau_m}\times \vec{a}. Then just divide resulting vector by its magnitude and this is it.
 
Last edited:
Oh yes, excuse me. My fingers were faster then brain. Ill fix it immidiatelly
 
Last edited:
To remain annoying, please add a minus sign to the differentiated y-component's exponent..:smile:
 
Hmm, I don't see edit button under my post.
 
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