Cambridge IGCSE Mathematics 0580

Quadratic equations

A quadratic equation has to be rearranged to ax2+bx+c=0ax^2 + bx + c = 0 before it can be solved. Then there are three methods on the Cambridge IGCSE Maths 0580 Extended syllabus: factorising (fastest when it works), the quadratic formula (always works, and is the method the question demands when it says “give your answers to 2 decimal places”), and completing the square.

Solving quadratics carries 67 marks across the 42 papers Quanta has mapped, and the simultaneous-equation questions where one equation is linear and one is not — which are solved by substituting to produce a quadratic — carry another 63. Together they are the single biggest block of algebra marks on the Extended papers.

Updated 15 September 2026

Factorising

When a=1a = 1, find two numbers that multiply to cc and add to bb:

x27x+12=0    (x3)(x4)=0    x=3 or x=4x^2 - 7x + 12 = 0 \;\Rightarrow\; (x-3)(x-4) = 0 \;\Rightarrow\; x = 3 \ \text{or}\ x = 4

When a1a \neq 1, the reliable route is to split the middle term: find two numbers multiplying to acac and adding to bb, split, then factorise in pairs. For 6x2+11x106x^2 + 11x - 10, ac=60ac = -60 and the pair is 1515 and 4-4:

6x2+15x4x10=3x(2x+5)2(2x+5)=(3x2)(2x+5)6x^2 + 15x - 4x - 10 = 3x(2x+5) - 2(2x+5) = (3x-2)(2x+5)

Two special cases worth spotting instantly: a common factor (2x28x=2x(x4)2x^2 - 8x = 2x(x-4), roots 0 and 4 — and the root x=0x = 0 is the one people lose by dividing through by xx), and the difference of two squares (x249=(x7)(x+7)x^2 - 49 = (x-7)(x+7)).

The quadratic formula

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

This is on the 0580 formula list, but write it out before substituting — it is a method mark. Then substitute with brackets around every negative value, because b-b with b=5b = -5 is +5+5, and that sign is the most common slip in the topic.

The instruction “give your answers correct to 2 decimal places” is a signal: the equation does not factorise, so go straight to the formula. Papers award a mark for a correct substitution even if the arithmetic then goes wrong, so show the substituted formula on its own line before evaluating.

Completing the square

Write x2+bx+cx^2 + bx + c as (x+b2)2(b2)2+c(x + \tfrac{b}{2})^2 - (\tfrac{b}{2})^2 + c: halve the coefficient of xx, square it, subtract it back.

x2+6x2=(x+3)292=(x+3)211x^2 + 6x - 2 = (x+3)^2 - 9 - 2 = (x+3)^2 - 11

To solve from there: (x+3)2=11(x+3)^2 = 11, so x+3=±11x + 3 = \pm\sqrt{11} and x=3±11x = -3 \pm \sqrt{11}. The ±\pm is not optional — one square root gives two solutions.

The form also hands you the turning point of the curve y=x2+6x2y = x^2 + 6x - 2, which is (3,11)(-3, -11): the same question often asks for both.

Linear and non-linear simultaneous equations

Extended papers pair one linear equation with one that is not — a quadratic, a circle, or xy=kxy = k. Elimination will not work; substitution will:

  1. Rearrange the linear equation to make one variable the subject.
  2. Substitute it into the non-linear one.
  3. Rearrange to a quadratic equal to zero, and solve.
  4. Substitute each root back into the linear equation to find its partner.
  5. Pair the answers: state x=,y=x = \ldots, y = \ldots and x=,y=x = \ldots, y = \ldots together.

Step 4 matters: substituting back into the quadratic instead of the linear equation produces extra values that are not solutions of the pair. Step 5 carries its own mark — two loose lists of numbers do not show which yy goes with which xx.

Worked example

Worked example

Solve the simultaneous equations y = 2x − 3 and x² + y² = 17.

Substitute the linear equation into the circle:

x2+(2x3)2=17x^2 + (2x-3)^2 = 17
x2+4x212x+9=17    5x212x8=0x^2 + 4x^2 - 12x + 9 = 17 \;\Rightarrow\; 5x^2 - 12x - 8 = 0

Try to factorise: ac=40ac = -40, so we need two integers multiplying to 40-40 and adding to 12-12. The factor pairs of 40 are 1&40, 2&20, 4&10 and 5&8, and none of them differ by 12 — so it does not factorise, and the formula is the method:

x=12±144+16010=12±30410x = \frac{12 \pm \sqrt{144 + 160}}{10} = \frac{12 \pm \sqrt{304}}{10}
x=2.943orx=0.543x = 2.943\ldots \quad \text{or} \quad x = -0.543\ldots

Back into the linear equation y=2x3y = 2x - 3:

x=2.94, y=2.89x=0.54, y=4.09x = 2.94,\ y = 2.89 \qquad x = -0.54,\ y = -4.09

Answers paired, to 2 decimal places, with the unrounded values used in the substitution. Geometrically these are the two points where the line cuts the circle of radius 17\sqrt{17} — the same calculation A Level students meet in coordinate geometry.

Forming the equation yourself

The harder Extended questions do not hand you a quadratic — they describe a situation and expect you to build one. The pattern is almost always a rectangle’s area, a right-angled triangle (Pythagoras), or a journey where time = distance ÷ speed and two times differ by a stated amount.

The shape of those questions

“Show that x25x24=0x^2 - 5x - 24 = 0” comes first and is worth 3 or 4 marks, then “solve” for 2 or 3 more, then a final part asking for the actual length or speed. In that last part, reject the impossible root — a negative length or speed — and say why. That sentence is a mark.

Common mistakes

  1. 1.Solving without rearranging to = 0

    x2=5x+6x^2 = 5x + 6 is not solved by factorising as it stands. Move everything to one side first: x25x6=0x^2 - 5x - 6 = 0.

  2. 2.Dividing through by x

    x2=4xx^2 = 4x has roots 0 and 4. Dividing by xx destroys the root x=0x = 0. Factorise instead: x(x4)=0x(x-4) = 0.

  3. 3.Sign errors in the formula

    Substitute negatives inside brackets: (5)=+5-(-5) = +5 and (5)2=25(-5)^2 = 25. Write the substitution on its own line before evaluating.

  4. 4.One answer from a square root

    (x+3)2=11(x+3)^2 = 11 gives x+3=±11x + 3 = \pm\sqrt{11} — two solutions. The same applies to the ±\pm in the formula.

  5. 5.Substituting back into the non-linear equation

    Put each root into the linear equation. The non-linear one produces extra values that do not satisfy both.

  6. 6.Keeping a negative length

    If xx is a length, a speed or a number of items, discard the negative root and state that you have — it is a mark on almost every one of these questions.

Common questions

What is the quadratic formula?

x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2-4ac}}{2a}, used once the equation is in the form ax2+bx+c=0ax^2 + bx + c = 0. It solves every quadratic, including those that do not factorise.

When should I use the formula instead of factorising?

When the question asks for answers to a number of decimal places or significant figures — that is a signal it does not factorise — or when you cannot find the factor pair within about thirty seconds.

How do you solve simultaneous equations when one is a quadratic?

Substitute, don’t eliminate: rearrange the linear equation for one variable, put it into the non-linear one, rearrange to a quadratic equal to zero and solve, then find each partner value from the linear equation and pair the answers.

Are quadratic equations on the Core paper?

Solving quadratics by factorising, completing the square and the formula, and the linear-and-non-linear simultaneous pair, are Extended content. Core candidates meet simple factorising and linear simultaneous equations only.

Practise quadratic equations against real mark schemes

Quanta has real Cambridge IGCSE Maths 0580 past-paper questions, broken into skill checkpoints, marked criterion by criterion the way examiners mark — and it tracks which skills you’re missing. Free for individual students.

Start practising free