I have a problem requiring trigonometric substitution to evaluate $\int \frac{\sqrt {x^2+16}}{x^4}dx$.
This is how far I have gotten:
Let $ x = 4\tan \theta $
Then $dx = 4\sec^2\theta$
$$\int \frac{\sqrt {16\tan^2\theta+16}}{(4\tan\theta)^4}4\sec^2\theta d\theta$$
Then doing some cancellations and the trig identity of $ 1 + \tan^2x = \sec^2x$ we get,
$$=\int \frac {4\sec\theta}{(4\tan\theta)^4}4\sec^2\theta d\theta$$
$$=\int \frac{\sec^3\theta}{16\tan^4\theta}d\theta$$
I'm not sure what to do after this point, do I split my $sec^3\theta $ into $sec^2\theta * sec\theta$ in order to split the integral after using the above identity a second time? Thanks for the help in advance.