Integral involving square root and exp

nicnicman
Messages
132
Reaction score
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!
 
Physics news on Phys.org
nicnicman said:

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!

Partial fractions is what you want. Factor the denominator.
 
Okay.

So, \int\frac{dx}{\sqrt{e^{x} + 1}} = \int\frac{2u du}{u(u^{2}-1)} = \int\frac{2du}{(u+1)(u-1)}

And now I'm stuck again.
 
nicnicman said:
Okay.

So, \int\frac{dx}{\sqrt{e^{x} + 1}} = \int\frac{2u du}{u(u^{2}-1)} = \int\frac{2du}{(u+1)(u-1)}

And now I'm stuck again.

Partial fractions! ##\frac{1}{(u+1)(u-1)}=\frac{A}{u+1}+\frac{B}{u-1}## for some constants A and B. Find those constants.
 
Okay. I think I've got it.

So, \int\frac{dx}{\sqrt{e^{x} + 1}} = \int\frac{2u du}{u(u^{2}-1)} = \int\frac{2du}{(u+1)(u-1)} = \int\frac{du}{u-1} - \int\frac{du}{u-1} = ln|u-1| - ln|u+1| = ln\frac{|u-1|}{|u+1|} where u = \sqrt{e^{x}+1}

= ln\frac{\sqrt{e^{x}+1}-1}{\sqrt{e^{x}+1}+1}

Thank you for all your help.
 
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