# Algebra and Functions

> Edexcel International A-Level Mathematics · Edexcel IAL Maths P1
> Source: https://www.owlsprep.com/study/edexcel-ial-math-p1-algebra-and-functions/

This guide covers all core algebra and function concepts tested in Edexcel IAL Pure Mathematics 1, including expression simplification, domain/range calculation, function operations, and exam-specific problem-solving strategies.

**Prerequisites:** [GCSE-level algebra (expansion, factorisation, indices)](https://www.owlsprep.com/study/edexcel-gcse-math-algebra-basics/); [Basic set and interval notation](https://www.owlsprep.com/study/edexcel-gcse-math-set-notation/)

## Learning objectives

- Simplify algebraic and rational expressions using indices, expansion and factorisation
- Calculate domain and range for linear, quadratic, root and rational functions
- Perform composite and inverse function operations correctly
- Apply function graph transformations to solve exam-style questions
- Avoid common scoring pitfalls in Edexcel P1 algebra and function questions

## Algebraic Expression Simplification

**Rational Expression** — A fraction whose numerator and denominator are algebraic polynomials, with a non-zero denominator

*Example:* $\frac{x^2 - 4}{x + 2}$ is a rational expression where $x \neq -2$

Simplification relies on three core skills: factorising polynomials, cancelling common factors, and applying index rules: $a^m \times a^n = a^{m+n}$, $\frac{a^m}{a^n} = a^{m-n}$, $(a^m)^n = a^{mn}$.

**Worked example:** Simplify the rational expression $\frac{2x^2 - 5x - 3}{4x^2 - 1}$, stating all restrictions on $x$.

1. Factorise the numerator first:
2. $$2x^2 - 5x - 3 = (2x + 1)(x - 3)$$
3. Factorise the denominator using the difference of two squares rule:
4. $$4x^2 - 1 = (2x - 1)(2x + 1)$$
5. Cancel common factors, and list x-values that make the original denominator zero as restrictions:
6. $$\frac{(2x + 1)(x - 3)}{(2x - 1)(2x + 1)} = \frac{x - 3}{2x - 1}, \quad x \neq -\frac{1}{2}, x \neq \frac{1}{2}$$

> **Exam tip:** Always state restrictions on x for rational expressions, as Edexcel awards explicit marks for this.

## Domain and Range Calculation

For Edexcel P1, you will calculate domain and range for four common function types: linear, quadratic, root, and rational. Key restrictions to check: denominators cannot equal 0, expressions under square roots must be ≥ 0.

> **tip**
>
> For quadratic functions, complete the square to find the vertex, which gives the minimum or maximum value for the range.

**Worked example:** Find the domain and range of the function $f(x) = \sqrt{3x + 6} - 2$, giving answers in interval notation.

1. Calculate domain by setting the expression under the square root ≥ 0:
2. $$3x + 6 \geq 0 \implies 3x \geq -6 \implies x \geq -2$$
3. Domain is all x ≥ -2, written as:
4. $$x \in [-2, \infty)$$
5. Calculate range: square root outputs are always ≥ 0, so subtract 2 from the minimum value:
6. $$\sqrt{3x + 6} \geq 0 \implies \sqrt{3x + 6} - 2 \geq -2$$
7. Range is all f(x) ≥ -2, written as:
8. $$f(x) \in [-2, \infty)$$

## Composite and Inverse Functions

Composite functions apply one function after another: $fg(x) = f(g(x))$, meaning you substitute $g(x)$ into $f(x)$ wherever $x$ appears. Inverse functions $f^{-1}(x)$ reverse the operation of $f(x)$, and only exist if $f(x)$ is one-to-one.

**Worked example:** Given $f(x) = 3x - 4$ and $g(x) = x^2 + 1$, find (a) $fg(2)$, (b) $f^{-1}(x)$.

1. Part (a): First calculate the value of the inner function $g(2)$:
2. $$g(2) = 2^2 + 1 = 5$$
3. Substitute $g(2)=5$ into $f(x)$:
4. $$f(5) = 3(5) - 4 = 11 \implies fg(2) = 11$$
5. Part (b): To find the inverse, set $y = f(x)$, rearrange to make x the subject, then swap x and y:
6. $$y = 3x - 4 \implies y + 4 = 3x \implies x = \frac{y + 4}{3}$$
7. $$f^{-1}(x) = \frac{x + 4}{3}$$

> **Exam tip:** Never confuse $fg(x)$ with $f(x) \times g(x)$: Edexcel examiners frequently test this common misinterpretation.

## Function Graph Transformations

Transformations applied inside the function bracket affect x-values (with opposite sign to what you expect), while transformations outside affect y-values (with the same sign). Apply transformations in order: inner x changes first, then stretches/reflections, then outer y changes.

**Worked example:** Describe the full sequence of transformations that maps $y = x^2$ to $y = 2(x - 3)^2 + 1$.

1. 1. The $(x - 3)$ term is an inner x transformation:
2. $$\text{Translation by vector } \begin{pmatrix}3 \\ 0\end{pmatrix} \text{ (3 units to the right)}$$
3. 2. The multiplier 2 outside the bracket is a y-axis stretch:
4. $$\text{Stretch parallel to the y-axis, scale factor 2}$$
5. 3. The +1 term is an outer y transformation:
6. $$\text{Translation by vector } \begin{pmatrix}0 \\ 1\end{pmatrix} \text{ (1 unit upwards)}$$

**Check your understanding**

1. What transformation maps $f(x)$ to $f(-x)$?

   - Reflection in x-axis
   - Reflection in y-axis
   - Stretch in x-axis scale factor -1
   - Translation left by 1 unit

   *Why:* A negative sign inside the function bracket flips all x-values, so the graph is reflected across the y-axis.

## Common pitfalls

- **Wrong:** Cancelling individual terms in rational expressions without factorising first, e.g. cancelling x in $\frac{x + 2}{x}$ to get 2.
  - Why it fails: You can only cancel common factors of the entire numerator and denominator, not individual un-factorised terms.
  - Correct: Factorise numerator and denominator fully before cancelling common factors, and list all x restrictions.
- **Wrong:** Confusing $fg(x)$ with $f(x) \times g(x)$ or $gf(x)$.
  - Why it fails: Function composition is sequential, not multiplicative, and order matters: $fg(x)$ applies g first, then f, which is not the same as $gf(x)$ in most cases.
  - Correct: Always substitute the right-hand function into the left-hand function, working from the inside out.
- **Wrong:** Forgetting to state domain restrictions when simplifying rational expressions or defining functions.
  - Why it fails: Edexcel awards explicit marks for stating valid x-values, and omitting them leads to lost marks even if simplification is correct.
  - Correct: After simplifying any rational expression, list all x-values that make the original denominator equal to 0 as restrictions.
- **Wrong:** Calculating range of quadratic functions without finding the vertex, assuming the minimum value is 0.
  - Why it fails: Quadratics have a minimum or maximum at their vertex, which is not always at y=0 unless the vertex lies on the origin.
  - Correct: Complete the square for quadratic functions to find the vertex coordinate, which gives the minimum/maximum value for the range.
- **Wrong:** Applying function transformations in the wrong order, e.g. applying outer translation before stretch.
  - Why it fails: Inner x transformations apply first, then stretches/reflections, then outer y transformations, so wrong order gives incorrect coordinate values.
  - Correct: Follow the order: 1) Inner x transformations, 2) Stretches/reflections, 3) Outer y transformations.

## Cheatsheet

| Concept | Rule / Formula | Exam Reminder |
| --- | --- | --- |
| Simplify rational expressions | Factorise numerator/denominator, cancel common factors | Always state x restrictions |
| Domain: root function | Expression under $\sqrt{}$ ≥ 0 | Use square brackets for included endpoints |
| Domain: rational function | Denominator ≠ 0 | Exclude values that make original denominator 0 |
| Composite function $fg(x)$ | Substitute $g(x)$ into $f(x)$ | Order matters: $fg(x) \neq gf(x)$ usually |
| Inverse function $f^{-1}(x)$ | Set $y=f(x)$, rearrange for x, swap x and y | Only exists if f(x) is one-to-one |
| Transformation $f(x + a) + b$ | Translation by $\begin{pmatrix}-a \\ b\end{pmatrix}$ | Inner x transformations are opposite sign |

## What's next

Now that you have mastered core algebra and function concepts for Edexcel IAL P1, you can move on to more advanced pure math topics that build directly on these fundamentals. Quadratic functions, coordinate geometry, and differentiation all rely heavily on function notation, domain/range rules, and algebraic simplification skills you have learned here. Practise exam-style questions to reinforce your understanding, and pay close attention to mark scheme requirements for stating restrictions and showing full working for function operations to avoid losing easy marks.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/edexcel-ial-math-p1-algebra-and-functions/
