In short
When you unfold |f(x)| = k into the two case equations f(x) = k and f(x) = -k, you have produced two candidates, not one answer. The classic trap is to solve one branch, see a clean number pop out, write it down, and move on. That move loses marks in three different ways. Sometimes the second branch carries another genuine solution and you miss it. Sometimes the branch you stopped at gives an extraneous root that the original equation rejects. Sometimes both branches need checking just to know which survive. The fix is the same in every case: take every candidate from every case, plug it back into the original absolute-value equation, and keep only those that actually satisfy it. Both cases. Original equation. No shortcuts. CBSE Class 11 marking schemes give full marks only when every valid solution is reported and verified — which is why this habit is non-negotiable.
You unfold |2x - 6| = 4 and write the first case: 2x - 6 = 4, so x = 5. You check it — |10 - 6| = 4 — yes, it works. You circle it. You move on.
You just lost half the marks.
Because the equation |2x - 6| = 4 has two solutions, not one. The other one, x = 1, is sitting in the second case you never wrote down. The marker scans your answer, sees only x = 5, and quietly halves your score.
This page is about that exact mistake — the "I solved one branch, that's the answer" reflex — and how to kill it.
Why one branch is never enough
When you write down |f(x)| = k and split it into
you are saying both of these equations are possible — not one or the other. The original absolute-value equation is asking: "for which x does f(x) have magnitude k?" There are two ways to have magnitude k — be equal to +k, or be equal to -k. Both are legitimate. Both can produce solutions. And in the typical case, both do.
Why: the absolute-value bars in |f(x)| = k destroy sign information. The equation does not care whether f(x) is +k or -k, only that its size is k. Unfolding into two cases is just naming the two ways that can happen — neither has priority, and neither can be skipped.
The reflex to stop after one case usually comes from one of three places:
- "It checks out, so I'm done." No — one answer checking out tells you that one answer is valid. It tells you nothing about whether there is another.
- "The first case gave a clean number." A clean number from one case does not preclude a clean number from the other. They are independent.
- "The two cases are symmetric — solving one is enough." They are not symmetric in x. They are symmetric in the expression f(x). Two different values of x usually solve them.
The diagram says everything: two cases, two candidates, one verification gate, one final answer set. Snip any wire and the answer goes wrong.
What goes wrong when you stop early
There are three failure modes, and the first example below shows each one.
Example 1: Both cases give genuine solutions — skip case 2, lose half the answer
Solve |2x - 6| = 4.
Step 1. Unfold into two cases.
Why: |2x - 6| has size 4, so the expression 2x - 6 is either +4 or -4. Both are equally legitimate.
Step 2. Solve case 1. 2x - 6 = 4 \implies 2x = 10 \implies x = 5.
Step 3. Solve case 2. 2x - 6 = -4 \implies 2x = 2 \implies x = 1.
Step 4. Verify both candidates in the original equation.
- x = 5: |2(5) - 6| = |10 - 6| = |4| = 4. ✓
- x = 1: |2(1) - 6| = |2 - 6| = |-4| = 4. ✓
Result. x = 1 or x = 5.
The skip-case-2 reflex would have written x = 5 alone and ended with half marks. The marker would have circled the missing x = 1 in red. Two solutions, both genuine, both essential — and they came from two separate branches that you cannot collapse.
Example 2: One case is "always true" — skip case 1, miss every positive answer
Solve |x| = x.
Step 1. Unfold.
Step 2. Solve case 1. x = x is true for every real x. Not "no solution" — every solution.
Step 3. Solve case 2. x = -x \implies 2x = 0 \implies x = 0.
Why: case 1 collapsing to a tautology is not a degenerate failure — it is information. It says "every x in the world satisfies this case." But you still need the constraint from the original equation to filter it down.
Step 4. Verify in the original. The original is |x| = x. Plug in any candidate x_0 — the left side is |x_0|, the right is x_0. They agree exactly when x_0 \ge 0 (because that is when |x_0| = x_0).
So from case 1's "every x", only x \ge 0 survives. From case 2, x = 0 survives (and is already inside x \ge 0).
Result. x \ge 0.
The skip-case-1 student would have written x = 0 and called it done. They would have missed every positive number — an infinite set of valid solutions, gone. The cricketer in your class who wrote x \ge 0 scored full marks; the one who only solved case 2 got a single point.
Example 3: Skip the verification, ship an extraneous root
Solve |x - 1| = x - 5.
Step 1. Unfold.
Step 2. Solve case 1. x - 1 = x - 5 \implies -1 = -5. Contradiction. No candidate from this case.
Step 3. Solve case 2. x - 1 = -(x - 5) \implies x - 1 = -x + 5 \implies 2x = 6 \implies x = 3.
Why: case 1 collapsed because the two sides are parallel lines that never meet. Case 2 produced one candidate. So far you have exactly one candidate to test — but "one candidate" does not yet mean "one solution".
Step 4. Verify x = 3 in the original equation.
- Left: |3 - 1| = |2| = 2.
- Right: 3 - 5 = -2.
- Compare: 2 \ne -2. ✗ extraneous.
Result. No solution.
The skip-the-check student would have circled x = 3 — and the marker would have stripped the points. The right side x - 5 is negative at x = 3, but the left side, an absolute value, is \ge 0 everywhere. They could never have agreed. The original equation has no real solutions at all, even though the algebra of case 2 looked completely fine.
The three examples cover the entire failure surface:
- Skip case 2 → lose a real answer.
- Skip case 1 → lose every answer in a "always true" case.
- Skip verification → ship an extraneous root.
Any one of these costs marks. The fix is one workflow that prevents all three.
The habit, in three rules
Three rules, glued together, form the entire safe-solving routine.
-
Always write down both cases. Even if case 1 looks "obvious" or case 2 looks "redundant", write them. The act of writing the second case is what makes you remember to solve it.
-
Carry both candidates through to verification. Treat each as a suspect, not a solution. The case-split is a generous machine — it sometimes hands you fewer answers than the equation has (when one case collapses), and sometimes more (when one case produces a phantom root). Only verification tells you which.
-
Plug into the original absolute-value equation. Not the unfolded version. The unfolded equation has already lost the absolute-value information — that is the whole point of the unfolding. The original equation is the only one that still enforces |\cdot| \ge 0, the sign constraint, and the genuine equality you started with.
For CBSE Class 11 boards and JEE Main, the marking scheme grades the complete solution set. Reporting "x = 5" when the answer is "x = 1 or x = 5" gets you partial credit at best — and usually nothing at all, because the question was "find all solutions". Likewise, reporting "x = 3" for an equation with no solution is a wrong answer, not a near-miss. The verification step is the one that converts your case-split arithmetic into a complete, correct, full-marks answer.
A useful sanity check before you write down your final answer: count your candidates and count your solutions. If you have two candidates and only wrote down one solution, ask yourself why. If you skipped a case "because it looked the same", go back and write it. If a candidate failed verification, write the rejection explicitly — examiners reward students who show they tested both branches.
Once the habit is internalised, you stop writing wrong answers from absolute-value equations entirely. Two cases. Two candidates. One verification gate against the original. One complete solution set.
For the deeper story of why extraneous candidates appear in the first place — the algebraic reason the unfolding silently drops the sign constraint — see the sibling page Verify Both Absolute-Value Candidates by Plugging Back. For the foundational technique itself, return to Absolute Value — Equations.
References
- NCERT Mathematics, Class 11 — Sets, Relations and Functions — modulus function and the requirement that all valid solutions be reported.
- Paul's Online Math Notes — Absolute Value Equations — explicit two-case workflow with verification.
- Khan Academy — Absolute value equations — interactive practice on equations with two genuine solutions.
- Stewart, Redlin, Watson — Precalculus: Mathematics for Calculus — chapter on absolute-value equations and the role of complete case analysis.