Definition: what Notation and Manipulation covers

Notation and Manipulation is the section of the OxfordAQA IGCSE Mathematics specification concerned with the formal language of algebra: how letters represent generalised numbers, how expressions are built and simplified, and how equations, formulae, identities and inequalities are distinguished from one another. Where arithmetic deals with specific numbers, oxfordaqa igcse notation and manipulation deals with the symbolic machinery that lets a single statement describe an entire family of numerical relationships at once. It is among the most heavily examined areas of the subject, underpinning virtually every other section of the course, since geometry, statistics and further algebra all rely on manipulating expressions correctly.

Put simply: this topic asks whether a student can take a written statement, express it symbolically, and then transform that symbolic statement into a more useful equivalent form without changing its underlying meaning.

So what is notation and manipulation IGCSE study actually testing? At its core, it is testing precision: whether a student can move between words, symbols and simplified forms without losing meaning at any step. This notation and manipulation explained guide works through the topic the way a set of well-organised oxfordaqa igcse mathematics notes would, starting from a clear oxfordaqa igcse mathematics definition of each term and building up to full worked examples and exam-style questions. Because it sits underneath so much of the wider specification, having this topic properly explained pays off across every other section of the course, not just in questions that are explicitly labelled as algebra.

Key facts

TermPrecise meaning
ExpressionA collection of terms combined by operations, with no equals sign (e.g. 3x + 2)
EquationA statement that two expressions are equal, true only for specific value(s) of the unknown (e.g. 3x + 2 = 11)
FormulaA relationship between two or more variables, generally used to calculate one quantity from others (e.g. A = πr²)
IdentityA statement true for all values of the variable, denoted with the symbol ≡ (e.g. (x + 1)² ≡ x² + 2x + 1)
InequalityA statement comparing two expressions using <, >, ≤ or ≥, satisfied by a range of values
TermA single component of an expression, separated from others by + or -
FactorA quantity that divides another exactly, with no remainder

Distinguishing an equation from an identity matters more than it first appears. An equation is solved to find the specific value(s) of x that make it true; an identity is manipulated, not solved, because it is already true for every value of x. Students who confuse the two often attempt to "solve" an identity, which produces a meaningless result such as 0 = 0, rather than recognising that the correct task was to prove the identity by algebraic manipulation of one side until it matches the other.

Substitution and generalised arithmetic

The foundation of this topic is the use of letters to express generalised numbers and to express basic arithmetic processes algebraically. Rather than writing "add three to a number, then double the result" in words, algebraic notation lets us write 2(n + 3), a single expression that works for every value of n simultaneously. Substitution, correspondingly, is the process of replacing letters with specific numerical values in a formula.

Worked example 1: substitution into a formula

Given the formula v = u + at, find v when u = 5, a = 2 and t = 6.

Solution: v = 5 + (2 × 6) = 5 + 12 = 17.

The most common substitution error is applying the order of operations incorrectly, for instance calculating (u + a) × t rather than u + (a × t). Always substitute the values first, keeping every term separate, and only then apply the order of operations to the resulting numerical expression.

Collecting like terms and expanding brackets

Like terms share exactly the same combination of letters and powers; only like terms can be combined by addition or subtraction. Expanding brackets means applying the distributive law: every term inside a bracket is multiplied by whatever sits immediately outside it.

Worked example 2: expanding a product of two linear expressions

Expand and simplify (x + 4)(x - 3)

Solution: multiply each term in the first bracket by each term in the second bracket. x × x = x², x × -3 = -3x, 4 × x = 4x, 4 × -3 = -12. Combine: x² - 3x + 4x - 12 = x² + x - 12.

This systematic four-term expansion, sometimes remembered by the acronym FOIL (First, Outer, Inner, Last), is the reliable method for expanding any product of two linear expressions, and the same principle extends to products of three binomials at Extension level.

Factorising

Factorising reverses expansion: it rewrites an expression as a product of factors. The specification requires taking out common factors, factorising quadratic expressions of the form x² + bx + c, and recognising the difference of two squares.

Worked example 3: factorising a quadratic expression

Factorise x² - 2x - 15

Solution: find two numbers that multiply to -15 and add to -2. Those numbers are -5 and 3. So x² - 2x - 15 = (x - 5)(x + 3). Check by expanding: x² + 3x - 5x - 15 = x² - 2x - 15, confirming the factorisation is correct.

Worked example 4: difference of two squares

Factorise x² - 49

Solution: recognise this as a² - b² with a = x and b = 7, which factorises as (a - b)(a + b). So x² - 49 = (x - 7)(x + 7). This pattern applies whenever an expression is a single term minus another single term, each of which is a perfect square.

Index laws

Manipulating powers correctly requires fluency with the index laws for multiplication and division using integer powers, extended to fractional powers at Extension level.

LawRuleExample
Multiplicationa^m × a^n = a^(m+n)x³ × x⁴ = x⁷
Divisiona^m ÷ a^n = a^(m-n)x⁵ ÷ x² = x³
Power of a power(a^m)^n = a^(mn)(x²)³ = x⁶
Zero indexa⁰ = 1x⁰ = 1
Negative indexa^(-n) = 1/a^nx^(-2) = 1/x²
Fractional indexa^(1/n) = ⁿ√ax^(1/2) = √x

Rearranging formulae

Transforming a formula so that a different variable becomes the subject is a core manipulation skill, extending at Extension level to formulae where the required subject appears twice.

Worked example 5: making a variable the subject

Make r the subject of the formula A = πr²

Solution: divide both sides by π to get A/π = r². Take the square root of both sides: r = √(A/π). Every operation performed on r must be undone in reverse order, and applied identically to both sides of the equation.

Algebraic fractions

The specification requires the manipulation of rational expressions, using the four operations for algebraic fractions with numeric denominators at Core level, and linear or quadratic denominators at Extension level.

Worked example 6: adding algebraic fractions

Simplify x/3 + x/4

Solution: find a common denominator of 12. x/3 becomes 4x/12, and x/4 becomes 3x/12. Adding: 4x/12 + 3x/12 = 7x/12. The same principle used for numerical fractions, finding a common denominator, applies directly to algebraic fractions.

Constructing mathematical arguments

Beyond calculation, this topic requires students to argue mathematically to show algebraic expressions are equivalent, and to use algebra to support and construct arguments, extending to formal proofs at Extension level. This means demonstrating, through a chain of valid algebraic steps, that a claimed relationship holds for every possible value, rather than checking a handful of specific numbers.

Worked example 7: a simple algebraic proof

Prove that the sum of two consecutive odd numbers is always a multiple of 4.

Solution: let the first odd number be 2n + 1, where n is an integer. The next consecutive odd number is 2n + 3. Their sum is (2n + 1) + (2n + 3) = 4n + 4 = 4(n + 1). Since n + 1 is an integer, 4(n + 1) is always a multiple of 4, which proves the statement for every possible pair of consecutive odd numbers.

Exam question patterns to recognise

Questions on this topic tend to follow recognisable patterns. A question may present a word problem and ask you to translate it into an algebraic expression before manipulating it; it may give a formula and ask you to substitute values, then separately ask you to rearrange the same formula; or it may present two expressions and ask you to prove they are identically equal. Recognising which pattern a question follows before you begin writing is the first and most important step toward answering it efficiently.

OxfordAQA frequently blends this topic with others: a question introduced as geometry might require you to set up and manipulate an algebraic expression for perimeter or area before any geometric reasoning begins. Treat any unfamiliar word problem as an invitation to write down a letter for the unknown quantity first, before attempting anything else.

Self-check questions

  1. Expand and simplify (2x - 5)(x + 3).
  2. Factorise x² + 7x + 10.
  3. Simplify x⁶ ÷ x², writing your answer using a positive index.
  4. Make x the subject of the formula y = 3x + 7.
  5. Simplify x/2 - x/5, writing your answer as a single algebraic fraction.
  6. Prove algebraically that the sum of any three consecutive integers is always a multiple of 3.

Working through these six questions without reference to the worked examples above is a reliable test of whether the underlying manipulation skills, rather than just the pattern of a specific example, have been properly understood. This kind of deliberate self-testing is what turns familiarity with a topic into genuine, exam-ready fluency.

How this fits the wider OxfordAQA IGCSE Mathematics specification

These oxfordaqa igcse mathematics notes are designed to stand alone, but Notation and Manipulation rarely appears in isolation on the exam paper. It underpins solving equations, sequences, and even statistics questions that ask you to derive a formula from a pattern in data. Once this section is genuinely oxfordaqa igcse mathematics explained and understood rather than memorised, the algebraic demands of every other topic on the specification become noticeably more manageable, because the underlying manipulation skills transfer directly.

Download de app in de Google Playstore

Alles wat je nodig hebt om uit te blinken in JAMB, WAEC en NECO.

Green Bridge CBT Mobile App
Persoonlijke AI Leerchat Assistent
Duizenden IGCSE, JAMB-, WAEC- en NECO-examenvragen uit het verleden.
Meer dan 1200 lesnotities
Offline ondersteuning - Leer altijd en overal
Dienstregeling Groene Brug
Literatuursamenvattingen & Potentiële Vragen
Volg je prestaties en vooruitgang.
Diepgaande Uitleg voor Uitgebreid Leren
Kort samengevat

A precise, worked-example-led explanation of oxfordaqa igcse notation and manipulation for OxfordAQA IGCSE Mathematics.