IB Maths AA HL Topic 2 โ€” Functions Paper 1 & 2 ~8 min read

Solving Quadratic Equations

A quadratic equation is just ax2 + bx + c = 0. You’ve now got three tools for solving it: factorising, the quadratic formula, and completing the square. They all work โ€” the trick is picking the right one quickly. Factorising is fastest when the numbers are nice. The quadratic formula is the safety net that always works. Completing the square is best when you need exact answers in surd form. On Paper 2, your GDC handles all three. Here’s how to choose.

๐Ÿ“˜ What you need to know

Picking the right method

Three methods, each with its sweet spot:

Factorising
brackets = 0
fastest when factors are integer-friendly
Quadratic formula
x = โˆ’b ยฑ โˆšD2a
always works โ€” your default safety net
Completing the square
ยฑโˆš both sides
cleanest exact answers in surd form
Quick decision rule: try factorising for 10 seconds. If you don’t see the factors fast, switch to the formula. Don’t burn 5 minutes hunting for a factorisation that doesn’t exist.

Method 1 โ€” Factorising

Once the equation is in the form a(x โˆ’ p)(x โˆ’ q) = 0, the answers fall out instantly: a product of factors equals zero only if at least one factor is zero. So either x โˆ’ p = 0 or x โˆ’ q = 0, giving x = p or x = q.

Watch the rearrangement.   If the equation is given as 2x2 = 7x โˆ’ 3, move everything to one side first: 2x2 โˆ’ 7x + 3 = 0. Don’t try to factorise something that isn’t equal to zero โ€” the zero-product rule won’t apply.

Method 2 โ€” The quadratic formula

The big one. It always works, regardless of whether the quadratic factors:

Quadratic formula x = โˆ’b ยฑ โˆš(b2 โˆ’ 4ac)2a โœ“ in the formula booklet

๐Ÿงญ Recipe โ€” using the quadratic formula

  1. Rearrange to ax2 + bx + c = 0.
  2. Identify a, b, c โ€” including signs.
  3. Compute the discriminant D = b2 โˆ’ 4ac first, separately. Catches errors early.
  4. Plug in: x = (โˆ’b ยฑ โˆšD) / (2a).
  5. Simplify the surd or convert to decimals depending on what’s asked.
Compute the discriminant on its own first โ€” it’s where most sign errors live. If D < 0 there are no real solutions and you can stop. If D โ‰ฅ 0 you’ve already done the hardest bit.

Method 3 โ€” Completing the square

Useful when the quadratic doesn’t factor and the question asks for an exact answer in surd form. The route:

๐Ÿงญ Recipe โ€” solving by completing the square

  1. Complete the square: rewrite as a(x โˆ’ h)2 + k = 0.
  2. Isolate the squared term: (x โˆ’ h)2 = โˆ’k/a.
  3. Take ยฑโˆš both sides: x โˆ’ h = ยฑโˆš(โˆ’k/a).
  4. Solve for x: x = h ยฑ โˆš(โˆ’k/a).

If โˆ’k/a turns out negative, no real solutions exist (you can’t square-root a negative real number).

Hidden quadratics โ€” equations in disguise

Some equations look fourth-degree or worse but are quadratics in disguise. The classic example:

Quartic disguised as quadratic x4 โˆ’ 13x2 + 36 = 0    sub u = x2    โŸน    u2 โˆ’ 13u + 36 = 0

Solve the quadratic in u, then back-substitute to find the original variable. Each value of u can give two values of x (one positive, one negative). Other patterns to spot:

Even-power quartic
ax4 + bx2 + c = 0
substitute u = x2
Exponential disguise
aยทe2x + bยทex + c = 0
substitute u = ex

Worked examples

WE 1

Solve by factorising โ€” monic

Solve x2 + 7x โˆ’ 18 = 0.

Step 1: Find p, q with sum 7 and product โˆ’18 9 + (โˆ’2) = 7 โœ“ and 9 ร— (โˆ’2) = โˆ’18 โœ“ Step 2: Factorise (x + 9)(x โˆ’ 2) = 0 Step 3: Set each bracket to zero x + 9 = 0 โ†’ x = โˆ’9 x โˆ’ 2 = 0 โ†’ x = 2 x = โˆ’9 or x = 2 check: at x = 2, 4 + 14 โˆ’ 18 = 0 โœ“
WE 2

Solve by factorising โ€” non-monic

Solve 3x2 โˆ’ 14x + 8 = 0.

Step 1: Find m, n with sum โˆ’14 and product ac = 24 โˆ’12 + (โˆ’2) = โˆ’14 โœ“ and (โˆ’12)(โˆ’2) = 24 โœ“ Step 2: Split the middle and factor by grouping 3xยฒ โˆ’ 12x โˆ’ 2x + 8 = 0 3x(x โˆ’ 4) โˆ’ 2(x โˆ’ 4) = 0 (3x โˆ’ 2)(x โˆ’ 4) = 0 Step 3: Solve each factor 3x โˆ’ 2 = 0 โ†’ x = 2/3 x โˆ’ 4 = 0 โ†’ x = 4 x = 2/3 or x = 4 check at x = 4: 48 โˆ’ 56 + 8 = 0 โœ“
WE 3

Solve using the quadratic formula

Solve 2x2 + 5x โˆ’ 4 = 0, giving exact answers in surd form.

Step 1: Identify a, b, c a = 2, b = 5, c = โˆ’4 Step 2: Compute the discriminant separately D = bยฒ โˆ’ 4ac = 25 โˆ’ 4(2)(โˆ’4) = 25 + 32 = 57 Step 3: Plug into the formula x = (โˆ’5 ยฑ โˆš57) / (2 ร— 2) x = (โˆ’5 ยฑ โˆš57) / 4 x = (โˆ’5 + โˆš57)/4  or  x = (โˆ’5 โˆ’ โˆš57)/4 since โˆš57 doesn’t simplify and D > 0 there are two distinct irrational roots
WE 4

Solve by completing the square

Solve x2 + 6x โˆ’ 1 = 0 by completing the square. Give exact answers.

Step 1: Complete the square half of 6 is 3 โ†’ (x + 3)ยฒ โˆ’ 9 xยฒ + 6x โˆ’ 1 = (x + 3)ยฒ โˆ’ 9 โˆ’ 1 = (x + 3)ยฒ โˆ’ 10 Step 2: Set to zero and isolate the square (x + 3)ยฒ โˆ’ 10 = 0 (x + 3)ยฒ = 10 Step 3: Take ยฑโˆš both sides x + 3 = ยฑโˆš10 x = โˆ’3 ยฑ โˆš10 x = โˆ’3 + โˆš10  or  x = โˆ’3 โˆ’ โˆš10 don’t forget the ยฑ โ€” taking just the positive root halves your marks
WE 5

Rearrange before solving

Solve 6x2 = 11x + 10.

Step 1: Rearrange to standard form 6xยฒ โˆ’ 11x โˆ’ 10 = 0 Step 2: Try factorising โ€” find m, n with sum โˆ’11, product โˆ’60 โˆ’15 + 4 = โˆ’11 โœ“ and (โˆ’15)(4) = โˆ’60 โœ“ Step 3: Split the middle and group 6xยฒ โˆ’ 15x + 4x โˆ’ 10 = 0 3x(2x โˆ’ 5) + 2(2x โˆ’ 5) = 0 (3x + 2)(2x โˆ’ 5) = 0 Step 4: Solve each factor 3x + 2 = 0 โ†’ x = โˆ’2/3 2x โˆ’ 5 = 0 โ†’ x = 5/2 x = โˆ’2/3 or x = 5/2 always rearrange to “= 0” first โ€” the zero-product rule needs zero on the right
WE 6

Hidden quadratic โ€” quartic equation

Solve x4 โˆ’ 13x2 + 36 = 0.

Step 1: Substitute u = xยฒ uยฒ โˆ’ 13u + 36 = 0 Step 2: Factorise โ€” find p, q with sum โˆ’13, product 36 โˆ’4 + (โˆ’9) = โˆ’13 โœ“ and (โˆ’4)(โˆ’9) = 36 โœ“ (u โˆ’ 4)(u โˆ’ 9) = 0 u = 4 or u = 9 Step 3: Back-substitute u = xยฒ xยฒ = 4 โ†’ x = ยฑ2 xยฒ = 9 โ†’ x = ยฑ3 x = โˆ’3, โˆ’2, 2, or 3  (four solutions) a quartic can have up to four roots โ€” each positive value of u gives a ยฑ pair of x-values

๐Ÿ’ก Top tips

โš  Common mistakes

Solving quadratics is one of those skills that becomes muscle memory โ€” by the end of the IB course you’ll do it without thinking. The next note shifts the goalposts: instead of “where is the quadratic equal to zero?” we ask “where is the quadratic greater than or less than zero?”. That’s quadratic inequalities, and the technique builds directly on what you’ve just learned.

Need help with Solving Quadratic Equations?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session โ†’