- The modulus function output is always ≥ 0; a negative right-hand side means a phantom solution.
- Always substitute solutions back into g(x) before writing a final answer.
- |f(x)| reflects in the x-axis; f(|x|) reflects in the y-axis — these are different transformations.
- For restricted domains, find the turning point first; endpoints alone miss the minimum.
- Phantom solution errors appear in Edexcel examiners’ reports six out of seven years on this topic.
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. Students preparing for EmSAT tutoring and similar high-stakes exams often encounter the same modulus logic in their syllabuses.
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.
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.
Students working through O Level Mathematics (Syllabus D 4024) encounter closely related modulus equation work and the same phantom-solution pitfall.
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.
This same careful pre-check discipline is explored in our post on A Level Geography time management, where structured checking before committing to an answer is equally high-value.
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.
For a broader look at how Edexcel structures its assessments, our guide to Edexcel tutoring covers the full qualification landscape.
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.
The structured step-by-step approach used here mirrors the method in our post on 5 high-impact tips to ace the 9093 commentary task, where breaking a question into discrete stages prevents mark loss.
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.
The same habit of systematic self-checking is central to the advice in Is A Level English Language 9093 Hard? — where students who verify their interpretations before committing consistently outperform those who do not.
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.
Students preparing for the AP Seminar or similar analytical assessments will recognise this verify-before-concluding discipline as transferable across subjects. The essay-writing parallel is explored in How to Write the Perfect A Level English Essay. For students who want structured support working through modulus problems, ELAT preparation tutors at MEB also apply close-reading verification methods that transfer directly to mathematical checking habits.
Related Reading
******************************
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
