I have the following equation:
$$\sqrt{3x+1}-\sqrt{x+4}=1$$
I can get the answer $x=5$ through tedious and long algebraic manipulation with quite a few extraneous solutions. It's not elegant. Is there a simple, straightforward way to solve this equation?
The domain is $x\geq-\frac{1}{3}$ and squaring: $$3x+1=1+2\sqrt{x+4}+x+4$$ or $$\sqrt{x+4}=x-2,$$ which gives also $x\geq2$. $$x+4=(x-2)^2$$ or $$x(x-5)=0,$$ which gives the answer: $$\{5\}$$