algebra

The Quadratic Formula

January 10, 2026
5 min read
PanMaths Team
THE UNIVERSAL FORMULA
x = (-b ± √(b² - 4ac)) / 2a
"Negative b, plus or minus the square root of b squared minus 4ac, ALL over 2a"
🎓 Algebra 1 Masterclass (Grades 8–10)

The Quadratic Formula: Step-by-Step Guide, Visual Solver & Exam Traps

💡 STEP 1: THE INTUITION

The Swiss Army Knife of Algebra (When Factoring Fails)

🧰 The All-In-One Universal Tool

Factoring only works when equations have neat, friendly whole numbers like (x - 2)(x - 3) = 0. But in real-world physics, finance, and engineering, numbers are messy decimals and non-whole square roots (like √17).

The Quadratic Formula is the universal multi-tool: feed it ANY three numbers a, b, c and it is mathematically guaranteed to output the exact solutions 100% of the time!

The Master Quadratic Formula
x = -b ± √(b² - 4ac) / (2a)
🔵 a = x² Coefficient🟢 b = x Coefficient🔴 c = Constant Term
📐 STEP 2: THE 4-STEP RECIPE

How to Execute the Formula (With a Running Example)

Let's follow each step using the equation x² - 5x + 6 = 0:

1Set to 0 & Extract a, b, c
The Rule: Rearrange so one side equals zero: ax² + bx + c = 0.
Our Example: In 1x² - 5x + 6 = 0, we get: a = 1, b = -5, c = 6.
💡 Tip: Always bring the negative sign along with b (-5, not 5)!
2Calculate the Inside Engine (Δ = b² - 4ac)
The Rule: Solve what's under the square root first to see how many roots exist.
Our Example: Δ = (-5)² - 4(1)(6) = 25 - 24 = 1.
💡 Since Δ > 0, we are guaranteed 2 real answers!
3Take the Square Root (√Δ)
The Rule: Simplify the root value.
Our Example: √Δ = √1 = 1.
4Split the ± Road into Plus (+) & Minus (-) Branches
Plus Road (+): x₁ = (-(-5) + 1) / (2 · 1) = (5 + 1) / 2 = 6 / 2 = 3
Minus Road (-): x₂ = (-(-5) - 1) / (2 · 1) = (5 - 1) / 2 = 4 / 2 = 2
🎉 Final Solutions: x = 3 or x = 2
🔬 STEP 3: LIVE INTERACTIVE SOLVER

Live Quadratic Formula Step-by-Step Solver

2 Real Roots
Step-by-Step Algebraic Derivation:
Step 1 (Identify): a = 2, b = 3, c = -2
Step 2 (Discriminant Δ): Δ = (3)² - 4(2)(-2) = 9 - (-16) = 25
Step 3 (Square Root): √Δ = √25 = 5
Step 4A (Branch 1): x₁ = (-3 + 5) / 4 = 0.5
Step 4B (Branch 2): x₂ = (-3 - 5) / 4 = -2
Final Solutions:x₁ = 0.5, x₂ = -2
⚠️ STEP 4: COMMON TRAPS

The 3 Mistakes That Cost Students Marks on Exams

Trap 1: The "-b" Sign Flip

When b = -6, the formula gives -(-6) = +6. Students frequently write -6 by mistake. Always wrap negative numbers in parentheses!

Trap 2: The Fraction Bar Length

The fraction line extends under ALL of -b ± √Δ. Dividing only the square root by 2a is an instant algebra failure.

Trap 3: Squaring Negatives

(-5)² = +25, NOT -25. The square of any real number inside is ALWAYS positive.

📄 Free Printable Practice

Print Quadratic Equations Worksheets

Generate free printable practice worksheets on solving quadratic equations via the Quadratic Formula with step-by-step verified answer keys.

Advertisement

3 Step-by-Step Worked Examples

Master the exact derivation across rational, radical, and complex solutions:

Example 1: Rational Roots (Factoring Equivalent)x = 0.5, x = -2
Equation: 2x² + 3x - 2 = 0
Coefficients: a = 2, b = 3, c = -2
Discriminant: Δ = 3² - 4(2)(-2) = 9 - (-16) = 9 + 16 = 25
Formula: x = (-3 ± √25) / (2 · 2) = (-3 ± 5) / 4
Branch 1 (+): x₁ = (-3 + 5) / 4 = 2 / 4 = 0.5
Branch 2 (-): x₂ = (-3 - 5) / 4 = -8 / 4 = -2
Example 2: Irrational Radical Roots (Cannot Factor!)x = 2 ± √3
Equation: x² - 4x + 1 = 0
Coefficients: a = 1, b = -4, c = 1
Discriminant: Δ = (-4)² - 4(1)(1) = 16 - 4 = 12
Radical Simplification: √12 = √(4 · 3) = 2√3
Formula: x = (-(-4) ± 2√3) / 2 = (4 ± 2√3) / 2
Divide by 2: x = 2 ± √3 (≈ 3.732 and 0.268)
Example 3: Complex Conjugate Roots (Δ < 0)x = 1 ± 2i
Equation: x² - 2x + 5 = 0
Coefficients: a = 1, b = -2, c = 5
Discriminant: Δ = (-2)² - 4(1)(5) = 4 - 20 = -16 (Negative!)
Imaginary Unit: √(-16) = √16 · √(-1) = 4i
Formula: x = (-(-2) ± 4i) / 2 = (2 ± 4i) / 2 = 1 ± 2i

🎯 Active Recall Quiz (Test Your Formula Mastery)

Test your algebraic intuition with 3 quick questions. Instant feedback provided:

Question 1: In the equation x² - 6x + 5 = 0, what is the value of "-b" in the formula?
Question 2: If the discriminant b² - 4ac equals 0, how many real solutions exist?
Question 3: What is the most common student calculation trap with "2a" in the formula?

Frequently Asked Questions

Q: What is the quadratic formula used for?

The quadratic formula x = (-b ± √(b² - 4ac)) / (2a) is the universal method to find the exact roots (x-intercepts) of ANY quadratic equation in standard form ax² + bx + c = 0, even when factoring is impossible.

Q: What happens if "b" is negative in the quadratic formula?

If b is negative (e.g., b = -5), then -b becomes positive +5 because -(-5) = +5. This is the #1 most common student error on algebra exams.

Q: What does the ± (plus-or-minus) symbol mean in the formula?

The ± symbol indicates two distinct branches: one where you ADD the square root (x₁ = (-b + √Δ) / 2a) and one where you SUBTRACT the square root (x₂ = (-b - √Δ) / 2a).

Q: Why does the fraction bar extend under "-b"?

The entire numerator (-b ± √(b² - 4ac)) must be divided by 2a. Dividing only the radical term by 2a and forgetting to divide -b is a common algebraic error.

Classroom & Homeschool Print Packs

Need Practice Worksheets for This Topic?

Order of Operations & Integers 50-Worksheet Master WorkbookPDF + Answer Keys
⭐ Master PDF Workbook$3.99

Order of Operations & Integers 50-Worksheet Master Workbook

  • 50 curated printable worksheets in 1 PDF
  • 100% verified step-by-step answer keys
  • Unlimited classroom & homeschool print license
🛒 Download 50-Worksheet Pack ($3.99) →

🔒 Instant PDF Download • Secure Checkout via Gumroad & PayPal

💬 Have Feedback or Need a Custom Tool?

Help us make PanMaths even better for your classroom!

Suggest a new worksheet generator, calculator, or report an issue. We read every response!

📝 Send Feedback / Request →
PM
PanMaths Team

Providing free math resources, interactive calculators, and step-by-step guides to help students learn and solve math problems effectively.

🧮

Need to Calculate?

Use our interactive calculator for step-by-step solutions

Open Calculator →

📚 Related Topics