Study Guide

Functions

CIE IGCSE MathematicsΒ· E2.13Β· 20 min read

1. Function Notation, Mapping Diagrams and Evaluating Functionsβ˜…β˜…β˜†β˜†β˜†β± 5 min

πŸ“˜ Definition

Function

f(x)f(x)

A rule that maps each input value to exactly one output value

Functions are written using notation like , or , where the letter inside the brackets is the input variable. A mapping diagram shows inputs on the left, arrows pointing to their corresponding outputs on the right, with each input having exactly one arrow leaving it.

πŸ“ Worked Example

Given , find the value of and .

  1. 1

    To find f(4), substitute x = 4 into the function:

    f(4)=3(4)βˆ’7=12βˆ’7=5f(4) = 3(4) - 7 = 12 - 7 = 5
  2. 2

    To find f(-2), substitute x = -2 into the function:

    f(βˆ’2)=3(βˆ’2)βˆ’7=βˆ’6βˆ’7=βˆ’13f(-2) = 3(-2) -7 = -6 -7 = -13
βœ“ Quick check
  1. If , what is ?

    Reveal answer
    19 β€”

    Substitute x=3:

Exam tip:

Double check substitution of negative values, as sign errors are extremely common in these questions.

2. Domain and Range of a Functionβ˜…β˜…β˜…β˜†β˜†β± 6 min

πŸ“˜ Definition

Domain and Range

The domain is the set of all valid input values for a function. The range is the set of all valid output values produced by the function for the given domain.

For most IGCSE questions, domain values are either explicitly stated, or you exclude values that make the function undefined (e.g. division by zero). The range is found by substituting the domain limits into the function, or identifying minimum/maximum output values.

πŸ“ Worked Example

A function is defined as for . State the domain and range of f(x).

  1. 1

    The domain is given explicitly in the question:

    Domain:βˆ’1≀x≀4Domain: -1 \leq x \leq 4
  2. 2

    Find the minimum output by substituting the smallest domain value x=-1:

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

    Find the maximum output by substituting the largest domain value x=4:

    f(4)=2(4)+3=11f(4) = 2(4) +3 = 11
  4. 4

    Since f(x) is a linear increasing function, all values between 1 and 11 are valid outputs:

    Range:1≀f(x)≀11Range: 1 \leq f(x) \leq 11

3. Finding Inverse Functions f⁻¹(x)β˜…β˜…β˜…β˜†β˜†β± 5 min

πŸ“˜ Definition

Inverse Function

fβˆ’1(x)f^{-1}(x)

The inverse function reverses the action of the original function f(x). If , then .

To find the inverse of a function, follow these 3 steps: 1. Replace with , 2. Rearrange the equation to make the subject, 3. Replace with and with .

πŸ“ Worked Example

Find the inverse of the function .

  1. 1

    Step 1: Replace f(x) with y:

    y=2x+53y = \frac{2x +5}{3}
  2. 2

    Step 2: Rearrange to make x the subject: multiply both sides by 3:

    3y=2x+53y = 2x + 5
  3. 3

    Subtract 5 from both sides:

    3yβˆ’5=2x3y -5 = 2x
  4. 4

    Divide both sides by 2:

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

    Step 3: Swap x and y, replace y with f⁻¹(x):

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

Exam tip:

Check if your inverse is correct by substituting a value into f(x), then substituting that result into f⁻¹(x) to get back your original input.

4. Composite Functions gf(x)β˜…β˜…β˜…β˜…β˜†β± 4 min

πŸ“˜ Definition

Composite Function

gf(x)gf(x)

A composite function is made by applying one function to the result of another function. means 'apply f first, then apply g to the output of f'.

Never reverse the order of composite functions: is almost always different from . To evaluate a composite function, always start with the inner function first.

πŸ“ Worked Example

Given and , find and as an expression in x.

  1. 1

    First find gf(2): calculate f(2) first:

    f(2)=4(2)βˆ’1=8βˆ’1=7f(2) = 4(2) -1 = 8 -1 =7
  2. 2

    Substitute the result into g(x):

    g(7)=72+2=49+2=51g(7) = 7^2 + 2 = 49 + 2 = 51
  3. 3

    Now find the general expression for gf(x): substitute f(x) into g(x) wherever there is an x:

    gf(x)=g(f(x))=(4xβˆ’1)2+2gf(x) = g(f(x)) = (4x -1)^2 + 2
  4. 4

    Expand and simplify:

    gf(x)=16x2βˆ’8x+1+2=16x2βˆ’8x+3gf(x) = 16x^2 - 8x +1 +2 = 16x^2 -8x +3

5. Common Pitfalls

Wrong move:

Calculating composite function by applying g first then f

Why:

The order of composite functions is right to left: the function closest to the input is applied first

Correct move:

Always treat the inner function (the one inside the brackets) as the first to apply: for , compute f(x) first, then substitute into g(x)

Wrong move:

Writing the range of a function in terms of x instead of f(x) or y

Why:

Range refers to output values, not input x-values

Correct move:

Label range using f(x) e.g. , not

Wrong move:

Forgetting to swap x and y when calculating the inverse function

Why:

The inverse function is expressed in terms of x as the input, same as the original function

Correct move:

After rearranging to make x the subject, swap x and y before writing the final expression

Wrong move:

Rejecting a mapping where multiple inputs point to the same output as not a function

Why:

A function only requires each input to have exactly one output; multiple inputs can share the same output

Correct move:

Reject mappings only if an input has more than one output, not if outputs are shared

Wrong move:

Attempting to calculate domain or range for composite functions

Why:

The 0580 Extended syllabus does not require this skill

Correct move:

Focus only on calculating the value or simplified expression of composite functions as required

6. Quick Reference Cheatsheet

Concept

Rule

Example

Function notation

= value of function f at input x

,

Domain

Set of valid input x values

For , domain

Range

Set of valid output f(x) values

For , range

Inverse

  1. Replace f(x) with y, 2. Rearrange for x, 3. Swap x and y

Inverse of is

Composite

Apply f first, then substitute result into g

7. Frequently Asked

Do I need to find domain/range for composite functions in 0580 Extended?

No, the 2025-2027 0580 syllabus does not require you to calculate domain or range of composite functions, only of basic single functions.

What order do I solve composite function gf(x) in?

Always apply the inner function first: for , substitute into first, then substitute the result into .

Going deeper

What's Next

Now that you have mastered functions for CIE IGCSE 0580 Extended, you can apply this knowledge to solve more complex algebra and graph problems, including questions that combine functions with quadratic or linear graphs. Practice regularly with past paper questions to build speed and accuracy, paying close attention to order of operations for composite functions and common sign errors when calculating inverses. This foundation will also support you if you progress to A-Level Mathematics in the future.