Finding arc length of vector valued function

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Yitin
Messages
8
Reaction score
0

Homework Statement



Find arc length of the graph of
r(t) = ti + ( (t6/6) - (6/t4) )j + t√3 k
1≤t≤2

Homework Equations



Arc length = ∫ ||dr/dt|| dt
(Integral from t0 to t1 of norm of derivative of r)

The Attempt at a Solution



dr/dt = i + (t5 + 24/(t3) )j + √3 k

12 = 1
(√3)2 = 3
(t5 + 24/(t3) )2 = t10 + 48t2 + 576/t6

||dr/dt|| = √(1 + 3 + t10 + 48t2 + 576/t6)I get stuck here because I do not know how to integrate that. It doesn't seem anywhere close to a perfect square.
Did I make a mistake somewhere, or is there some kind of property to integrate this?
 
Physics news on Phys.org
Ok, so now it should be

(t5 +24t-5)2
(t10 + 48 + 576t-10)

||dr/dt|| = √( 1 + 3 + t10 + 48 + 576t-10 )
||dr/dt|| = √( t10 + 52 + 576t-10 )

Which I am still not sure how to integrate, but it at least looks nicer.