Arc length problem with a thorny integration

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
aucuneidee
Messages
2
Reaction score
0

Homework Statement



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

Homework Equations



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

We want the arc length over [itex]1 \le t \le 4[/itex].

The Attempt at a Solution



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

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

But that's where the fun ends. I've tried a bunch of trig substitutions (e.g. [itex]t=\tan u[/itex]), 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
HallsofIvy said:
Didn't you notice that [itex]t^2+ 1+ 1/t^2= t^2+ 2+ 1/t^2- 1= (t+ 1/t)^2- 1[/itex]?

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!