Arc length problem with a thorny integration

aucuneidee
Messages
2
Reaction score
0

Homework Statement



So, the question gives a particle traveling over a path \gamma, and I need the arc length.

Homework Equations



The path is \gamma(t) : [1,4] \to ℝ^3, t \mapsto (t^2/2, t, ln(2t)).

We want the arc length over 1 \le t \le 4.

The Attempt at a Solution



First, the speed differential: ds = \left\| \gamma'(t) \right\| dt = \sqrt{t^2 + 1 + 1 /t^2} dt

Now, the arc length. \ell = \int_\gamma ds = \int_1^4 \sqrt{t^2 + 1 + 1 /t^2}dt.

But that's where the fun ends. I've tried a bunch of trig substitutions (e.g. t=\tan u), to no avail.

I also tried Wolfram online integrator, which returned a mess of symbols -- this problem should have a (reasonably) simple analytic solution.

Any ideas, anyone? I'd really appreciate any help!
 
Physics news on Phys.org
Didn't you notice that t^2+ 1+ 1/t^2= t^2+ 2+ 1/t^2- 1= (t+ 1/t)^2- 1?
 
HallsofIvy said:
Didn't you notice that t^2+ 1+ 1/t^2= t^2+ 2+ 1/t^2- 1= (t+ 1/t)^2- 1?

I had, but didn't realize it would help. I'll play around and see what I can come up with. :)

Thankyou for the quick response!
 
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