Finding arc length of vector valued function

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
You did not differentiate the 6/t^4 term correctly.
 
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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top