Solve the equation over reals: $\sqrt{5x^2 + 27x + 25} - 5\sqrt{x + 1} = \sqrt{x^2 - 4}$.
This problem is adapted from a recent competition. And I can't solve it.
The solutions are $\sqrt{5} + 1$ and $\dfrac{13 + \sqrt{65}}{8}$, as Wolfram Alpha says.
The domain gives $x\geq2$ and we need to solve $$\sqrt{5x^2+27x+25}=5\sqrt{x+1}+\sqrt{x^2-4}$$ or $$5x^2+27x+25=25(x+1)+10\sqrt{(x+1)(x^2-4)}+x^2-4$$ or $$2x^2+x+2=5\sqrt{(x^2-x-2)(x+2)}$$ or $$\frac{2x^2}{x+2}+1=5\sqrt{\frac{x^2}{x+2}-1}.$$ Now, take $$\sqrt{\frac{x^2}{x+2}-1}=t.$$ Can you end it now?