Modulus
Modulus, or absolute value, looks deceptively simple — |x| is just "the distance of x from zero", always non-negative — but CAT loves it precisely because that one definition forces case-work, and case-work is where careless aspirants leak marks. The moment you write |x| you are really writing two expressions glued together: x when x is non-negative, and −x when x is negative. Master that piecewise view and a whole family of CAT questions opens up: modulus equations like |2x−3| = 7, sum-of-distance equations like |x−1| + |x−5| = 10, range questions built on the triangle inequality, and the V-shaped graphs that show up in maxima–minima and coordinate-geometry problems. The smart approach is almost never blind algebra; it is the number-line picture, where |x−a| is read as "distance from a". This chapter builds that fluency from the ground up — the definition and properties, solving equations by cases and by critical points, and reading and using the graph of y = |x−a| + b — each with worked CAT-style examples, the fastest method, and the traps that catch the unwary.
Topics
⚡ CAT shortcuts & speed methods
The fastest ways to crack this chapter under time pressure — the techniques that separate a 95+ percentiler from the rest.
- Read |x − a| as "distance from a". Then |x − a| < c instantly means a − c < x < a + c.
- For |x − a| + |x − b| = c: minimum is |a − b|. No solution if c < |a − b|; infinitely many if c = |a − b|; exactly two if c > |a − b|.
- Solve |f(x)| = g(x) only after demanding g(x) ≥ 0, then split f(x) = ±g(x) and reject roots that break the sign condition.
- y = |x − a| + b is a V with vertex (a, b), arms of slope ±1, and minimum value b at x = a — sketch it instead of doing algebra.
- Count solutions of |x − a| + b = c by comparing c with b: two if c > b, one if c = b, none if c < b.
- Use the triangle inequality |a + b| ≤ |a| + |b| to bound expressions fast in range/maximum questions.
⚠️ Common mistakes & traps
CAT is designed so that careless errors here cost you marks. Internalise each trap before the exam.
- Treating |x| = −x as always false — it is true for every x ≤ 0.
- Forgetting to check the sign condition on the right side of |f(x)| = g(x), keeping a root where g(x) < 0.
- Dropping a case: |ax + b| = c gives TWO equations, not one.
- Solving |x − a| + |x − b| = c without spotting that c < |a − b| means no solution at all.
- Mis-placing the vertex of y = |x − a| + b — the inside shift is +a (to the right), not −a.
📈 CAT exam insight & PYQ analysis
🎴 Flashcards — instant recall
Tap a card to reveal the answer. Drill these until they are automatic.
📌 Quick revision
Chapter test
🏆 Vidaara CAT success checklist
You have truly mastered Modulus when you can tick every box below.
- Recall every formula in this chapter without looking them up
- Solve each topic’s practice set with at least 80% accuracy
- Use the chapter shortcuts to cut your solving time in half
- Spot and avoid every common trap listed above
- Score 80%+ on the timed chapter test
📋 Chapter mastery scorecard
Track where you stand. Aim for the target before moving to the next chapter.
| Skill checkpoint | Target |
|---|---|
| Concept theory & formulas understood | 100% |
| Topic practice sets attempted (3 topics) | 3/3 |
| Best topic-test score | — → 80%+ |
| Chapter test score | — → 80%+ |
| Flashcards drilled to instant recall | 12 cards |
Formula Reference Sheet
Definition & core properties
| Piecewise definition | |x| = x if x ≥ 0, and −x if x < 0 |
|---|---|
| Square-root form | |x| = √(x²); also |x|² = x² |
| Distance on the line | |x − a| = distance between x and a |
| Product & quotient | |ab| = |a||b|; |a/b| = |a|/|b| (b ≠ 0) |
| Non-negativity | |x| ≥ 0, with |x| = 0 only when x = 0 |
Equations, inequalities & triangle rule
| Basic equation | |x| = c (c ≥ 0) ⇒ x = c or x = −c |
|---|---|
| Linear equation | |ax + b| = c ⇒ ax + b = ±c (needs c ≥ 0) |
| Less-than inequality | |x| ≤ c ⇒ −c ≤ x ≤ c (c ≥ 0) |
| Greater-than inequality | |x| ≥ c ⇒ x ≤ −c or x ≥ c |
| Triangle inequality | |a + b| ≤ |a| + |b|; |a − b| ≥ ||a| − |b|| |