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
- Every quadratic equation can be written as ax2 + bx + c = 0. Always rearrange to this form first.
- Factorising: write a(x โ p)(x โ q) = 0, then x = p or q. Use when factors are obvious.
- Quadratic formula: x = โb ยฑ โ(b2 โ 4ac)2a. In the formula booklet. Always works.
- Completing the square: rewrite as a(x โ h)2 + k = 0, isolate the squared term, take ยฑโ, solve for x.
- GDC on Paper 2: the polynomial root finder gives all real roots instantly. Always sketch the graph as part of your working.
- Hidden quadratics: equations like x4 โ 13x2 + 36 = 0 become quadratics under a substitution like u = x2. Solve for u, then back-substitute to find x.
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
- Rearrange to ax2 + bx + c = 0.
- Identify a, b, c โ including signs.
- Compute the discriminant D = b2 โ 4ac first, separately. Catches errors early.
- Plug in: x = (โb ยฑ โD) / (2a).
- 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
- Complete the square: rewrite as a(x โ h)2 + k = 0.
- Isolate the squared term: (x โ h)2 = โk/a.
- Take ยฑโ both sides: x โ h = ยฑโ(โk/a).
- 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 1Solve 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 2Solve 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 3Solve 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 4Solve 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 5Rearrange 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 6Hidden 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
- Always rearrange to “= 0” first, no matter what method you’re using. Zero on the right is non-negotiable.
- Try factorising first if the numbers look clean. If integer factors don’t appear in 10โ15 seconds, switch to the formula.
- Compute the discriminant separately when using the formula โ easier to spot sign errors.
- Use completing the square when the question says “exact” or asks for surd form โ the formula works too, but CTS often gives a cleaner expression.
- Don’t drop the ยฑ when square-rooting. A single root is half the answer.
- For hidden quadratics, always back-substitute โ the question asks for the original variable, not the substitution variable.
- Use your GDC on Paper 2. Polynomial root finder gives all real roots in seconds. Always sketch the graph as part of your working โ examiners reward the visual.
โ Common mistakes
- Trying to factorise an equation that isn’t = 0. 2x2 + x = 6 cannot be factored as it stands โ rearrange first.
- Sign errors in the formula. The minus on โb at the front, and the โ4ac inside the square root, are the two trouble spots.
- Forgetting that c can be negative. If c = โ5, then โ4ac becomes โ4a(โ5) = +20a โ the negatives cancel.
- Rounding too early when using the formula. Keep exact values until the very last step, especially in multi-mark questions.
- Reporting only one solution after taking ยฑโ. There should be two unless the discriminant is exactly zero.
- Forgetting to back-substitute on hidden quadratics. “u = 4 or 9″ isn’t the answer โ those are u-values. You need x-values.
- Discarding negative x-values without checking. When x2 = 9, both x = 3 and x = โ3 are real solutions โ keep both unless the context (like a length) forces positive.
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 โ