How to evaluate the following integral?
I have tried the following things but I have no idea to continue after the last step. Moverover, the integral seems wrong when compared with the ans from WolframAlpha app.
$$=\int_{-6}^{-3}{\sqrt{x^2-9}\over x}\,dx$$
Substitute $u=\sqrt{x^2-9}\implies du ={x\over \sqrt{x^2-9}}$
$$=\int_{x=-6}^{x=-3}{\sqrt{x^2-9}\over x}\cdot{\sqrt{x^2-9}\over x}\,dx$$
$$=\int_{x-6}^{x=-3}{x^2-9 \over x^2}\,du$$
$$=\int_{x=-6}^{x=-3}{u^2\,du \over u^2 + 9}$$
$$=\int_{x=-6}^{x=-3}{du\over 1 + \left(\frac3{u}\right)^2}$$
$$=\left[\tan^{-1}\left({3\over \sqrt{x^2-9}}\right)\right]_{-6}^{-3}$$
$$=\pi/2$$
While WolframAlpha gives $\pi -3\sqrt{3}$
This is a link to my original work
Thank you for your attention.

Your antiderivative is incorrect. You can see this by differentiating $\arctan (\frac{3}{u})$; you will not get the original integrand back. I recommend performing long division on $\frac{u^2}{u^2+9}$ to receive $1-\frac{9}{u^2+9}$. Proceed from there and you will arrive at the correct answer.
And you should also change the bounds of integration appropriately.