Integration Problem: Solve Inte[x]sqrt[1+e^(2x)]dx

  • Thread starter Thread starter Kenji Liew
  • Start date Start date
  • Tags Tags
    Integration
Kenji Liew
Messages
25
Reaction score
0

Homework Statement



\inte^{x}\sqrt{1+e^{2 x}}dx

Homework Equations


Cosh x = [ e^{x}+ e^{-x} ] / 2

The Attempt at a Solution


\inte^{x}\sqrt{1+e^{2x}}dx
= \inte^{x}\sqrt{2e^{x}Cosh x}dx

I have no idea on how to proceed already. I cannot obtained the solution given by Mathematica. I use substitution method by let u = e^{x} and then use trigonometric substitution. But also no idea on how to proceed. Hoping anyone outside there can try to help me in solving this question.Thanks.
 
Last edited:
Physics news on Phys.org
You don't want to use a trig substitution. After you use u=ex, try the substitution v=u+1. (Or if you want to do the problem in one shot, use u=ex+1.)
 
vela said:
You don't want to use a trig substitution. After you use u=ex, try the substitution v=u+1. (Or if you want to do the problem in one shot, use u=ex+1.)

I am very sorry.I have a typo in the question and just done the correction.
 
What trig substitution did you use and what did you get after you applied it?
 
vela said:
What trig substitution did you use and what did you get after you applied it?

I have attached the reply in PDF
 

Attachments

Mathematica gives you kind of complicated form of the integral of sec3 θ. You can evaluate the integral by hand using integration by parts. You should get

\int \sec^3\theta\,d\theta = \frac{1}{2}(\log \lvert \sec\theta + \tan\theta \rvert + \sec\theta \tan\theta)+c

You could also simplify the result from Mathematica to that. Note that the variable is θ. You need to undo the substitutions to get it back in terms of x. Once you do that, it's pretty straightforward to show it equals the second answer you got from Mathematica.
 
vela said:
Mathematica gives you kind of complicated form of the integral of sec3 θ. You can evaluate the integral by hand using integration by parts. You should get

\int \sec^3\theta\,d\theta = \frac{1}{2}(\log \lvert \sec\theta + \tan\theta \rvert + \sec\theta \tan\theta)+c

You could also simplify the result from Mathematica to that. Note that the variable is θ. You need to undo the substitutions to get it back in terms of x. Once you do that, it's pretty straightforward to show it equals the second answer you got from Mathematica.

Thanks for your help,Vela ! :smile::smile:
 
Making the right substitution e^x = u you get the integral \int \sqrt{1+u^2} \, du which you can solve by making the substitution u=\sinh p and a use of the double angle formula for hyperbolic cosine

\cosh^2 p = \frac{1}{2}\left(1+ \cosh 2p\right)
 
dextercioby said:
Making the right substitution e^x = u you get the integral \int \sqrt{1+u^2} \, du which you can solve by making the substitution u=\sinh p and a use of the double angle formula for hyperbolic cosine

\cosh^2 p = \frac{1}{2}\left(1+ \cosh 2p\right)

Thanks as well, dextercioby for the another method !
 
Back
Top