Algebra
KS3MA-KS3-D005
Using algebraic notation, manipulating expressions, solving equations, working with graphs and understanding sequences
National Curriculum context
Algebra at KS3 is the formal symbolic language through which generalisations about number are expressed, relationships are described and problems are solved. Pupils move from arithmetical thinking (specific number operations) to algebraic thinking (general rules), learning to use symbols to represent unknown quantities and to manipulate expressions confidently. The statutory content requires pupils to understand and use the concepts of expressions, equations, inequalities, formulae and identities, and to solve linear and simultaneous equations. Pupils also explore sequences and their algebraic descriptions, and develop the ability to work with linear functions and their graphical representations — foundational knowledge for all further study of mathematics and sciences.
22
Concepts
6
Clusters
4
Prerequisites
22
With difficulty levels
Lesson Clusters
Understand algebraic notation and vocabulary
introduction CuratedAlgebraic notation conventions and algebraic vocabulary (expression, equation, term, coefficient, etc.) are the entry-point knowledge cluster for the whole Algebra domain.
Simplify, expand and factorise algebraic expressions
practice CuratedCollecting like terms, expanding single brackets, factorising and expanding binomial products form a coherent manipulation cluster. C029 co-teaches with C028, C030, C031; C031 co-teaches with C029.
Substitute into expressions, form equations and change the subject of formulae
practice CuratedSubstitution, formula use, rearranging formulae, forming expressions and solving linear equations are all procedural algebra skills linked via co_teach_hints (C026 lists C034, C032; C034 co-teaches with C040). Together they form the equations and formulae cluster.
Understand and draw linear and quadratic graphs using y = mx + c
practice CuratedFour-quadrant coordinates, linear graphs, quadratic graphs, y=mx+c, gradient/intercept and graphical solutions are extensively cross-referenced by co_teach_hints (C039 lists C036, C037, C038, C040, C041). This is the graphs cluster.
Solve simultaneous equations graphically and interpret non-linear graphs
practice CuratedSimultaneous equations graphically and non-linear graphs (exponential, reciprocal, piecewise) are the advanced graph interpretation cluster at KS3, requiring all prior graph skills.
Generate, describe and find the nth term of arithmetic and geometric sequences
practice CuratedSequence generation, arithmetic sequences (nth term) and geometric sequences (common ratio) form a coherent sequences cluster. C044 co-teaches with C045, C046; C046 co-teaches with C045.
Prerequisites
Concepts from other domains that pupils should know before this domain.
Concepts (22)
Algebraic notation
knowledge AI DirectMA-KS3-C025
Understanding conventions: ab for a×b, a² for a×a, a/b for a÷b, coefficients as fractions
Teaching guidance
Bridge from arithmetic to algebra by translating familiar calculations into algebraic form: 'I think of a number, double it and add 3' becomes 2n + 3. Explicitly teach each notational convention: ab means a × b (the multiplication sign is omitted), 3y means y + y + y or 3 × y, a² means a × a. Use 'translation' exercises where pupils convert between words, algebraic notation and numerical examples. Emphasise that letters represent numbers, not objects — 3a means '3 times the value of a', not '3 apples'.
Common misconceptions
The 'fruit salad' misconception — treating letters as objects rather than numbers (3a + 2b = 3 apples + 2 bananas) — is pervasive and must be explicitly addressed. Pupils often think ab means a + b rather than a × b. Some pupils believe different letters must represent different values. Others write 2 × a as 2a but then cannot recognise 2a as meaning 2 × a when reading.
Difficulty levels
Recognises that letters can stand for numbers and understands basic conventions such as 3y meaning 3 × y.
Example task
What does the expression 2a + 5 mean?
Model response: It means 'multiply a by 2 then add 5'. If a = 3, the expression equals 2 × 3 + 5 = 11.
Uses algebraic conventions confidently: coefficients as fractions, a² for a × a, a/b for a ÷ b, and brackets for grouping.
Example task
Write using algebraic notation: 'Multiply x by itself, then divide by y, then add half of z.'
Model response: x²/y + z/2 or x²/y + ½z.
Reads and writes algebraic expressions fluently, interpreting notation in context and translating between verbal and symbolic forms.
Example task
The perimeter of an isosceles triangle with base b and equal sides s is P = b + 2s. Write a formula for the base in terms of P and s.
Model response: Rearranging: b = P - 2s. The base equals the perimeter minus twice the equal side length.
Interprets and constructs complex algebraic notation including nested expressions, and explains why conventions exist to remove ambiguity.
Example task
Explain the difference between 2(x + 3)² and (2x + 3)² and why the brackets matter.
Model response: 2(x + 3)² means: add 3 to x, square the result, then multiply by 2. If x = 1: 2(4)² = 2 × 16 = 32. (2x + 3)² means: multiply x by 2, add 3, then square. If x = 1: (5)² = 25. The brackets determine which operations are grouped before squaring. Without conventions, the expression would be ambiguous.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Substitution
skill AI DirectMA-KS3-C026
Replacing variables with numerical values in expressions and formulae
Teaching guidance
Start with simple substitution into expressions (find the value of 3x + 2 when x = 4) and progress to scientific formulae and expressions with multiple variables. Present substitution as 'replacing the letter with its value and calculating'. Use function machines alongside algebraic notation to show the same process in two representations. Emphasise the importance of applying BIDMAS after substitution — writing out the numerical expression before evaluating. Include substitution with negative numbers, fractions and decimals to expose common errors.
Common misconceptions
When substituting negative numbers, pupils frequently forget that (-3)² = 9, not -9, confusing -3² (which equals -9) with (-3)². Pupils also make errors with implicit multiplication: substituting x = 3 into 2x may yield 23 (concatenation) rather than 6. Substituting into expressions like x² + 3x when x = -2 produces multiple opportunities for sign errors.
Difficulty levels
Can replace a letter with a given number and evaluate a simple expression.
Example task
Find the value of 3x + 2 when x = 4.
Model response: 3 × 4 + 2 = 12 + 2 = 14.
Substitutes values into expressions and formulae involving multiple variables, powers and fractions.
Example task
Find the value of 2a² - 3b when a = 5 and b = -2.
Model response: 2(5²) - 3(-2) = 2(25) - (-6) = 50 + 6 = 56.
Substitutes into complex formulae including scientific and geometric formulae, handling negative values, fractions and nested operations correctly.
Example task
The formula for the surface area of a cylinder is A = 2πr² + 2πrh. Find A when r = 3 and h = 10. Give your answer in terms of π.
Model response: A = 2π(3²) + 2π(3)(10) = 2π(9) + 2π(30) = 18π + 60π = 78π.
Uses substitution strategically to verify algebraic results, test conjectures, and evaluate complex expressions efficiently.
Example task
Verify that x = -2 is a solution of x³ + 3x² - 4 = 0.
Model response: Substituting x = -2: (-2)³ + 3(-2)² - 4 = -8 + 3(4) - 4 = -8 + 12 - 4 = 0 ✓. So x = -2 is indeed a root. This means (x + 2) is a factor of x³ + 3x² - 4.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Algebraic vocabulary
knowledge AI DirectMA-KS3-C027
Understanding terms: expression, equation, inequality, term, factor, coefficient
Teaching guidance
Use a classification activity: give pupils a set of algebraic statements and ask them to sort into expressions, equations, inequalities, identities and formulae. Define each term precisely — an expression has no equals sign, an equation states that two expressions are equal, an identity is always true, an inequality uses <, >, ≤ or ≥. Within expressions, identify individual terms, factors within terms, and coefficients. Return to these definitions regularly throughout algebra work to build secure vocabulary.
Common misconceptions
Pupils commonly confuse 'equation' and 'expression', using them interchangeably. Many pupils think an expression must contain a letter (not recognising 3 + 5 as an expression). The distinction between an equation (sometimes true) and an identity (always true) is subtle and requires repeated examples. Pupils may also confuse 'term' with 'factor'.
Difficulty levels
Can distinguish between an expression (no equals sign) and an equation (has an equals sign).
Example task
Which of these is an expression and which is an equation: 3x + 5 and 3x + 5 = 20?
Model response: 3x + 5 is an expression — it does not have an equals sign. 3x + 5 = 20 is an equation — it says two things are equal.
Correctly uses and distinguishes between the terms expression, equation, inequality, term, factor and coefficient.
Example task
In the expression 5x² - 3xy + 7, identify: (a) the terms, (b) the coefficient of x², (c) the constant term.
Model response: (a) The terms are 5x², -3xy, and 7. (b) The coefficient of x² is 5. (c) The constant term is 7.
Distinguishes between expressions, equations, identities, formulae and inequalities, and uses each term precisely in context.
Example task
Classify each statement: (a) 2(x+3) = 2x + 6 (b) 2x + 6 = 14 (c) A = πr² (d) 2x + 6 > 10.
Model response: (a) Identity — true for all values of x. (b) Equation — true only when x = 4. (c) Formula — gives the area of a circle in terms of radius. (d) Inequality — true when x > 2.
Uses algebraic vocabulary precisely to construct and critique mathematical arguments, and understands why precise terminology matters for clear communication.
Example task
A student writes: 'I factorised the equation 6x + 9.' Identify and correct the errors in this statement.
Model response: Two errors: (1) 6x + 9 is an expression, not an equation (it has no equals sign). (2) You factorise expressions, not equations. The correct statement is: 'I factorised the expression 6x + 9 to get 3(2x + 3).' Precise terminology matters because it communicates mathematical intent clearly — 'solving an equation' and 'simplifying an expression' are different processes.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Collecting like terms
skill AI DirectMA-KS3-C028
Simplifying expressions by combining terms with the same variables
Teaching guidance
Begin with concrete representations: use algebra tiles or bar models to show that 3x + 2x can be combined (five 'x' tiles) but 3x + 2y cannot (different tiles). Practise identifying like terms in complex expressions by underlining or colour-coding terms with the same variable parts. Progress through increasingly complex expressions: single variables (3a + 5a), different variables (3a + 2b + a), expressions with powers (2x² + 3x + x²), and expressions with negative terms. Emphasise that like terms have identical variable parts, including powers.
Common misconceptions
Pupils often combine unlike terms: adding 3x + 2y to get 5xy, or combining x and x² to get 2x² (or x³). Some pupils think the constant term cannot be combined with other constants if there are also letter terms present. Others lose negative signs during collection, especially with expressions like 5a - 3b + 2b - a.
Difficulty levels
Recognises that like terms have the same variable part and can combine simple like terms.
Example task
Simplify 3x + 5x.
Model response: 3x + 5x = 8x. Both terms have x, so I add the coefficients: 3 + 5 = 8.
Collects like terms in expressions with multiple variable types and negative coefficients.
Example task
Simplify 4a + 3b - 2a + 5b.
Model response: Group like terms: (4a - 2a) + (3b + 5b) = 2a + 8b.
Simplifies expressions involving powers, multiple variables and constant terms, collecting all like terms correctly.
Example task
Simplify 3x² + 5x - 2x² + 4 - 7x + 1.
Model response: x² terms: 3x² - 2x² = x². x terms: 5x - 7x = -2x. Constants: 4 + 1 = 5. Simplified: x² - 2x + 5.
Simplifies complex expressions involving algebraic fractions, surds or nested expressions by strategically collecting like terms.
Example task
Simplify (2x + 3)(x - 1) + (x + 2)(x + 4).
Model response: Expand first: (2x + 3)(x - 1) = 2x² - 2x + 3x - 3 = 2x² + x - 3. (x + 2)(x + 4) = x² + 4x + 2x + 8 = x² + 6x + 8. Sum: 2x² + x - 3 + x² + 6x + 8 = 3x² + 7x + 5.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Expanding brackets
skill AI DirectMA-KS3-C029
Multiplying a single term over a bracket to remove brackets
Teaching guidance
Use the area model (grid method) to visualise expanding: a rectangle with width 3 and length (x + 4) has area 3x + 12. Progress from positive integer multipliers to negative multipliers and fractional coefficients. Use algebra tiles to show 2(x + 3) physically: two groups of (x + 3) give 2x + 6. Emphasise that every term inside the bracket must be multiplied. Practise expanding then simplifying combined expressions like 3(x + 2) + 2(x - 1). Connect to the distributive law of multiplication over addition.
Common misconceptions
The most common error is failing to multiply every term inside the bracket — pupils expand 3(x + 4) as 3x + 4 rather than 3x + 12. With negative multipliers, sign errors are frequent: -2(x - 3) is often incorrectly expanded as -2x - 6 instead of -2x + 6. Some pupils confuse expanding with solving, trying to find x after expanding.
Difficulty levels
Can multiply a number over a bracket with positive terms.
Example task
Expand 3(x + 4).
Model response: 3 × x + 3 × 4 = 3x + 12.
Expands brackets with negative multipliers and simplifies the result.
Example task
Expand and simplify 4(2x - 3) - 2(x + 5).
Model response: 4(2x - 3) = 8x - 12. -2(x + 5) = -2x - 10. Combined: 8x - 12 - 2x - 10 = 6x - 22.
Expands brackets fluently including with algebraic multipliers and fractional coefficients.
Example task
Expand x(x² - 3x + 2).
Model response: x × x² - x × 3x + x × 2 = x³ - 3x² + 2x.
Uses expansion strategically in proofs and derivations, recognising when expanding is efficient and when keeping brackets is preferable.
Example task
Show that (n + 1)² - n² = 2n + 1, and use this to explain why the difference between consecutive perfect squares is always odd.
Model response: (n + 1)² - n² = n² + 2n + 1 - n² = 2n + 1. Since 2n is always even, 2n + 1 is always odd. This proves the difference between consecutive squares is always odd, regardless of n. For example: 16 - 9 = 7 (odd), 25 - 16 = 9 (odd), 36 - 25 = 11 (odd).
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Factorising
skill AI DirectMA-KS3-C030
Taking out common factors from expressions
Teaching guidance
Present factorising as the reverse of expanding: if expanding 3(x + 4) gives 3x + 12, then factorising 3x + 12 gives 3(x + 4). Begin by identifying the highest common factor of all terms in an expression. Use factor trees or systematic listing to find the HCF of coefficients, and inspection to identify common variables. Model the checking strategy: expand your factorised answer to verify it gives the original expression. Progress from single-variable expressions to those with multiple variables.
Common misconceptions
Pupils often take out a common factor but not the highest common factor — for example, factorising 6x + 12 as 2(3x + 6) rather than 6(x + 2). Some pupils leave one term outside the bracket, writing 6x + 12 as 6x(1 + 2). Others confuse factorising expressions with solving equations, attempting to find a value of x.
Difficulty levels
Can identify a common factor of two terms and take it outside a bracket.
Example task
Factorise 6x + 10.
Model response: The common factor of 6 and 10 is 2. So 6x + 10 = 2(3x + 5).
Takes out the highest common factor including algebraic terms.
Example task
Factorise 12x² + 8x.
Model response: HCF of 12x² and 8x is 4x. So 12x² + 8x = 4x(3x + 2).
Factorises expressions with multiple terms and algebraic common factors, always extracting the highest common factor.
Example task
Factorise completely: 6ab² + 9a²b - 3ab.
Model response: HCF = 3ab. 6ab² ÷ 3ab = 2b. 9a²b ÷ 3ab = 3a. -3ab ÷ 3ab = -1. So 6ab² + 9a²b - 3ab = 3ab(2b + 3a - 1).
Uses factorising strategically to simplify expressions, solve equations, and prove results.
Example task
Prove that n³ - n is divisible by 6 for all positive integers n.
Model response: Factorise: n³ - n = n(n² - 1) = n(n - 1)(n + 1) = (n - 1)n(n + 1). This is the product of three consecutive integers. Among any three consecutive integers, one is divisible by 2 and one is divisible by 3. So the product is divisible by 2 × 3 = 6.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Expanding binomial products
skill AI DirectMA-KS3-C031
Expanding products of two or more binomials (e.g., (x+2)(x+3))
Teaching guidance
Use the grid method (area model) extended to two dimensions: draw a 2×2 grid with (x + 2) across the top and (x + 3) down the side, fill in the four cells (x², 3x, 2x, 6), then collect like terms. Introduce FOIL (First, Outer, Inner, Last) as a mnemonic but ensure understanding through the grid model first. Practise with both positive and negative terms in the binomials. Connect to perfect squares and difference of two squares as special cases. Extend to products of three binomials for higher-attaining pupils.
Common misconceptions
Pupils commonly omit one or more of the four partial products, especially the two middle terms. A frequent error is (x + 3)² = x² + 9, omitting the 2 × 3 × x = 6x middle term. With negative terms, sign errors multiply: (x - 2)(x + 3) often yields x² + x - 6 correctly, but (x - 2)(x - 3) may yield x² - 5x - 6 (wrong sign on the constant) instead of x² - 5x + 6.
Difficulty levels
Can expand the product of two simple binomials using a grid or FOIL method with support.
Example task
Expand (x + 2)(x + 3).
Model response: Using FOIL: x × x = x², x × 3 = 3x, 2 × x = 2x, 2 × 3 = 6. So (x + 2)(x + 3) = x² + 3x + 2x + 6 = x² + 5x + 6.
Expands products of two binomials including those with negative terms, and simplifies the result.
Example task
Expand (x - 4)(x + 7).
Model response: x² + 7x - 4x - 28 = x² + 3x - 28.
Expands products of binomials with coefficients greater than 1, and recognises special cases (perfect squares, difference of two squares).
Example task
Expand (2x - 3)².
Model response: (2x - 3)(2x - 3) = 4x² - 6x - 6x + 9 = 4x² - 12x + 9.
Expands products of three or more binomials and uses expansion to prove algebraic identities.
Example task
Expand (x + 1)(x + 2)(x + 3).
Model response: First: (x + 1)(x + 2) = x² + 3x + 2. Then: (x² + 3x + 2)(x + 3) = x³ + 3x² + 3x² + 9x + 2x + 6 = x³ + 6x² + 11x + 6. This is the product of three consecutive integers starting from x + 1, and the coefficients relate to triangular numbers.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Formulae use
skill AI DirectMA-KS3-C032
Understanding and using standard mathematical formulae
Teaching guidance
Start with formulae pupils already know: area of a rectangle (A = lw), circumference of a circle (C = πd), speed-distance-time (s = d/t). Practise substituting values and calculating results. Progress to less familiar formulae from science and other contexts. Emphasise that a formula is a general rule: it works for any values of the variables, not just the specific example shown. Use formula triangles (e.g., the speed-distance-time triangle) cautiously — they work for three-variable relationships but do not develop algebraic understanding.
Common misconceptions
Pupils often confuse the subject of a formula with other variables, substituting values into the wrong positions. When a formula involves multiple operations, BIDMAS errors arise frequently. Some pupils believe formulae only apply to specific values they have seen, not understanding the generality. Formula triangles can become a crutch that prevents pupils from developing rearrangement skills.
Difficulty levels
Can substitute values into a given formula and evaluate the result.
Example task
The formula for the area of a rectangle is A = lw. Find A when l = 8 and w = 5.
Model response: A = 8 × 5 = 40.
Selects and uses standard formulae in context, including those requiring multiple operations.
Example task
Use the formula v = u + at to find v when u = 12, a = -3 and t = 4.
Model response: v = 12 + (-3)(4) = 12 - 12 = 0.
Uses formulae involving powers, roots and fractions in mathematical and scientific contexts.
Example task
The kinetic energy formula is E = ½mv². Find E when m = 4 kg and v = 6 m/s.
Model response: E = ½ × 4 × 6² = ½ × 4 × 36 = 72 joules.
Evaluates complex formulae and understands the derivation and domain of formulae, recognising when a formula applies and when it does not.
Example task
The quadratic formula gives x = (-b ± √(b² - 4ac)) / 2a. Find x when a = 1, b = -5, c = 6. Interpret the ± symbol.
Model response: b² - 4ac = 25 - 24 = 1. √1 = 1. x = (5 ± 1)/2. So x = 6/2 = 3 or x = 4/2 = 2. The ± means we get two solutions: one using + and one using -. Check: (x-3)(x-2) = x² - 5x + 6 ✓.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Changing the subject
skill AI DirectMA-KS3-C033
Rearranging formulae to make a different variable the subject
Teaching guidance
Teach rearranging formulae as a process of 'undoing' operations to isolate the desired variable, using the same inverse-operation logic as solving equations. Start with one-step rearrangements (make a the subject of v = u + at → at = v - u → ... ), then progress to two-step and multi-step examples. Use flow charts showing the sequence of operations applied to the subject, then reverse the chart. Emphasise that whatever operation is performed on one side must be performed on the other to maintain equality.
Common misconceptions
Pupils commonly perform inverse operations in the wrong order — not recognising the need to 'undo' operations in reverse order. When the subject appears in a denominator, pupils struggle with the multiplication step needed to remove it. Rearranging formulae with the subject appearing more than once (requiring factorisation) is a significant challenge that should be introduced only after basic rearrangement is secure.
Difficulty levels
Can rearrange a formula to make a different variable the subject when only one operation is needed.
Example task
Make x the subject of y = x + 7.
Model response: x = y - 7. I subtracted 7 from both sides.
Rearranges formulae requiring two or more inverse operations, maintaining correct order.
Example task
Make t the subject of v = u + at.
Model response: v - u = at. Then t = (v - u)/a.
Rearranges formulae involving powers, roots, fractions and the variable appearing in multiple places.
Example task
Make r the subject of A = πr².
Model response: r² = A/π. Then r = √(A/π). Since r is a length, we take the positive root only.
Rearranges complex formulae where the subject appears on both sides or within nested expressions.
Example task
Make x the subject of y = (3x + 1)/(x - 2).
Model response: Multiply both sides by (x - 2): y(x - 2) = 3x + 1. Expand: xy - 2y = 3x + 1. Collect x terms: xy - 3x = 2y + 1. Factor out x: x(y - 3) = 2y + 1. Divide: x = (2y + 1)/(y - 3).
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Forming expressions
skill AI DirectMA-KS3-C034
Translating situations into algebraic expressions or formulae
Teaching guidance
Use contextual problems as the starting point: 'A taxi charges £3 plus £2 per mile. Write an expression for the cost of a journey of m miles.' Progress from word problems to more abstract 'form and solve' exercises. Model the translation process explicitly: identify the variable, identify the operations, write the expression. Practise forming expressions, equations and formulae from geometric contexts (perimeter, area) and real-life situations. Emphasise the difference between forming an expression (no equals sign) and forming an equation (with equals sign).
Common misconceptions
Pupils often write operations in the wrong order — writing '3m + 2' when they mean '2m + 3' (confusing the fixed charge with the variable charge). Some pupils introduce unnecessary variables or use the same letter for different quantities. Others struggle to identify which quantity is the variable and which is the constant in a contextual problem.
Difficulty levels
Can write a simple expression from a verbal description involving one operation.
Example task
Tom is x years old. His sister is 4 years younger. Write an expression for his sister's age.
Model response: x - 4.
Forms expressions and equations from word problems involving multiple operations.
Example task
Pens cost p pence each and rulers cost r pence each. Write an expression for the total cost of 5 pens and 3 rulers.
Model response: Total cost = 5p + 3r pence.
Forms expressions, equations and formulae from complex real-world situations and geometric problems.
Example task
A rectangle has length (2x + 3) cm and width (x - 1) cm. Its perimeter is 40 cm. Write an equation for x.
Model response: Perimeter = 2(length + width) = 2[(2x + 3) + (x - 1)] = 2[3x + 2] = 6x + 4. Setting equal to 40: 6x + 4 = 40.
Constructs algebraic models for complex situations, defining variables clearly and forming systems of equations when needed.
Example task
In a class of 30 pupils, the number of boys is 6 more than twice the number of girls. Form and solve equations to find the number of boys and girls.
Model response: Let g = number of girls. Then boys = 2g + 6. Total: g + (2g + 6) = 30. So 3g + 6 = 30, giving 3g = 24, g = 8. Boys = 2(8) + 6 = 22. Check: 8 + 22 = 30 ✓ and 22 = 2(8) + 6 ✓.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Solving linear equations
skill AI DirectMA-KS3-C035
Using algebraic methods to solve equations in one variable including rearrangement
Teaching guidance
Build from one-step equations (x + 3 = 7) through two-step (2x + 3 = 11) to equations with unknowns on both sides (3x + 1 = x + 7). Use the balance model: whatever you do to one side, you must do to the other. Algebra tiles or bar models provide concrete support. Teach the 'collect variables on one side, constants on the other' strategy. Include equations with brackets requiring expansion first, and equations with fractional coefficients. Always verify solutions by substituting back into the original equation.
Common misconceptions
When equations have the variable on both sides, pupils often subtract the wrong way — subtracting the larger coefficient from the smaller, producing a negative coefficient they cannot handle. Sign errors when moving terms across the equals sign are endemic (forgetting to change sign). Some pupils 'solve' by inspection for simple equations but have no systematic method for harder ones.
Difficulty levels
Can solve one-step equations using inverse operations.
Example task
Solve x + 9 = 15.
Model response: x = 15 - 9 = 6.
Solves two-step linear equations and equations with the unknown on one side.
Example task
Solve 3x - 7 = 14.
Model response: Add 7: 3x = 21. Divide by 3: x = 7. Check: 3(7) - 7 = 21 - 7 = 14 ✓.
Solves equations with the unknown on both sides, including those with brackets and fractions.
Example task
Solve 5(x - 2) = 3(x + 4).
Model response: Expand: 5x - 10 = 3x + 12. Subtract 3x: 2x - 10 = 12. Add 10: 2x = 22. Divide by 2: x = 11. Check: 5(9) = 45, 3(15) = 45 ✓.
Solves complex linear equations including those with algebraic fractions, and constructs equations from problems before solving.
Example task
Solve (2x + 1)/3 - (x - 3)/4 = 2.
Model response: Multiply through by 12 (LCM of 3 and 4): 4(2x + 1) - 3(x - 3) = 24. Expand: 8x + 4 - 3x + 9 = 24. Simplify: 5x + 13 = 24. 5x = 11. x = 11/5 = 2.2. Check: (5.4)/3 - (-0.8)/4 = 1.8 + 0.2 = 2 ✓.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Four quadrant coordinates
skill AI DirectMA-KS3-C036
Working with coordinates in all four quadrants of the Cartesian plane
Teaching guidance
Extend from KS2 first-quadrant work to all four quadrants by introducing negative coordinates. Use coordinate grids with clearly marked axes and emphasise the convention: (x, y) means 'along the corridor, then up the stairs' — x first (horizontal), then y (vertical). Plot shapes in all quadrants and identify reflective patterns (e.g., reflecting in the x-axis negates the y-coordinate). Connect to real-world grid systems. Practise reading coordinates from plotted points as well as plotting from given coordinates.
Common misconceptions
The most common error is reversing x and y coordinates — plotting (3, 5) as (5, 3). Pupils also confuse axis labels, particularly in the third quadrant where both coordinates are negative. Some pupils think the quadrants are numbered clockwise rather than anti-clockwise. When reading coordinates from a graph, pupils often mis-read the scale.
Difficulty levels
Can plot and read coordinates in the first quadrant (positive x and y).
Example task
Plot the point (3, 5) on a coordinate grid.
Model response: I go 3 along the x-axis and 5 up the y-axis, and plot a point where they meet.
Works with coordinates in all four quadrants, including plotting and reading negative coordinates.
Example task
Plot the points A(-2, 3), B(4, -1) and C(-3, -4) on a coordinate grid.
Model response: A is 2 left and 3 up from the origin. B is 4 right and 1 down. C is 3 left and 4 down.
Uses coordinates to solve problems including finding midpoints, distances and identifying shapes from their vertices.
Example task
Find the midpoint of the line segment from A(2, 7) to B(8, 3).
Model response: Midpoint = ((2+8)/2, (7+3)/2) = (10/2, 10/2) = (5, 5).
Applies coordinate geometry to prove geometric properties, including showing that points are collinear, that shapes have right angles, or that lines are parallel.
Example task
Show that the triangle with vertices A(1,1), B(5,3) and C(3,7) is a right-angled triangle.
Model response: AB² = (5-1)² + (3-1)² = 16 + 4 = 20. BC² = (3-5)² + (7-3)² = 4 + 16 = 20. AC² = (3-1)² + (7-1)² = 4 + 36 = 40. Since AB² + BC² = 20 + 20 = 40 = AC², by the converse of Pythagoras' theorem, the triangle is right-angled at B.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Linear graphs
Keystone skill AI DirectMA-KS3-C037
Recognising, sketching and producing graphs of linear functions
Teaching guidance
Start by generating coordinate pairs from a linear equation (y = 2x + 1: when x = 0, y = 1; when x = 1, y = 3; etc.) and plotting them to discover they lie on a straight line. Use tables of values as an organising tool. Progress from plotting to sketching, where only the gradient and y-intercept are needed. Compare graphs with different gradients (steeper/shallower, positive/negative) and different intercepts. Use dynamic geometry software (GeoGebra or Desmos) to explore how changing m and c in y = mx + c affects the line.
Common misconceptions
Pupils often think that a table of values must start at x = 0, or only use positive x values. Some pupils connect plotted points with curves rather than straight lines, or fail to extend the line beyond the plotted points. Negative gradients cause particular difficulty — pupils may plot the line going the wrong way. Some pupils confuse gradient with y-intercept.
Difficulty levels
Can plot points from a table of values and recognise when they form a straight line.
Example task
Complete the table for y = 2x + 1 (x = 0, 1, 2, 3) and plot the points.
Model response: x=0: y=1. x=1: y=3. x=2: y=5. x=3: y=7. The points form a straight line.
Plots linear graphs from their equations, identifies the gradient and y-intercept from the graph.
Example task
Draw the graph of y = 3x - 2. What is its gradient and y-intercept?
Model response: Gradient = 3 (for every 1 unit right, the line goes up 3). y-intercept = -2 (the line crosses the y-axis at (0, -2)).
Recognises and sketches linear functions from their equations, including identifying parallel and perpendicular lines from their gradients.
Example task
Without plotting, explain why y = 3x + 1 and y = 3x - 5 are parallel.
Model response: Both have gradient 3 (the coefficient of x). Parallel lines have the same gradient but different y-intercepts. These lines are always the same distance apart and never cross.
Finds equations of lines from geometric conditions, interprets gradient as rate of change in context, and uses linear graphs to model real-world situations.
Example task
Find the equation of the line perpendicular to y = 2x + 3 that passes through the point (4, 1).
Model response: The gradient of y = 2x + 3 is 2. Perpendicular gradient = -1/2 (negative reciprocal). Using y - y₁ = m(x - x₁): y - 1 = -1/2(x - 4). y = -x/2 + 2 + 1 = -x/2 + 3. Or y = -½x + 3.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Quadratic graphs
skill AI DirectMA-KS3-C038
Recognising, sketching and producing graphs of quadratic functions
Teaching guidance
Begin by plotting y = x² from a table of values and discussing the U-shaped curve (parabola). Compare with y = -x² (inverted parabola). Explore how changing the equation affects the graph: y = x² + 3 shifts upward, y = (x - 2)² shifts right. Use Desmos or GeoGebra to investigate these transformations dynamically. Identify key features: the vertex (turning point), line of symmetry, and whether the parabola opens upward or downward. Contrast the shape of a quadratic graph with linear graphs to reinforce the distinction.
Common misconceptions
Pupils often draw pointed rather than smooth curves at the vertex. Some pupils plot the y-values for negative x-values incorrectly because of sign errors when squaring negatives ((-3)² = -9 instead of 9). Others expect quadratic graphs to be straight lines because they confuse them with linear graphs. The asymmetry between y = x² and y = -x² is often not understood.
Difficulty levels
Can plot a quadratic graph from a completed table of values and recognise the U-shape (parabola).
Example task
Complete the table for y = x² for x = -3, -2, -1, 0, 1, 2, 3 and plot the graph.
Model response: y values: 9, 4, 1, 0, 1, 4, 9. The graph is a U-shape (parabola) symmetric about the y-axis.
Plots and reads quadratic graphs, identifying the turning point and line of symmetry.
Example task
Sketch y = x² - 4x + 3. Find the roots and the turning point.
Model response: Roots: x² - 4x + 3 = 0, (x-1)(x-3) = 0, so x = 1 and x = 3. Line of symmetry: x = (1+3)/2 = 2. Turning point: y(2) = 4 - 8 + 3 = -1. So minimum point is (2, -1).
Sketches quadratic graphs identifying roots, y-intercept and turning point, and uses graphs to solve equations.
Example task
Use the graph of y = x² - 2x - 3 to solve x² - 2x - 3 = 5.
Model response: Draw y = 5 (horizontal line) on the same axes. The x-coordinates where the parabola meets y = 5 are the solutions. Setting x² - 2x - 3 = 5: x² - 2x - 8 = 0, (x-4)(x+2) = 0, x = 4 or x = -2.
Analyses the effect of parameters on quadratic graphs, connects algebraic and graphical representations, and uses quadratic models in context.
Example task
Without plotting, compare the graphs of y = x², y = (x-3)² and y = (x-3)² + 2. Describe the transformations.
Model response: y = x² has vertex at (0,0). y = (x-3)² is y = x² translated 3 units right — vertex at (3,0). y = (x-3)² + 2 is further translated 2 units up — vertex at (3,2). In general, y = (x-a)² + b has vertex at (a,b). All three have the same shape (opening upward with gradient 1) but different positions.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
y = mx + c form
knowledge AI DirectMA-KS3-C039
Reducing linear equations to standard form and interpreting gradient m and intercept c
Teaching guidance
Show that any linear equation can be rearranged into the form y = mx + c by isolating y. Start with equations already in this form, then practise rearranging from other forms (2y + 4x = 10 → y = -2x + 5). Interpret m as the gradient (how steep) and c as the y-intercept (where the line crosses the y-axis). Use matching activities: match equations to their graphs, or match gradient and intercept values to equations. Connect to plotting: given y = 3x - 2, identify that the line starts at (0, -2) and rises 3 units for every 1 unit across.
Common misconceptions
Pupils frequently confuse m and c — identifying the constant as the gradient and vice versa. When rearranging equations, sign errors produce incorrect gradients (e.g., rearranging 2x + y = 6 to y = 2x + 6 instead of y = -2x + 6). Some pupils think every linear equation has a positive gradient. Others believe the y-intercept is always a positive integer.
Difficulty levels
Recognises that y = mx + c describes a straight line and can identify m and c in a given equation.
Example task
For the equation y = 4x - 3, what is the gradient and the y-intercept?
Model response: Gradient m = 4, y-intercept c = -3.
Rearranges linear equations into y = mx + c form and interprets m and c in context.
Example task
Rearrange 2y - 6x = 10 into y = mx + c form.
Model response: 2y = 6x + 10. y = 3x + 5. So gradient = 3 and y-intercept = 5.
Uses y = mx + c to find equations of lines from given information (gradient and point, or two points).
Example task
Find the equation of the line with gradient 2 passing through (3, 7).
Model response: y = 2x + c. Substitute (3,7): 7 = 2(3) + c, so 7 = 6 + c, c = 1. The equation is y = 2x + 1.
Applies y = mx + c in modelling contexts, interpreting gradient as rate of change and intercept as initial value, and comparing linear models.
Example task
Company A charges £20 plus £0.50 per mile. Company B charges £5 plus £1.20 per mile. For what distance are they the same price? Which is cheaper for a 30-mile journey?
Model response: A: C = 20 + 0.5d. B: C = 5 + 1.2d. Equal: 20 + 0.5d = 5 + 1.2d. 15 = 0.7d. d = 21.4 miles. For 30 miles: A = 20 + 15 = £35, B = 5 + 36 = £41. Company A is cheaper. The gradient (rate per mile) determines which is cheaper for long journeys; the intercept (fixed charge) matters for short ones.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Gradient and intercept
skill AI DirectMA-KS3-C040
Calculating and interpreting gradients and intercepts numerically, graphically and algebraically
Teaching guidance
Define gradient as 'rise over run' (vertical change divided by horizontal change) and calculate it from two points on a line. Use the staircase model: draw right-angled triangles between points on the line and read off the rise and run. Connect to real contexts — gradient as speed on a distance-time graph, gradient as rate of change. Show that parallel lines have equal gradients. Interpret the y-intercept as the value when x = 0, and connect to the context (e.g., a starting value, a fixed charge). Use graphical, numerical and algebraic methods for finding gradient.
Common misconceptions
Pupils often calculate gradient as 'run over rise' (inverting the fraction). When the gradient is negative, pupils may give a positive value. Some pupils calculate gradient using coordinates but subtract them in the wrong order, producing the wrong sign. The connection between gradient and rate of change is often superficial — pupils can calculate gradient but cannot interpret it in context.
Difficulty levels
Can calculate gradient by counting squares on a grid (rise over run) for a line drawn on a graph.
Example task
Find the gradient of the line passing through (1, 2) and (3, 8) by counting squares.
Model response: Rise = 8 - 2 = 6. Run = 3 - 1 = 2. Gradient = 6/2 = 3.
Calculates gradient using the formula (y₂ - y₁)/(x₂ - x₁) and reads the y-intercept from a graph or equation.
Example task
Find the gradient of the line through (-1, 5) and (3, -3).
Model response: Gradient = (-3 - 5)/(3 - (-1)) = -8/4 = -2. The negative gradient means the line slopes downward from left to right.
Interprets gradient as a rate of change in applied contexts and calculates the y-intercept algebraically when it is not given.
Example task
A line passes through (2, 9) and (5, 21). Find its equation.
Model response: Gradient = (21-9)/(5-2) = 12/3 = 4. Using y = 4x + c with point (2,9): 9 = 8 + c, so c = 1. Equation: y = 4x + 1.
Uses gradient and intercept concepts to solve complex problems including perpendicular lines, collinearity, and optimisation.
Example task
Points A(1, 2), B(4, 8), C(7, 14) are given. Show that they are collinear (all on the same line).
Model response: Gradient AB = (8-2)/(4-1) = 6/3 = 2. Gradient BC = (14-8)/(7-4) = 6/3 = 2. Since AB and BC have the same gradient AND share point B, all three points lie on the same line. The line has equation y = 2x (using point A: 2 = 2(1) ✓).
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Graphical solutions
skill AI DirectMA-KS3-C041
Using graphs to estimate values and find approximate solutions to equations
Teaching guidance
Teach graph-reading skills explicitly: reading y-values from given x-values (and vice versa) by drawing horizontal or vertical lines to the curve and then to the axes. For simultaneous equations, plot both lines on the same axes and identify the point of intersection as the solution. Discuss accuracy: graphical solutions are approximate, and the degree of accuracy depends on the scale used. Use problems where exact methods are contrasted with graphical methods to illustrate the trade-off between speed and precision.
Common misconceptions
Pupils often give approximate values as if they were exact. When reading between grid lines, pupils may not interpolate correctly, instead snapping to the nearest marked value. For simultaneous equations, pupils may identify the wrong intersection point if lines are not drawn accurately. Some pupils think graphical solutions are 'wrong' because they are not exact.
Difficulty levels
Can read approximate values from a graph, including where a curve crosses the axes.
Example task
From the graph of y = x² - 3, read off the value of y when x = 2.
Model response: When x = 2, y = 1 (reading from the graph). Check: 2² - 3 = 4 - 3 = 1 ✓.
Uses a graph to find approximate solutions to equations by reading intersection points.
Example task
Use the graph of y = x² - 2x to estimate the solutions of x² - 2x = 3.
Model response: Draw the line y = 3. It intersects the parabola at approximately x = -1 and x = 3. Check: (-1)² - 2(-1) = 1 + 2 = 3 ✓ and 3² - 2(3) = 9 - 6 = 3 ✓.
Uses graphical methods to estimate solutions of equations that are difficult to solve algebraically, and understands the limitations of graphical accuracy.
Example task
By drawing suitable graphs, estimate the solution(s) of x³ = 5x - 2.
Model response: Rearrange: x³ - 5x + 2 = 0, or plot y = x³ and y = 5x - 2 on the same axes. The intersections give approximate solutions. From the graph: x ≈ -2.4, x ≈ 0.4, x ≈ 2.0. These are estimates — algebraic or numerical methods would give more precision.
Uses graphs to solve simultaneous equations (including non-linear), understand convergence of iterative methods, and evaluate whether a graphical solution is sufficient.
Example task
Explain how to use the graph of y = sin(x) to estimate the number of solutions of sin(x) = x/5 for 0 ≤ x ≤ 2π.
Model response: Plot y = sin(x) and y = x/5 on the same axes for 0 ≤ x ≤ 2π. y = x/5 is a straight line from (0,0) to (2π, 2π/5 ≈ 1.26). The sine curve oscillates between -1 and 1. They intersect at x = 0 and at approximately x ≈ 1.3 (where the rising sine meets the line). There are no more intersections because x/5 > 1 for x > 5 and sin(x) ≤ 1. So there are 2 solutions.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Simultaneous equations graphically
skill AI DirectMA-KS3-C042
Finding approximate solutions to simultaneous linear equations using graphs
Teaching guidance
Plot two linear equations on the same axes and identify the point of intersection as the simultaneous solution. Use GeoGebra or Desmos to explore how changing one equation moves the intersection point. Discuss what it means for two lines to intersect (one common solution), be parallel (no solution) and coincide (infinite solutions). Connect graphical solutions to algebraic methods (elimination, substitution) so pupils see the same problem solved in two ways. Emphasise that the coordinates of the intersection satisfy both equations.
Common misconceptions
Pupils may not extend their lines far enough to see the intersection point, or may draw lines inaccurately so the intersection is in the wrong place. Some pupils read the intersection coordinates from the wrong axis. Others think parallel lines will 'eventually meet' if the graph is extended far enough, not understanding that parallel means no intersection.
Difficulty levels
Understands that solving two equations simultaneously means finding values that satisfy both equations at the same time.
Example task
Which of these pairs satisfies both y = x + 1 and y = 2x - 3: (a) x=2, y=3 (b) x=4, y=5?
Model response: Check (a): y = 2+1 = 3 ✓ and y = 2(2)-3 = 1 ✗. Check (b): y = 4+1 = 5 ✓ and y = 2(4)-3 = 5 ✓. So (b) x=4, y=5 satisfies both.
Finds approximate solutions to simultaneous linear equations by drawing both lines and reading the intersection point.
Example task
Draw the graphs of y = 2x - 1 and y = -x + 5 and find where they intersect.
Model response: Plotting both lines: they intersect at (2, 3). Check: y = 2(2)-1 = 3 ✓ and y = -(2)+5 = 3 ✓.
Uses the graphical method to identify the number of solutions (none, one, or infinitely many) and understands what parallel lines mean for simultaneous equations.
Example task
What can you say about the solutions of y = 3x + 2 and y = 3x - 4? Use a graphical argument.
Model response: Both lines have gradient 3 but different y-intercepts (2 and -4). They are parallel and never intersect. Therefore there are no solutions — the equations are inconsistent.
Uses graphical methods to explore systems involving non-linear equations and interprets the meaning of multiple intersection points.
Example task
How many solutions does the system y = x² and y = 2x + 3 have? Find them graphically and verify algebraically.
Model response: Graphically: the parabola and line intersect at two points. Algebraically: x² = 2x + 3, so x² - 2x - 3 = 0, (x-3)(x+1) = 0, x = 3 or x = -1. Points: (3, 9) and (-1, 1). The parabola opens upward and the line crosses it twice, confirming two solutions.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Non-linear graphs
skill AI DirectMA-KS3-C043
Interpreting and using piece-wise linear, exponential and reciprocal graphs
Teaching guidance
Introduce non-linear graphs through real-world contexts: exponential growth (population doubling), reciprocal relationships (speed and time for a fixed distance), and piece-wise functions (mobile phone tariffs). Plot from tables of values and discuss the shape — why exponential curves get steeper, why reciprocal curves approach but never reach the axes. Use graphs to solve contextual problems: 'At what time does the temperature reach 30°C?' by reading from the graph. Compare shapes to reinforce distinctions: linear (constant rate), quadratic (increasing rate), exponential (accelerating rate).
Common misconceptions
Pupils often try to connect plotted points with straight lines even when the graph is clearly curved. Some pupils think exponential graphs are the same as quadratic graphs. The concept of an asymptote — a line the curve approaches but never touches — is conceptually difficult and may be interpreted as the curve 'stopping' at a certain value.
Difficulty levels
Can read values from piece-wise linear graphs (e.g. distance-time or conversion graphs) and describe what is happening in each section.
Example task
A distance-time graph shows: 0-2 hours climbing at constant speed, 2-3 hours stationary, 3-4 hours returning. Describe the journey.
Model response: For the first 2 hours the person travels at a steady speed (straight line going up). From 2-3 hours they stop (horizontal line). From 3-4 hours they return (line going down).
Recognises the shapes of simple non-linear graphs (quadratic, cubic, reciprocal) and can match equations to graph shapes.
Example task
Match each graph shape to its equation: (a) U-shape (b) S-shape (c) two separate curves. Equations: y = 1/x, y = x², y = x³.
Model response: (a) U-shape = y = x² (parabola). (b) S-shape = y = x³ (cubic). (c) Two separate curves = y = 1/x (reciprocal — one curve in Q1 and one in Q3).
Interprets exponential and reciprocal graphs in context, understanding asymptotic behaviour and growth/decay patterns.
Example task
Bacteria double every hour. Starting with 100, sketch the graph for 6 hours. Why is this an exponential graph?
Model response: After 0h: 100, 1h: 200, 2h: 400, 3h: 800, 4h: 1600, 5h: 3200, 6h: 6400. The graph curves steeply upward. It is exponential because the same multiplier (×2) applies each hour — the rate of increase itself increases. The equation is N = 100 × 2ᵗ.
Analyses and compares non-linear graphs, identifies key features (turning points, asymptotes, roots), and uses them to model real-world situations.
Example task
A cup of tea cools following the model T = 20 + 60e^(-0.1t), where T is temperature in °C and t is time in minutes. Describe the behaviour of the graph and interpret its features.
Model response: At t=0: T = 20 + 60 = 80°C (initial temperature). As t→∞: e^(-0.1t)→0, so T→20°C (room temperature). The curve decreases steeply at first then flattens — the tea cools quickly at first then more slowly as it approaches room temperature. The horizontal asymptote at T=20 represents the ambient temperature. This is Newton's Law of Cooling — the rate of cooling is proportional to the temperature difference.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Sequence generation
skill AI DirectMA-KS3-C044
Generating terms from term-to-term or position-to-term rules
Teaching guidance
Start with sequences from visual patterns: tile patterns growing by a fixed amount each time. Generate terms from a term-to-term rule ('start at 3, add 5 each time') and from a position-to-term rule ('the nth term is 2n + 1'). Ask pupils to continue sequences and describe the rule in both forms. Use tables linking position number to term value as a bridge between the two representations. Investigate which rule type is more useful for finding, say, the 100th term. Connect to function machines: the position-to-term rule is the function.
Common misconceptions
Pupils often confuse the term-to-term rule with the position-to-term rule — describing 2, 5, 8, 11 as 'add 3' when asked for the nth term rather than 3n - 1. Some pupils think the nth term rule is found by multiplying the common difference by the first term. Others generate sequences correctly from a term-to-term rule but cannot reverse-engineer the rule from a given sequence.
Difficulty levels
Can continue a sequence given the first few terms and a simple rule (add, subtract, multiply).
Example task
Continue the sequence: 3, 7, 11, 15, ...
Model response: The pattern is 'add 4 each time'. Next terms: 19, 23, 27.
Generates terms from both term-to-term and position-to-term rules, understanding the difference between the two types.
Example task
A sequence has the rule: nth term = 2n + 3. Find the first 5 terms.
Model response: n=1: 5, n=2: 7, n=3: 9, n=4: 11, n=5: 13.
Generates terms from more complex rules and can work backwards to find which term has a given value.
Example task
The nth term of a sequence is 100 - 3n. Which term is the first negative term?
Model response: Set 100 - 3n < 0: 100 < 3n, n > 33.3. Since n must be a whole number, the 34th term is the first negative term. Check: 33rd term = 100 - 99 = 1 (positive). 34th term = 100 - 102 = -2 (negative ✓).
Generates and analyses terms from recursive definitions, including Fibonacci-type and convergent sequences.
Example task
A sequence is defined by u₁ = 1, uₙ₊₁ = 3 - 1/uₙ. Find the first 5 terms and describe what happens.
Model response: u₁ = 1. u₂ = 3 - 1/1 = 2. u₃ = 3 - 1/2 = 2.5. u₄ = 3 - 1/2.5 = 2.6. u₅ = 3 - 1/2.6 ≈ 2.615. The sequence appears to converge. If it converges to L, then L = 3 - 1/L, so L² = 3L - 1, giving L² - 3L + 1 = 0. L = (3 + √5)/2 ≈ 2.618 (the golden ratio!).
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Arithmetic sequences
skill AI DirectMA-KS3-C045
Recognising sequences with common difference and finding nth term
Teaching guidance
Use the 'zero term' method for finding the nth term: the common difference d gives the coefficient of n, and the zero-th term (the term before the first) gives the constant. For the sequence 5, 8, 11, 14: d = 3, zero-th term = 5 - 3 = 2, so nth term = 3n + 2. Verify by substituting n = 1, 2, 3. Practise with sequences that have negative common differences and those that start with negative values. Use visual growing patterns (matchstick patterns, dot arrangements) to connect the nth term to a geometrical structure.
Common misconceptions
The most common error is confusing the common difference with the first term when writing the nth term expression. Pupils may write the nth term of 5, 8, 11, 14 as 5n + 3 instead of 3n + 2. Others check only the first term and assume their formula is correct without verifying further terms. Some pupils think the nth term of a decreasing sequence cannot be found using this method.
Difficulty levels
Recognises arithmetic sequences (constant difference) and can state the common difference.
Example task
Is this an arithmetic sequence: 5, 11, 17, 23, 29? If so, what is the common difference?
Model response: Yes, the differences are all 6. So it is arithmetic with common difference d = 6.
Finds the nth term formula for an arithmetic sequence in the form an + b.
Example task
Find the nth term of 7, 10, 13, 16, ...
Model response: Common difference = 3, so the coefficient of n is 3: 3n + ?. When n=1: 3(1) + ? = 7, so ? = 4. The nth term is 3n + 4.
Uses the nth term formula to solve problems including finding whether a number is in a sequence and finding the number of terms.
Example task
The nth term of a sequence is 5n - 3. Is 147 in this sequence? If so, which term is it?
Model response: Set 5n - 3 = 147: 5n = 150, n = 30. Since n is a positive integer, 147 is the 30th term. Check: 5(30) - 3 = 147 ✓.
Derives the sum formula for arithmetic series and applies it in context; finds nth terms for sequences with non-integer common differences.
Example task
Find the sum of the first 50 terms of the arithmetic sequence 3, 7, 11, 15, ...
Model response: a = 3, d = 4. The 50th term = 3 + 49(4) = 199. Sum = n/2 × (first + last) = 50/2 × (3 + 199) = 25 × 202 = 5050. The formula works because pairing the first and last, second and second-last, etc. always gives the same total.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.
Geometric sequences
knowledge AI DirectMA-KS3-C046
Recognising sequences with common ratio
Teaching guidance
Introduce geometric sequences through contexts like doubling bacteria, paper folding, and compound interest. Compare with arithmetic sequences: in an arithmetic sequence you add a constant, in a geometric sequence you multiply by a constant (the common ratio). Generate terms from a starting value and common ratio. Identify geometric sequences from given sequences by checking whether the ratio between consecutive terms is constant. Mention other sequence types (Fibonacci, triangular numbers) to broaden awareness, but ensure pupils can identify whether a sequence is arithmetic, geometric, or neither.
Common misconceptions
Pupils often confuse geometric and arithmetic sequences, applying additive reasoning to geometric sequences (adding the common ratio instead of multiplying). Some pupils think the common ratio must be a whole number and do not recognise sequences with fractional ratios (e.g., 64, 32, 16, 8 has a common ratio of ½). Others think that if a sequence is increasing, it must be arithmetic.
Difficulty levels
Recognises that geometric sequences have a common ratio rather than a common difference, and can identify the ratio.
Example task
Is this a geometric sequence: 2, 6, 18, 54? What is the common ratio?
Model response: Yes, each term is multiplied by 3: 2×3=6, 6×3=18, 18×3=54. The common ratio is 3.
Generates terms of geometric sequences and finds missing terms using the common ratio.
Example task
Find the next two terms of 5, 10, 20, 40, ...
Model response: Common ratio = 2. Next terms: 40 × 2 = 80, 80 × 2 = 160.
Works with geometric sequences that have fractional or negative common ratios, and finds the nth term formula.
Example task
A geometric sequence starts 81, 27, 9, 3, ... Find the nth term formula and the 8th term.
Model response: First term a = 81, common ratio r = 27/81 = 1/3. nth term = ar^(n-1) = 81 × (1/3)^(n-1). 8th term = 81 × (1/3)⁷ = 81/2187 = 1/27.
Applies geometric sequences to model real-world exponential growth and decay, and understands convergence of geometric series.
Example task
A ball is dropped from 10 m and bounces to 60% of its previous height each time. How far has it travelled (up and down) after 5 bounces?
Model response: Drop: 10 m. Bounce 1 up: 6, down: 6. Bounce 2 up: 3.6, down: 3.6. Bounce 3 up: 2.16, down: 2.16. Bounce 4 up: 1.296, down: 1.296. Bounce 5 up: 0.7776, down: 0.7776. Total = 10 + 2(6 + 3.6 + 2.16 + 1.296 + 0.7776) = 10 + 2(13.8336) = 10 + 27.6672 = 37.67 m (2 d.p.). This is a geometric series with r = 0.6. As the number of bounces → ∞, the total distance converges to 10 + 2 × 6/(1-0.6) = 10 + 30 = 40 m.
Delivery rationale
Secondary maths concept — abstract, procedural, and objectively assessable.