Welcome to Algebraic Expressions!

Hi there! Welcome to one of the most important chapters in your GCSE Maths journey. Don't worry if algebra feels like a different language right now—by the end of these notes, you'll be speaking it fluently! Algebra is simply a way of using variables (letters) to represent numbers we don't know yet. Think of it like a "mathematical shorthand" that helps us solve puzzles and describe the world around us.

In this chapter, we are going to learn how to build, tidy up, and break down these mathematical sentences. Let’s get started!


1. The Building Blocks: Vocabulary

Before we start "doing" the math, we need to know what the different parts are called. Using the right words will help you understand exam questions much more easily.

  • Term: A single number or letter, or numbers and letters multiplied together.
    Examples: \( 5 \), \( x \), or \( 3y^2 \).
  • Expression: A group of terms collected together with plus or minus signs. There is no equals sign.
    Example: \( 2x + 5 \).
  • Equation: A mathematical statement showing that two expressions are equal. It always has an equals sign.
    Example: \( 2x + 5 = 11 \).
  • Formula: A rule that shows the relationship between different quantities.
    Example: \( A = \pi r^2 \) (Area of a circle).
  • Identity: A statement that is true for every possible value of the variable. We use the symbol \( \equiv \) (the "triple equals").
    Example: \( 2(x + 3) \equiv 2x + 6 \).
  • Inequality: Shows that one side is bigger or smaller than the other.
    Example: \( x > 5 \).
Quick Review:

If it has an \( = \), it’s an equation or formula. If it doesn't, it's just an expression!

Key Takeaway: Knowing the definitions helps you identify exactly what a question is asking you to do.


2. Simplifying: Tying Up Your Expressions

Imagine you have a basket of fruit with 3 apples, 2 bananas, and 4 more apples. You wouldn't list them all separately; you'd say you have 7 apples and 2 bananas. Algebra is the same!

Collecting Like Terms

To simplify a sum or difference, you can only add or subtract Like Terms. These are terms that have the exact same letters and powers.

Example: Simplify \( 5a + 2b - 3a + 4b \)
1. Group the \( a \)'s: \( 5a - 3a = 2a \)
2. Group the \( b \)'s: \( 2b + 4b = 6b \)
3. Answer: \( 2a + 6b \)

Common Mistake Alert!

You cannot add \( x \) and \( x^2 \) together. They are not like terms! Think of \( x \) as a line and \( x^2 \) as a square—they are different shapes!

Multiplying and Dividing

When multiplying, we use the Laws of Indices.
- \( a \times a \times a = a^3 \)
- \( 2a \times 3b = 6ab \) (Multiply the numbers, then the letters)
- \( a^m \times a^n = a^{m+n} \) (Add the powers)
- \( a^m \div a^n = a^{m-n} \) (Subtract the powers)

Key Takeaway: Only "Like Terms" can be added/subtracted, but anything can be multiplied or divided!


3. Expanding Brackets

Expanding (or multiplying out) brackets is like "delivering" the term outside the bracket to everything inside.

Single Brackets

Multiply the term on the outside by each term on the inside.

Example: \( 3(2x + 5) \)
\( 3 \times 2x = 6x \)
\( 3 \times 5 = 15 \)
Answer: \( 6x + 15 \)

Double Brackets (FOIL Method)

When multiplying two brackets like \( (x + 2)(x + 3) \), many students use the FOIL memory aid:

  1. First: Multiply the first terms in each bracket.
  2. Outside: Multiply the two outermost terms.
  3. Inside: Multiply the two innermost terms.
  4. Last: Multiply the last terms in each bracket.

Example: \( (x + 2)(x + 5) \)
F: \( x \times x = x^2 \)
O: \( x \times 5 = 5x \)
I: \( 2 \times x = 2x \)
L: \( 2 \times 5 = 10 \)
Simplify: \( x^2 + 7x + 10 \)

Did you know? Expanding brackets is the exact opposite of factorising. If you expand your answer and get back to the start, you know you've done it correctly!

Key Takeaway: Make sure the term outside the bracket hits everything inside, including the signs (+ or -).


4. Factorising: Putting Brackets Back In

Factorising is the reverse of expanding. It means finding the Highest Common Factor (HCF) and putting it outside the bracket.

Simple Factorising

Example: Factorise \( 6x - 9 \)
1. What is the biggest number that goes into 6 and 9? It's 3.
2. Put 3 outside: \( 3( \dots ) \)
3. What do I multiply 3 by to get \( 6x \)? Answer: \( 2x \).
4. What do I multiply 3 by to get \( -9 \)? Answer: \( -3 \).
Answer: \( 3(2x - 3) \)

Factorising Quadratics (\( x^2 + bx + c \))

To factorise an expression like \( x^2 + 5x + 6 \), you need two numbers that:

  • Multiply to give the end number (6)
  • Add to give the middle number (5)

The numbers are 2 and 3 because \( 2 \times 3 = 6 \) and \( 2 + 3 = 5 \).
Answer: \( (x + 2)(x + 3) \)

Common Mistake Alert!

Watch your negative signs! If the end number is negative, one of your numbers in the brackets must be negative and one must be positive.

Key Takeaway: Factorising is just "un-multiplying." Always check your answer by multiplying it back out.


5. Advanced Algebra (Higher Tier Focus)

If you are aiming for the higher grades, you will need to master these three techniques.

Difference of Two Squares (DOTS)

This is a special pattern. If you see a square term minus another square term, it always factorises the same way:
\( a^2 - b^2 = (a - b)(a + b) \)
Example: \( x^2 - 16 = (x - 4)(x + 4) \).

Completing the Square

This means writing a quadratic in the form \( (x + p)^2 + q \).
Step 1: Take half of the middle number. \( x^2 + 6x \dots \rightarrow (x + 3)^2 \)
Step 2: Subtract the square of that number. \( (x + 3)^2 - 9 \)
Step 3: Add any constant from the original equation.

Algebraic Fractions

Treat these just like normal fractions!
- To simplify: Factorise the top and bottom and cancel out matching brackets.
- To add/subtract: Find a common denominator by multiplying the bottom parts together.

Key Takeaway: These look scary, but they follow the exact same rules as the basic algebra you've already learned. Take it one step at a time!


Final Summary Checklist

  • Can you tell the difference between an expression and an equation?
  • Can you collect like terms (apples with apples)?
  • Do you remember FOIL for double brackets?
  • Can you find the numbers that multiply to give the end and add to give the middle?

Don't worry if this seems tricky at first! Algebra is a skill that gets much easier with practice. Keep trying different problems, and soon these patterns will become second nature!