Find the curvature at a point(vector function)

alias
Messages
40
Reaction score
0

Homework Statement


Find the curvature of r(t)= <t^2, lnt, t lnt> at the point P(1,0,0)


Homework Equations


K(t) = |r'(t) x r''(t)|/(|r'(t)|^3)


The Attempt at a Solution


r'(t) = <2t, t^-1, lnt+1>
r''(t) = <2, -t^-2, t^-1>

|r'(t) x r''(t)| = sqrt[t^-4(4 + 4 lnt + ln^2t) + (4 ln^2t)]
|r'(t)| = sqrt[4t^2 + t^-2 + (ln^2t +2 lnt + 1)]

I don't know what value of (t) to sub into K(t) to get my final answer. I also have a feeling that my cross product is not right. Any help would be much appreciated.
 
Physics news on Phys.org
You want (t^2, ln(t), tln(t))= (1, 0, 0).

What value of t gives you that?

You are right that your cross product is wrong. Put your value of t into r' and r'' before calculating the cross product. That will simplify it a lot.
 
Thanks a lot HallsofIvy, t = 1 provided I did the rest of the question right.
 
t= 1 whether you did the rest of the problem right or not!
 
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