Finding L(c) when c(t) = t^2cos(t).i + t^2sin(t).j + 2t.k

  • Thread starter Thread starter Rozenwyn
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Rozenwyn
Messages
31
Reaction score
0
[tex]c(t)=t^2\cos{t}.i+t^2\sin{t}.j+2t.k[/tex], and [tex]0 \leq{t} \leq1[/tex]

Firstly, [tex]L(c) = \int_{0}_{1} || c'(t) ||.dt[/tex]

Then, [tex]=\int_{0}^{1} || (-t^{2} \sin{t} + 2t \cos{t} ) i + (t^{2} \cos{t} + 2t \sin{t}) j + 2k || dt[/tex]

Skipping one step, this simplifies to;
[tex]\int_{0}^{1} \sqrt{t^4 + 4t^2 + 4} .dt[/tex]

[tex]\int_{0}^1 t^2+2.dt[/tex]

[tex]\left[ \frac{t^3}{3} + 2t \right]_{0}^{1} = 1/3 + 2 = 7/3[/tex]

Well, yeah is this correct ?

Let's see, I hope I didn't mess up the latex code.
 
Last edited:
Physics news on Phys.org
Remember that |c'(t)| is the square root of <c(t),c(t)>, so your integrand should be the square root of what you have now.
 
You're absolutely right. How did I miss that ? :P... It should be correct now.