I saw this problem online today:
$$ \left|5x-3k\right|\geq3\left|x+4k\right| $$
and attempted to solve it by squaring both sides:
$$ \begin{align} \left(5x-3k\right)^2 &\geq3\left(x+4k\right)^2 \\ 25x^2-30kx+9k^2 &\geq 3x^2+24kx+48k^2\\ 22x^2-54kx-39k^2 &\geq 0 \end{align} $$
But this gives me the disgusting critical points
$$ \frac{54k\pm\sqrt{\left(54k\right)^2+4\cdot22\cdot39k^2}}{2\cdot22} $$
I am wondering, what is the correct way to solve this inequality?
You made several mistakes in both sides of your inequality when squaring: \begin{align}(5x-3k)^2&\geq \color{red}(3(x+4k)\color{red})^2\\ 25x^2-30k\color{red}x+9k^2&\geq3^\color{red}2(x+4k)^2\\ 25x^2-30k\color{red}x+9k^2&\geq\color{red}9(x^2+8k\color{red}x+16k^2)\\ 25x^2-30k\color{red}x+9k^2&\geq\color{red}9x^2+\color{red}{72}k\color{red}x+\color{red}{144}k^2\\ \color{red}{16}x^2-\color{red}{102}k\color{red}x-\color{red}{135}k^2&\geq 0\end{align}
Therefore, our critical points become \begin{align}x&=\frac{-(-102k)\pm\sqrt{(-102k)^2-4\times 16\times (-135k^2)}}{2\times 16}\\ &=\frac{102k\pm\sqrt{102^2k^2+8640k^2}}{32}\\ &=\frac{102k\pm\sqrt{19044k^2}}{32}\\ &=\frac{102k\pm\sqrt{19044}\sqrt{k^2}}{32}\\ &=\frac{102k\pm138k}{32}\end{align}
And so, \begin{align}x&=\frac{102k+138k}{32}\\ &=\frac{15}{2}k\\ &\text{or}\\ x&=\frac{102k-138k}{32}\\ &=-\frac 98 k\end{align}