CURRICULUM MAPPED
📐 HIGH SCHOOL (9-12) CURRICULUM TUTORIAL

The Quadratic Formula

Master ax²+bx+c=0. Discriminant, roots, vertex, and graphing parabolas.

SC
SolveCalc Faculty • Curriculum Lab
2026 Academic Edition
5 min read
🎓 High School (9-12)

Curriculum Core Rules & Strategy

EXAM CHECKLIST
01 // METHODICAL WORKING

Always write out given values and the relevant formula before substituting numbers.

02 // VERIFICATION RULE

Substitute your final answer back into the original problem to verify correctness.

03 // COMMON TRAP

Double-check negative signs, common denominators, and arithmetic order of operations.

Mastering The Quadratic Formula with SolveCalc

The quadratic formula solves ANY equation of the form ax² + bx + c = 0: x = (−b ± √(b²−4ac)) / 2a. The discriminant (b²−4ac) determines how many real solutions exist: positive → 2 solutions, zero → 1 solution, negative → no real solutions.

§ 01 CORE CONCEPTS

What a Quadratic Equation Looks Like

A quadratic equation has degree 2 — the highest power of the variable is 2. Standard form: ax² + bx + c = 0 (a ≠ 0).

  • x² − 5x + 6 = 0 (a=1, b=−5, c=6)
  • 2x² + 3x − 2 = 0 (a=2, b=3, c=−2)
  • x² − 4 = 0 (a=1, b=0, c=−4)

Solutions (called "roots" or "zeros") are x-values making the equation true. Quadratics can have 0, 1, or 2 real solutions. Graphically, the roots are where the parabola crosses the x-axis.

§ 02 THE FORMULA

Deriving and Applying the Quadratic Formula

The quadratic formula is derived by completing the square on the general form ax² + bx + c = 0:

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

The ± gives two solutions — use + for one root and − for the other.

Solve 2x² − 5x − 3 = 0. a=2, b=−5, c=−3.
x = (5 ± √(25+24))/4 = (5 ± √49)/4 = (5 ± 7)/4
x = 12/4 = 3 or x = −2/4 = −½
Solutions: x = 3 and x = −½
§ 03 THE DISCRIMINANT

Using the Discriminant to Predict Solutions

The discriminant Δ = b² − 4ac determines the nature of roots before solving:

  • Δ > 0: Two distinct real roots (parabola crosses x-axis twice)
  • Δ = 0: One repeated real root (parabola touches x-axis at its vertex)
  • Δ < 0: No real roots (parabola doesn't cross x-axis)
For x² + 4x + 4 = 0: Δ = 16 − 16 = 0 → one repeated root: x = −4/2 = −2.
For x² + x + 1 = 0: Δ = 1 − 4 = −3 < 0 → no real solutions.
§ 04 WORKED EXAMPLES

Quadratic Formula — Three Full Solutions

Example 1: Solve x² − 7x + 12 = 0.
Δ = 49−48=1. x=(7±1)/2. x=4 or x=3. (Also factorisable as (x−3)(x−4)=0)
Example 2: Solve 3x² + 2x − 8 = 0.
Δ = 4+96=100. x=(−2±10)/6. x=8/6=4/3 or x=−12/6=−2.
Example 3 (Real World): A ball thrown upward: h = −5t² + 20t. When does it hit the ground (h=0)?
−5t²+20t=0 → t(−5t+20)=0 → t=0 (launch) or t=4 seconds.
§ 05 COMMON MISTAKES

Quadratic Formula Errors

  • Sign error with b: The formula has −b. If b=−5, then −b=+5. This sign flip is the most common calculation error.
  • Forgetting to divide by 2a — not 2: The entire numerator (−b ± √Δ) is divided by 2a, not just one term.
  • √(b²) ≠ b when b is negative: √(b²) = |b|. Always compute b² first (always positive), then take the square root.
  • Forgetting both ± solutions: The formula gives TWO roots. Reporting only one loses half the answer.
§ 06 MEMORY TIPS

The Quadratic Formula — Memorising It Cold

  • Classic mnemonic (sung to pop melodies): "Negative b, plus or minus square root, b squared minus four ac, all over two a."
  • Identify a, b, c first: Before applying the formula, clearly label a=___, b=___, c=___. Calculate b²−4ac as a separate step before combining.
  • Always check with factoring when Δ is a perfect square: If Δ = 1, 4, 9, 25..., the quadratic factors neatly — factor method may be faster as a verification.

SolveCalc's Equation Solver solves any quadratic with discriminant analysis and full working.

Common Student Pitfalls & Exam Traps

  • Skipping steps: Even experienced mathematicians write every step. Skipping creates opportunities for errors.
  • Not checking answers: Always substitute your answer back to verify correctness.
  • Confusing similar concepts: Small differences in definitions can require completely different approaches.
  • Unit errors: Always keep track of units and convert consistently when working with real-world problems.
💡

SolveCalc Insight

DEEP DIVE

SolveCalc provides free, browser-based math tools for students and educators at every level. Use our interactive calculators alongside this curriculum guide to verify your calculations and explore concepts hands-on — no sign-up, no downloads, no limits.

Explore with SolveCalc's Math Tools Library

Frequently Asked Questions

What is the quadratic formula? +

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

What does the discriminant tell you? +

If b²−4ac > 0: two real roots. If =0: one repeated root. If <0: two complex roots.

📚 Related Curriculum Tutorials

VIEW ALL 33 GUIDES →