I need to solve this integral:
$$\int{\frac{\mathrm dx}{\sqrt{1+x^2}}}$$
First I thought it was easy, so I tried integration by parts with $g(x)=x$ and $g'(x)=1$:
$$\int{ \frac{x^2}{(1+x^2)^{\frac{3}{2}} }}\,\mathrm dx $$
But I've made it even more complicated than before, and if I want to solve it again by parts I'll have $g(x)= \frac{x^3}{3}$ , and I will never end integrating.
How should I solve it?
Edit
Trying this way: $x= \tan(t)$, then I get:
$$ \int{ \frac{1+\tan^2(t)}{ \sqrt{1+ \tan^2(t)} } \mathrm dt}= \int{ \sqrt{ 1 + \tan^2(t) } \, \mathrm dt }$$
But it doesn't remind me anything, I still can't solve it.