You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers the modulus function and its graphs, solving modulus equations and inequalities, and a comprehensive review of graph transformations.
The modulus (or absolute value) of x is written |x| and defined as:
|x| = x if x ≥ 0
|x| = −x if x < 0
In other words, |x| makes any negative value positive. It represents the distance of x from zero on the number line.
To sketch y = |f(x)|:
Sketch y = |2x − 3|.
First sketch y = 2x − 3 (a straight line crossing the x-axis at x = 3/2).
The part where y < 0 (x < 3/2) is reflected upward. The result is a V-shape with vertex at (3/2, 0).
To sketch y = f(|x|):
The graph is always symmetric about the y-axis.
To solve |f(x)| = g(x):
Solve |3x − 2| = x + 4.
Case 1: 3x − 2 = x + 4 → 2x = 6 → x = 3
Check: |7| = 7, x + 4 = 7 ✓
Case 2: 3x − 2 = −(x + 4) → 3x − 2 = −x − 4 → 4x = −2 → x = −1/2
Check: |−7/2| = 7/2, x + 4 = 7/2 ✓
Solutions: x = 3 or x = −1/2
Solve |x − 1| = |2x + 3|.
Square both sides:
(x − 1)² = (2x + 3)²
x² − 2x + 1 = 4x² + 12x + 9
3x² + 14x + 8 = 0 → (3x + 2)(x + 4) = 0
x = −2/3 or x = −4. Both check out.
For |f(x)| < a (where a > 0): −a < f(x) < a
For |f(x)| > a (where a > 0): f(x) > a or f(x) < −a
Solve |2x − 5| < 3.
−3 < 2x − 5 < 3 → 2 < 2x < 8 → 1 < x < 4
Answer: 1 < x < 4
Solve |x + 1| ≥ 4.
x + 1 ≥ 4 or x + 1 ≤ −4 → x ≥ 3 or x ≤ −5
| Transformation | Effect on graph |
|---|---|
| y = f(x) + a | Translation (0, a) — up by a |
| y = f(x + a) | Translation (−a, 0) — left by a |
| y = af(x) | Vertical stretch, scale factor a |
| y = f(ax) | Horizontal stretch, scale factor 1/a |
| y = −f(x) | Reflection in the x-axis |
| y = f(−x) | Reflection in the y-axis |
The curve y = f(x) passes through (3, 5). Find the corresponding point on:
(a) y = f(x) + 4 → (3, 9) (shift up 4) (b) y = f(x − 2) → (5, 5) (shift right 2) (c) y = 2f(x) → (3, 10) (stretch vertically by 2) (d) y = f(3x) → (1, 5) (compress horizontally by 3) (e) y = −f(x) → (3, −5) (reflect in x-axis) (f) y = f(−x) → (−3, 5) (reflect in y-axis)
Apply transformations in the correct order. For y = af(bx + c) + d:
Describe the sequence of transformations that maps y = x² to y = 3(x − 1)² + 2.
AQA 7357 specification, Paper 2 Pure Mathematics, Section B — Algebra and Functions (Year 2 content) covers the modulus function; sketch y=∣f(x)∣ and y=f(∣x∣) from the graph of y=f(x); combine transformations of graphs and use them to solve equations and inequalities involving the modulus function (refer to the official specification document for exact wording). This sub-strand sits within the Year 2 functions block and connects directly to Paper 1 Section D (Sequences and Series) through piecewise definitions, Paper 2 Section C (Coordinate Geometry) through reflection arguments, and Paper 3 Section M (Mechanics — Kinematics) where speed ∣v∣ is the modulus of velocity. The AQA formula booklet does not list the modulus definition or the transformation rules — they must be memorised as the piecewise formula ∣x∣=x for x≥0 and ∣x∣=−x for x<0.
Question (8 marks):
(a) Solve ∣2x−3∣=x+1, giving all values of x. (5)
(b) On the same axes, sketch y=∣2x−3∣ and y=x+1, marking the points of intersection found in (a) and the coordinates of every axis crossing. (3)
Solution with mark scheme:
(a) Step 1 — note the constraint on the right-hand side.
Since ∣2x−3∣≥0 for all real x, any solution must satisfy x+1≥0, i.e. x≥−1. Solutions outside this range must be rejected at the end.
B1 — stating (or using) the constraint x+1≥0 at any point in the working. Many candidates skip this and lose the mark even when their final answers are correct, because they have not justified rejecting any extraneous root.
Step 2 — split the modulus into its two branches.
Branch 1 (positive branch): if 2x−3≥0, i.e. x≥23, then ∣2x−3∣=2x−3. The equation becomes:
2x−3=x+1⟹x=4
Check: x=4≥23, so this branch is valid; also x+1=5≥0, consistent.
M1 — setting up Branch 1 with the correct sign and stating (or implying) the domain restriction x≥23.
A1 — x=4, accompanied by a domain check.
Step 3 — Branch 2 (negative branch).
If 2x−3<0, i.e. x<23, then ∣2x−3∣=−(2x−3)=3−2x. The equation becomes:
3−2x=x+1⟹2=3x⟹x=32
Check: x=32<23, valid for Branch 2; and x+1=35≥0, consistent.
M1 — setting up Branch 2 with the negated bracket.
A1 — x=32, with domain consistency confirmed.
Final answer: x=32 or x=4.
(b) Sketch: y=∣2x−3∣ is a V-shape with vertex at (23,0), gradient +2 to the right and −2 to the left, crossing the y-axis at (0,3). y=x+1 is a straight line of gradient 1 through (−1,0) and (0,1). The intersections at (32,35) and (4,5) should be labelled.
B1 — V-shape vertex correctly placed at (23,0). B1 — straight line correctly drawn with both intercepts marked. B1 — both intersections labelled with coordinates.
Total: 8 marks (B1 M2 A2 + B3, structured as shown).
Question (6 marks): The function f is defined by f(x)=x2−4 for x∈R.
(a) Sketch y=∣f(x)∣, labelling all axis crossings and turning points. (3)
(b) Sketch y=f(∣x∣) on a separate set of axes, labelling all axis crossings and turning points. (3)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 2. Part (b) has a built-in trap: candidates who do not notice that f is even draw an incorrect graph; candidates who do notice, and say so, earn the AO2 reasoning mark.
Connects to:
Paper 1 Section A (Proof) and Section D (Sequences and Series): the formal piecewise definition ∣x∣=x for x≥0, ∣x∣=−x for x<0 is the prototypical "proof by cases" object. Many AQA proof questions ask candidates to prove identities such as ∣ab∣=∣a∣∣b∣ by considering the four sign combinations. The same case-splitting underpins convergence proofs for sequences in Year 2 work on series.
Paper 2 Section C (Coordinate Geometry): the graph y=∣f(x)∣ is obtained by reflecting in the x-axis where f(x)<0; y=f(∣x∣) is obtained by reflecting in the y-axis the x≥0 portion. Both are special cases of the general transformation rules examined throughout coordinate geometry.
Paper 2 Section G (Differentiation): ∣x∣ is not differentiable at x=0 (the V-vertex is a cusp). This shows up in Year 2 differentiation when candidates are asked to identify points where dxdy does not exist. The piecewise derivative is +1 for x>0 and −1 for x<0, with no value at x=0.
Paper 3 Section M (Mechanics — Kinematics): speed is ∣v∣, the modulus of velocity. Sketching distance–time and speed–time graphs from a velocity–time graph is exactly the Pure-Mathematics transformation y=∣f(x)∣ in disguise. Candidates who have internalised the V-shape produce neater Mechanics sketches.
Paper 2 Section H (Integration): integrating ∣f(x)∣ over an interval where f changes sign requires splitting the integral at each root, taking absolute values branch-by-branch, then summing. This is the "area enclosed between a curve and the x-axis" technique that appears in every ∫ab∣f(x)∣dx question.
Modulus and transformation questions on AQA 7357 split AO marks more evenly than surd questions:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 50–60% | Splitting modulus into branches, applying transformation rules procedurally, sketching V-shapes and reflected parabolas |
| AO2 (reasoning / interpretation) | 30–40% | Justifying domain constraints, rejecting extraneous roots with a stated reason, identifying when a function is even and graph-types coincide |
| AO3 (problem-solving) | 5–15% | Modelling problems where speed = $ |
Examiner-rewarded phrasing: "since ∣f(x)∣≥0, the equation has no solution unless g(x)≥0"; "the graph of y=∣f(x)∣ is obtained by reflecting in the x-axis the portion of y=f(x) for which f(x)<0"; "checking x=32 in the original equation: ∣2(32)−3∣=∣34−3∣=35, and 32+1=35, consistent." Phrases that lose marks: "I squared both sides" without acknowledging the introduction of extraneous roots; "the modulus just removes the negative sign" (it does not — it removes the value of the negative branch, which may itself be more complicated than a sign flip).
A specific AQA pattern: questions phrased "solve, showing that there are exactly two solutions" require candidates to prove exhaustivity, not merely list two answers. The case-split structure is the proof.
Question: Solve ∣x−5∣=3.
Grade C response (~150 words):
The modulus equation gives two cases:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.