\begin{eqnarray*} \int \frac{3x^2}{x^3 \sqrt{16x^6-17}} dx = \frac{1}{\sqrt{17}} \tan^{-1} \left(\frac{\sqrt{16x^6-17}}{\sqrt{17}} \right) +C \end{eqnarray*}
Is there a concise substitution to solve that integral? The integral calculator that I've used has multiple redundant steps that I found out about in other problems. I tried substituting $u=x^3$ but I am not sure how to handle the -17 in the root and convert the denominator into a positive expression to use the arctan integration.
Edit: Thanks for the answers. Substituting u as the square root helped me form he body of the answer. Also, the image I posted has an error in the answer; it is the sqrt(17) is only 17 in the denominator of the answer.
I'd set $\sqrt{16x^6-17}=u$, so $16x^6-17=u^2$ and $$ x^5\,dx=\frac{1}{48}u\,du \qquad x^6=\frac{u^2+17}{16} $$ Your integral is therefore $$ \int\frac{3x^5}{x^6\sqrt{16x^6-17}}\,dx= \int\frac{1}{u^2+17}\,du $$