4

I am not familiar with integral a lot but I know most of important rule.
$$\int{\frac{e^{\arctan{x}}}{\sqrt{1 + x^2}}dx}$$

My method :

I assume $u = \arctan{x}$ so $\displaystyle du = \frac{1}{1 + x^2}dx$ and I get this integral:
$$\int{\sec{u}e^{u}du}$$

But I dont have any more idea!

Can you please help me? Thanks.

Amin
  • 595

1 Answers1

0

Choose $x=\tan u$, so $dx=\frac{\mathrm{d}u}{\cos^2(u)}$ and your integral becomes

$$\int \frac{e^u}{\cos^2(u)\sqrt{1+\tan^2(u)}}\mathrm{d}u $$

then recall that $1+\tan^2(u)=\frac{1}{\cos^2(u)}$, so you have

$$\int\frac{e^u}{\cos(u)}\mathrm{d}u $$

Wolfram Alpha gives a closed form of this in term of the Hypergeometric function, I doubt a prettier closed form can be found

user438666
  • 2,040
  • 1
  • 9
  • 23