Algebra is the language maths uses to describe problems you have not met yet. Once you can read it fluently, questions that look intimidating become straightforward.

The Equations, formulae and identities section of the Pearson Edexcel IGCSE Mathematics Specification A syllabus is where many students feel the subject shift from "doing sums" to "doing maths." Algebra introduces letters where numbers used to be, and that change unsettles people. But think of it this way: when you calculate 3 x 7 + 2, you are following a recipe. When you write 3x + 2, you are writing the recipe itself, so it works for any ingredient. That is all algebra is: a recipe written in general terms.

These edexcel igcse mathematics specification a revision notes cover the first four topics in this section: Use of symbols, Algebraic manipulation, Expressions and formulae, and Linear equations. These are tested in every exam session across both papers of the 4MA1 qualification. If algebra feels like your weakest area, this is the place to start building confidence.

Use of symbols

The igcse specification requires you to understand that letters can represent unknown numbers (in equations) or variables (in expressions and formulae). The conventions are simple but important:

  • Multiplication is implied. 3a means 3 x a. ab means a x b. You do not write the multiplication sign.
  • Division uses fraction notation. a divided by b is written as a/b, not a divided by b.
  • Powers use index notation. a x a = a2. a x a x a = a3. The index laws from the number section apply to algebraic expressions too.

The index laws for algebra work the same way as for numbers:

RuleAlgebraic example
xm x xn = xm+nx3 x x4 = x7
xm / xn = xm-nx5 / x2 = x3
(xm)n = xmn(x2)3 = x6
x0 = 1Any non-zero base to the power 0 equals 1

At Higher tier, you also need fractional and negative powers in algebraic contexts. x-1 = 1/x, and x1/2 = the square root of x. These come up regularly in questions combining algebra and number work on the edexcel exam.

Algebraic manipulation

This is the heart of the algebra section and one of the most commonly tested areas in the edexcel igcse. You need to be able to:

Collect like terms

Like terms have the same letter(s) raised to the same power. 3x and 5x are like terms; 3x and 5x2 are not.

Simplify: 4a + 3b - 2a + 5b = (4a - 2a) + (3b + 5b) = 2a + 8b

Expand brackets

Multiply each term inside the bracket by the term outside:

3(2x - 5) = 6x - 15

For two brackets, use FOIL or the grid method:

Worked Example: Expand (x + 3)(x - 7).

First: x x x = x2
Outer: x x (-7) = -7x
Inner: 3 x x = 3x
Last: 3 x (-7) = -21

Combine: x2 - 7x + 3x - 21 = x2 - 4x - 21

Factorise

Factorising is the reverse of expanding. Take out the highest common factor from each term:

6x2 + 9x = 3x(2x + 3)

For quadratic expressions of the form x2 + bx + c, find two numbers that multiply to c and add to b:

Worked Example: Factorise x2 + 5x + 6.

Find two numbers that multiply to 6 and add to 5.
2 x 3 = 6, and 2 + 3 = 5. Yes.

x2 + 5x + 6 = (x + 2)(x + 3)

Check by expanding: (x + 2)(x + 3) = x2 + 3x + 2x + 6 = x2 + 5x + 6. Correct.

At Higher tier, you will also need to factorise expressions of the form ax2 + bx + c where a is not 1. The method involves finding two numbers that multiply to ac and add to b, then splitting the middle term. You will also be expected to complete the square and manipulate algebraic fractions.

Expressions and formulae

An expression is a mathematical phrase (like 3x + 2). A formula is an equation that links variables (like A = pi x r2). An equation states that two things are equal and usually has one or more solutions. An identity is true for all values of the variable (like 2(x + 1) = 2x + 2). The igcse specification expects you to know the difference.

Substitution

Replace the letters with given values and calculate. This sounds simple, but sign errors are common:

Worked Example: If a = 3 and b = -2, find the value of 2a2 - 3ab.

2a2 = 2 x 32 = 2 x 9 = 18
3ab = 3 x 3 x (-2) = -18

2a2 - 3ab = 18 - (-18) = 18 + 18 = 36

The trap is the double negative: subtracting a negative number means adding. If you substitute b = -2 and forget the negative, the whole answer goes wrong.

Changing the subject of a formula

Rearranging a formula means isolating a particular variable. The key principle: whatever you do to one side, you must do to the other.

Worked Example: Make r the subject of A = pi r2.

A = pi r2
A / pi = r2 (divide both sides by pi)
sqrt(A / pi) = r (take the square root of both sides)

r = sqrt(A / pi)

At Higher tier, the subject may appear twice in the formula, which requires collecting the target variable on one side and factorising it out.

Linear equations

A linear equation is one where the unknown appears to the power of 1 only. Solving it means finding the value of the unknown that makes the equation true. The edexcel igcse mathematics specification a equations, formulae and identities: use of symbols to linear equations section is fundamental to everything else in algebra.

Equations with the unknown on one side

Worked Example: Solve 5x - 3 = 22.

5x - 3 = 22
5x = 22 + 3 = 25 (add 3 to both sides)
x = 25 / 5 = 5

Check: 5(5) - 3 = 25 - 3 = 22. Correct.

Equations with the unknown on both sides

Worked Example: Solve 7x - 4 = 3x + 12.

7x - 4 = 3x + 12
7x - 3x = 12 + 4 (collect x terms on the left, number terms on the right)
4x = 16
x = 4

Check: 7(4) - 4 = 24. 3(4) + 12 = 24. Both sides equal. Correct.

Equations with fractions

Worked Example: Solve (2x + 1)/3 = 5.

Multiply both sides by 3: 2x + 1 = 15
Subtract 1: 2x = 14
Divide by 2: x = 7

Setting up equations from context

Exam questions often describe a situation in words and expect you to translate it into an equation. Think of this as "turning English into algebra." The trick is identifying what the unknown represents and what the equation states.

Worked Example: The perimeter of a rectangle is 38 cm. The length is 5 cm more than the width. Find the width.

Let the width = w. Then the length = w + 5.
Perimeter = 2(length + width) = 2(w + 5 + w) = 2(2w + 5) = 4w + 10
4w + 10 = 38
4w = 28
w = 7 cm
Length = 7 + 5 = 12 cm.
Check: 2(12 + 7) = 2 x 19 = 38. Correct.

Common mistakes across these algebra topics

  • Sign errors when expanding: -2(x - 3) = -2x + 6, not -2x - 6. The negative outside the bracket changes the sign of every term inside.
  • Incorrect factorisation check: Always expand your answer to verify. If you factorise x2 - x - 12 as (x - 3)(x + 4), expand it: x2 + 4x - 3x - 12 = x2 + x - 12. That does not match. The correct factorisation is (x - 4)(x + 3).
  • Substitution with negatives: (-2)2 = 4 (positive), but -22 = -4 (negative, because only the 2 is squared). The brackets make all the difference.
  • Forgetting to check the solution: Substituting your answer back into the original equation takes 10 seconds and catches arithmetic errors that would cost marks.

Self-check questions

  1. Simplify: 5x2 + 3x - 2x2 + x. (Answer: 3x2 + 4x)
  2. Expand and simplify: (x - 5)(x + 8). (Answer: x2 + 3x - 40)
  3. Factorise: x2 - 9x + 20. (Answer: (x - 4)(x - 5))
  4. If p = -3, find 2p2 - 4p + 1. (Answer: 2(9) - 4(-3) + 1 = 18 + 12 + 1 = 31)
  5. Solve: 8x - 5 = 3x + 20. (Answer: x = 5)
  6. A number is tripled and then 7 is added. The result is 28. Find the number. (Answer: 3n + 7 = 28, n = 7)

These equations, formulae and identities: use of symbols to linear equations edexcel igcse concepts appear across every section of the edexcel igcse mathematics specification a explained specification. Being fluent in expanding, factorising, substituting, and solving linear equations is not optional: it is the prerequisite for simultaneous equations, quadratics, trigonometry, and most multi-step problems. For more igcse 4ma1 equations, formulae and identities: use of symbols to linear equations practice, work through edexcel igcse mathematics specification a practice questions on the Green Bridge CBT platform, where you can filter by topic and track which edexcel igcse mathematics specification a notes areas need more attention.

Sauke Manhajar Daga Google Playstore

Duk abin da kake buƙata don yin fice a JAMB, WAEC & NECO.

Green Bridge CBT Mobile App
Keɓantaccen Mataimaki na Tattaunawa na Koyo na AI
Dubban Tambayoyi na IGCSE, JAMB, WAEC & NECO na Baya.
Fiye da Lura-Luran Darussa 1200
Tallafin Wajen Layi - Koyo Kowane Lokaci, Ko'ina
Jadawalin Gadar Kore.
Takaitaccen Bayanin Adabi & Tambayoyin Da Za Su Iya Tashi
Bibiye Ayyukanka da Ci Gaban Ka
Cikakken Bayani don Koyon Fahimta.
TLDR

Edexcel IGCSE Mathematics Specification A revision notes covering algebraic symbols, manipulation, expressions, formulae and linear equations with worked examples.