Quadratic Solver Over Complexes
Math Algebra • Complex Numbers
Frequently Asked Questions
What does the discriminant mean for a quadratic solved over the complex numbers?
The discriminant Delta = b^2 - 4ac controls the square-root term in the quadratic formula. If coefficients are real and Delta is negative, the solutions are complex conjugates; with complex coefficients, Delta can be complex and the roots need not be conjugates.
How are complex roots computed from the quadratic formula?
The calculator evaluates x = (-b ± sqrt(Delta)) / (2a) using complex arithmetic. When Delta is complex, it computes a complex square root (typically the principal square root) so the ± choice consistently produces the two roots.
Why do complex roots come in conjugate pairs when a, b, and c are real?
Real coefficients imply the polynomial has conjugate symmetry: if x is a root, then its complex conjugate is also a root. This is why the two nonreal solutions appear symmetric about the real axis on the Argand diagram.
Can I solve a quadratic where a, b, or c has an imaginary part?
Yes. Enable complex coefficients and enter the real and imaginary parts for a, b, and c; the solver will compute roots in the complex plane even when the coefficients are not real.
How do I interpret the root plot on the complex plane?
Each root x = u + iv is plotted as the point (u, v), where u is the real part on the horizontal axis and v is the imaginary part on the vertical axis. If real coefficients produce conjugate roots, the points have equal real parts and opposite imaginary parts.