Functions
CIE A-Level Mathematicsยท Unit 1: Pure Mathematics 1, Topic 2ยท 15 min read
1. Functions, Domain and Rangeโ โ โโโโฑ 4 min
Function
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 .
Find the domain and range of for .
- 1
First, find any that makes the function undefined. Denominators cannot equal zero:
- 2
- 3
All other real values of are valid, so the domain is:
- 4
- 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
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
Composite Function
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 .
Given , , and , , find the domain of .
- 1
First, confirm that for to exist, must be a valid input to :
- 2
is only defined for non-zero inputs, so we require :
- 3
- 4
Next, check the domain of : is defined for all real , so the only restriction is :
- 5
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
Inverse Function
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 different inputs always give different outputs โ equivalently, each output value comes from just one input. (Every function already sends each input to a single output; one-to-one is the extra condition on the outputs.) 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: , .
Find the inverse of , .
- 1
Step 1: Let :
- 2
- 3
Step 2: Rearrange the equation to make the subject:
- 4
- 5
Step 3: Swap and to get :
- 6
- 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.
Given , , find and state its domain and range.
- 1
Step 1: Confirm is one-to-one on the restricted domain. For , it passes the horizontal line test, so an inverse exists.
- 2
Step 2: Let , rearrange for :
- 3
- 4
Step 3: The original domain is , so we only take the positive root:
- 5
- 6
Step 4: Swap and to get the inverse:
- 7
- 8
Step 5: State domain and range, using the inverse property:
- 9
For the same , (so ), sketch and on the same axes and show how they are related.
- 1
Sketch for : the right-hand half of the parabola, starting at the origin and rising. Two easy points to plot are and .
- 2
Sketch for by swapping the coordinates of every point on . So stays put and moves to :
- 3
- 4
Draw the line . The graph of is the mirror image of in this line: each point of reflects onto the matching point of , and points where the curves meet lie on (here and ).
- 5
In CIE, a sketch of a function and its inverse should always include an indication of the mirror line โ draw it in and label it.
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
Transformation of y = f(x)
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.
The function is defined by . Describe fully the single transformation that maps onto each of (a) , (b) , (c) , (d) .
- 1
(a) The is outside , so it acts vertically and intuitively:
- 2
- 3
(b) The is inside , so it acts horizontally and in reverse โ subtracting moves the graph to the right:
- 4
- 5
(c) The multiplies the whole function (outside), so it is a vertical stretch:
- 6
- 7
(d) The multiplies inside , so it is a horizontal stretch with the reciprocal factor:
- 8
The curve passes through the point . It is transformed to . Describe the two transformations and find the image of .
- 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
Horizontal stretch, factor , multiplies the -coordinate by :
- 3
- 4
The raises the -coordinate by 1:
- 5
- 6
So the image of the point is:
- 7
- 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.
The curve passes through . Describe the transformations in , find the image of , and explain why the order matters here.
- 1
Both changes are outside , so both are vertical: is a vertical stretch of factor 2, and the is a translation 3 units down. Two vertical transformations follow the normal order of operations โ multiply first, then subtract.
- 2
The -coordinate is unchanged (nothing acts horizontally). Apply the stretch to the -coordinate first, then subtract 3:
- 3
- 4
So the image of the point is:
- 5
- 6
Order matters because both steps act on the same () coordinate: subtracting 3 first and then stretching would give , not . This is unlike , where the horizontal and vertical steps act on different coordinates and can be done in either order.
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 |
|
Transformations | up; left; vertical ; horizontal |
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. The graph transformations covered in the final section of this guide are a frequent CIE 9709 Paper 1 topic in their own right and often combine with domain, range and inverse questions, so building a solid understanding here will help you tackle more complex questions later in the course.
