Skip to content
Common Mistakes

Algebra and Graphs

Algebra is a topic where students frequently lose marks through avoidable errors. Understanding the most common mistakes and why they happen is one of the most effective ways to improve your exam performance. This page analyses the errors that Teacher Rig sees most often when tutoring IGCSE Mathematics 0580 students, and provides clear explanations of the correct approach together with practical tips to prevent each mistake.

#1Sign errors when expanding negative brackets

Why It Happens

Students forget to multiply the negative sign by every term inside the bracket, often only applying it to the first term.

Example

Writing -2(x - 3) = -2x - 6 instead of the correct -2x + 6.

Correction

Multiply EVERY term inside the bracket by -2: -2 times x = -2x, and -2 times -3 = +6. So -2(x - 3) = -2x + 6.

Prevention Tip

Write out each multiplication separately before combining. For -2(x - 3), write: (-2)(x) + (-2)(-3) = -2x + 6.

#2Incorrect cancelling in algebraic fractions

Why It Happens

Students cancel individual terms instead of common factors. You can only cancel a factor that divides the entire numerator and the entire denominator.

Example

Writing (x + 3)/(x + 5) = 3/5 by cancelling the x terms, which is completely wrong.

Correction

You can only cancel common FACTORS, not individual terms. (x + 3)/(x + 5) cannot be simplified. But (2x + 6)/(x + 3) = 2(x + 3)/(x + 3) = 2.

Prevention Tip

Before cancelling, fully factorise both the numerator and denominator. Only cancel factors that appear in both.

#3Forgetting to factorise completely

Why It Happens

Students find one factor but do not check whether the remaining expression can be factorised further.

Example

Factorising 2x squared + 6x as 2(x squared + 3x) instead of the fully factorised 2x(x + 3).

Correction

After taking out the first common factor, check each bracket to see if more factors can be extracted. 2(x squared + 3x) still has a common factor of x.

Prevention Tip

After factorising, check: does each term in the bracket still share a common factor? If yes, take it out.

#4Losing solutions when solving quadratics

Why It Happens

Students divide both sides by x to simplify, which removes the x = 0 solution.

Example

Solving x squared = 5x by dividing both sides by x to get x = 5, missing the solution x = 0.

Correction

Rearrange to standard form first: x squared - 5x = 0, then factorise: x(x - 5) = 0, giving x = 0 or x = 5.

Prevention Tip

Never divide both sides of an equation by a variable. Always rearrange to equal zero and factorise.

#5Errors when changing the subject with squares or square roots

Why It Happens

Students apply square root to individual terms instead of the whole expression, or forget the plus-minus when taking a square root.

Example

Rearranging a squared + b squared = c squared to get a = c - b instead of a = square root of (c squared - b squared).

Correction

Isolate the squared term first, then take the square root of the entire expression on the other side.

Prevention Tip

Write out each rearrangement step carefully. Remember that taking a square root undoes a square, and you cannot split a square root over addition.

#6Applying composite functions in the wrong order

Why It Happens

Students read fg(x) as f first then g, when it actually means apply g first, then apply f to the result.

Example

For f(x) = 2x and g(x) = x + 3, calculating fg(2) as f(2) then g(result) = g(4) = 7, instead of g(2) then f(result) = f(5) = 10.

Correction

fg(x) means f of g of x. Apply the inner function g first: g(2) = 5, then apply f: f(5) = 10.

Prevention Tip

Read fg(x) from right to left: first g, then f. Think of it as f(g(x)) with g inside f.

#7Not swapping x and y when finding the inverse

Why It Happens

Students rearrange for x in terms of y without first swapping the variables, ending up with the wrong expression.

Example

For f(x) = 3x - 1, writing y = 3x - 1, then solving for x: x = (y + 1)/3 and leaving the answer as (y + 1)/3 instead of (x + 1)/3.

Correction

After finding x in terms of y, replace y with x in your final answer. The inverse function must be written in terms of x: f inverse of x = (x + 1)/3.

Prevention Tip

Follow these steps exactly: (1) write y = f(x), (2) swap x and y, (3) solve for y, (4) write f inverse of x = your answer.

#8Confusing f inverse with 1/f(x)

Why It Happens

The notation f to the power -1 looks like it means the reciprocal, but it actually means the inverse function, which undoes the original function.

Example

For f(x) = 2x + 1, writing f inverse of x = 1/(2x + 1) instead of the correct (x - 1)/2.

Correction

f inverse of x is NOT 1/f(x). The inverse function reverses the operations of f. If f doubles then adds 1, the inverse subtracts 1 then halves.

Prevention Tip

Use the systematic method: let y = f(x), swap x and y, rearrange for y. This always gives the correct inverse.

#9Domain errors with restricted functions

Why It Happens

Students evaluate functions at values outside the domain, or forget that some operations are undefined (like dividing by zero or taking the square root of a negative).

Example

For f(x) = 1/(x - 2), calculating f(2) = 1/0 without recognising that x = 2 is not in the domain.

Correction

x = 2 is excluded from the domain because it makes the denominator zero. State that f(2) is undefined.

Prevention Tip

Before evaluating, check if the input value causes division by zero or a square root of a negative number.

#10Confusing the term number with the term value

Why It Happens

Students mix up n (the position number) with the actual value of the term at that position.

Example

For the sequence 5, 8, 11, 14, saying the 3rd term is 3 instead of 11.

Correction

The term number (n) tells you the position: 1st, 2nd, 3rd. The term value is the actual number at that position. The 3rd term (n=3) has value 11.

Prevention Tip

Always write a table with n in one row and the term value in another row to keep them separate.

#11Wrong nth term formula for linear sequences

Why It Happens

Students find the common difference correctly but make an error calculating the zero term or the constant to add.

Example

For 3, 7, 11, 15 (common difference 4), writing nth term = 4n + 3 instead of 4n - 1.

Correction

nth term = dn + (a - d) where d is the common difference and a is the first term. So 4n + (3 - 4) = 4n - 1.

Prevention Tip

Always check your formula by substituting n = 1 and n = 2. If either does not match, your formula is wrong.

#12Incorrect second difference calculation for quadratic sequences

Why It Happens

Students calculate differences incorrectly or confuse first and second differences.

Example

For the sequence 2, 5, 10, 17, 26, calculating first differences as 3, 5, 7, 9 but then writing the second difference as 3 instead of 2.

Correction

First differences: 3, 5, 7, 9. Second differences: 5-3=2, 7-5=2, 9-7=2. The constant second difference is 2.

Prevention Tip

Write differences clearly in a table with aligned columns. Second differences are the differences OF the first differences.

#13Not verifying the nth term formula

Why It Happens

Students derive a formula but do not check it against the given terms, missing calculation errors.

Example

Deriving nth term = 3n + 2 for the sequence 5, 8, 11, 14 without checking: 3(1)+2 = 5 (correct), 3(2)+2 = 8 (correct). If wrong, this would catch the error.

Correction

Always substitute n = 1, 2, and 3 into your formula and verify they match the given sequence.

Prevention Tip

Make it a habit to always verify. Write: Check: n=1 gives..., n=2 gives..., n=3 gives... This takes 30 seconds and prevents lost marks.

#14Forgetting to reverse the inequality when dividing by a negative

Why It Happens

This rule has no equivalent in equation solving, so students apply the same steps as for equations without remembering the special rule for negatives.

Example

-3x > 12 solved as x > -4 instead of x < -4 (inequality reverses when dividing by -3).

Correction

-3x > 12. Divide both sides by -3 AND reverse the inequality: x < -4.

Prevention Tip

Whenever you divide or multiply by a negative number, physically reverse the inequality symbol. Highlight or circle it as a reminder.

#15Using a solid line instead of dashed for strict inequalities

Why It Happens

Students do not distinguish between strict (< or >) and non-strict (leq or geq) inequalities when drawing graphs.

Example

Drawing a solid line for y < 2x + 1 when it should be dashed because the boundary is not included.

Correction

Solid line means the boundary IS included (leq or geq). Dashed line means it is NOT included (< or >).

Prevention Tip

Check the inequality symbol: if it has a line underneath (leq/geq), draw a solid line. If not (< or >), draw a dashed line.

#16Shading the wrong region in graphical inequalities

Why It Happens

Students shade the region that does NOT satisfy the inequality, especially when multiple inequalities create a complex region.

Example

For y > x + 1, shading below the line instead of above it.

Correction

Test a point like (0, 0). Substitute into y > x + 1: is 0 > 0 + 1? No, so (0, 0) is NOT in the solution region. Shade the OTHER side.

Prevention Tip

Always test a point (0, 0 is easiest unless the line passes through it). If the point satisfies the inequality, shade that side.

#17Not listing integer values when asked

Why It Happens

Students give only the algebraic solution without listing the specific integers that satisfy the inequality.

Example

Solving -2 < x leq 3 and writing just the inequality instead of listing the integers: -1, 0, 1, 2, 3.

Correction

When the question asks for integer values or whole number solutions, list each one. For -2 < x leq 3, the integers are -1, 0, 1, 2, 3.

Prevention Tip

Read the question carefully. If it asks for integer values, you must list them. Remember that -2 is NOT included (strict inequality) but 3 IS included (leq).

#18Not reducing the power by 1 after differentiating

Why It Happens

Students multiply by the power (correct first step) but forget to reduce the power by 1.

Example

Differentiating 3x to the power 4 as 12x to the power 4 instead of 12x to the power 3.

Correction

The power rule: d/dx of ax to the power n = nax to the power (n-1). So 3x to the power 4 becomes 4 times 3 times x to the power 3 = 12x cubed.

Prevention Tip

Write out both steps explicitly: (1) multiply coefficient by power, (2) reduce power by 1. Do not combine these in your head.

#19Including constants in the derivative

Why It Happens

Students differentiate constant terms as if they were x to the power 0, writing 1 instead of 0.

Example

Differentiating y = 2x squared + 5 as dy/dx = 4x + 5 instead of dy/dx = 4x.

Correction

The derivative of any constant is 0. When differentiating y = 2x squared + 5, the +5 becomes 0 and disappears.

Prevention Tip

Remember: constants have no x, so their rate of change is zero. Cross out constant terms before writing your derivative.

#20Forgetting to set dy/dx = 0 for stationary points

Why It Happens

Students differentiate correctly but then try to solve the derivative as an equation without setting it equal to zero.

Example

Finding dy/dx = 3x squared - 12x + 9 and then substituting a random value instead of solving 3x squared - 12x + 9 = 0.

Correction

Stationary points occur where the gradient is zero. Set dy/dx = 0 and solve the resulting equation for x.

Prevention Tip

Write clearly: For stationary points, dy/dx = 0. This step is often worth a mark on its own.

#21Not classifying stationary points or using wrong method

Why It Happens

Students find the stationary points but forget to determine whether each is a maximum or minimum, or they use the wrong sign convention for the second derivative.

Example

Finding d2y/dx2 = 6 (positive) and calling it a maximum instead of a minimum.

Correction

If d2y/dx2 > 0 (positive, concave up), it is a minimum. If d2y/dx2 < 0 (negative, concave down), it is a maximum.

Prevention Tip

Remember: positive second derivative = minimum (smiley face shape), negative second derivative = maximum (frown shape).

Overall Advice

Algebra mistakes are the most costly in IGCSE Mathematics because algebra skills are needed in almost every topic. The key to avoiding errors is to show every step of your working clearly. Never skip steps or do calculations in your head. Check your answers by substituting back into the original equation. For quadratics, always rearrange to zero before factorising. For algebraic fractions, always factorise before cancelling. These habits will eliminate the majority of common algebra errors.

Keep making algebra and graphs mistakes in practice?

Teacher Rig helps students identify and fix their specific weak spots — not just generic advice, but targeted practice on the exact mistakes you keep making.

Book a Free Diagnostic Session

Frequently Asked Questions

What are the most common algebra mistakes in IGCSE exams?

The most common algebra mistakes include sign errors when expanding negative brackets and incorrect cancelling in algebraic fractions. These errors account for a significant proportion of lost marks. Understanding why they happen and practising the correct methods will help you avoid them.

How can I avoid making algebra errors in my exam?

The best way to avoid algebra errors is to show all your working clearly, check your answers by substituting back, and practise past paper questions under timed conditions. Teacher Rig recommends working through at least 15-20 past paper algebra questions before the exam.

Should I show working even if I can do algebra in my head?

Always show your working in the IGCSE exam. Method marks are awarded for correct steps even if your final answer is wrong. Showing working also helps you spot your own errors and makes it easier to check your solutions.

What are the most common functions mistakes in IGCSE exams?

The most common functions mistakes include applying composite functions in the wrong order and not swapping x and y when finding the inverse. These errors account for a significant proportion of lost marks. Understanding why they happen and practising the correct methods will help you avoid them.

How can I avoid making functions errors in my exam?

The best way to avoid functions errors is to show all your working clearly, check your answers by substituting back, and practise past paper questions under timed conditions. Teacher Rig recommends working through at least 15-20 past paper functions questions before the exam.

Should I show working even if I can do functions in my head?

Always show your working in the IGCSE exam. Method marks are awarded for correct steps even if your final answer is wrong. Showing working also helps you spot your own errors and makes it easier to check your solutions.

What are the most common sequences mistakes in IGCSE exams?

The most common sequences mistakes include confusing the term number with the term value and wrong nth term formula for linear sequences. These errors account for a significant proportion of lost marks. Understanding why they happen and practising the correct methods will help you avoid them.

How can I avoid making sequences errors in my exam?

The best way to avoid sequences errors is to show all your working clearly, check your answers by substituting back, and practise past paper questions under timed conditions. Teacher Rig recommends working through at least 15-20 past paper sequences questions before the exam.

Should I show working even if I can do sequences in my head?

Always show your working in the IGCSE exam. Method marks are awarded for correct steps even if your final answer is wrong. Showing working also helps you spot your own errors and makes it easier to check your solutions.

What are the most common inequalities mistakes in IGCSE exams?

The most common inequalities mistakes include forgetting to reverse the inequality when dividing by a negative and using a solid line instead of dashed for strict inequalities. These errors account for a significant proportion of lost marks. Understanding why they happen and practising the correct methods will help you avoid them.

How can I avoid making inequalities errors in my exam?

The best way to avoid inequalities errors is to show all your working clearly, check your answers by substituting back, and practise past paper questions under timed conditions. Teacher Rig recommends working through at least 15-20 past paper inequalities questions before the exam.

Should I show working even if I can do inequalities in my head?

Always show your working in the IGCSE exam. Method marks are awarded for correct steps even if your final answer is wrong. Showing working also helps you spot your own errors and makes it easier to check your solutions.

What are the most common differentiation mistakes in IGCSE exams?

The most common differentiation mistakes include not reducing the power by 1 after differentiating and including constants in the derivative. These errors account for a significant proportion of lost marks. Understanding why they happen and practising the correct methods will help you avoid them.

How can I avoid making differentiation errors in my exam?

The best way to avoid differentiation errors is to show all your working clearly, check your answers by substituting back, and practise past paper questions under timed conditions. Teacher Rig recommends working through at least 15-20 past paper differentiation questions before the exam.

Should I show working even if I can do differentiation in my head?

Always show your working in the IGCSE exam. Method marks are awarded for correct steps even if your final answer is wrong. Showing working also helps you spot your own errors and makes it easier to check your solutions.

Need Help with Algebra and Graphs?

Book a free trial class with Teacher Rig to stop making these common mistakes.