What is the Integral with e^x in it?

  • Thread starter Thread starter Outlaw747
  • Start date Start date
  • Tags Tags
    E^x Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Outlaw747
Messages
10
Reaction score
0

Homework Statement


[tex]\int\frac{1+e^{x}}{1-e^{x}}[/tex] dx

Homework Equations


.

The Attempt at a Solution


I've tried substituting for u=e^x or u=1-e^x but I can't seem to get anywhere. Haven't done calc in a while and just want someone to point me in the right direction. Thanks.
 
Last edited:
Physics news on Phys.org
Letting [itex]u = e^x [/tex] gives<br /> [tex] \int\frac{1+u}{1-u}\frac{1}{u}\,du[/tex]<br /> Next expand in partial fractions. The integrand becomes<br /> [tex] \frac{2}{1-u} + \frac{1}{u}[/tex]<br /> which you can easily integrate.[/itex]
 
Last edited:
I'm thinking [tex]u=e^{x}[/tex] might work, at least for x<0.

Also, [tex]{{1+u}\over{1-u}}={{1-u+2u}\over{1-u}}=1+2{{u}\over{1-u}}[/tex]
 
Last edited:
For x>0, you might try [tex]u=e^{-x}[/tex]

[tex]{{1+e^{x}}\over{1-e^{x}}}={{e^{-x}+1}\over{e^{-x}-1}}={{u+1}\over{u-1}}={{2u}\over{u-1}}-{{u-1}\over{u-1}}[/tex]
[tex]\int({1\over{u}}-{2\over{u-1}})du[/tex]
 
Last edited:
PhaseShifter said:
For x>0, you might try [tex]u=e^{-x}[/tex]

[tex]{{1+e^{x}}\over{1-e^{x}}}={{e^{-x}+1}\over{e^{-x}-1}}={{u+1}\over{u-1}}={{2u}\over{u-1}}-{{u-1}\over{u-1}}[/tex]



[tex]\int({1\over{u}}-{2\over{u-1}})du[/tex]

Well, why can't you sub u = ex, when x > 0?
 
Thanks a lot guys.