Tricky integral from calc 3 Arc Length question

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
6 replies · 2K views
RJLiberator
Gold Member
Messages
1,094
Reaction score
63

Homework Statement


Find the arc length of:

r(t)=<e^t, e^(-t),sqrt(2)*t>
from 0 to ln(2)

Homework Equations


L=integral from a to b of the magnitude of r'(t)

The Attempt at a Solution



Okay, this was an Exam question, the one exam question that I could not get on our Calc 3 exam. This breaks down into an integral. The answer is 3/2 and there seems to be an obvious trick that I am missing.

r'(t)=<e^t, -e^(-t), sqrt(2)>
Take the magnitude
sqrt((e^t)^2+(-e^-t)^2+2)
Take the integral of that from 0 to ln(2).

There is some trick here that I simply could not get. I spent an hour on this problem during the exam :p.
 
Physics news on Phys.org
RJLiberator said:

Homework Statement


Find the arc length of:

r(t)=<e^t, e^(-t),sqrt(2)*t>
from 0 to ln(2)

Homework Equations


L=integral from a to b of the magnitude of r'(t)

The Attempt at a Solution



Okay, this was an Exam question, the one exam question that I could not get on our Calc 3 exam. This breaks down into an integral. The answer is 3/2 and there seems to be an obvious trick that I am missing.

r'(t)=<e^t, -e^(-t), sqrt(2)>
Take the magnitude
sqrt((e^t)^2+(-e^-t)^2+2)
Take the integral of that from 0 to ln(2).

There is some trick here that I simply could not get. I spent an hour on this problem during the exam :p.

Write that as$$
\sqrt{e^{2t} + 2 +e^{-2t}}$$and note that the quantity under the square root sign is a perfect square.
 
  • Like
Likes   Reactions: RJLiberator
I'm still not getting it. I've searched google for 'perfect square' and I see what it means, but how is it visible in this instance?
 
RJLiberator said:
I'm still not getting it. I've searched google for 'perfect square' and I see what it means, but how is it visible in this instance?

Guess a factorization. If that's equal to (a+b)^2 what do you think a and b might be? Here's a hint. (e^x)^2=e^(2x). After you've guessed, check it.
 
Last edited:
  • Like
Likes   Reactions: RJLiberator
Ugh, I sat here and thought about it for 30 minutes, but something isn't sticking out to me.

I know it must be in form (a+b)^2 so that the square root will cancel and the problem will be easily solvable.
Hm.
so we have: (e^(2x)+2+e^(-2x)).
The negative sign is throwing me off greatly.
 
Oh... I just got it, it clicked to perfection:
(e^x+e^(-x))^2

This way the e^(-x)*e^x cancel out to create 1+1=2.
A perfect square.

And then taking out the square root you simply are left with the integral of e^x+e^(-x).