Every exam session, capable students lose marks to the same avoidable errors. This article identifies the most frequent edexcel igcse further pure mathematics mistakes, explains why they cost marks, and shows you the correct approach with worked examples.

The edexcel igcse further pure mathematics common mistakes listed here are drawn from the patterns that examiners report most consistently. These are not obscure traps. They are predictable, recurring errors that affect students at every grade level. Knowing what they look like before you sit the exam is half the battle. The other half is practising until the correct technique becomes automatic.

If you are looking for edexcel igcse further pure mathematics exam tips that go beyond "revise harder," this is where to focus. Each section below presents the wrong approach, analyses why it loses marks, and demonstrates the correct technique. These are the edexcel igcse further pure mathematics errors that the mark scheme punishes most consistently. Across both papers of the IGCSE 4PM1 qualification, these patterns repeat with striking regularity.

Mistake 1: Mishandling the laws of logarithms

The wrong approach

Students frequently write log(a + b) = log(a) + log(b). This is incorrect. The addition law states that log(ab) = log(a) + log(b), which is about multiplication inside the logarithm, not addition.

Why it loses marks

This error invalidates every subsequent line of working. If you apply it early in a multi-part question, you lose the method marks for the rest of the solution because the examiner cannot follow your reasoning from an incorrect premise.

The correct technique

The three laws you need are:

  • log(xy) = log(x) + log(y)
  • log(x/y) = log(x) - log(y)
  • log(xk) = k log(x)

Worked example: Solve log3(x) + log3(x - 2) = 1.

Combine using the product rule: log3(x(x - 2)) = 1

Convert to exponential form: x(x - 2) = 31 = 3

Expand: x2 - 2x - 3 = 0

Factorise: (x - 3)(x + 1) = 0

x = 3 or x = -1

Check validity: log3(-1) is undefined, so x = -1 is rejected.

Answer: x = 3

Validity check: Whenever you solve a logarithmic equation, check that every solution gives a positive argument inside every logarithm in the original equation. Failing to reject invalid solutions is itself a mark-losing error.

Mistake 2: Losing solutions in trigonometric equations

The wrong approach

A student solves 2cos2(x) - 1 = 0 for 0 <= x <= 360 degrees. They find cos(x) = 1/sqrt(2), so x = 45 degrees, and they stop. They have found one solution out of four.

Why it loses marks

Each missing solution is a lost accuracy mark. In the exam above, the full set of solutions is worth 3-4 marks. Finding only one gives you at most 1-2.

The correct technique

Step 1: 2cos2(x) - 1 = 0, so cos2(x) = 1/2, giving cos(x) = 1/sqrt(2) or cos(x) = -1/sqrt(2).

Step 2: For cos(x) = 1/sqrt(2): x = 45 degrees (first quadrant) and x = 315 degrees (fourth quadrant).

Step 3: For cos(x) = -1/sqrt(2): x = 135 degrees (second quadrant) and x = 225 degrees (third quadrant).

Solutions: x = 45, 135, 225, 315 degrees.

The key step that students miss is recognising that cos2(x) = 1/2 produces both a positive and a negative square root. Always take both roots, then find all angles in the given interval for each.

Mistake 3: Forgetting the chain rule in differentiation

The wrong approach

Differentiating y = sin(3x) and writing dy/dx = cos(3x). The derivative of sin is cos, yes, but the chain rule requires multiplying by the derivative of the inner function.

Why it loses marks

The missing factor of 3 means the answer is wrong, costing the accuracy mark. If this incorrect derivative is then used in a subsequent part (finding a gradient, a tangent, a turning point), the error propagates and costs further marks.

The correct technique

y = sin(3x)

dy/dx = cos(3x) times 3 = 3cos(3x)

Worked example: Differentiate y = e4x sin(2x) using the product rule.

Let u = e4x and v = sin(2x)

du/dx = 4e4x (chain rule: derivative of 4x is 4)

dv/dx = 2cos(2x) (chain rule: derivative of 2x is 2)

dy/dx = u(dv/dx) + v(du/dx)

= e4x times 2cos(2x) + sin(2x) times 4e4x

= 2e4xcos(2x) + 4e4xsin(2x)

= 2e4x(cos(2x) + 2sin(2x))

Mistake 4: Confusing arithmetic and geometric series formulae

The wrong approach

Using Sn = a(1 - rn)/(1 - r) when the series is actually arithmetic. Or using Sn = (n/2)(2a + (n-1)d) for a geometric series. Both formulae are on the formulae sheet, and both are correct, but applying the wrong one to the wrong type of series gives nonsensical answers.

Why it loses marks

Using the wrong formula earns zero method marks because the method itself is incorrect. The examiner cannot give partial credit for a correctly applied wrong formula.

The correct technique

Before writing any formula, identify the series type:

Series typeHow to identifynth termSum to n terms
ArithmeticConstant difference between consecutive termsa + (n-1)d(n/2)(2a + (n-1)d)
GeometricConstant ratio between consecutive termsarn-1a(1 - rn)/(1 - r)

Worked example: The 3rd term of a geometric series is 12 and the 6th term is 96. Find the first term and the common ratio.

3rd term: ar2 = 12

6th term: ar5 = 96

Divide: ar5 / ar2 = 96/12

r3 = 8

r = 2

Substituting back: a(4) = 12, so a = 3

Answer: a = 3, r = 2

Mistake 5: Incomplete working in "show that" questions

The wrong approach

The question says "Show that the area of the shaded region is (pi - 2)/4." The student writes three lines of working and jumps to the given answer. The examiner cannot tell whether the student derived the result or simply copied the answer from the question and worked backwards.

Why it loses marks

In a "show that" question, the marks are for the intermediate steps, not the final answer (which is already given). Skipping steps means skipping marks. Every algebraic manipulation must be explicitly written.

The correct technique

Write every line. If you need to expand a bracket, write the expansion. If you need to use a trigonometric identity, state which one and show the substitution. If you need to evaluate a definite integral, show the antiderivative, the substitution of limits, and the simplification. The examiner needs to see the chain of reasoning, not just the endpoints.

Mistake 6: Sign errors in integration

The wrong approach

Integrating 3x2 - 6x + 2 and writing x3 - 3x2 + 2x + c is correct. But integrating -cos(x) and writing sin(x) + c instead of -sin(x) + c is a sign error. Students also frequently drop the negative when integrating negative powers: the integral of -2x-3 is x-2 + c, not -x-2 + c.

The correct technique

Worked example: Find the integral of (4x3 - 6x-2 + cos(2x)) dx.

Integrate term by term:

Integral of 4x3 = 4x4/4 = x4

Integral of -6x-2 = -6 times x-1/(-1) = 6x-1 = 6/x

Integral of cos(2x) = sin(2x)/2

Answer: x4 + 6/x + sin(2x)/2 + c

Prevention strategy: After integrating, differentiate your answer to check it gives back the original expression. This takes 30 seconds and catches sign errors, coefficient mistakes, and power-rule slips before they cost marks.

Mistake 7: Misusing the discriminant

The wrong approach

Students know that b2 - 4ac determines the nature of the roots, but they confuse the conditions. Some write that equal roots require b2 - 4ac > 0 (that gives two distinct real roots) or that no real roots require b2 - 4ac = 0 (that gives equal roots).

The correct technique

For the quadratic equation ax2 + bx + c = 0:

  • b2 - 4ac > 0: two distinct real roots
  • b2 - 4ac = 0: two equal real roots (one repeated root)
  • b2 - 4ac < 0: no real roots

Worked example: Find the values of k for which kx2 + 6x + k = 0 has equal roots.

For equal roots: b2 - 4ac = 0

a = k, b = 6, c = k

36 - 4(k)(k) = 0

36 - 4k2 = 0

4k2 = 36

k2 = 9

k = 3 or k = -3

Mistake 8: Not simplifying before solving inequalities

The wrong approach

When solving quadratic inequalities such as x2 - 5x + 6 > 0, students sometimes skip factorising and try to solve the inequality directly, or they solve x2 - 5x + 6 = 0 correctly but then select the wrong region.

The correct technique

Step 1: Factorise: (x - 2)(x - 3) > 0

Step 2: Find the critical values: x = 2 and x = 3

Step 3: Sketch the parabola or use a sign diagram. Since the coefficient of x2 is positive, the parabola opens upward, meaning the expression is positive when x < 2 or x > 3.

Answer: x < 2 or x > 3

The critical step that prevents errors is the sketch or sign diagram. Without it, students guess the wrong region about half the time.

Building error awareness into your revision

Knowing these edexcel igcse further pure mathematics mistakes in the abstract is useful. What is more useful is catching them in your own working. Here is a practical approach:

  1. After every practice paper, mark it with the official mark scheme.
  2. For every mark lost, identify which of the mistake categories above it falls into.
  3. Tally them over four or five papers. Your most frequent category is your priority target.
  4. Before each subsequent practice paper, write your top two mistake categories on a sticky note and keep it visible while you work. This simple reminder reduces their occurrence significantly.

The Green Bridge CBT platform lets you practise by topic, which is ideal for targeting your weakest areas. If sign errors in integration are your most common problem, work through 20 integration questions and check each one by differentiating your answer. If trigonometric equations are the issue, solve 15 equations across different interval types. Targeted practice converts awareness into habit, and habit is what holds up under exam pressure.

These edexcel igcse further pure mathematics exam tips are not about learning new content. They are about protecting the marks you have already earned the knowledge to get. The gap between a student who knows the material and a student who performs well in the exam is almost entirely about these small, avoidable mistakes. Close that gap, and your grade will reflect what you actually know.

Ṣe igbasilẹ ohun elo naa lori Google Playstore

Gbogbo ohun ti o nilo lati ṣe dara julọ ninu JAMB, WAEC ati NECO.

Green Bridge CBT Mobile App
Asiko ẹkọ AI ti ara ẹni Chat Assistant
Ẹgbẹẹgbẹrun Awọn Ibeere Atijọ IGCSE, JAMB, WAEC & NECO
Fiwọn 1200 Awọn akọsilẹ Ẹkọ ju.
Atilẹyin Aisinipo - Kọ ẹkọ Nigbakugba, Nibi gbogbo
Tẹ̀dí Green Bridge
Àkójọpọ̀ Ìtàn Lítíréṣọ̀ & Ìbéèrè Tó Lè Dáyéé ṣẹ́lẹ̀
Tẹle iṣẹ ṣiṣe rẹ ati ilọsiwaju rẹ.
Àlàyé tí ó jinlẹ̀ fún ìmòye tó jinlẹ̀.
TLDR

Common mistakes in Edexcel IGCSE Further Pure Mathematics exams: wrong approaches, why they lose marks, and the correct techniques instead.