Study Guide

Composite, Inverse Functions and Modulus Graphs

CIE IGCSE Additional MathematicsΒ· 25 min read

1. Composite Functionsβ˜…β˜…β˜†β˜†β˜†β± 6 min

Composite functions combine two functions by applying one function to the output of another. The order of composition is critical: means apply first, then apply to the result of , while means apply first then .

πŸ“˜ Definition

Composite Function

A function formed by substituting the output of one function into the input of another function.

Example:

If and , then .

πŸ“ Worked Example

Given and , calculate (a) (b) in its simplest form.

  1. 1

    For part (a), first calculate

    g(2)=2+24=1g(2) = \frac{2 + 2}{4} = 1
  2. 2

    Substitute into

    fg(2)=f(1)=3(1)βˆ’1=2fg(2) = f(1) = 3(1) - 1 = 2
  3. 3

    For part (b), substitute into

    gf(x)=g(3xβˆ’1)=(3xβˆ’1)+24gf(x) = g(3x - 1) = \frac{(3x -1) + 2}{4}
  4. 4

    Simplify the expression

    gf(x)=3x+14gf(x) = \frac{3x + 1}{4}

For a composite such as to be defined, every output of the inner function must be a valid input of the outer function . This gives two containment rules: and . Sometimes you must restrict the domain of so that exists at all. For example, if and (which needs a non-negative input), then is only defined for , so the domain of must be restricted to .

Exam tip:

Always write intermediate steps for composite function calculations to earn method marks even if your final answer is incorrect.

2. Inverses of One-One Functionsβ˜…β˜…β˜…β˜†β˜†β± 7 min

An inverse function reverses the operation of the original function, and only exists for one-one (injective) functions, where each output maps to exactly one input. The inverse of function is written as .

πŸ“˜ Definition

One-One Function

A function where no two distinct inputs produce the same output, satisfying the horizontal line test when sketched.

Example:

The linear function is one-one, while the quadratic is not one-one over all real numbers.

πŸ“ Worked Example

Find the inverse of the one-one function .

  1. 1

    Set

    y=2xβˆ’53y = \frac{2x - 5}{3}
  2. 2

    Rearrange to make the subject of the formula

    3y=2xβˆ’52x=3y+5x=3y+523y = 2x -5 \\ 2x = 3y + 5 \\ x = \frac{3y + 5}{2}
  3. 3

    Swap and , then replace with

    fβˆ’1(x)=3x+52f^{-1}(x) = \frac{3x + 5}{2}
  4. 4

    Verify by checking

    f(3x+52)=2(3x+52)βˆ’53=3x+5βˆ’53=xf\left(\frac{3x +5}{2}\right) = \frac{2\left(\frac{3x+5}{2}\right) -5}{3} = \frac{3x +5 -5}{3} = x
πŸ“ Worked Example

Find the inverse of , defined for all real , and state its domain.

  1. 1

    Set :

    y=e2xy = e^{2x}
  2. 2

    Take natural logarithms of both sides ( undoes ):

    ln⁑y=2x\ln y = 2x
  3. 3

    Make the subject, then swap and :

    x=12ln⁑yβ€…β€ŠβŸΉβ€…β€Šfβˆ’1(x)=12ln⁑xx = \tfrac{1}{2}\ln y \implies f^{-1}(x) = \tfrac{1}{2}\ln x
  4. 4

    The domain of equals the range of . Since for every , the range of is , so has domain (and range all real values). This exponential-logarithm pair is the standard example from syllabus 1.6; the exponential and log functions themselves are studied in Unit 6.

    Domain of fβˆ’1:x>0\text{Domain of } f^{-1}: x > 0

Exam tip:

Always confirm your inverse function is correct by checking that composing it with the original function gives , this catches most algebraic errors.

3. Sketching Functions and Their Inversesβ˜…β˜…β˜…β˜†β˜†β± 6 min

The graph of an inverse function is the reflection of the graph of across the line . Key features of the original function map directly to the inverse: intercepts swap axes, and the domain of becomes the range of , and vice versa.

πŸ“ Worked Example

Sketch the function and its inverse on the same axes, labeling all key features.

  1. 1

    First sketch : it has a y-intercept at (0, 1) and x-intercept at (-0.5, 0), slope 2.

  2. 2

    Sketch and label the line as your reflection axis.

  3. 3

    Reflect the intercepts of across to get intercepts of : (1, 0) and (0, -0.5).

  4. 4

    Draw the line for passing through these points, label both functions clearly.

Exam tip:

Examiners require explicit labeling of , , and to award full marks for sketch questions, even if your reflection is accurate.

4. Modulus Graphs $y = |f(x)|$β˜…β˜…β˜…β˜…β˜†β± 6 min

The modulus (absolute value) function returns the non-negative value of its input. For , all parts of the graph of that lie below the x-axis (where ) are reflected across the x-axis, while parts above the x-axis remain unchanged.

πŸ“˜ Definition

Modulus Function

The non-negative value of , such that if and if .

πŸ“ Worked Example

Sketch the graph of , labeling all intercepts and turning points.

  1. 1

    First sketch the unmodulated quadratic : it crosses the x-axis at (-2, 0) and (2, 0), y-intercept at (0, -4), minimum turning point at (0, -4).

  2. 2

    Reflect the part of below the x-axis (the segment between x=-2 and x=2) across the x-axis.

  3. 3

    The resulting graph has intercepts at (-2, 0), (2, 0) and (0, 4), with a local maximum turning point at (0, 4), and the same upward opening arms outside as the original quadratic.

πŸ“ Worked Example

Sketch the graph of , showing where the curve meets the -axis.

  1. 1

    First sketch the cubic . Factorise to find where it crosses the -axis:

    x3βˆ’x=x(xβˆ’1)(x+1)x^3 - x = x(x - 1)(x + 1)
  2. 2

    The roots are . Checking the sign of : it lies below the -axis on and on , and above it on and on .

  3. 3

    For , reflect only the sections that lie below the -axis (the parts on and on ) up across the -axis. The sections already above the axis are left unchanged.

  4. 4

    The graph still touches the -axis at , but each of these crossing points becomes a sharp corner (a cusp) where the curve is folded upward. Every -value is now non-negative.

Exam tip:

For trigonometric modulus graphs like , reflect all negative troughs above the x-axis, resulting in a graph with range and period instead of .

5. Common Pitfalls

Wrong move:

Calculating as instead of

Why:

Confusing composite function notation with multiplication notation

Correct move:

Remember that means function composition, apply the rightmost function first, use explicitly if you mean multiplication

Wrong move:

Finding an inverse for a function that is not one-one

Why:

Forgetting that inverse functions only exist for one-one functions where each output maps to exactly one input

Correct move:

Always confirm a function passes the horizontal line test before calculating its inverse, or use the restricted domain given in the question

Wrong move:

Reflecting functions across the y-axis instead of when sketching inverses

Why:

Mixing up reflection axes for inverse functions

Correct move:

Always draw and label the line first when sketching function-inverse pairs, use it as your guide for reflection

Wrong move:

Deleting parts of the function below the x-axis when drawing

Why:

Misunderstanding that modulus reflects negative parts, not removes them

Correct move:

Reflect all segments of below the x-axis across the x-axis, leaving the rest of the graph unchanged

Wrong move:

Swapping the order of composite functions, e.g. calculating when asked for

Why:

Forgetting that function composition is not commutative

Correct move:

Always read the order from right to left: the rightmost function is applied first

6. Quick Reference Cheatsheet

Concept

Rule

Example

Composite Function

, apply rightmost function first

:

Inverse Function

Only exists for one-one functions, reflect over

:

Graph

Reflect all parts of below x-axis upwards

is V-shaped, vertex at (3,0)

Inverse Domain/Range

Domain of = Range of , Range of = Domain of

If has range , has domain

7. Frequently Asked

Do I need to label the line when sketching functions and their inverses?

Yes, examiners require you to draw and label the line explicitly to demonstrate you understand the reflection relationship between and .

Can I delete parts of below the x-axis when drawing ?

No. Reflect all segments of that lie below the x-axis (where ) across the x-axis, leaving all parts above the x-axis unchanged. No sections of the domain are removed.

Going deeper

What's Next

Now that you have mastered composite, inverse functions, and modulus graphs, you are ready to apply these skills to more advanced function problems in CIE IGCSE Additional Mathematics 0606. These concepts form the foundation for topics including function transformations, solving modulus equations, and even calculus applications later in the syllabus. You will frequently encounter these questions on both Paper 1 (non-calculator) and Paper 2 (calculator) of the exam, so regular practice of sketching and algebraic manipulation is critical to maximize your score.