Modulus Graphs
The graph of y = |x| is a V with its vertex at the origin, made of the line y = x for x ≥ 0 and y = −x for x < 0. Every modulus graph is built from this V by shifting and stretching. For y = |x − a| + b the vertex moves to (a, b): subtracting a inside slides the V right by a, adding b outside lifts it up by b. The two arms always have slopes +1 and −1 (a coefficient like |2x − 4| = 2|x − 2| steepens them to ±2). Reading the graph is the fastest way to answer "how many solutions" questions: the number of times a horizontal line y = c meets the V tells you how many roots |x − a| + b = c has — two if c > b, one if c = b, none if c < b. The minimum value of |x − a| + b is b, reached at x = a, which is exactly why these graphs are gold for maxima–minima questions in CAT.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
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|| |