Introduction
Modulus and square equations often appear in aptitude tests to test your understanding of absolute values and the concept of distance from zero. These equations require splitting the equation into separate cases based on the definition of the modulus or using the squaring property carefully.
This pattern is important because modulus and square-based equations commonly appear in reasoning and algebra sections, often with trick-based simplifications.
Pattern: Equations with Modulus or Squares
Pattern
For modulus equations, always split into two cases depending on whether the expression inside | | is positive or negative.
- If |x| = a → then x = a or x = -a.
- If |x - k| = m → then x - k = m or x - k = -m → giving x = k ± m.
For square equations, use x² = a → x = ±√a.
When both sides involve modulus or squares, convert them into equivalent linear or quadratic forms before solving.
Step-by-Step Example
Question
Solve: |x - 3| = 5
Solution
-
Step 1: Split into two cases based on modulus definition
Case 1: x - 3 = 5 ⇒ x = 8.
Case 2: x - 3 = -5 ⇒ x = -2.
-
Step 2: Combine both valid results
Both values satisfy the modulus equation.
-
Final Answer:
x = 8 or x = -2.
-
Quick Check:
|8 - 3| = |5| = 5 ✅, |-2 - 3| = |-5| = 5 ✅
Quick Variations
1. Equations involving squares: e.g., (x - 2)² = 9 → x - 2 = ±3 → x = 5 or -1.
2. Nested modulus equations: e.g., |2x - 3| = 1 → two cases → solve both linear equations.
3. Equations where both sides have modulus: e.g., |x - 2| = |x - 5| → check symmetry and midpoints.
4. Squared modulus: e.g., |x|² = a² ⇒ same as x² = a².
Trick to Always Use
- Step 1: Remove modulus by creating two linear cases (positive and negative).
- Step 2: For squares, take square roots carefully (± signs are essential).
- Step 3: Check every solution by substitution-sometimes squaring introduces extraneous roots.
Summary
Summary
In the Equations with Modulus or Squares pattern:
- Always create two cases when solving modulus or squared forms.
- For modulus, use the definition: |x - a| = b ⇒ x = a ± b.
- For squares, use x² = a ⇒ x = ±√a.
- Verify all solutions to eliminate invalid or extraneous roots.
