How resolve? $$ \int \frac 1 {x^2\sqrt{x^2+4} } dx $$ I try
$x=2\tan \theta$ $$ \int \frac 1 {4\tan ^2 \theta \sqrt{4\tan ^2 \theta +4} } dx= \int \frac 1 {4\tan ^2 \theta \sqrt{4(\tan^2 \theta +1) } }dx $$ $\tan^2\theta +1=\sec^2\theta$ $$ \int \frac 1 {4\tan ^2\theta \sqrt {4\sec ^2\theta} } dx $$
You are on the right track.
You applied $u$ substitution $x=2\tan\theta$ and $dx=2\sec^2\theta\ d\theta$
Then you get $$\int\dfrac{\sec\theta}{4\tan^2\theta}\ d\theta=\dfrac14\int\dfrac{\dfrac{1}{\cos\theta}}{\left(\dfrac{\sin\theta}{\cos\theta}\right)^2}=\dfrac14\int\dfrac{\cos\theta}{\sin^2\theta}$$ Now again apply substitution $v=\sin\theta$ $$=\dfrac14\int\dfrac{1}{v^2}\ dv=-\dfrac14\cdot\dfrac{1}{v}$$
Now substitute back $v=\sin\theta$ and so on......
Can you take it from here?