If you derive the quadratic formula by completing the square on a general quadratic, then should the denominator end up as $2 \ \text{modulus(a)}$ where $a$ is the coefficient on the $x^2$ term which may well be negative?
I know it doesn't matter in the end because of the plus/minus. thanks
I know it doesn't matter in the endIt does in fact matter in the end, since replacing the denominator with $,2|a|,$ can potentially change the sign of the entire roots, not just the radical. For example, take $,a=-1,$, $b=3,$, $c=-2,$ then the equation is $,-x^2 + 3 x - 2 = 0,$ with roots $,\frac{-3 \pm \sqrt{3^2- 4 \cdot 2}}{2 ,\cdot, (-1)} = {1,2},$. If, instead, you replace the denominator with $,2\cdot|-1|,$, then the formula gives the (wrong) roots $,{-1,-2},$. – dxiv Sep 12 '18 at 21:50don't know why thoughThat's because $,\pm a = \pm |a|,$ in the sense of sets of values. – dxiv Sep 12 '18 at 23:48