Solve the following equation. $$\large \sqrt{4x^2 - 15x + 20} = 4x - 10 + 7\sqrt{x - 1}$$
I try to let $2x - 6 = a$ and $\sqrt{x - 1} = b$. Then the equation becomes:
$$\sqrt{a^2 + 9b^2 - 7} = 2a + 7b + 2$$
with which I think about how stupid I am about what I am working.
Notation: I am trying to do a solution involving inequalities. So I will be grateful if anyone can do that.
Letting $y = \sqrt{x-1}$, your equation is equivalent to $$\sqrt{4(y^2+1)^2-15(y^2+1)+20} = 4(y^2+1)-10 + 7y$$
i.e. $$\sqrt{4y^4 - 7y^2 + 9} = 4y^2 + 7y - 6$$
so squaring it, you get $$4y^4 - 7y^2 + 9 = 16y^4 + 56y^3 + y^2 - 84y + 36$$
i.e. $$12y^4 + 56y^3 + 8y^2 - 84y + 27 = 0$$
i.e. $$(2y^2+2y-3)(6x^2+22x-9)=0$$
You get that $$y= \frac{1}{6} \left(- 11 - 5 \sqrt{7} \right) \quad \text{or} \quad y= \frac{1}{2} \left(- 1 - \sqrt{7} \right) \quad$$ $$\text{or} \quad y= \frac{1}{2} \left(- 1 + \sqrt{7} \right) \quad \text{or} \quad y= \frac{1}{6} \left(- 11 + 5 \sqrt{7} \right) \quad $$
The first two ones are impossible because $y$ has to be positive, and the last one is impossible (because $4y^2+7y-6$ has to be positive) so you get $$\quad y= \frac{1}{2} \left(- 1 + \sqrt{7} \right)$$
i.e. $$x= \left(\frac{1}{2} \left(- 1 + \sqrt{7} \right)\right)^2+1 \quad \text{i.e. } \quad x= 3 - \frac{1}{2} \sqrt{7}$$