I am trying to solve this integral and I need your suggestions.
I think about taking $1+e^{2x}$ and setting it as $t$, but I don't know how to continue now.
$$\int^1_0 \frac{dx}{1+e^{2x}}$$ Thanks!
I am trying to solve this integral and I need your suggestions.
I think about taking $1+e^{2x}$ and setting it as $t$, but I don't know how to continue now.
$$\int^1_0 \frac{dx}{1+e^{2x}}$$ Thanks!
With the change of variable $u=e^{x}$, you get $$ \int_{[0,1]}\frac{dx}{1+e^{2x}} = \int_{[1,e]}\frac{1}{u(1+u^2)}du $$
HINT:
Putting $e^{2x}=v\implies 2x=\ln v\implies 2dx=\frac{dv}v$
$$\int^1_0 \frac{dx}{1+e^{2x}}=\int_1^{ e^2}\frac1{2v(1+v)}dv=\frac12\cdot\int_1^{ e^2}\left(\frac1v-\frac1{v+1}\right)dv $$
$\int^{1}_{0}\frac{dx}{1+e^{2x}}=$ $ \int^{1}_{0}\frac{e^{-2x}dx}{1+e^{-2x}}=$ $-\frac{1}{2}\int^{1}_{0}\frac{(1+e^{-2x})'dx}{1+e^{-2x}}=$ $=-\frac{1}{2}ln(1+e^{-2x})|^{1}_{0}= \frac{1}{2}ln\frac{2e^{2}}{1+e^{2}}$