I was asked to solve the integral $$\int \frac{dx}{x(x^4-4)^\frac{1}{2}}$$ by using substitution. I've tried many values but none comes to work. I also tried factoring $x^4$ into $x^2\cdot x^2$ in order to try using trigonometric substitution but I could not go anywhere with $\sqrt{x^2\cdot x^2-4}$ . I have no clue what should I do.
I am new to this forum so I am sorry if I broke a rule.
This problem is quite tricky, involving multiple substitutions.
Let $u=x^4-4$. Then $du=4x^3\,dx=\implies dx=\frac{du}{4x^3}$. Substituting that into the integral gives: \begin{align*}\int\frac{dx}{x\sqrt{x^4-4}} &=\int\frac{du}{4x^3(x)\sqrt u} \\ &=\int\frac{du}{4(u+4)\sqrt u} \\ &=\frac14\int\frac{du}{(u+4)\sqrt u}.\end{align*} Now, let $v=\frac{\sqrt{u}}2$. This gives $\displaystyle\int\frac1{v^2+1}$, which is $\arctan(v)$. We substitute back all the variables to get $\boxed{\frac{\arctan\left(\frac{\sqrt{x^2-4}}2\right)}4+C}$. I skipped some intermediate steps, but you should be able to figure them out.
Once you have more experience with these types of problems, you'll gain "intuition" on what to substitute.