VIEW THIS AS

Auto mode follows the Route Engine until you choose a viewpoint.

YOU ARE HERE

ROUTE CHECK

CONNECTED TO

WHAT NEXT

Use the canonical route for this room, or HELP if you are unsure.

Composite and Inverse Thinking Before Additional Mathematics

Composite and inverse functions can look advanced because of their notation, but the underlying ideas are already present in ordinary algebra: apply one rule after another, or reverse a rule in the correct order.

This guide builds those ideas before formal Additional Mathematics demands become heavier. It connects function machines, substitution, equation solving, domain restrictions and graph thinking into one coherent system.

Composite thinking means chaining functions

Suppose:

f(x)=2x+1
g(x)=x²

Then g(f(x)) means apply f first, then g.

f(x)=2x+1
g(f(x))=(2x+1)²

The order matters because f(g(x)) gives something different:

g(x)=x²
f(g(x))=2x²+1

Composite functions are therefore not multiplication of function names. They are nested operations.

Worked example 1: evaluate a composite

Let f(x)=3x-2 and g(x)=x+5. Find g(f(4)).

f(4)=3(4)-2=10
g(10)=10+5=15

So g(f(4))=15.

Composite notation is read from the inside out

In g(f(x)), f acts first because x enters f before its output enters g. This inside-out reading is the same structure students already use when simplifying nested brackets.

Inverse thinking means undoing

If f(x)=3x+4, the forward rule is “multiply by 3, then add 4”. To reverse it, subtract 4, then divide by 3.

y=3x+4
y-4=3x
x=(y-4)/3

Replacing y by x gives:

f⁻¹(x)=(x-4)/3

The inverse reverses both the operations and their order.

Check an inverse by composition

A true inverse should return the original input.

f(f⁻¹(x))
=3[(x-4)/3]+4
=x-4+4
=x

This identity is stronger than checking one numerical example.

Why inverse notation is easy to misread

f⁻¹(x) does not mean 1/f(x). The exponent -1 here names the inverse function, not the reciprocal of the output.

This distinction must be taught explicitly because ordinary index notation makes the visual similarity tempting.

Not every function has a unique inverse over its full domain

Consider f(x)=x². Both 2 and -2 map to 4. If we try to reverse output 4, there are two possible inputs.

Restricting the domain to x≥0 makes the function one-to-one, allowing the inverse f⁻¹(x)=√x.

This connects inverse functions directly to domain and range.

Worked example 2: find an inverse

Let f(x)=5x-7. Find f⁻¹(x).

y=5x-7
y+7=5x
x=(y+7)/5

f⁻¹(x)=(x+7)/5

Worked example 3: composite algebra

Let f(x)=x-1 and g(x)=2x². Find f(g(x)).

g(x)=2x²
f(g(x))=2x²-1

Now find g(f(x)):

f(x)=x-1
g(f(x))=2(x-1)²

These are not equal in general. Composition is order-sensitive.

Inverse graphs

For a function with an inverse, the graph of y=f⁻¹(x) is the reflection of y=f(x) in the line y=x. Inputs and outputs swap roles, so coordinates (a,b) become (b,a).

This gives a visual reason the domain of a function becomes the range of its inverse, and vice versa.

Why this matters before Additional Mathematics

Students who already understand substitution, order of operations, one-to-one mapping and reversal have a much easier time when function notation becomes denser. The notation is not the real difficulty; the underlying structure is.

Building this early reduces the temptation to memorise composite-function and inverse-function procedures as isolated tricks.

Diagnostic table

Observed mistakeLikely issueRepair
fg(x) treated as f×g×xComposition notationUse function-machine chaining
Applies outer function firstOrder readingWork from inner brackets outward
Writes f⁻¹=1/fInverse notation confusionContrast undoing with reciprocal
Finds inverse of x² over all realsOne-to-one condition missingCheck domain restriction
Inverse operations used in same orderReversal logicTrace a numerical example backward

A tutor’s teaching route

  1. Start with two simple verbal function machines.
  2. Chain them in both orders.
  3. Translate the chain into f(g(x)) notation.
  4. Reverse a one-to-one linear rule numerically.
  5. Derive the algebraic inverse.
  6. Check by composition.
  7. Introduce a many-to-one example to explain domain restriction.

Practice

  1. Let f(x)=2x+3 and g(x)=x². Find g(f(2)).
  2. Find f(g(x)) for the same functions.
  3. Find the inverse of h(x)=4x-9.
  4. Explain why f⁻¹(x) is not the same as 1/f(x).
  5. Why must x² be restricted before it has a unique inverse over the reals?

Answers

1. 49. 2. 2x²+3. 3. h⁻¹(x)=(x+9)/4. 4. f⁻¹ is a function that reverses f; 1/f(x) is the reciprocal of its output. 5. Because positive and negative inputs can produce the same output.

Connected routes

Use What a Function Really Is, Input, Output and Function Machines, and Domain, Range and Restrictions as the prerequisite route. Return to the Mathematics Learning Hub for the wider Secondary Mathematics estate.