3

Integrate $$2\pi \int e^{-x}\sqrt{1+e^{-2x}} .dx $$

By looking at the question i knew it would lead to alot of calculations and working out but i've tried sooo many different methods and just end up in a mess.

jill
  • 121

2 Answers2

7

Setting $t=\exp(-x)$ as an substitution, so you have $$dt=-\exp(-x)dx\longrightarrow\text{e}^{-x}dx=-dt$$ so we can convert the original integral to: $$-2\pi\int\sqrt{1+\left(\text{e}^{-x}\right)^2}dt\to -2\pi\int\sqrt{1+t^2}dt\\=-2\pi\frac{t}{2}\sqrt{1+t^2}+\frac{1}{2}\sinh^{-1}t+C, \;\;t=\text{e}^{-x}$$

We already know that $\int \sqrt{a^2+x^2}dx=\frac{x}{2}\sqrt{a^2+x^2}+\frac{a^2}{2}\sinh^{-1}\frac{x}{a}+C\;^*$ which can be proved by using a nice substitution $x=a\sinh(\theta)$ or using http://planetmath.org/?method=l2h&id=9681&op=getobj&from=objects.Try to verify above formula$^*$ for yourself and then use it for your integral . $\ddot\smile$

Mikasa
  • 67,374
3

Did you try to put $u=e^{-x}$ ? It seems that it gives you a nice formula : $-2\pi \int \sqrt{1+u^2}du$

Alan Simonin
  • 1,056