What is the solution to int e^x/(1 - e^(2x))^(1/2) dx?
1 Answer
Mar 3, 2017
Explanation:
We can write this as
int e^x/sqrt(1 - (e^x)^2)
It becomes clear that a u-subsittution of
int e^x/sqrt(1 - u^2) * (du)/e^x
int 1/sqrt(1 - u^2) du
This is a known integral.
arcsinu +C
arcsin(e^x) +C
Hopefully this helps!