Skip to main content
SingaporeMathsSyllabus dot point

How do we solve a quadratic equation, where the unknown appears squared, by factorising or using the formula?

Solve quadratic equations of the form ax^2 + bx + c = 0 by factorisation and by the quadratic formula

A focused answer to the N(A)-Level Mathematics outcome on quadratic equations. The zero product rule, solving by factorisation, the quadratic formula, and recognising when each is appropriate.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to solve quadratic equations - equations of the form ax2+bx+c=0ax^2 + bx + c = 0 where the unknown appears squared - by factorising when possible and by the quadratic formula when it does not factorise neatly. A quadratic usually has two solutions (also called roots), and finding both is part of the answer.

The answer

The standard form and the zero product rule

A quadratic equation is first written with everything on one side, equal to zero: ax2+bx+c=0ax^2 + bx + c = 0. The key idea is the zero product rule: if two things multiply to give zero, at least one of them must be zero. So once the left side is factorised into two brackets, each bracket can be set to zero in turn.

Solving by factorisation

When the quadratic factorises into two brackets, solving is quick.

  1. Make sure the equation equals zero.
  2. Factorise the quadratic into two brackets.
  3. Set each bracket equal to zero and solve.

For x2+5x+6=0x^2 + 5x + 6 = 0, factorise to (x+2)(x+3)=0(x + 2)(x + 3) = 0, so x=−2x = -2 or x=−3x = -3. To factorise, find two numbers that multiply to the constant term and add to the coefficient of xx.

A common factor or a difference of two squares

Some quadratics factorise specially. If every term shares a factor, take it out first: 2x2−8x=02x^2 - 8x = 0 becomes 2x(x−4)=02x(x - 4) = 0, so x=0x = 0 or x=4x = 4. A difference of two squares factorises as x2−9=(x−3)(x+3)x^2 - 9 = (x - 3)(x + 3), giving x=3x = 3 or x=−3x = -3.

The quadratic formula

When a quadratic does not factorise neatly, use the formula:

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

Read off aa, bb and cc from ax2+bx+c=0ax^2 + bx + c = 0, substitute carefully (watching signs), and the ±\pm gives the two solutions. The quantity b2−4acb^2 - 4ac under the root is called the discriminant.

Checking and rounding

Substitute a solution back to confirm it satisfies the equation. When the formula gives a surd, round to the accuracy the question asks for, usually 22 decimal places or 33 significant figures.

Examples in context

Example 1. Area of a rectangle. A rectangle has length x+2x + 2 and width xx, and an area of 2424. Then x(x+2)=24x(x + 2) = 24, so x2+2x−24=0x^2 + 2x - 24 = 0, which factorises to (x+6)(x−4)=0(x + 6)(x - 4) = 0. Since a length cannot be negative, x=4x = 4, giving dimensions 44 and 66. Rejecting the negative root is part of a sensible real-world answer.

Example 2. Where a curve crosses the x-axis. The curve y=x2−4x+3y = x^2 - 4x + 3 meets the xx-axis where y=0y = 0, that is x2−4x+3=0x^2 - 4x + 3 = 0. Factorising gives (x−1)(x−3)=0(x - 1)(x - 3) = 0, so the curve crosses at x=1x = 1 and x=3x = 3. The roots of the equation are exactly the xx-intercepts of the graph, which connects this topic to quadratic graphs.

Try this

  • Cue. Solve x2−9=0x^2 - 9 = 0. This is a difference of two squares: (x−3)(x+3)=0(x - 3)(x + 3) = 0, so x=3x = 3 or x=−3x = -3.
  • Cue. Solve x2+6x+8=0x^2 + 6x + 8 = 0. Two numbers multiply to 88 and add to 66: 22 and 44, so (x+2)(x+4)=0(x + 2)(x + 4) = 0 and x=−2x = -2 or x=−4x = -4.
  • Cue. Solve x2−5x=0x^2 - 5x = 0. Take out xx: x(x−5)=0x(x - 5) = 0, so x=0x = 0 or x=5x = 5.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original3 marksSolve the equation x2−7x+12=0x^2 - 7x + 12 = 0 by factorisation.
Show worked answer →

Find two numbers that multiply to 1212 and add to −7-7. These are −3-3 and −4-4.

Factorise: x2−7x+12=(x−3)(x−4)=0x^2 - 7x + 12 = (x - 3)(x - 4) = 0.

For a product to be zero, one factor must be zero:

x−3=0x - 3 = 0 gives x=3x = 3, and x−4=0x - 4 = 0 gives x=4x = 4.

So x=3x = 3 or x=4x = 4.

What markers reward: the correct pair of numbers, a correct factorisation, using the zero product rule, and both solutions. Giving only one solution loses a mark.

Original4 marksSolve 2x2+3x−4=02x^2 + 3x - 4 = 0, giving your answers correct to 22 decimal places.
Show worked answer →

This does not factorise neatly, so use the quadratic formula with a=2a = 2, b=3b = 3, c=−4c = -4.

x=−b±b2−4ac2a=−3±9−4(2)(−4)2(2)=−3±414x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} = \dfrac{-3 \pm \sqrt{9 - 4(2)(-4)}}{2(2)} = \dfrac{-3 \pm \sqrt{41}}{4}.

41≈6.403\sqrt{41} \approx 6.403, so x=−3+6.4034=0.85x = \dfrac{-3 + 6.403}{4} = 0.85 or x=−3−6.4034=−2.35x = \dfrac{-3 - 6.403}{4} = -2.35.

What markers reward: correct substitution into the formula (especially the signs, with −4ac-4ac becoming +32+32), the discriminant 4141, and both answers rounded as asked. A negative under the root with a sign slip is the usual mistake.

Related dot points