MathematicsAlgebraMedium

Quadratic Formula

Also known as:Quadratic solution formulaabc formula

The quadratic formula is an algebraic formula that gives the solutions (roots) of any quadratic equation ax² + bx + c = 0 directly in terms of its coefficients a, b, and c. It is derived by completing the square on the general quadratic and is the most reliable method for solving quadratics, working even when factoring over integers is impossible. The formula also reveals the nature of the roots through the discriminant b² − 4ac.

Key Formula

x = (−b ± √(b² − 4ac)) / (2a)

LaTeX: x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

SymbolMeaningUnit
xSolution(s) of the quadratic equationdimensionless
aCoefficient of x² (must be non-zero)dimensionless
bCoefficient of xdimensionless
cConstant termdimensionless
±Gives two solutions: one with + and one with −dimensionless

Worked Example

Problem

Solve 2x² − 7x + 3 = 0 using the quadratic formula.

Solution

Step 1: Identify a = 2, b = −7, c = 3. Step 2: Calculate the discriminant. b² − 4ac = (−7)² − 4(2)(3) = 49 − 24 = 25 Step 3: Apply the formula. x = (−(−7) ± √25) / (2×2) x = (7 ± 5) / 4 Step 4: Find both solutions. x₁ = (7 + 5) / 4 = 12/4 = 3 x₂ = (7 − 5) / 4 = 2/4 = 1/2 Step 5: Verify x = 3: 2(9) − 21 + 3 = 18 − 21 + 3 = 0 ✓

Answer

x = 3 or x = 1/2

Quadratic Formula — Solution Cases Based on Discriminant

Discriminant (Δ = b² − 4ac)SignNature of RootsExample
Δ > 0PositiveTwo distinct real rootsx² − 5x + 4 = 0 → x = 4 or x = 1
Δ = 0ZeroOne repeated real rootx² − 4x + 4 = 0 → x = 2 (double)
Δ < 0NegativeTwo complex conjugate rootsx² + x + 1 = 0 → x = (−1 ± i√3)/2
Δ is perfect squarePositiveTwo rational rootsx² − 5x + 6 = 0 → x = 2 or x = 3

Interactive Tools

Wolfram Alpha

Enter any quadratic equation and get full formula-based working.

Open Tool

Desmos Calculator

Graph the parabola and verify roots visually.

Open Tool

Khan Academy – Quadratic Formula

Detailed derivation and practice problems for the quadratic formula.

Open Tool
The quadratic formula displayed in mathematical notation with variable labels

Wikimedia Commons, CC BY-SA

Related Terms

The word "quadratic" comes from Latin "quadratus" (square). The formula itself was known in various forms to Babylonian, Greek, and Indian mathematicians. Brahmagupta gave a clear version in 628 CE in his "Brahmasphutasiddhanta". The symbolic form using coefficients a, b, c emerged with René Descartes and later Leonhard Euler in the 17th–18th centuries.

algebraquadratic-formularootsdiscriminantequationparabola