2.4 Solving Quadratic Equations


2026 📋 Syllabus Objectives

By the end of this topic, you should be able to:

  • Solve quadratic equations to find their real roots (the real-number solutions)
  • Use three different methods to solve quadratic equations:
    • Factorisation
    • The quadratic formula
    • Completing the square

What Is a Quadratic Equation?

A quadratic equation is any equation that can be written in the form:

ax2+bx+c=0ax^2 + bx + c = 0

where:

  • aa, bb, and cc are constants (fixed numbers)
  • a0a \neq 0 (if aa were zero, there would be no x2x^2 term and it wouldn't be quadratic)
  • xx is the unknown (the value you are trying to find)

Examples of quadratic equations:

  • x25x+6=0x^2 - 5x + 6 = 0
  • 2x2+3x2=02x^2 + 3x - 2 = 0
  • x29=0x^2 - 9 = 0

The solutions of a quadratic equation are called its roots. A quadratic equation can have two roots, one repeated root, or no real roots at all.

⚠️ Important: Before using any method, always make sure the equation equals zero on one side. Rearrange if needed.


Method 1: Factorisation

Factorisation means rewriting the quadratic expression as a product of two brackets (also called factors). This method works best when the quadratic can be factorised neatly.


How Factorisation Works — The Key Idea

If you can write a quadratic as:

(xp)(xq)=0(x - p)(x - q) = 0

then either (xp)=0(x - p) = 0 or (xq)=0(x - q) = 0.

So the roots are x=px = p or x=qx = q.

This is called the Zero Product Property — if two things multiplied together equal zero, then at least one of them must be zero.


How to Factorise x2+bx+c=0x^2 + bx + c = 0 (when a=1a = 1)

You need to find two numbers that:

  • Multiply to give cc (the constant term)
  • Add to give bb (the coefficient of xx)

Example 1: Solve x25x+6=0x^2 - 5x + 6 = 0

Step 1: Find two numbers that multiply to +6+6 and add to 5-5. Those numbers are 2-2 and 3-3, because (2)×(3)=6(-2) \times (-3) = 6 and (2)+(3)=5(-2) + (-3) = -5.

Step 2: Write in factorised form: (x2)(x3)=0(x - 2)(x - 3) = 0

Step 3: Set each bracket equal to zero: x2=0x=2x - 2 = 0 \quad \Rightarrow \quad x = 2 x3=0x=3x - 3 = 0 \quad \Rightarrow \quad x = 3

Roots: x=2x = 2 or x=3x = 3

Sign in to view full notes