Impact-Site-Verification: 1fce05f2-a6cf-4f31-8ca1-aaddc332516c

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.

Complex is not “no answer”
In many algebra courses, “no real solution” is the expected phrase. In a transparent worksheet, reporting i and −i for x² + 1 = 0 is more informative than a blank.

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