Evaluate the integral $$\int\frac{1}{x^2\left(x^4+1\right)^{3/4}}\,dx$$
My Attempt:
Let $x = \frac{1}{t}$. Then $dx = -\frac{1}{t^2}\,dt$. Then the integral converts to
$$ -\int \frac{t^3}{(1+t^4)^{3/4}}\,dt $$
Now Let $(1+t^4) = u$. Then $t^3\,dt = \frac{1}{4}du$. This changes the integral to
$$ \begin{align} -\frac{1}{4}\int t^{-3/4}\,dt &= -u^{1/4}+\mathcal{C}\\ &= -\left(1+t^4\right)^{1/4}+\mathcal{C} \end{align} $$
So we arrive at the solution
$$\int\frac{1}{x^2\left(x^4+1\right)^{3/4}}\,dx = - \left(\frac{1+x^4}{x^4}\right)^{1/4}+\mathcal{C.}$$
Question: Is there any other method for solving this problem?
The following method feels more systematic to me:
$$\begin{align} \int\frac{\mathrm{d}x}{x^2\left(1+x^4\right)^{3/4}} &=\frac14\int\frac{4x^3\,\mathrm{d}x}{x^5\left(1+x^4\right)^{3/4}}\\ &=\frac14\int\frac{\mathrm{d}t}{t^{5/4}\left(1+t\right)^{3/4}};~~~\small{x^4=t}\\ &=\frac14\int\left(\frac{1+t}{t}\right)^{-3/4}\cdot\frac{1}{t^2}\,\mathrm{d}t\\ &=-\frac14\int u^{-3/4}\,\mathrm{d}u;~~~\small{\frac{1+t}{t}=u}\\ &=-\sqrt[4]{u}+\color{grey}{constant}\\ &=-\sqrt[4]{\frac{1+t}{t}}+\color{grey}{constant}\\ &=-\sqrt[4]{\frac{1+x^4}{x^4}}+\color{grey}{constant}\\ &=-\frac{\sqrt[4]{1+x^4}}{x}+\color{grey}{constant}.\\ \end{align}$$
But the result is of course the same.