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.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top