I can't find a good trig identity to use on this equation, and I'm stuck. I feel like there's something based on $1 + \tan^2(x) = \sec^2(x)$ that will let me solve it, but I can't figure out what.
$$\int \frac{\sqrt{x^2-1}}{x^2}dx = A $$
Let $x = \sec \theta$
Then $dx = \sec \theta \tan \theta$
$$A =\int \frac{\sqrt{\sec^2 \theta - 1}}{\sec^2\theta}\sec\theta\tan\theta \ d\theta$$
$$= \int \frac{\sqrt{(\tan^2\theta +1 ) - 1}}{\sec^2\theta}\sec\theta\tan\theta \ d\theta$$
$$=\int \frac{\tan^2\theta}{\sec\theta}d \theta$$
How can I solve this integral with trigonometric substitution?