Modulus Handout Form 6 CXC
Modulus Handout Form 6 CXC
|x| = { x if x ≥ 0 ; -x if x < 0 }
For example:
- |5| = 5
- |-3| = 3
The modulus function is useful in mathematics for ensuring that values are always non-
negative, regardless of the sign of the input.
Examples
1. Evaluate |7|:
|7| = 7
2. Evaluate |-4|:
|-4| = 4
- If x = 3: |3 - 5| = |-2| = 2
- If x = 8: |8 - 5| = |3| = 3
Steps:
1. Set up two cases: one for the positive scenario and one for the negative.
2. Case 2: 2x - 4 = -6
- 2x = -2 ⇒ x = -1
2. Case 2: x + 1 = -(2x - 3)
- Simplify: x + 1 = -2x + 3
- Solve for x: x = 2/3
4. Summary
- Modulus Function |x| takes the absolute value of x, resulting in a non-negative number.
- Evaluating: Substitute values directly into |x| and apply the absolute value rule.
- Solving Equations: Split the equation into cases based on the positive and negative
scenarios inside the modulus, then solve each case separately.
By mastering these methods, students can effectively handle problems involving modulus
functions and confidently solve equations requiring absolute values.