My problem is Solve the equation $$2 \left(\sqrt{x^3-7 x^2+17x-14}+\sqrt{x^4-7 x^3+23x^2-37 x+28}\right)=4x^2-17 x+25.$$ And my solve.
We have $$\sqrt{x^3-7 x^2+17x-14}= \sqrt{(x-2) \left(x^2-5 x+7\right)}\leqslant \dfrac{(x-2) + (x^2-5 x+7)}{2}= \dfrac{x^2 - 4x + 5}{2}.$$ Another way \begin{align*} \sqrt{x^4-7 x^3+23x^2-37 x+28} &= \sqrt{\left(x^2-4 x+7\right)\left(x^2-3 x+4\right)}\\ &\leqslant \dfrac{(x^2-4 x+7)+(x^2-3 x+4)}{2} \\ &= \dfrac{2x^2-7x+11}{2}. \end{align*} Therefore, $$\text{LHS} \leqslant (x^2 - 4x + 5) + (2x^2-7x+11) = 3x^2 -11x + 16.$$ From the given equation, we have $$4x^2-17 x+25 \leqslant 3x^2 -11x + 16 \Leftrightarrow x^2 -6x + 9 \leqslant 0 \leqslant (x-3)^2 \leqslant 0 \Leftrightarrow x = 3. $$ We see that, $x = 3$ satisfies the given equation.
Thus, the the given equation has only solution is $x = 3.$
Is there another way to solve this equation?