If the roots of quadratic equation $$x^2 − 2ax + a^2 + a – 3 = 0$$ are real and less than $3$, find the range of $a$.
The roots are $a \pm \sqrt {3 – a}$
For the roots to be real, we must have a < 3.
Also, for the roots to be less than 3, we must have $\pm \sqrt {3 – a } \lt 3 – a $
If squaring both sides is allowable, I will get $(a – 2)(a – 3) > 0$. Then the problem is solved.
The question is:- how to convince others that the squaring of both sides of $\pm \sqrt {3 - a } \lt 3 - a $ is allowable?
The inequality $\;\underbrace{- \sqrt {3 – a } }_{{-}}\leq \underbrace{3 – a}_{+}\;$ holds trivially.
As $\;3-a\geq 0\;$ and $\;\sqrt {3 – a } \geq 0,\;$ squaring $\sqrt {3 – a } \geq 3 – a\;$ is legitimate, as stated by @auscrypt.