Study Guide

Functions

CIE A-Level MathematicsΒ· Unit 1: Pure Mathematics 1, Topic 2Β· 15 min read

1. Functions, Domain and Rangeβ˜…β˜…β˜†β˜†β˜†β± 4 min

πŸ“˜ Definition

Function

f(x)f(x)

A mapping from a set of inputs (domain) to a set of outputs where each input maps to exactly one output.

Example:

is a function; is not a function for all .

The vertical line test checks if a graph represents a function: any vertical line will intersect the graph at most once if it is a function.

The domain of a function is the set of all valid input values . The range is the set of all possible output values .

πŸ“ Worked Example

Find the domain and range of for .

  1. 1

    First, find any that makes the function undefined. Denominators cannot equal zero:

  2. 2
    xβˆ’3=0β€…β€ŠβŸΉβ€…β€Šx=3x - 3 = 0 \implies x = 3
  3. 3

    All other real values of are valid, so the domain is:

  4. 4
    Domain: x∈R,xβ‰ 3\text{Domain: } x \in \mathbb{R}, x \neq 3
  5. 5

    To find the range, note that can never equal zero (the numerator is a non-zero constant 1). All other non-zero real values are possible:

  6. 6
    Range: f(x)∈R,f(x)β‰ 0\text{Range: } f(x) \in \mathbb{R}, f(x) \neq 0

Exam tip:

Always check for two common domain restrictions: denominators cannot be zero, and expressions under square roots cannot be negative.

2. Composite Functionsβ˜…β˜…β˜…β˜†β˜†β± 5 min

πŸ“˜ Definition

Composite Function

f∘g=f(g(x))f \circ g = f(g(x))

A combination of two functions where the output of the inner function becomes the input of the outer function . This means apply first, then .

Example:

If and , .

To find the domain of a composite function , two conditions must always be satisfied: 1. is in the domain of , 2. is in the domain of .

πŸ“ Worked Example

Given , , and , , find the domain of .

  1. 1

    First, confirm that for to exist, must be a valid input to :

  2. 2

    is only defined for non-zero inputs, so we require :

  3. 3
    xβˆ’4=0β€…β€ŠβŸΉβ€…β€Šx=4x - 4 = 0 \implies x = 4
  4. 4

    Next, check the domain of : is defined for all real , so the only restriction is :

  5. 5
    Domain: x∈R,xβ‰ 4\text{Domain: } x \in \mathbb{R}, x \neq 4

Exam tip:

Order matters for composite functions: is not the same as in most cases. Always apply the inner function first.

3. Inverse Functionsβ˜…β˜…β˜…β˜†β˜†β± 5 min

πŸ“˜ Definition

Inverse Function

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

A function that reverses the mapping of an original one-to-one (injective) function. If maps to , maps back to .

Example:

If , .

A function is one-to-one if it maps each input to a unique output. Use the horizontal line test to check: any horizontal line intersects the graph at most once for a one-to-one function. A key property: , .

πŸ“ Worked Example

Find the inverse of , .

  1. 1

    Step 1: Let :

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

    Step 2: Rearrange the equation to make the subject:

  4. 4
    y+5=2xβ€…β€ŠβŸΉβ€…β€Šx=y+52y + 5 = 2x \implies x = \frac{y + 5}{2}
  5. 5

    Step 3: Swap and to get :

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

    Verify: , which confirms the inverse is correct.

4. Inverses with Restricted Domainsβ˜…β˜…β˜…β˜…β˜†β± 6 min

Many common functions like quadratics are not one-to-one over their entire domain. To get an inverse, we first restrict the domain to make the function one-to-one. This is one of the most frequently tested concepts in CIE 9709.

πŸ“ Worked Example

Given , , find and state its domain and range.

  1. 1

    Step 1: Confirm is one-to-one on the restricted domain. For , it passes the horizontal line test, so an inverse exists.

  2. 2

    Step 2: Let , rearrange for :

  3. 3
    y=x2β€…β€ŠβŸΉβ€…β€Šx=Β±yy = x^2 \implies x = \pm \sqrt{y}
  4. 4

    Step 3: The original domain is , so we only take the positive root:

  5. 5
    x=yx = \sqrt{y}
  6. 6

    Step 4: Swap and to get the inverse:

  7. 7
    fβˆ’1(x)=xf^{-1}(x) = \sqrt{x}
  8. 8

    Step 5: State domain and range, using the inverse property:

  9. 9
    Domain of fβˆ’1=Range of f=xβ‰₯0Range of fβˆ’1=Domain of f=fβˆ’1(x)β‰₯0\text{Domain of } f^{-1} = \text{Range of } f = x \geq 0 \\ \text{Range of } f^{-1} = \text{Domain of } f = f^{-1}(x) \geq 0

Exam tip:

Always pick the correct root (positive or negative) based on the original restricted domain. This is the most commonly missed mark in inverse function questions.

5. Transformations of Graphsβ˜…β˜…β˜…β˜†β˜†β± 6 min

πŸ“˜ Definition

Transformation of y = f(x)

y=f(x)+a,f(x+a),af(x),f(ax)y = f(x)+a,\quad f(x+a),\quad af(x),\quad f(ax)

A change to the equation y = f(x) that moves or stretches its graph in a predictable way, without redrawing it point by point.

Example:

If , then is the same parabola raised 3 units, and is that parabola shifted 2 units to the right.

One idea unlocks every transformation in this topic:

A change on the outside of acts vertically and does exactly what you expect. A change on the inside of (applied to before acts) works horizontally and does the opposite of what you expect.

That is why moves the graph up (outside, intuitive) but moves it left (inside, reversed).

Translations (shifts).

  • : shift up by (down if ). Outside , so vertical.
  • : shift left by (right if ). Inside , so horizontal and reversed.

Stretches.

  • : vertical stretch, scale factor . Every -value is multiplied by ; points on the -axis stay fixed.
  • : horizontal stretch, scale factor . Every -value is divided by ; points on the -axis stay fixed.

Reflections are just stretches with a negative factor: reflects in the -axis, and reflects in the -axis.

πŸ“ Worked Example

The function is defined by . Describe fully the single transformation that maps onto each of (a) , (b) , (c) , (d) .

  1. 1

    (a) The is outside , so it acts vertically and intuitively:

  2. 2
    y=f(x)+4=x2+4β‡’translation 4 units upy = f(x) + 4 = x^2 + 4 \quad\Rightarrow\quad \text{translation 4 units up}
  3. 3

    (b) The is inside , so it acts horizontally and in reverse β€” subtracting moves the graph to the right:

  4. 4
    y=f(xβˆ’3)=(xβˆ’3)2β‡’translation 3 units righty = f(x-3) = (x-3)^2 \quad\Rightarrow\quad \text{translation 3 units right}
  5. 5

    (c) The multiplies the whole function (outside), so it is a vertical stretch:

  6. 6
    y=2f(x)=2x2β‡’vertical stretch, scale factor 2y = 2f(x) = 2x^2 \quad\Rightarrow\quad \text{vertical stretch, scale factor 2}
  7. 7

    (d) The multiplies inside , so it is a horizontal stretch with the reciprocal factor:

  8. 8
    y=f(2x)=(2x)2=4x2β‡’horizontal stretch, scale factor 12y = f(2x) = (2x)^2 = 4x^2 \quad\Rightarrow\quad \text{horizontal stretch, scale factor } \frac{1}{2}
πŸ“ Worked Example

The curve passes through the point . It is transformed to . Describe the two transformations and find the image of .

  1. 1

    Read off each change. is inside β†’ horizontal stretch, scale factor . The is outside β†’ translation 1 unit up. The horizontal change acts on the -coordinate, the vertical change on the -coordinate.

  2. 2

    Horizontal stretch, factor , multiplies the -coordinate by :

  3. 3
    x:4Γ—12=2x:\quad 4 \times \frac{1}{2} = 2
  4. 4

    The raises the -coordinate by 1:

  5. 5
    y:3+1=4y:\quad 3 + 1 = 4
  6. 6

    So the image of the point is:

  7. 7
    (4, 3)β€…β€ŠβŸΌβ€…β€Š(2, 4)(4,\, 3) \;\longmapsto\; (2,\, 4)
  8. 8

    Sanity check: a factor of 2 inside gives a stretch of , pulling points towards the -axis () β€” never a stretch of 2. That is 'inside = reversed' in action.

Exam tip:

Two traps examiners rely on: moves the graph opposite to the sign of (so is a shift left), and stretches by , not by . When unsure, track one easy point through the change and see where it lands.

6. Common Pitfalls

Wrong move:

Claiming is a function of

Why:

A single value maps to two different values, so it fails the vertical line test

Correct move:

Recognize this is a relation, not a function, because each between and has two outputs

Wrong move:

Forgetting to check the domain of the inner function for composites

Why:

Only checking the restriction on the outer function misses existing restrictions on the inner function

Correct move:

Always check two conditions: is in the domain of the inner function, and the inner output is valid for the outer function

Wrong move:

Swapping order of composite functions, writing for

Why:

Misremembering that the notation means the inner function is applied first

Correct move:

Always remember: inner function first, outer function second for composite functions

Wrong move:

Keeping both roots when finding the inverse of a restricted quadratic

Why:

The original domain restricts the sign of , so only one root is valid for the inverse

Correct move:

Check the original domain to select the correct positive or negative root for the inverse

Wrong move:

Reading as a translation 3 units to the right

Why:

The is inside , applied to before the function acts, so it works horizontally and in reverse β€” the graph moves 3 units to the left

Correct move:

Use 'inside = horizontal = reversed', or set the bracket to zero () to see the graph shifts to , i.e. 3 units left

7. Quick Reference Cheatsheet

Concept

Key Rule

Function

Each input maps to exactly one output (passes vertical line test)

Domain

All valid ; exclude values that make denominators zero / square roots negative

Composite

Apply first, then ; domain:

Inverse

Only exists for one-to-one functions; ; graph reflected in

Finding inverse

  1. Let 2. Rearrange for 3. Swap and

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· 1

    Find range of restricted quadratic

  • 2022 Β· 1

    Find inverse of composite function

  • 2021 Β· 1

    Domain of composite function

Going deeper

What's Next

Functions are a foundational topic for almost all other areas of pure mathematics, including calculus, coordinate geometry, and trigonometry. Understanding domain and range helps you correctly interpret limits, derivatives, and integrals, while inverse functions are essential for working with logarithmic and inverse trigonometric functions. This topic frequently combines with transformations of functions in CIE 9709 Paper 1, so building a solid understanding here will help you tackle more complex questions later in the course.