The Question: $\sqrt{x+1}+\sqrt{x-1}-\sqrt{x^2 -1}=x$
Only thing I can take from this is that $x^2 -1=(x+1)(x-1)$, but I don't think that would help in any way.
I know the answer, but I don't know how to use that to work backwards.
Answer:
$x= \frac54$
Enforce the substitution $u=\sqrt{x+1}$ and $v=\sqrt{x-1}$. Then, we see that
$$(u+v)(u+v-2)=0 \tag 1$$
Since $u\ge 0$ and $v\ge 0$, the only solution to $(1)$ is solution to $u=2-v$ or
$$\sqrt{1+x}=2-\sqrt{x-1} \tag 2$$
Squaring both sides of $(2)$ yields
$$1+x=4+(x-1)-4\sqrt{x-1}\implies x=\frac54$$