Here is an integration problem I found in an old book:
Integrate
$$\int\frac{1+x^2}{1-x^2}\frac{dx}{\sqrt{1+x^4}}$$
The integral is attributed to Euler.
My solution is
let $$y=\frac{1+x^2}{1-x^2}$$ then get
$$\frac{1}{\sqrt{2}} \int \frac{ydy}{\sqrt{y^4-1}}$$
After another substitution $z=y^2$ get $$\frac{1}{2\sqrt{2}}\int\frac{dz}{\sqrt{z^2-1}}=\frac{1}{2\sqrt{2}}\cosh^{-1}z$$ so my answer is
$$\frac{1}{2\sqrt{2}}\cosh^{-1}\left(\frac{1+x^2}{1-x^2}\right)^2$$
However the answer in the back is $$\frac{1}{\sqrt{2}} \sinh^{-1}\frac{\sqrt{2}x}{1-x^2}$$
After much work (!!!) I have shown that the two forms are equal to a constant.
My question is: How can one solve the original integral to get the alternative answer directly. What substitution to use ?
$$ I=-\int \dfrac{1}{\sqrt{x^4+1}}\dfrac{x^2+1}{x^2-1} dx=$$ $$=-\int \dfrac{1}{\sqrt{\left(x^2-1\right)^2+2x^2}}\dfrac{x^2+1}{x^2-1} dx$$ $$=-\int\frac{1}{(x^2-1) \sqrt{1+\frac{2x^2}{\left(x^2-1\right)^2}}}\dfrac{x^2+1}{x^2-1} dx dx$$ $$=-\int\frac{1}{\sqrt{1+\frac{2x^2}{\left(x^2-1\right)^2}}}\dfrac{x^2+1}{(x^2-1)^2}dx$$
Setting $u:=\sqrt{2} \dfrac{x}{x^2-1},$ as we have
$$\dfrac{du}{dx}=\sqrt{2}\dfrac{(x^2-1)-x(2x)}{(x^2-1)^2}=-\sqrt{2}\dfrac{x^2+1}{(x^2-1)^2}$$
We obtain finaly:
$$I=\dfrac{1}{\sqrt{2}}\int \frac{du}{\sqrt{1+u^2}}$$
Now, remember that $(\sinh^{-1})'(u)=\dfrac{1}{\sqrt{1+u^2}}$.
Remark: The initial inspiration came from this reference found by using (https://approach0.xyz/), a powerful search engine for formulas.