Find $$\sqrt{{3\over2}(x-1)+\sqrt{2x^2 - 7x - 4}}, x \gt 4$$
My attempt :-
$$3(x-1)+2\sqrt{2x^2 - 7x - 4}$$ $$\implies 3x - 3 + 2\sqrt{2x^2 - 7x - 4} + 2x^2 - 2x^2 -7x + 7x - 1 +1 $$ $$\implies 2x^2 -7x - 4 + 2\sqrt{2x^2 - 7x - 4} + (- 2x^2 + 10x + 1) $$
let $y = \sqrt{2x^2 - 7x - 4}$
$$\therefore y^2 + 2y + (- 2x^2 + 10x + 1)$$
solving for $y$ :-
$$y = {-2\pm \sqrt{4 - 4\times(- 2x^2 + 10x + 1)} \over 2} $$ $$\implies y = {-1\pm \sqrt{2x^2 - 5x}} $$
$$\therefore y^2 + 2y + (- 2x^2 + 10x + 1) = (y + 1 + \sqrt{2x^2 - 5x})(y + 1 - \sqrt{2x^2 - 5x})$$
$$\therefore \sqrt{{3\over2}(x-1)+\sqrt{2x^2 - 7x - 4}} = \sqrt{(y + 1 + \sqrt{2x^2 - 5x})(y + 1 - \sqrt{2x^2 - 5x})\over 2}$$
Sadly this does not remove the square root.
So the question is how can i factorize $3(x-1)+2\sqrt{2x^2 - 7x - 4}$ to remove that square root ?
just some hints are fine with me, thanks.
$$\sqrt{{3\over2}(x-1)+\sqrt{2x^2 - 7x - 4}}=$$ $$=\sqrt{\frac{3(x-1)+2\sqrt{2x^2 - 7x - 4}}2}=$$ $$=\sqrt\frac{\color{red}{3x-3}+2\sqrt{(2x+1)(x-4)}}2=$$ $$=\sqrt{\frac{\color{red}{2x+1}+2\sqrt{(2x+1)(x-4)}+\color{red}{x-4}}2}=$$ $$=\sqrt{\frac{(\sqrt{2x+1}+\sqrt{x-4})^2}2}=$$ $$=\frac{\sqrt{2x+1}+\sqrt{x-4}}{\sqrt2}$$