Substitution
x

Revision notes for Edexcel IGCSE Maths Substitution. Open the guide for explanations and worked examples. Written against the Edexcel IGCSE Maths (4MA1) specification, so the content matches what's examinable rather than general Maths background.

Substitution

What you'll learn

  • How to replace letters in an expression or formula with given numbers.
  • How to spot hidden multiplication, such as 3f3f3f, bcbcbc and m(n−2)m(n-2)m(n−2).
  • How to deal with negative numbers, powers and fractions safely.
  • How to show enough working to earn method marks.

1. What substitution means

In algebra, letters usually stand for numbers. Substitution means putting the given number in place of the letter, then calculating the answer.

Definition

Key words

  • A variable is a letter that represents a number, such as xxx, fff or ttt.
  • An expression is a mathematical phrase, such as 3f+2g3f + 2g3f+2g.
  • A formula is an equation that links variables, such as v=u+atv = u + atv=u+at.
  • To evaluate an expression means to find its numerical value.
Key Idea

Replace first, calculate second

Substitution is a two-stage process: first replace each letter with its given number, then use the normal order of operations to calculate.

Example

Substituting into a simple expression

Suppose f=6f = 6f=6 and g=4g = 4g=4. Find the value of 3f+2g3f + 2g3f+2g.

  1. Replace fff with 6 and ggg with 4. Remember that 3f3f3f means 3×f3 \times f3×f.

    3f+2g=3(6)+2(4)3f + 2g = 3(6) + 2(4)3f+2g=3(6)+2(4)
  2. Multiply before adding.

    3(6)+2(4)=18+83(6) + 2(4) = 18 + 83(6)+2(4)=18+8
  3. Add the two parts.

    18+8=2618 + 8 = 2618+8=26
  4. The value of the expression is 26.

2. Hidden multiplication and BIDMAS

In algebra, multiplication signs are often left out.

For example:

  • 4d4d4d means 4×d4 \times d4×d.
  • jkjkjk means j×kj \times kj×k.
  • m(n−2)m(n - 2)m(n−2) means m×(n−2)m \times (n - 2)m×(n−2).

You must still follow BIDMAS, the order of operations:

  • Brackets
  • Indices, meaning powers such as x2x^2x2
  • Division and Multiplication
  • Addition and Subtraction
Common Mistake

Do not join the numbers

If d=7d = 7d=7, then 4d4d4d means 4×74 \times 74×7, not 47. The missing operation is multiplication.

Example

Substituting into a formula

A formula is c=5d−8c = 5d - 8c=5d−8. Find ccc when d=7d = 7d=7.

  1. Replace ddd with 7.

    c=5(7)−8c = 5(7) - 8c=5(7)−8
  2. Multiply first.

    c=35−8c = 35 - 8c=35−8
  3. Subtract.

    c=27c = 27c=27
  4. So the value of ccc is 27.

3. Substituting negative numbers

Negative numbers need extra care. The safest habit is to put the negative number in brackets when you substitute it.

For example, if r=−3r = -3r=−3, write 4(−3)4(-3)4(−3) rather than 4−34-34−3. This keeps the multiplication clear.

Tip

Bracket negative substitutions

When a variable has a negative value, put it in brackets straight away. This avoids most sign errors.

Example

One positive and one negative value

A formula is Q=6p+4rQ = 6p + 4rQ=6p+4r. Find QQQ when p=5p = 5p=5 and r=−3r = -3r=−3.

  1. Substitute p=5p = 5p=5 and r=−3r = -3r=−3.

    Q=6(5)+4(−3)Q = 6(5) + 4(-3)Q=6(5)+4(−3)
  2. Do the multiplications.

    Q=30+(−12)Q = 30 + (-12)Q=30+(−12)
  3. Adding a negative is the same as subtracting.

    Q=30−12Q = 30 - 12Q=30−12
  4. Calculate the final value.

    Q=18Q = 18Q=18
Example

Subtracting a negative value

Find AAA when A=p−2qA = p - 2qA=p−2q, p=−3p = -3p=−3 and q=−8q = -8q=−8.

  1. Substitute both values using brackets.

    A=(−3)−2(−8)A = (-3) - 2(-8)A=(−3)−2(−8)
  2. Work out the multiplication part first.

    A=(−3)−(−16)A = (-3) - (-16)A=(−3)−(−16)
  3. Subtracting a negative becomes adding.

    A=−3+16A = -3 + 16A=−3+16
  4. Finish the calculation.

    A=13A = 13A=13

4. Brackets in formulas

Some formulas contain brackets already. Brackets tell you to calculate that part first.

If the formula is L=m(n−4)L = m(n - 4)L=m(n−4), this means:

  • first work out n−4n - 4n−4;
  • then multiply by mmm.
Example

A formula with brackets

Find LLL when L=m(n−4)L = m(n - 4)L=m(n−4), m=8m = 8m=8 and n=9n = 9n=9.

  1. Substitute the values into the formula.

    L=8(9−4)L = 8(9 - 4)L=8(9−4)
  2. Work out the bracket.

    L=8(5)L = 8(5)L=8(5)
  3. Multiply.

    L=40L = 40L=40

Sometimes letters are next to each other, such as bcbcbc. This also means multiplication.

Example

Multiplying two negative values

Find aaa when a=6bca = 6bca=6bc, b=−2b = -2b=−2 and c=−5c = -5c=−5.

  1. Substitute both negative values using brackets.

    a=6(−2)(−5)a = 6(-2)(-5)a=6(−2)(−5)
  2. Multiply the two negative numbers first.

    (−2)(−5)=10(-2)(-5) = 10(−2)(−5)=10
  3. Multiply by 6.

    a=6(10)a = 6(10)a=6(10)
  4. The value of aaa is 60.

5. Powers and squared numbers

An index is a power. For example, x2x^2x2 means x×xx \times xx×x, so it is read as “xxx squared”.

When substituting into a square, substitute the value first, then square it.

Common Mistake

Squaring a negative number

If x=−3x = -3x=−3, then x2=(−3)2=9x^2 = (-3)^2 = 9x2=(−3)2=9. The brackets matter because the whole value of xxx is being squared.

Example

A formula with a square

Find www when w=4x2+7w = 4x^2 + 7w=4x2+7 and x=−3x = -3x=−3.

  1. Substitute x=−3x = -3x=−3 using brackets.

    w=4(−3)2+7w = 4(-3)^2 + 7w=4(−3)2+7
  2. Square the negative number first.

    w=4(9)+7w = 4(9) + 7w=4(9)+7
  3. Multiply before adding.

    w=36+7w = 36 + 7w=36+7
  4. Finish the calculation.

    w=43w = 43w=43

Some expressions mix powers, multiplication and subtraction.

Example

A mixed expression with several letters

Find the value of b2−4acb^2 - 4acb2−4ac when a=2a = 2a=2, b=−5b = -5b=−5 and c=3c = 3c=3.

  1. Substitute the values carefully.

    b2−4ac=(−5)2−4(2)(3)b^2 - 4ac = (-5)^2 - 4(2)(3)b2−4ac=(−5)2−4(2)(3)
  2. Square first.

    (−5)2=25(-5)^2 = 25(−5)2=25
  3. Work out the multiplication part.

    4(2)(3)=244(2)(3) = 244(2)(3)=24
  4. Subtract.

    25−24=125 - 24 = 125−24=1

6. Fractions in formulas

Some formulas include fractions. The line in a fraction means “divide by”.

Definition

Parts of a fraction

  • The numerator is the top part of a fraction.
  • The denominator is the bottom part of a fraction.

For formulas like A=12bhA = \frac{1}{2}bhA=21​bh, multiplying by 12\frac{1}{2}21​ means finding half of the product bhbhbh.

Example

A formula with one half

Find AAA when A=12bhA = \frac{1}{2}bhA=21​bh, b=10b = 10b=10 and h=7h = 7h=7.

  1. Substitute the values.

    A=12(10)(7)A = \frac{1}{2}(10)(7)A=21​(10)(7)
  2. Multiply the base and height.

    A=12(70)A = \frac{1}{2}(70)A=21​(70)
  3. Find half of 70.

    A=35A = 35A=35

For a formula with a larger fraction, work out the numerator and denominator separately before dividing.

Example

A formula with a fraction bar

Find sss when s=v2−u22as = \frac{v^2 - u^2}{2a}s=2av2−u2​, v=8v = 8v=8, u=4u = 4u=4 and a=2a = 2a=2.

  1. Substitute all the values using brackets where helpful.

    s=82−422(2)s = \frac{8^2 - 4^2}{2(2)}s=2(2)82−42​
  2. Work out the powers in the numerator.

    s=64−162(2)s = \frac{64 - 16}{2(2)}s=2(2)64−16​
  3. Finish the numerator and denominator.

    s=484s = \frac{48}{4}s=448​
  4. Divide.

    s=12s = 12s=12

7. Longer formulas: stay organised

Longer formulas are not harder if you keep the working tidy. Substitute first, then deal with each part using BIDMAS.

A common example is s=ut+12at2s = ut + \frac{1}{2}at^2s=ut+21​at2. This has multiplication, a fraction and a square, so order matters.

Example

A longer substitution

Find sss when s=ut+12at2s = ut + \frac{1}{2}at^2s=ut+21​at2, u=−4u = -4u=−4, a=6a = 6a=6 and t=3t = 3t=3.

  1. Substitute the values.

    s=(−4)(3)+12(6)(3)2s = (-4)(3) + \frac{1}{2}(6)(3)^2s=(−4)(3)+21​(6)(3)2
  2. Work out the square first.

    s=(−4)(3)+12(6)(9)s = (-4)(3) + \frac{1}{2}(6)(9)s=(−4)(3)+21​(6)(9)
  3. Work out the multiplication parts.

    s=−12+27s = -12 + 27s=−12+27
  4. Add the two terms.

    s=15s = 15s=15
Exam technique

In the exam

  1. Write the substituted expression before calculating, because this can earn method marks even if the final arithmetic goes wrong.

  2. Put brackets around negative values as soon as you substitute them.

  3. Use BIDMAS carefully: brackets, powers, multiplication or division, then addition or subtraction.

  4. Check whether your answer should be positive or negative, especially when the question includes negative numbers.

Self review

Check yourself

  • When you see 7p7p7p, what operation is hidden between 7 and ppp?
  • Why is (−4)2(-4)^2(−4)2 positive when substituting into a formula?
  • In a formula with a fraction bar, which parts should you calculate before dividing?

Recap questions

Test yourself with 5 quick questions on this guide. Answer them all correctly to complete it.

You've reached the end

Test yourself on this topic, or move on to the next guide.

Practice questionsTake a quick quiz on this topicFlashcardsSelf-test with active recall
Solving EquationsUp next

How was this guide?

Substitution Revision Guide

  1. IGCSE
  2. /Maths
  3. /Substitution