In this post: Computing $\int \sqrt{1+4x^2} \, dx$ someone mentioned Euler substitution to compute the following integral:
$$\int \sqrt{1+4x^2} \, dx$$
I tried to follow this advice and got very nice result, namely I substituted $\sqrt{1+4x^2}=t-2x$ which after raising to the square and reducing gives $x=\frac{t^2-1}{4t}$ and $t-2x=\frac{t^2+1}{2t}$, then derivative is equal to $\frac{dx}{dt}=\frac{t^2+1}{4t^2}$ and the whole integral:
$$\int \sqrt{1+4x^2} \, dx = \int \frac{(t^2+1)^2}{8t^3} \, dt$$
Could you please check my solution, because it seems a lot easier than all these trigonometric substitution (too easy which is suspicious...). Thanks in advance.
:)– egreg Jun 23 '16 at 21:33