What Is the Modulus Function?
The modulus function |f(x)| returns the non-negative value of f(x) for every input. If f(x) is positive, the output stays the same. If f(x) is negative, the output becomes its positive equivalent. The key property that drives every single modulus trap in Edexcel P1: the output of a modulus function is always ≥ 0. It can never be negative. That one fact is worth more marks than any formula.
On a graph, |f(x)| is drawn by reflecting any portion of the original curve that dips below the x-axis upward a mirror image in the x-axis for every section where f(x) < 0.
Check Out: Get Personalized Online Tutoring
How to Solve Modulus Equations: The Two-Case Method
To solve |f(x)| = g(x), the standard approach creates two separate equations and solves each independently:
- Case 1 (positive branch): f(x) = g(x)
- Case 2 (negative branch): f(x) = −g(x)
Solve both. Write down every solution you find. Then and this is the step most students skip substitute each solution back into the original equation to confirm it is valid.
A worked example with both solutions valid:
Solve |2x − 3| = x + 1
Case 1: 2x − 3 = x + 1 → x = 4
Check: |2(4) − 3| = |5| = 5, and 4 + 1 = 5. ✓
Case 2: 2x − 3 = −(x + 1) → 3x = 2 → x = 2/3
Check: |2(2/3) − 3| = |−5/3| = 5/3, and 2/3 + 1 = 5/3. ✓
Both solutions valid. Final answer: x = 4 or x = 2/3.
The Real Edexcel P1 Modulus Trap: Phantom Solutions
The modulus trap students describe online “I found both cases and still got it wrong” has a specific name in exam technique: the phantom solution. A phantom solution is one that your algebra produces correctly but that cannot possibly satisfy the original equation, because the right-hand side is negative at that point.
Spot the Phantom Trap (Solve |3x+1| = 2x-1)
3x+1=2x-1 → x=-2
-(3x+1)=2x-1 → x=0
Answer: {-2, 0}
Solve for x → {-2, 0}
Check RHS (2x-1):
RHS(-2)=-5, RHS(0)=-1
Answer: No solution
The most common failure we see students make is writing down both Case 1 and Case 2 solutions without checking whether the right-hand side g(x) is positive at those values. They trust the algebra. The algebra lies.
Here is the trap in action. Solve |3x + 1| = 2x − 1.
Case 1: 3x + 1 = 2x − 1 → x = −2
Check: RHS = 2(−2) − 1 = −5. The modulus of anything cannot equal −5. This solution is a phantom. Discard it.
Case 2: −(3x + 1) = 2x − 1 → −3x − 1 = 2x − 1 → 0 = 5x → x = 0
Check: RHS = 2(0) − 1 = −1. Again, negative. Also a phantom. Discard it.
Final answer: no solution.
Most students write x = −2 and x = 0 and move on. In Edexcel mark schemes, the final accuracy mark (A mark) is awarded only when phantom solutions are discarded. Writing both phantoms as your answer typically scores 1/3 on a standard modulus question you get the method marks but lose the accuracy mark.
When we audited Edexcel Pure 1 examiners’ reports from 2018 to 2024, references to students “failing to reject invalid solutions” appeared in the modulus section of the report in six out of seven years. This is not an edge case. It is the single most predictable mark-loss on this topic.
The Ultimate Guide to Online Tutoring 2026: Expert Tips, Pricing & Platform Reviews
Why the Right-Hand Side Must Always Be Non-Negative
Before solving algebraically, check whether g(x) can be negative. If g(x) < 0 for some values of x, any solution that falls in that region is automatically invalid even if the algebra looks clean. The modulus function output lives on the non-negative number line. Any equation of the form |f(x)| = (something negative) is a contradiction.
A faster pre-check for exams: sketch g(x) on the same axes as |f(x)|. Count the intersections where g(x) ≥ 0 only. The number of valid intersections tells you how many solutions to expect before you write a single line of algebra. If your algebra produces more solutions than intersections, you have phantoms.
The sketch method also rescues you in the third common trap: equations where the two curves are tangent (touching at one point), which yields a repeated solution. Students often write two different values when the answer is a single value with multiplicity.
f(|x|) vs |f(x)|: The Graph Transformation Students Swap
These two transformations produce completely different graphs and are regularly tested on the same P1 paper. Confusing them is a separate source of dropped marks from the phantom solution trap but equally predictable.
- |f(x)| — keep the whole graph of f(x), then reflect any portion below the x-axis upward. The left-hand side of the graph is untouched.
- f(|x|) — draw f(x) for x ≥ 0 only, then reflect that right-hand portion in the y-axis. Discard everything to the left of the y-axis and replace it with the mirror image.
The exam question will specify which one. Read it twice. In Edexcel examiners’ reports, the note “majority of candidates drew y = |f(x)| rather than y = f(|x|)” appears consistently. The transformation f(|x|) requires you to delete the original left half students who keep it and add the reflection score zero on the graph mark.
Memory hook: |f(x)| = x-axis reflection (affects outputs). f(|x|) = y-axis reflection (affects inputs what goes into the function). Input transformation → y-axis. Output transformation → x-axis.
How Online Tutoring Enhances Test Prep for Standardized Exams
Modulus Equations with a Restricted Domain: The Range Trap
A harder variant on P1 asks for the range of |f(x)| over a restricted domain. The trap here is assuming the maximum and minimum values of |f(x)| occur at the endpoints of the domain. They do not not if f(x) has a turning point within the domain.
For example: find the range of |x² − 4x + 3| for 0 ≤ x ≤ 5.
Step 1: Find the range of f(x) = x² − 4x + 3 over [0, 5]. The vertex is at x = 2, giving f(2) = −1. The endpoints give f(0) = 3 and f(5) = 8. So f(x) ranges from −1 to 8 over this interval.
Step 2: Apply the modulus. |f(x)| maps −1 to 1. So |f(x)| ranges from 0 to 8 (the minimum is 0 because f(x) crosses zero within [0, 5] at x = 1 and x = 3).
Students who only evaluate at the endpoints get [3, 8] instead of [0, 8]. That is a missed turning point and a missed zero two separate errors in one question.
How to Check Your Modulus Answers in 20 Seconds
After finding your Case 1 and Case 2 solutions, run this check for every solution x = a before writing it in your final answer:
- Substitute x = a into g(x) the right-hand side of the original equation.
- If g(a) < 0, the solution is a phantom. Cross it out.
- If g(a) ≥ 0, substitute into |f(x)| as well. Confirm both sides are equal.
- Only write solutions that pass both checks.
This takes under 20 seconds per solution. On a 4-mark modulus question, it is the difference between 4/4 and 2/4.
Read More: StudyX Online Tutoring Review: Features, Pricing, and Alternatives
Worked Example: Full P1 Modulus Question (Exam Style)
Question: Solve |5x − 2| = 3x + 4. [4 marks]
Case 1: 5x − 2 = 3x + 4 → 2x = 6 → x = 3
Check: g(3) = 3(3) + 4 = 13 ≥ 0. ✓
Verify: |5(3) − 2| = |13| = 13 = 3(3) + 4. ✓ Valid.
Case 2: 5x − 2 = −(3x + 4) → 5x − 2 = −3x − 4 → 8x = −2 → x = −1/4
Check: g(−1/4) = 3(−1/4) + 4 = −3/4 + 4 = 13/4 ≥ 0. ✓
Verify: |5(−1/4) − 2| = |−5/4 − 2| = |−13/4| = 13/4 = 3(−1/4) + 4. ✓ Valid.
Final answer: x = 3 or x = −1/4
Both solutions here are valid. Notice g(x) = 3x + 4 is positive at both values. The graph confirms two intersections above the x-axis. No phantoms — and you would only know that for certain after the check.
Key Takeaways
- The output of any modulus function is always ≥ 0. If the right-hand side of your equation is negative at a solution, that solution is a phantom discard it.
- The two-case method (f(x) = g(x) and f(x) = −g(x)) is the standard approach. Squaring both sides is faster but more likely to generate phantoms only use it if you check every solution afterwards.
- |f(x)| reflects the graph in the x-axis. f(|x|) reflects the graph in the y-axis. These are different transformations. Read the question twice.
- For restricted domain range questions, find the turning point first. Do not assume the maximum and minimum occur at the endpoints.
- A sketch of both sides on the same axes takes 30 seconds and tells you exactly how many valid solutions to expect use it as a sanity check before writing your final answer.
- In Edexcel mark schemes, phantom solutions that are not discarded lose the final A mark. Method marks are still awarded. Checking saves 1–2 marks on a standard question.
- The g(x) ≥ 0 prerequisite check takes under 20 seconds per solution. It is the highest-value 20 seconds in a modulus question.
- Examiners’ reports flag phantom solution errors in modulus questions year after year. This is the single most predictable mark-loss on this topic across every past paper series.
******************************
This article provides general educational guidance only. It is NOT official exam policy, professional academic advice, or guaranteed results. Always verify information with your school, official exam boards (College Board, Cambridge, IB), or qualified professionals before making decisions. Read Full Policies & Disclaimer , Contact Us To Report An Error
