4.2 Solving Modulus Inequalities


2026 📋 Syllabus Objectives

By the end of this topic, you should be able to solve the following types of modulus inequalities — both graphically and algebraically:

  • Type 1: kax+b>ck|ax + b| > c where c0c \geq 0 and k>0k > 0
  • Type 2: kax+bck|ax + b| \leq c where c>0c > 0 and k>0k > 0
  • Type 3: kax+bcx+dk|ax + b| \leq |cx + d| where k>0k > 0
  • Type 4: ax+bcx+d|ax + b| \leq cx + d
  • Type 5: ax2+bx+c>d|ax^2 + bx + c| > d
  • Type 6: ax2+bx+cd|ax^2 + bx + c| \leq d

Important note from the syllabus: For graphical solutions, your graph must be accurate and clearly drawn. For algebraic solutions, any valid correct method is acceptable.


Section 1: Quick Recap — What is a Modulus?

Before solving inequalities, make sure you remember what a modulus (also called absolute value) means.

The modulus of a number is its distance from zero — it is always zero or positive.

  • 5=5|5| = 5
  • 5=5|-5| = 5
  • 0=0|0| = 0

So x|x| simply means: "take the positive version of whatever x equals."


Section 2: The Two Key Algebraic Properties

These two properties are the backbone of solving modulus inequalities algebraically. Memorise them.


✅ Property 1 — "Less than" (or less than or equal to)

pq    qpq|p| \leq q \iff -q \leq p \leq q

In plain English: If the modulus of something is less than qq, then that something must lie between q-q and qq.

💡 Think of it like this: if a person must be within 3 metres of a door, they can be anywhere from 3 metres to the left all the way to 3 metres to the right.

Example: x<5|x| < 5 means 5<x<5-5 < x < 5


✅ Property 2 — "Greater than" (or greater than or equal to)

pq    pq or pq|p| \geq q \iff p \leq -q \text{ or } p \geq q

In plain English: If the modulus of something is greater than qq, then that something must be either very negative (less than q-q) or very positive (greater than qq). There are two separate regions.

Example: x>5|x| > 5 means x<5x < -5 or x>5x > 5


✅ Property 3 — The Squaring Property (for modulus vs modulus)

pq    p2q2|p| \geq |q| \iff p^2 \geq q^2

In plain English: When both sides of an inequality have a modulus sign, you can square both sides to remove the modulus signs. This works because squaring a modulus gives the same result as squaring the expression inside.

⚠️ Warning: You can only use the squaring method safely here because both sides are modulus expressions (always non-negative). Do NOT square both sides randomly in other situations without checking.

Sign in to view full notes