Properties of Modulus Function
Properties of Modulus Function
|x| = a; a > 0 ⇒ x = ± a ;
|x| = a; a = 0 ⇒ x = 0 ;
|f(x)| > a and a < 0 ⇒ this is valid for all real values of f(x).
Property 3: If x,y are real numbers, then
|-x| = |x|
|x − y| = 0 ⇔ x = y.
|x + y| = |x| + |y| if xy ≥ 0
|x − y| = |x| − |y| if xy ≤ 0
|xy| = |x| .|y|
|x/y| = |x|/|y|, y not equal to zero.