Modulus ∣x∣ is the distance of x from zero. Always non-negative.
Definition. ∣x∣=x if x≥0; ∣x∣=−x if x<0.
Modulus equation. ∣f(x)∣=c (with c>0) has TWO cases:
- f(x)=c
- f(x)=−c
Example. ∣2x−3∣=7.
- 2x−3=7⇒x=5.
- 2x−3=−7⇒x=−2.
Modulus inequality. ∣f(x)∣<c ⟺ −c<f(x)<c. ∣f(x)∣>c ⟺ f(x)>c OR f(x)<−c.
Graphs. y=∣f(x)∣ reflects negative parts of y=f(x) in the x-axis.
Cambridge tip. Always check both cases.