Polynomials
Polynomials form the backbone of GCSE algebra, from simple linear expressions like 3x + 2 to complex quadratics such as x² + 5x + 6. Year 9 students first encounter polynomial addition, whilst Year 10 pupils tackle multiplication and factorisation.
Try it right now
Click “Generate a problem” to see a fresh example of this technique.
Why it matters
Polynomial skills directly impact GCSE grades, with algebraic manipulation appearing in 40% of Foundation paper questions and 60% of Higher tier problems. Beyond examinations, polynomials model real scenarios: a football club's profit formula might be -50x² + 1200x - 5000, where x represents ticket price in pounds. Engineers use polynomial equations to calculate bridge load capacities, whilst economists apply them to predict market trends. In Year 11 physics, students encounter polynomial relationships in projectile motion equations. Even everyday budgeting involves polynomial thinking when calculating compound interest or mobile phone tariffs with multiple variables. These mathematical foundations prepare students for A-Level further maths, university engineering courses, and careers in data analysis where polynomial regression models help businesses forecast sales figures worth millions of pounds.
How to solve polynomials
Polynomials
- To add/subtract: combine like terms (same power of x).
- To multiply: use FOIL or distribute each term.
- To factor: find two numbers that multiply to c and add to b.
Example: (x+2)(x+3) = x² + 5x + 6.
Worked examples
(3x + 1) + (3x + 3) = _______
Answer: 6x + 4
- Combine like terms → 3x + 3x = 6x, 1 + 3 = 4 — Add x-terms together and constants together.
- Write result → 6x + 4 — Combined polynomial.
(4x − 1) − (3x − 1) = _______
Answer: 1x + 0
- Combine like terms → 1x + 0 — − the x-terms and constants separately.
(3x + 2)(2x + 3) = _______
Answer: 6x² + 13x + 6
- FOIL: First → 3x · 2x = 6x² — Multiply the first terms.
- Outer + Inner → 3x·3 + 2·2x = 9x + 4x = 13x — Multiply outer and inner, combine.
- Last → 2 · 3 = 6 — Multiply the last terms.
- Combine → 6x² + 13x + 6 — Write the expanded polynomial.
Common mistakes
- Students incorrectly combine unlike terms, writing 3x + 2x² = 5x³ instead of leaving it as 3x + 2x²
- When subtracting polynomials, pupils forget to distribute the negative sign, calculating (5x + 3) - (2x + 1) = 5x + 3 - 2x + 1 = 3x + 4 instead of 3x + 2
- During FOIL multiplication, students miss the middle terms, writing (x + 3)(x + 2) = x² + 6 instead of x² + 5x + 6
- Factorising errors occur when students find factors that multiply correctly but add incorrectly, writing x² + 7x + 12 = (x + 2)(x + 6) instead of (x + 3)(x + 4)