Calculating the Arc Length of y=e^x from 0 to 1

  • Thread starter Thread starter Samuelb88
  • Start date Start date
  • Tags Tags
    Arclength
Samuelb88
Messages
160
Reaction score
0

Homework Statement


Find the arc length of y=e^x, from [0,1].


Homework Equations





The Attempt at a Solution


s = \int_0^1 (1 + e^2^x)^(^1^/^2^)dx

I let t = e^x, dt=e^xdx; therefore dt/t=dx

s = \int_1^e \frac{(1+t^2)^(^1^/^2^)}{t}\right) dx

Let t = tanT, dt = sec^2(T)dT (T for theta)

s = \int_{\frac{Pi}{4}\right)}^{arctan(e)} \frac{sec^3T}{tanT}\right)dT

s = \int_{\frac{Pi}{4}\right)}^{arctan(e)} \frac{1/cos^3T}{sinT/cosT} \right) dT

s = \int_{\frac{Pi}{4}\right)}^{arctan(e)} \frac{1}{sinT}\right) * \frac{1}{cos^2T} \right)dT

Where do I go from here?

Any help would be greatly appreciated. :)
 
Last edited by a moderator:
Physics news on Phys.org
A substitution t = sinh y might be a bit easier. It takes some work too though.
 
Samuelb88 said:

Homework Statement


Find the arc length of y=e^x, from [0,1].


Homework Equations





The Attempt at a Solution


s = \int_0^1 (1 + e^2^x)^(^1^/^2^)dx

I let t = e^x, dt=e^xdx; therefore dt/t=dx

s = \int_1^e \frac{(1+t^2)^(^1^/^2^)}{t}\right) dx

Let t = tanT, dt = sec^2(T)dT (T for theta)

s = \int_{\frac{Pi}{4}\right)}^{arctan(e)} \frac{sec^3T}{tanT}\right)dT

s = \int_{\frac{Pi}{4}\right)}^{arctan(e)} \frac{1/cos^3T}{sinT/cosT} \right) dT

s = \int_{\frac{Pi}{4}\right)}^{arctan(e)} \frac{1}{sinT}\right) * \frac{1}{cos^2T} \right)dT

Where do I go from here?

Any help would be greatly appreciated. :)
Since that is an odd power of sin(T), a standard technique is to multiply both numerator and denominator by sin(T) to get
s= \int_{\frac{pi}{4}}^{arctan(e)}\frac{cos^2(T)}{sin^2(T)} sin(T)dT
= \int_{\frac{pi}{4}}^{arctan(e)}\frac{cos^2(T)}{1- cos^2(T)} sin(T)dT

Now let u= cos(T) so du= -sin(T)dt and the integral becomes
\int_{\frac{\sqrt{2}}{2}}^{\frac{1}{\sqrt{1+e^2}}}\frac{u^2}{1- u^2} du
Which you can do by "partial fractions".
 
u=\sqrt{1+e^{2x}}

{\rm d}u=\frac{e^{2x}}{\sqrt{1+e^{2x}}}=\frac{u^2-1}{u} {\rm{d}x}

and

s={\int\limits_{\sqrt{2}}^{\sqrt{1+e^2^}}} {\frac{u^2}{u^2-1^}} \quad {\rm d}u

?
 
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