For Integrated Programme students: Your current school materials, teacher instructions, and assessment scope take precedence because IP topic sequence and depth vary by school. This is an Eclat IP guide, not the O-Level / SEC G3 exam-track guide.
How this chapter applies
Eclat core: piecewise interpretation, graph reflection, and modulus equations form an Eclat IP extension where the current school teaches them.
School-sensitive extension: the whole chapter is outside K341 core and must not be assumed examinable for every IP student.
2027 national comparison: K341 has no standalone modulus-functions topic or outcome.
Check your school: check the current topic list before spending assessment preparation time on this chapter.
Q: What does IP AMaths Notes (Upper Sec, Year 3-4): 11) Modulus Functions cover? A: Piecewise rewriting, graph sketching, and inequality solving with modulus expressions for IP AMaths.
Modulus expressions measure distance from zero. Convert them into piecewise linear forms to analyse turning points and solve inequalities.
Keep the full topic roadmap handy via our IP Maths tuition hub so you can jump into related drills, quizzes, or diagnostics as you move through these notes.
The core idea is simple: A modulus expression measures distance from zero.
Use it as a working check: Find the critical points where the expression inside the modulus is zero, then solve each region with the correct sign.
Then go one layer deeper: Example: for ∣2x−3∣, split at x=23. To the right it is 2x−3; to the left it is −(2x−3).
Sign-region workflow
Use a sign-region chart before expanding a modulus expression. It keeps the algebra tied to the graph.
For y = |2x - 3| - 1:
critical point: 2x - 3 = 0 -> x = 3/2
region sign of 2x - 3 rewrite
x < 3/2 negative y = -(2x - 3) - 1 = -2x + 2
x >= 3/2 non-negative y = 2x - 3 - 1 = 2x - 4
The two line segments must meet at the critical point. If they do not meet, check the sign rewrite before sketching.
Multiple-modulus checkpoint
When an expression has more than one modulus term, collect every critical point first, then build intervals from left to right. Each interval needs its own sign decision for every modulus term.
Step
What to do
Common trap
1
Set each inside expression equal to zero.
Using only the first modulus term's critical point.
2
Sort the critical points on a number line.
Treating overlapping regions out of order.
3
Pick a test value in each interval.
Guessing signs without checking both modulus terms.
4
Rewrite every modulus term on that interval.
Changing one modulus term but leaving the other unchanged.
5
Check that adjacent pieces meet at the critical points.
Sketching disconnected line segments.
Worked check: for y=∣x+1∣+∣x−3∣, the critical points are x=−1 and x=3. On x<−1, both inside expressions are negative, so
y=−(x+1)−(x−3)=−2x+2.
On −1≤x<3, x+1 is non-negative but x−3 is negative, so
y=(x+1)−(x−3)=4.
On x≥3, both are non-negative, so
y=(x+1)+(x−3)=2x−2.
Misconception check: the minimum is not found by setting each modulus term to zero at the same time. Here the expression stays at 4 for every x between −1 and 3, so the minimum value is 4 across an interval.
1 Fundamental identities
∣x∣={xx≥0−xx<0.
∣ax+b∣=∣a∣⋅x+ab
Solve ∣f(x)∣=c by considering f(x)=c and f(x)=−c
Modulus method-choice checkpoint
Before solving, decide what the modulus is doing in the question.
| Question form | Best first move | What it means | Trap to avoid |
| --------------- | --------------- | ------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------ | --------------------------------------------------------------------------------- |
| ∣f(x)∣=c, where c≥0 | Split into f(x)=c or f(x)=−c. | The inside expression is distance c from zero. | If c<0, there is no solution. |
| ∣f(x)∣≤c, where c≥0 | Write −c≤f(x)≤c. | The inside expression stays within a band. | Do not use "or" for the inside band. |
| ∣f(x)∣≥c, where c≥0 | Write f(x)≤−c or f(x)≥c. | The inside expression lies outside the band. | Do not join the two outside regions with "and". |
| ∣f(x)∣=∣g(x)∣ | Use piecewise regions or square both sides carefully. | Two expressions are the same distance from zero. | Squaring can create candidates that still need checking in the original equation. |
| Graph of y=∣f(x)∣ | Sketch y=f(x), then reflect negative parts above the x-axis. | The output cannot be negative. | Do not move the whole graph up; only negative y-values are reflected. |
Misconception check: modulus is not a command to "make x positive". It makes the value of the inside expression non-negative, so the critical points still come from the inside expression.
Graph transformation checkpoint
For graph questions, decide whether the modulus is outside the function or inside the input. These are different transformations.
| Function form | What changes | Sketch move | Common trap |
| ------------- | ------------ | ----------- | ------------------------------------------------------ | ------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ----------------- | --- | -------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| y=∣f(x)∣ | Negative output values become positive. | Sketch y=f(x), then reflect parts below the x-axis above it. | Reflecting the left half of the graph just because there is a modulus sign. |
| y=f(∣x∣) | Negative input values are replaced by positive inputs. | Keep the x≥0 half, then reflect that half in the y-axis. | Reflecting parts below the x-axis instead of using the right half. |
| y=∣f(∣x∣)∣ | Input and output are both affected. | First build f(∣x∣), then reflect any negative output above the x-axis. | Trying to do both reflections at once without checking the intermediate graph. |
Worked check: if f(x)=x−2, then y=∣f(x)∣=∣x−2∣ has a vertex at (2,0). But y=f(∣x∣)=∣x∣−2 has a vertex at (0,−2). The two graphs are not the same.
Misconception check: the position of the modulus bars tells you what is being made non-negative. Bars around the whole function affect y-values; bars around x affect the input before the function is evaluated.
2 Worked example - Piecewise sketch
Sketch y=∣2x−3∣−1.
Set 2x−3=0 → x=23.
For x≥23, y=2x−3−1=2x−4.
For x<23, y=−(2x−3)−1=−2x+2
Plot both lines; the vertex occurs at (23,−1).
Trap check: the vertex x-coordinate comes from the inside expression 2x−3=0, not from solving y=0. The x-intercepts are separate points on the graph.
3 Worked example - Modulus inequality
Solve ∣x−4∣≤3.
Write double inequality: −3≤x−4≤3.
Add 4 throughout: 1≤x≤7.
Now solve ∣2x+5∣>9.
Either 2x+5>9 or 2x+5<−9.
First case: 2x>4 → x>2.
Second case: 2x<−14 → x<−7.
Solution: x<−7 or x>2.
Common inequality pattern:
|expression| <= c -> -c <= expression <= c
|expression| >= c -> expression <= -c or expression >= c
The first pattern describes the values inside a band. The second pattern describes the values outside the band.
4 Worked example - Solving a modulus equation
Solve ∣2x−1∣=∣x+4∣.
Identify critical points where expressions change sign: x=21 and x=−4.
Case 1 (x≥21): both brackets non-negative. Equation becomes 2x−1=x+4 giving x=5.
Case 2 (−4≤x≤21): 2x−1 is negative while x+4
Case 3 (x≤−4): both brackets negative. Equation becomes −(2x−1)=−(x+4) ⇒ −2x+1=−x−4
Verify both admissible roots in the original equation: x=−1 and x=5 satisfy the modulus equality.
Answer: x=−1 or x=5.
5 Practice Quiz
Make sure piecewise rewrites, absolute inequalities, and sketching routines are automatic before layering them onto coordinate geometry.
6 Try this
Rewrite y=∣x+1∣+∣x−3∣ as piecewise linear segments and determine the minimum value of y.