How to integrate this $\frac{1}{(1-e^{2x})^{1/2}}$?

98 Views Asked by At

Please how to integrate this $$\frac{1}{(1-e^{2x})^{1/2}}$$ I have tried $u= e^x$ But I think that is wrong So can anyone help me ?

2

There are 2 best solutions below

3
On

HINT. Would you try to define $u$ such that $u^2 = 1 - e^{2x} $ ? It will become quite simple.

0
On

Hint: $u = e^x$ should work. You get

$$\int \frac{e^x}{e^x\sqrt{1-e^{2x}}}\,dx=\int\frac{1}{u\sqrt{1-u^2}} \,du.$$

Then try trig substitution with $u = \sin\theta$.