Substitution and Algebraic Concepts for the ESAT

Updated July 2026

This topic introduces the fundamental vocabulary of algebra and the practical application of numerical substitution. You will learn to distinguish between expressions, equations, and identities, while mastering the use of BIDMAS to evaluate complex scientific formulae accurately under exam conditions.

Core concept

Algebraic manipulation requires a precise understanding of mathematical definitions and the rigorous application of the order of operations, known as BIDMAS, when substituting numerical values into variables.

Definitions and Vocabulary

In ESAT Mathematics, it is essential to use the correct terminology when describing mathematical relationships. Consider a rectangle with length ll, width ww, and perimeter PP.

A formula is a mathematical rule that relates different variables. For the perimeter of this rectangle, the formula is P=2l+2wP = 2l + 2w. This establishes a specific relationship between PP, ll, and ww.

An expression is a collection of symbols and numbers that represent a value but do not contain an equals sign. For example, 2l+2w2l + 2w is an expression for the perimeter. Expressions are made up of terms. In 2l+2w2l + 2w, there are two terms, 2l2l and 2w2w, although an expression can consist of just a single term.

An equation contains an equals sign (==) and is true only for specific values of the unknown variable. For instance, 3x+1=73x + 1 = 7 is an equation that is only true when x=2x = 2.

An identity is a statement that is true for all possible values of the variables involved. This can be indicated using the identity sign (\equiv). For example, 62+46 \equiv 2 + 4 and 3x+2x4xx3x + 2x - 4x \equiv x are identities because they remain true regardless of what xx is.

An inequality describes the relative size of two expressions, using the following symbols:

  1. Less than (<<)
  2. Less than or equal to (\leq)
  3. Greater than (>>)
  4. Greater than or equal to (\geq)
  5. Not equal to (\neq)

Examples include 3+4<83 + 4 < 8, 2x+63x2x + 6 \leq 3x, x2>4x^2 > 4, 4x324x - 3 \geq -2, and 6+376 + 3 \neq 7.

A factor is a quantity or expression that divides exactly into another quantity or expression without leaving a remainder. For example, 66 is a factor of 3636, and xyxy is a factor of 3x2y33x^2y^3. In the expression x(x+1)(x+3)x(x + 1)(x + 3), the term (x+1)(x + 1) is a factor.

Factors of Algebraic Expressions

When listing the factors of a product of variables, you must consider all possible combinations.

Example: List the factors of p3q2p^3q^2.

The factors are every possible combination of pp (up to power 3) and qq (up to power 2), taken 1, 2, 3, 4, or 5 at a time. The list is: 1,p,q,p2,pq,q2,p3,p2q,pq2,p3q,p2q2,p3q21, p, q, p^2, pq, q^2, p^3, p^2q, pq^2, p^3q, p^2q^2, p^3q^2.

Example: List the factors of x(x+3)(x5)x(x + 3)(x - 5).

We can view this as 1×x×(x+3)×(x5)1 \times x \times (x + 3) \times (x - 5). By combining these components, we find the factors: 1,x,x+3,x5,x(x+3),x(x5),(x+3)(x5),x(x+3)(x5)1, x, x + 3, x - 5, x(x + 3), x(x - 5), (x + 3)(x - 5), x(x + 3)(x - 5).

Substitution into Algebraic Expressions

Numerical values can be substituted into expressions to evaluate them. To do this correctly, you must follow the order of operations: Brackets, Indices, Division and Multiplication, Addition and Subtraction (BIDMAS).

Example 1: Evaluate 3x35(xy)3x^3 - 5(x - y) when x=2x = 2 and y=5y = 5.

Substitute the values: 3×235×(25)3 \times 2^3 - 5 \times (2 - 5)

Apply BIDMAS:

  1. Brackets: 3×235×33 \times 2^3 - 5 \times -3
  2. Indices: 3×85×33 \times 8 - 5 \times -3
  3. Multiplication: 24(15)24 - (-15)
  4. Addition/Subtraction: 24+15=3924 + 15 = 39

Example 2: Evaluate 6x23(y32x)6x^2 - 3(y^3 - 2x) when x=4x = 4 and y=2y = -2.

Substitute the values: 6×423×((2)32×4)6 \times 4^2 - 3 \times ((-2)^3 - 2 \times 4)

Apply BIDMAS:

  1. Brackets: 6×423×(88)6 \times 4^2 - 3 \times (-8 - 8)
  2. Indices: 6×163×166 \times 16 - 3 \times -16
  3. Multiplication: 96(48)96 - (-48)
  4. Addition: 96+48=14496 + 48 = 144

Substitution into Formulae

Complex scientific formulae follow the same rules of substitution and BIDMAS.

Example: Calculate BB given the formula B2=P3D(DD2d2)\frac{B}{2} = \frac{P}{3D(D - \sqrt{D^2 - d^2})} where P=27P = 27, D=17D = 17, and d=8d = 8.

Substitute the known values into the expression: B2=273×17×(1717282)\frac{B}{2} = \frac{27}{3 \times 17 \times (17 - \sqrt{17^2 - 8^2})}

Solve the square root part first. Note that 1728217^2 - 8^2 can be solved as (178)(17+8)=9×25=225(17 - 8)(17 + 8) = 9 \times 25 = 225. Thus, 225=15\sqrt{225} = 15. Alternatively, 28964=225289 - 64 = 225.

Continue the calculation: B2=273×17×(1715)\frac{B}{2} = \frac{27}{3 \times 17 \times (17 - 15)} B2=273×17×2\frac{B}{2} = \frac{27}{3 \times 17 \times 2}

To find BB, multiply both sides by 2: B=2×273×17×2B = 2 \times \frac{27}{3 \times 17 \times 2} B=273×17B = \frac{27}{3 \times 17} B=917B = \frac{9}{17}

Key takeaways

  • An identity is true for all values of the variable, whereas an equation is only true for specific values.
  • A factor is any term or combination of terms that divides into an expression without leaving a remainder.
  • Always apply BIDMAS (Brackets, Indices, Division, Multiplication, Addition, Subtraction) in that order when evaluating expressions.
  • Numerical substitution in complex formulae can often be simplified by looking for arithmetic patterns like the difference of two squares.
Tips

When substituting negative numbers into indices, always use brackets. For example, if y=2y = -2, then y2y^2 should be written as (2)2=4(-2)^2 = 4, not 22=4-2^2 = -4.

Cautions

Do not confuse the identity symbol \equiv with the equals sign ==. If you are asked to show something is an identity, it must work for any value of the variable you choose to test.

Insight

In the ESAT, formulae often involve square roots of large numbers. Look for the difference of two squares pattern: a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b). This can make evaluating terms like 17282\sqrt{17^2 - 8^2} much faster without a calculator.

Frequently asked questions

What is the difference between an expression and an equation?

An expression is a collection of terms without an equals sign, such as 5x+35x + 3. An equation includes an equals sign and states that two expressions are equal for certain values, such as 5x+3=135x + 3 = 13.

How do you identify all factors of an algebraic product?

To find all factors, you must list every unique combination of the variables and numbers that make up the product. For a2ba^2b, the factors are 1,a,a2,b,ab,a2b1, a, a^2, b, ab, a^2b.

Why is BIDMAS important during substitution?

BIDMAS ensures that everyone evaluates a mathematical expression in the same sequence. Failing to follow this order, such as multiplying before calculating indices, will result in an incorrect answer.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.