# Function Notation

> Edexcel International GCSE Mathematics A · 4MA1 (2016)
> Source: https://www.owlsprep.com/study/edexcel-igcse-math-a-s3-function-notation/

This guide covers all Edexcel IGCSE Higher (4MA1) function notation content, including mapping definitions, domain/range rules, composite functions, and inverse function calculations, with exam-aligned worked examples.

**Prerequisites:** [Rearranging linear equations](https://www.owlsprep.com/study/edexcel-igcse-math-a-s1-algebra-rearrangement/); [Substitution into algebraic expressions](https://www.owlsprep.com/study/edexcel-igcse-math-a-s1-algebra-substitution/)

## Learning objectives

- Explain functions as mappings between two sets using standard Edexcel notation
- Identify domain and range of functions, including excluded values for domains
- Calculate composite functions fg using the required order (apply g first then f)
- Find inverse functions f⁻¹ using the specified swap and rearrange method

## Function Definition and Core Notation

**Function** — A rule that maps each input value from one set to exactly one output value in a second set.

*Notation:* f(x), f : x \mapsto ...

*Example:* f(x) = 2x + 3 maps each input x to an output equal to twice x plus 3.

You will encounter two standard function notations in your exam: the common f(x) format, and the mapping format `f : x ↦ ...` Both describe the same function rule, and you may be asked to convert between them or use either for calculations.

**Worked example:** The function f is defined as `f : x ↦ 5x - 7`. Write this function using f(x) notation, and calculate f(4).

1. Step 1: Convert mapping notation to f(x) notation by replacing the ↦ symbol with an equals sign after f(x)
2. $$f(x) = 5x - 7$$
3. Step 2: Substitute x = 4 into the function rule to calculate f(4)
4. $$f(4) = 5(4) - 7 = 20 - 7 = 13$$

> **Exam tip:** Always confirm the notation requested in the question before submitting your answer, as marks are awarded for correct use of either f(x) or mapping format as specified.

*Calculator:* allowed

## Domain and Range of Functions

**Domain and Range** — Domain = the set of all valid input values (x) for a function. Range = the set of all resulting output values (f(x)) for the function.

*Example:* For f(x) = 1/(x - 2), x = 2 is excluded from the domain because dividing by zero is undefined.

The most common reason to exclude values from a domain is when they make a denominator equal to zero, as division by zero is mathematically undefined. You may also see exclusions for values that produce a square root of a negative number, though these are less common in this sub-topic for Edexcel IGCSE.

**Worked example:** State the value excluded from the domain of the function `g(x) = 4/(3x + 9)`, and describe the range of `h(x) = x² + 2`.

1. Step 1: Find the value of x that makes the denominator of g(x) equal to zero
2. $$3x + 9 = 0 \implies 3x = -9 \implies x = -3$$
3. Step 2: Excluded domain value for g(x) is x = -3
4. Step 3: For h(x) = x² + 2, x² is always ≥ 0 for all real x, so x² + 2 ≥ 2
5. Step 4: Range of h(x) is all real numbers greater than or equal to 2, written as h(x) ≥ 2

> **warning**
>
> Always label range values with the function name or y, not x, as the range describes output values not input values. This is a common mark-losing mistake.

*Calculator:* allowed

## Composite Functions

**Composite Function fg** — The function formed by applying function g first, then substituting the result into function f. fg(x) = f(g(x)).

*Notation:* fg(x)

*Example:* If f(x) = x + 1 and g(x) = 2x, then fg(x) = f(2x) = 2x + 1.

The order of composite functions is critical for Edexcel IGCSE: fg is *always* g first, then f, which is the opposite of the order the letters are written. Failing to follow this order is one of the most common mistakes on exam questions for this topic.

**Worked example:** Given f(x) = 3x + 2 and g(x) = x² - 1, calculate fg(2) and write an expression for fg(x) in its simplest form.

1. Step 1: First calculate g(2) to get the input for f
2. $$g(2) = 2^2 - 1 = 4 - 1 = 3$$
3. Step 2: Substitute g(2) = 3 into f(x)
4. $$f(3) = 3(3) + 2 = 11$$
5. Step 3: To find the general fg(x), substitute g(x) into f(x) wherever x appears
6. $$fg(x) = f(x^2 - 1) = 3(x^2 - 1) + 2 = 3x^2 - 3 + 2 = 3x^2 - 1$$

> **Exam tip**
>
> If a question asks for gf(x), remember this means apply f first, then g, so you will substitute f(x) into g(x) instead of the other way around.

*Calculator:* allowed

## Inverse Functions

**Inverse Function f⁻¹(x)** — The function that reverses the action of the original function f. If f(x) maps input x to output y, then f⁻¹(y) maps y back to x.

*Notation:* f^{-1}(x)

*Example:* If f(x) = 2x, then f⁻¹(x) = x/2, as dividing by 2 reverses the action of multiplying by 2.

The Edexcel specified method to find an inverse function is fixed: write y = f(x), swap x and y, then rearrange to make y the subject of the equation. This resulting y is your inverse function f⁻¹(x).

**Worked example:** Find the inverse function of `f(x) = (4x + 1)/3`.

1. Step 1: Write the function as y = f(x)
2. $$y = \frac{4x + 1}{3}$$
3. Step 2: Swap x and y in the equation
4. $$x = \frac{4y + 1}{3}$$
5. Step 3: Rearrange to make y the subject
6. $$3x = 4y + 1 \implies 4y = 3x - 1 \implies y = \frac{3x - 1}{4}$$
7. Step 4: Replace y with f⁻¹(x)
8. $$f^{-1}(x) = \frac{3x - 1}{4}$$

> **tip**
>
> You can check your inverse function is correct by calculating f(f⁻¹(x)): the result should always be x, as applying the function then its inverse cancels both operations out.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Applying f first then g when calculating fg(x)
  - Why it fails: The Edexcel spec defines fg(x) as f(g(x)), so g is the first operation applied, not f.
  - Correct: Always substitute the inner function (the one written second) into the outer function first.
- **Wrong:** Forgetting to exclude x values that make denominators zero from the domain
  - Why it fails: Division by zero is undefined, so these values are not valid inputs for the function.
  - Correct: Set any denominator equal to zero and solve for x to find excluded domain values.
- **Wrong:** Rearranging first then swapping x and y when calculating inverse functions
  - Why it fails: This will produce an incorrect inverse that does not reverse the action of the original function.
  - Correct: Follow the spec method strictly: write y = f(x), swap x and y, then rearrange for y.
- **Wrong:** Confusing f⁻¹(x) with 1/f(x)
  - Why it fails: The superscript -1 in inverse function notation is not an exponent, it indicates the reverse function.
  - Correct: Recognize that f⁻¹(x) always refers to the inverse function, not the reciprocal of f(x).
- **Wrong:** Writing the range as x ≥ k instead of f(x) ≥ k or y ≥ k
  - Why it fails: The range describes output values of the function, not input x values.
  - Correct: Always label range values with the function name or y, e.g. f(x) ≥ 2.

## Cheatsheet

| Concept | Rule/Notation | Exam Reminder |
| --- | --- | --- |
| Function notation | f(x) = ..., f:x ↦ ... | Both notations are equivalent, use whichever is requested |
| Domain | Set of valid input x values | Exclude x that make denominators zero |
| Range | Set of output f(x) values | Label range with f(x) or y, not x |
| Composite function fg | fg(x) = f(g(x)) | Apply g first, then f; order matters |
| Inverse function f⁻¹(x) | 1. y = f(x) 2. Swap x,y 3. Rearrange for y | f⁻¹(x) ≠ 1/f(x); check by testing f(f⁻¹(x)) = x |

## What's next

Now you have mastered function notation for Edexcel IGCSE Higher Maths, you can move on to related higher-tier topics that build on this foundation. Next, you will learn to apply function rules to transform graphs of linear, quadratic, and trigonometric functions, a key part of the Sequences, Functions and Graphs unit. You will also use function notation in later topics including algebraic manipulation and calculus foundations for your higher-tier exam. Practicing mixed function questions that combine composite, inverse, and domain skills will help you prepare for the longer 4-6 mark questions that often appear on Paper 2H and 4H. Make sure you can apply all rules without a calculator as well, as some questions may appear on non-calculator papers even if the sub-topic allows calculators.

---

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-igcse-math-a-s3-function-notation/
