Back to Blog
Mathematics7 min read1,272 words

How to Use the Quadratic Formula — Step by Step

By Franco Jonker

If you're preparing for Grade 12 maths — whether NSC or IEB — the quadratic formula is one of the most important tools you'll ever use. Every year, it appears in Paper 1. Every year, students lose marks because of small, avoidable errors. This guide will fix that.

We're not just showing you the formula. We're showing you how to think through it, step by step, so it becomes automatic under exam pressure.

The Quadratic Formula (And What Each Part Means)

The formula solves any equation of the form ax2+bx+c=0ax^2 + bx + c = 0:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Before you plug in a single number, you need to know what you're working with:

  • a is the coefficient of x2x^2 (the number in front of x-squared)
  • b is the coefficient of xx (the number in front of x)
  • c is the constant (the number on its own)
  • Δ=b24ac\Delta = b^2 - 4ac is the discriminant — it tells you how many solutions exist before you calculate them

Getting comfortable identifying a, b, and c correctly is the single biggest factor in using this formula without errors.

The Discriminant First — Always

Most students skip straight to substituting into the formula. Don't. Calculate the discriminant (Δ=b24ac\Delta = b^2 - 4ac) first and use it to predict your answer:

| Δ\Delta | What it means | How many real roots | |---|---|---| | Δ>0\Delta > 0 | Two distinct real roots | 2 | | Δ=0\Delta = 0 | One repeated root (equal roots) | 1 | | Δ<0\Delta < 0 | No real roots | 0 |

This step takes 30 seconds and prevents the nasty surprise of getting negative number\sqrt{\text{negative number}} halfway through a test.

The 5-Step Method

Apply these steps to every quadratic formula problem, without exception:

  1. Rearrange — get the equation into ax2+bx+c=0ax^2 + bx + c = 0 form
  2. Identify aa, bb, and cc (write them down explicitly)
  3. Calculate Δ=b24ac\Delta = b^2 - 4ac (determine nature of roots)
  4. Substitute into the formula
  5. Simplify — leave surds in simplest form, or round to the specified decimal places

Never skip Step 1. If the equation isn't equal to zero, you'll identify the wrong values and everything falls apart.

Worked Example 1: Straightforward Substitution

Solve: x2+7x+10=0x^2 + 7x + 10 = 0

(Note: this one factors easily — I'm starting here so you can verify the formula gives the same answer.)

Step 1: Already in standard form. ✓

Step 2: a=1a = 1, b=7b = 7, c=10c = 10

Step 3: Δ=(7)24(1)(10)=4940=9\Delta = (7)^2 - 4(1)(10) = 49 - 40 = 9 → Two distinct real roots ✓

Step 4:

x=7±92(1)=7±32x = \frac{-7 \pm \sqrt{9}}{2(1)} = \frac{-7 \pm 3}{2}

Step 5:

x=7+32=42=2x = \frac{-7 + 3}{2} = \frac{-4}{2} = \mathbf{-2}

x=732=102=5x = \frac{-7 - 3}{2} = \frac{-10}{2} = \mathbf{-5}

Check: Factored form is (x+2)(x+5)=0(x + 2)(x + 5) = 0. Same answers. ✓

Worked Example 2: Irrational Roots (Surds)

Solve: 2x25x+1=02x^2 - 5x + 1 = 0, leaving answers in simplest surd form

Step 2: a=2a = 2, b=5b = -5, c=1c = 1

Step 3: Δ=(5)24(2)(1)=258=17\Delta = (-5)^2 - 4(2)(1) = 25 - 8 = 17

17 is prime, so 17\sqrt{17} cannot be simplified. Two irrational roots.

Step 4:

x=(5)±172(2)=5±174x = \frac{-(-5) \pm \sqrt{17}}{2(2)} = \frac{5 \pm \sqrt{17}}{4}

Step 5: This is already fully simplified.

x=5+174orx=5174x = \frac{5 + \sqrt{17}}{4} \quad \text{or} \quad x = \frac{5 - \sqrt{17}}{4}

This is your final answer. Do not convert to decimals unless specifically asked.

Worked Example 3: Must Rearrange First

Solve: 3x2=4x+73x^2 = 4x + 7

This is a common exam trap. The equation is NOT in standard form.

Step 1: 3x24x7=03x^2 - 4x - 7 = 0 (subtract 4x4x and 77 from both sides)

Step 2: a=3a = 3, b=4b = -4, c=7c = -7

Step 3: Δ=(4)24(3)(7)=16+84=100\Delta = (-4)^2 - 4(3)(-7) = 16 + 84 = 100

100=10\sqrt{100} = 10. Exact roots expected.

Step 4:

x=(4)±102(3)=4±106x = \frac{-(-4) \pm 10}{2(3)} = \frac{4 \pm 10}{6}

Step 5:

x=4+106=146=73x = \frac{4 + 10}{6} = \frac{14}{6} = \mathbf{\frac{7}{3}}

x=4106=66=1x = \frac{4 - 10}{6} = \frac{-6}{6} = \mathbf{-1}

Worked Example 4: Decimal Answers

Solve: x23x5=0x^2 - 3x - 5 = 0, giving answers correct to two decimal places

Step 2: a=1a = 1, b=3b = -3, c=5c = -5

Step 3: Δ=9+20=29\Delta = 9 + 20 = 29 → two irrational roots

Step 4:

x=3±292x = \frac{3 \pm \sqrt{29}}{2}

Step 5:

295.385\sqrt{29} \approx 5.385

x=3+5.3852=8.38524.19x = \frac{3 + 5.385}{2} = \frac{8.385}{2} \approx \mathbf{4.19}

x=35.3852=2.38521.19x = \frac{3 - 5.385}{2} = \frac{-2.385}{2} \approx \mathbf{-1.19}

Crucial habit: carry at least one more decimal place in intermediate working (use 5.385), then round only at the final step.

Worked Example 5: No Real Solution

Solve: x2+2x+5=0x^2 + 2x + 5 = 0

Step 2: a=1a = 1, b=2b = 2, c=5c = 5

Step 3: Δ=420=16\Delta = 4 - 20 = -16

Since Δ<0\Delta < 0, there are no real roots. Stop here. Write: "No real solution."

In the CAPS curriculum, you are not expected to work with complex numbers at school level. The correct answer is to state there are no real roots. A common mistake is pushing through and getting 16\sqrt{-16} — which costs marks.

The Five Most Common Mistakes

After marking hundreds of Grade 12 assessments, here are the errors I see most often:

1. Forgetting to rearrange to ax2+bx+c=0ax^2 + bx + c = 0 first. If there's a term on the right-hand side, move it before identifying aa, bb, cc.

2. Dropping the negative sign when bb is negative. If b=5b = -5, then b=+5-b = +5. This is where many students go wrong.

3. Dividing by 2a2a too early. The entire numerator (b±Δ)(-b \pm \sqrt{\Delta}) divides by 2a2a — not just the ±Δ\pm\sqrt{\Delta} part. Use brackets.

4. Not simplifying surds. 12\sqrt{12} should be simplified to 232\sqrt{3}. Examiners deduct marks for unsimplified answers.

5. Rounding too early. Keep exact values or extra decimal places until the very last step.

What the Examiner Is Looking For

In CAPS Paper 1, a typical quadratic formula question is worth 4–6 marks. Marks are allocated approximately like this:

  • Correct standard form: 1 mark
  • Correct substitution into formula: 1 mark
  • Correct simplification / discriminant: 1 mark
  • Correct final answers (both roots): 2 marks

Even if you can't reach the final answer, you can earn 3 of those 4 marks by setting up correctly. Never leave a quadratic question blank.

Practice Problems

Work through these before your next test — the more you practise, the more automatic the steps become:

  1. x29x+20=0x^2 - 9x + 20 = 0 (should factor — use formula to verify)
  2. 3x2+2x8=03x^2 + 2x - 8 = 0 (leave in fraction form if exact)
  3. x2=6x1x^2 = 6x - 1 (rearrange first, surd answer)
  4. 2x2+x+3=02x^2 + x + 3 = 0 (no real solution — prove it)
  5. 5x23=7x5x^2 - 3 = 7x (decimal, 2dp)

Check your answers by substituting back into the original equation.

Need More Help?

Quadratic equations are a gateway topic in Grade 12 maths — they appear in functions, calculus, and algebraic reasoning. If the formula still feels shaky, or if you want to work through exam-style questions with immediate feedback, book a session with me. I teach maths from Grade 8 through matric, in English and Afrikaans.

You can also find more maths resources on the resources page, or see how exam prep sessions work if you're heading into a big test.

ShareWhatsAppXFacebook

Need help with this topic?

Book a Tutoring Session

I'll walk you through it step by step until it clicks. First consultation is free.

Book a Free Session