IGCSE Add Maths 0606

Common Mistakes in IGCSE Add Maths Functions

Five specific errors students repeat in composite functions, inverse functions and modulus equations, and the exact step where each one happens.

Updated 27 July 2026 · MathPert — online IGCSE Maths & Additional Maths tuition, Malaysia

Short answer

What are the most common mistakes in IGCSE Add Maths functions?

The five most common IGCSE Additional Mathematics functions mistakes are: composing fg(x) in the wrong order, algebra slips when finding an inverse, mixing up domain and range with the inverse, reading f²(x) as a square instead of f applied twice, and dropping the negative branch of a modulus equation. Each is a notation error, not a concept gap.

Mark context

Why functions questions lose marks out of proportion to their difficulty

Functions appear early in the Cambridge IGCSE Additional Mathematics (0606) syllabus and early in most papers, typically worth 4 to 8 marks across parts. The algebra required is lighter than in calculus or trigonometry questions. Despite that, functions questions are a consistent source of mark loss because the errors are reading errors: the student performs correct algebra on the wrong interpretation of the notation.

This makes functions mistakes especially frustrating and especially fixable. A student who loses marks on fg(x) does not need to relearn algebra. They need one precise habit: decode the notation as a visible line of working before doing anything else.

Mistake 1

Composing fg(x) in the wrong order

In 0606 notation, fg(x) means f(g(x)): g acts first, then f acts on the result. The most common functions error in the paper is computing g(f(x)) instead, because students read the letters left to right and apply them in that order.

  • Example. Let f(x) = 2x + 1 and g(x) = x². Then fg(x) = f(g(x)) = f(x²) = 2x² + 1. The wrong-order version is gf(x) = g(f(x)) = (2x + 1)², a completely different function. A student asked for fg who expands (2x + 1)² loses every mark in the part, even though the expansion itself is correct algebra.
  • The weak step underneath. The student never writes the decoding line. They go straight from the symbol fg(x) to substitution, and under exam pressure the left-to-right reading habit wins.
  • The fix. Before substituting anything, write the decoding line: “fg(x) = f(g(x)), g first.” It costs five seconds and makes the order error visible before it can propagate.
Mistake 2

Algebra slips when finding the inverse function

Finding f−1(x) is a rearrangement exercise: write y = f(x), make x the subject, then swap. Two slips dominate: sign errors while rearranging a fraction, and the outright misreading of f−1(x) as 1 divided by f(x).

  • Example. Find the inverse of f(x) = (3x − 2) / 5. Write y = (3x − 2) / 5. Multiply both sides by 5: 5y = 3x − 2. Add 2: 5y + 2 = 3x. Divide by 3: x = (5y + 2) / 3. So f−1(x) = (5x + 2) / 3. The common slip is writing 5y − 2 = 3x at the second step, which produces f−1(x) = (5x − 2) / 3 and loses the accuracy marks.
  • The notation misreading. Some students treat f−1(x) as the reciprocal 1 / f(x) because the −1 looks like a power. In function notation the −1 means the inverse function, not a reciprocal. The reciprocal of (3x − 2) / 5 is 5 / (3x − 2), which is a different (and wrong) answer here.
  • The fix. Always finish with the one-value check: f(4) = (12 − 2) / 5 = 2, so f−1(2) must equal 4. Test it: (5 × 2 + 2) / 3 = 12 / 3 = 4. Correct. The check takes one line and catches both the sign slip and the reciprocal misreading.
Mistake 3

Mixing up domain and range between a function and its inverse

The domain of f−1 is the range of f, and the range of f−1 is the domain of f. Questions that restrict the domain (so that the inverse exists) are marked on exactly this swap, and students routinely state the original domain where the inverse’s domain is required.

  • Example. Let f(x) = x² + 3 for x ≥ 0. The range of f is f(x) ≥ 3 (the smallest output is at x = 0). The inverse is f−1(x) = √(x − 3), and its domain is x ≥ 3, which is exactly the range of f. A student who writes “domain of f−1 is x ≥ 0” has copied the original domain and loses the mark.
  • The weak step underneath. The student treats domain and range as properties to memorise per function rather than as input and output sets that swap under inversion. Without the swap idea, the restriction x ≥ 3 looks arbitrary.
  • The fix. Write the swap as a line of working every time: “range of f: y ≥ 3, so domain of f−1: x ≥ 3.” Stating the range first makes the inverse’s domain a copy-down rather than a guess.
Mistake 4

Reading f²(x) as the square of f(x)

In 0606, f²(x) means ff(x): apply f, then apply f again to the result. It does not mean [f(x)]². This convention differs from the trigonometry habit sin²x = (sin x)², which is precisely why students misread it.

  • Example. Let f(x) = x + 2. Then f²(x) = f(f(x)) = f(x + 2) = x + 4. The misreading gives [f(x)]² = (x + 2)² = x² + 4x + 4, a quadratic instead of a linear function. Any equation solved from the wrong version earns nothing.
  • Why this error happens. Students carry the sin²x convention across from trigonometry, where the superscript 2 does mean squaring the output. Function notation and trig notation use the same-looking symbol for different operations, and nobody has ever pointed the clash out to them.
  • The fix. Decode before substituting, exactly as with fg(x): write “f²(x) = f(f(x))” as the first line of the answer. If the question wanted the square of f(x) it would print [f(x)]² explicitly.
Mistake 5

Dropping the negative branch when solving a modulus equation

Equations such as |2x − 3| = 5 have two branches: the expression inside the modulus can equal 5 or −5. Students who solve only the positive branch find one solution, present it confidently, and lose the marks for the second.

  • Example. Solve |2x − 3| = 5. Branch 1: 2x − 3 = 5, so 2x = 8 and x = 4. Branch 2: 2x − 3 = −5, so 2x = −2 and x = −1. The full solution set is x = 4 and x = −1. A student who stops at x = 4 has done half the question.
  • The graph version of the same error. When sketching y = |f(x)|, the part of the graph below the x-axis reflects upward. Students either forget the reflection entirely or reflect the whole graph instead of only the negative part, and then read wrong intersection points from their own sketch.
  • The fix. Make the two branches a fixed layout habit: the first line of any modulus equation is the pair of statements “2x − 3 = 5 or 2x − 3 = −5,” written before any solving starts. When the layout always has two branches, an answer with one solution looks visibly unfinished.
What this means for your child

These are notation errors, not ability errors

A student who makes the five errors above can usually do every piece of algebra the questions require. What is missing is the decoding habit: one visible line that fixes what the notation means before any manipulation starts. That is why functions marks respond so quickly to targeted correction compared with topics that need concept rebuilding.

In class, Teacher Au treats each functions error as a diagnosis question: which exact line did the student skip, and what belief made skipping it feel safe? For fg(x) the skipped line is the decoding line; for the inverse it is the one-value check; for modulus it is the two-branch layout. Restoring the specific line removes the specific error.

Because functions questions sit early in the paper, fixing this topic also has a confidence effect: a clean start changes how a student handles the harder calculus and trigonometry questions that follow.

Related reading

Common mistakes in IGCSE Add Maths trigonometry

The same pattern of hidden step errors appears in trig equations and identities. See the five most common trigonometry mistakes and how each one is fixed.

Read the trigonometry mistakes guide
Related reading

What is the hardest topic in IGCSE Add Maths?

See the full difficulty ranking across the 0606 syllabus and which topics carry the most marks.

Read the topic difficulty guide
Questions parents ask

Frequently asked questions

The five most common IGCSE Add Maths functions mistakes are: composing functions in the wrong order (finding gf when the question asks for fg), algebra slips when finding an inverse function, mixing up the domain and range of a function and its inverse, reading f²(x) as the square of f(x) instead of f applied twice, and dropping the negative branch when solving a modulus equation.

Not sure where your child stands?

Start with the free diagnostic

Take the free 10-minute IGCSE Maths diagnostic — it pinpoints the exact foundation gaps before exams do.

WhatsApp MathPert