Find: $$\int \frac {1-e^x}{1+e^x}dx $$ My solution: $$u = 1 + e^x,\;e^x = u - 1$$ $$\frac{du}{dx}=e^x,\;du=e^x dx,\;dx=\frac{du}{e^x}$$ $$\int \frac {1-u + 1}{u}\;\frac{du}{u-1} $$ $$\int \frac {2-u}{u}\;\frac{du}{u-1} $$ $$\int \frac {2-u}{u^2-u}\;du $$ $$\int \frac {2}{u^2-u}\;du\; -\;\int \frac {1}{u-1}\;du $$ Can I do this? $$\frac {2\ln(u^2-u)}{2u-1}\;-\ln(u-1)$$ $$\frac {2\ln((1+e^x)^2-(1+e^x))}{2(1+e^x)-1}\;-\;\ln(e^x)$$ $$\frac {2\ln(e^x+e^{2x})}{1+2e^x}\;-\;\ln(e^x)$$
2026-05-04 13:44:51.1777902291
Find the integral of this equation $\int \frac {1-e^x}{1+e^x}dx $
91 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
I think an easier approach would be to multiply by $e^{-\frac{x}{2}}$ to obtain $$ \frac{1-e^x}{1+e^x}=\frac{e^{-\frac{x}{2}}-e^{\frac{x}{2}}}{e^{-\frac{x}{2}}+e^{\frac{x}{2}}}$$ and then make the substitution $u=e^{-\frac{x}{2}}+e^{\frac{x}{2}}$.
Alternately, write $$ \frac{1-e^x}{1+e^x}=1-2\frac{e^x}{1+e^x}$$ and in the second term use the substitution $u=1+e^x$.