40% off

Early-bird ends 15 Aug, 9am

Lock in £90

Algebraic Vocabulary and Substitution

Updated August 2025

This lesson establishes the fundamental vocabulary of algebra and the precise methods for numerical substitution. We distinguish between equations, identities, and formulae, while mastering the use of BIDMAS in complex scientific substitutions. These concepts form the bedrock of algebraic manipulation required for success in the TMUA.

Core concept

Algebraic vocabulary distinguishes between expressions (no equals sign), equations (true for specific values), and identities (always true), while substitution requires rigorous application of the order of operations (BIDMASBIDMAS) to evaluate these structures numerically.

Algebraic Definitions and Vocabulary

To succeed in the TMUA, you must use the correct mathematical terminology. These terms describe the structures used to build and manipulate algebraic models.

  1. Formula: A formula represents a relationship between specific physical or mathematical variables. For example, if a rectangle has length ll, width ww, and perimeter PP, then P=2l+2wP = 2l + 2w is the formula for the perimeter. It links PP to ll and ww.

  2. Expression: An expression is a collection of terms without an equals sign. In our rectangle example, 2l+2w2l + 2w is the expression for the perimeter.

  3. Terms: These are the individual parts of an expression, separated by addition or subtraction. The expression 2l+2w2l + 2w has two terms: 2l2l and 2w2w. Note that an expression can consist of a single term.

  4. Factor: A factor of a quantity or expression is a part that divides exactly into it without leaving a remainder. For instance, xyxy is a factor of 3x2y33x^2y^3, and (x+1)(x + 1) is a factor of x(x+1)(x+3)x(x + 1)(x + 3).

Equations, Identities, and Inequalities

It is vital to distinguish between statements that are sometimes true and statements that are always true.

Equations contain an equals sign and are true only for specific values of the variable. For example, 3x+1=73x + 1 = 7 is an equation that is true only when x=2x = 2.

Identities are true for every possible value of the variable. We often use the identity symbol \equiv instead of a standard equals sign to emphasize this. For example, 3x+2x4xx3x + 2x - 4x \equiv x is an identity because the left and right sides are mathematically identical for any xx.

Inequalities describe the relative size of two expressions using symbols such as less than (<<), less than or equal to (\leq), greater than (>>), greater than or equal to (\geq), or not equal to (\neq). Examples include x2>4x^2 > 4 or 4x324x - 3 \geq -2.

Factors of Algebraic Expressions

When identifying factors of an algebraic term, you must consider all possible combinations of the variables and constants present.

Worked Example: Factors of p3q2p^3q^2

The factors are: 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.

Worked Example: Factors of x(x+3)(x5)x(x + 3)(x - 5)

The factors are: 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 substitution requires strict adherence to the order of operations, known as BIDMAS (Brackets, Indices, Division, Multiplication, Addition, Subtraction).

Worked Example: Simple Substitution

What is the value of 3x35(xy)3x^3 - 5(x - y) when x=2x = 2 and y=5y = 5?

  1. Substitute the values: 3(23)5(25)3(2^3) - 5(2 - 5).
  2. Handle the bracket: 3(23)5(3)3(2^3) - 5(-3).
  3. Handle the index: 3(8)5(3)3(8) - 5(-3).
  4. Multiply: 24(15)24 - (-15).
  5. Add: 24+15=3924 + 15 = 39.

Worked Example: Substitution with Negatives

What is the value of 6x23(y32x)6x^2 - 3(y^3 - 2x) when x=4x = 4 and y=2y = -2?

  1. Substitute the values: 6(42)3((2)32(4))6(4^2) - 3((-2)^3 - 2(4)).
  2. Handle the bracket (index first): 6(16)3(88)6(16) - 3(-8 - 8).
  3. Finish the bracket: 6(16)3(16)6(16) - 3(-16).
  4. Multiply: 96(48)96 - (-48).
  5. Add: 96+48=14496 + 48 = 144.

Evaluating Scientific Formulae

In university admissions tests, you may encounter complex fractional formulae. Efficiency in calculation is key.

Worked Example: Complex Formula Substitution

A formula is given as B2=P3D(DD2d2)\frac{B}{2} = \frac{P}{3D(D - \sqrt{D^2 - d^2})}. Find BB if P=27,D=17P = 27, D = 17 and d=8d = 8.

First, substitute the values: B2=273(17)(1717282)\frac{B}{2} = \frac{27}{3(17)(17 - \sqrt{17^2 - 8^2})}.

Simplify the radical 17282\sqrt{17^2 - 8^2}. We can use the difference of two squares to avoid large squaring operations: 17282=(178)(17+8)=9×25=22517^2 - 8^2 = (17 - 8)(17 + 8) = 9 \times 25 = 225. Thus, 225=15\sqrt{225} = 15.

Now, substitute this back into the formula: B2=273(17)(1715)=273×17×2\frac{B}{2} = \frac{27}{3(17)(17 - 15)} = \frac{27}{3 \times 17 \times 2}.

Simplify the fraction by cancelling 27 with 3: B2=917×2\frac{B}{2} = \frac{9}{17 \times 2}.

Multiply both sides by 2 to solve for BB: B=2×917×2=917B = 2 \times \frac{9}{17 \times 2} = \frac{9}{17}.

Key takeaways

  • An identity is true for all values of a variable, whereas an equation is true only for specific values.
  • BIDMAS is essential for substitution: always resolve brackets and indices before multiplication and addition.
  • When substituting negative numbers into powers, use brackets to ensure the sign is handled correctly: for example, (2)2=4(-2)^2 = 4 but 22=4-2^2 = -4.
  • Substitution into complex radicals can often be simplified using the difference of two squares: x2y2=(xy)(x+y)x^2 - y^2 = (x - y)(x + y).
Tips

When substituting into squared variables, always place the number in brackets, especially if it is negative. Failing to do this often leads to the mistake of calculating 22=4-2^2 = -4 when the intended operation was (2)2=4(-2)^2 = 4.

Cautions

Be careful not to confuse the 'terms' of an expression with its 'factors'. Terms are separated by plus or minus signs, while factors are multiplied together within a single term.

Insight

The Difference of Two Squares is not just for factorising; it is a powerful tool for mental arithmetic when substituting into formulae involving terms like x2y2\sqrt{x^2 - y^2}. Recognising these patterns can save significant time during the TMUA.

Worked Examples

Example 1
Bronze is a mixture of tin and copper.
A particular sample of bronze contains 10% tin by volume. (In other words, 10% of the total volume of the sample is tin and 90% of it is copper.)
What percentage of the mass of the sample is tin?
(Density of tin =
YY and density of copper = XX.)
A:X9XY×100\frac{X}{9X-Y} \times 100
B:X9YX×100\frac{X}{9Y-X} \times 100
C:Y9XY×100\frac{Y}{9X-Y} \times 100
D:Y9YX×100\frac{Y}{9Y-X} \times 100
E:X9X+Y×100\frac{X}{9X+Y} \times 100
F:X9Y+X×100\frac{X}{9Y+X} \times 100
G:Y9X+Y×100\frac{Y}{9X+Y} \times 100
H:Y9Y+X×100\frac{Y}{9Y+X} \times 100

Practice Questions

Practice Question 1
a,ba, b and cc are real numbers.
Given that
ab=acab = ac, which of the following statements must be true?
I
a=0a = 0
II
b=0b = 0 or c=0c = 0
III
b=cb = c
A:none of them
B:I only
C:II only
D:III only
E:I and II only
F:I and III only
G:II and III only
H:I, II and III

Frequently asked questions

What is the difference between an expression and a formula?

An expression is just a combination of terms like 3x+5y3x + 5y, whereas a formula relates two or more variables with an equals sign, such as A=πr2A = \pi r^2.

How do I list all factors of a term like p2qp^2q?

You list every unique combination that divides into the term: 1,p,q,p2,pq,p2q1, p, q, p^2, pq, p^2q.

Why does the identity symbol have three lines?

The symbol \equiv represents 'is identically equal to'. It signifies that the left and right sides are equivalent for every possible value of the variable, not just for specific solutions found by solving an equation.

Is 1 always considered a factor in algebraic expressions?

Yes, just as in numerical arithmetic, 1 is a factor of every algebraic term because every term can be divided by 1 without leaving a remainder.

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.