Read D First: How Quadratics Branch
The quadratic formula is one line, but the interesting decision happens earlier: compute D = b² − 4ac. That single number decides whether you are looking for x-intercepts on the real line or a conjugate pair in the complex plane.
Standard Form Is Non-Negotiable
Every coefficient must come from ax² + bx + c = 0. If the equation is written as 2x² = 5x − 3, move terms so a, b, and c are explicit. Wrong signs are the most common “solver error.”
Three Discriminant Outcomes
D > 0: two distinct real roots. D = 0: one repeated real root (the vertex sits on the x-axis). D < 0: no real roots; complex conjugates still satisfy the equation over ℂ and should be labeled as complex—not silently dropped.
Vertex vs Root
The vertex x = −b/(2a) is always defined for a ≠ 0. It is a root only when D = 0. Otherwise it is the turning point used for graphing and optimization intuition.
Classify a quadratic
Enter a, b, and c to see discriminant status and labeled roots:
Open Quadratic Equation Solver