nicnicman
- 132
- 0
Homework Statement
\int\frac{dx}{\sqrt{e^{x} + 1}}
Homework Equations
Using u-substitution
The Attempt at a Solution
Let u = \sqrt{e^{x} + 1} \Rightarrow u^{2} - 1 = e^{x}
Then, du = \frac{e^{x} dx}{2\sqrt{e^{x} + 1}} \Rightarrow dx = \frac{2u du}{u^{2}-1}
So, \int\frac{dx}{\sqrt{e^{x} + 1}} = \int\frac{2u du}{u(u^{2}-1)}
But, I'm stuck at this point. I think I want to break it up into two simpler integrals, but I'm not sure how to do this. Any suggestions would be greatly appreciated!