Find the Arc Length of a Vector Function
the given vector and the bounds of integration are;

differentiation gives;

definition of the length of a curve (were
refers to the magnitude of the vector
);

substituting the magnitude of
and the bounds of integration into the equation;
![L=\int_{0}^{1} [ 0+ (e^t)^2+ (-e^{-t})^2]^{\frac{1}{2}}dt](http://latex.codecogs.com/png.latex?L=\int_{0}^{1} [ 0+ (e^t)^2+ (-e^{-t})^2]^{\frac{1}{2}}dt)
So every problem, of this general form, so far has had a very simple integration where there is ultimately just a constant under the radical. So I think I'm looking for a way to combine the exponential functions into a constant and I can't come up with it so far.
If this is the wrong strategy please let me know.
Re: Find the Arc Length of a Vector Function
Hey bkbowser.
One suggestion is to try making the elements of the vector simple polynomials and then integrate the function that way (or use trig functions).
Re: Find the Arc Length of a Vector Function
I don't think we've discussed either of those methods in my program.
By trig functions do you mean the hyperbolic trig functions? We've been avoiding those sections in the text book and it's possible that this problem was assigned by mistake.
Is it possible to get more information on making the elements of the vector simple polynomials? Some keywords to look up on the internet perhaps?
Re: Find the Arc Length of a Vector Function
If you just want practice for certain integrals, just either pick up a book or make your own up.
Personally I feel that once you get the hang of a few, you should just stop and move to the next thing.
Also if you are being tested exam wise on certain classes of integrals, focus on those since that is what you'll be marked on.
Re: Find the Arc Length of a Vector Function
I recommend you go back and check the statement of the problem. The problem, as you give it,
, is extremely difficult while
is a very easy problem.
Re: Find the Arc Length of a Vector Function
Re: Find the Arc Length of a Vector Function
the radicand simplifies like so;
![[2+(e^t)^2+(-e^{-t})^2]=2(cosh(t))^2](http://latex.codecogs.com/png.latex?[2+(e^t)^2+(-e^{-t})^2]=2(cosh(t))^2)
is this correct?
Re: Find the Arc Length of a Vector Function
Re: Find the Arc Length of a Vector Function
Should I be trying to substitute in some hyperbolic trig function in the first place?
I ask because we're not covering anything involving hyperbolic trig functions in my colleges program, so there's a chance I might not have to know how to do this problem at the moment!
Re: Find the Arc Length of a Vector Function
Quote:
Originally Posted by
bkbowser
You are correct. I have copied the problem wrong.
So it should be
the given vector and the bounds of integration are;
differentiation gives;
definition of the length of a curve (were

refers to the magnitude of the vector

);
substituting the magnitude of

and the bounds of integration into the equation;
I'm still stuck here. I've been trying to get the radicand to either look something like
^2)
or get it to be a constant. I can't seem to do either here.
^2 + \left( -e^{-t} \right)^2 }\,dt} &= \int_0^1{ \sqrt{e^{2t} + 2 + \frac{1}{e^{2t}} }\,dt } \\ &= \int_0^1{ \sqrt{ e^{2t} \left( 1 + \frac{2}{e^{2t}} + \frac{1}{e^{4t}} \right) } \, dt } \\ &= \int_0^1{ e^t \, \sqrt{ 1 + \frac{2}{e^{2t}} + \frac{1}{e^{4t}} } \, dt } \end{align*})
Now let
and note that
and
, then the integral becomes
![\displaystyle \begin{align*} \int_0^1{ e^t \, \sqrt{ 1 + \frac{2}{e^{2t}} + \frac{1}{e^{4t}} } \, dt } &= \int_1^e{ \sqrt{ 1 + \frac{2}{u^2} + \frac{1}{u^4} }\, du } \\ &= \int_1^e { \sqrt{ \frac{ u^4 + 2u^2 + 1 }{u^4} } \, du } \\ &= \int_1^e{ \sqrt{ \frac{\left( u^2 + 1 \right) ^2 }{ u^4 } } \, du } \\ &= \int_1^e{ \frac{u^2 + 1}{u^2} \, du } \\ &= \int_1^e{ 1 + u^{-2} \, du } \\ &= \left[ u - \frac{u^{-3}}{3} \right]_1^e \\ &= \left[ u - \frac{1}{3u^3} \right]_1^e \\ &= \left( e - \frac{1}{3e^3} \right) - \left( 1 - \frac{1}{3} \right) \\ &= e - \frac{1}{3e^3} - \frac{2}{3} \end{align*}](http://latex.codecogs.com/png.latex?\displaystyle \begin{align*} \int_0^1{ e^t \, \sqrt{ 1 + \frac{2}{e^{2t}} + \frac{1}{e^{4t}} } \, dt } &= \int_1^e{ \sqrt{ 1 + \frac{2}{u^2} + \frac{1}{u^4} }\, du } \\ &= \int_1^e { \sqrt{ \frac{ u^4 + 2u^2 + 1 }{u^4} } \, du } \\ &= \int_1^e{ \sqrt{ \frac{\left( u^2 + 1 \right) ^2 }{ u^4 } } \, du } \\ &= \int_1^e{ \frac{u^2 + 1}{u^2} \, du } \\ &= \int_1^e{ 1 + u^{-2} \, du } \\ &= \left[ u - \frac{u^{-3}}{3} \right]_1^e \\ &= \left[ u - \frac{1}{3u^3} \right]_1^e \\ &= \left( e - \frac{1}{3e^3} \right) - \left( 1 - \frac{1}{3} \right) \\ &= e - \frac{1}{3e^3} - \frac{2}{3} \end{align*})