Sumedh
- 61
- 0
Is the discriminant, of the quadratic equations, the difference between the two roots?
Or is it a special case?
Or is it a special case?
I'm not sure what your asking here, but the quadratic discriminant is \Delta = b^2 - 4ac. The two roots areSumedh said:Is the discriminant, of the quadratic equations, the difference between the two roots?
Or is it a special case?
Hootenanny said:I'm not sure what your asking here, but the quadratic discriminant is \Delta = b^2 - 4ac. The two roots are
x_\pm = \frac{-b\pm\sqrt{\Delta}}{2a},
with the difference being
x_+ - x_- = \frac{-b + \sqrt{\Delta} + b +\sqrt{\Delta}}{2a} = \frac{\sqrt{\Delta}}{a}.
So in general, the discriminant is not the difference between the two roots. The condition for the discriminant to be the difference between the two roots is
\Delta = \frac{\sqrt{\Delta}}{a}\text{ or } \Delta = 0\;, \Delta = a^{-2}.
The first corresponds to the case when you have repeated roots (obviously) and the second occurs when a^2b^2 - 4a^3c - 1 = 0.