Question
Question: How to symbolize modulus?...
How to symbolize modulus?
Solution
The modulus of a number is its absolute size. This means we can ignore the sign of the number. We can represent the modulus of a number, say x, in two ways.
Complete step-by-step answer:
We have to show the symbol for modulus. Let us first see what modulus is. The modulus of a number is its absolute size. This means we can ignore the sign of the number. We can represent the modulus of a number, say x, in two ways. One way is to write it as abs(x) . The other way is to represent it as ∣x∣ .
Hence, modulus of a number, say x, is represented as abs(x) or ∣x∣ .
Note: Modulus of a positive number is always positive. For example, let us consider ∣6∣ . Its value will be ∣6∣=6 . Modulus of a negative number is always positive. For example, let us consider ∣−6∣ . Modulus of 0 will be 0 itself. Its value will be ∣−6∣=6 . In general, we can say that ∣x∣=∣−x∣=x . Modulus of 0 will be 0 itself. We use the modulus symbol with inequalities. We may represent a number as ∣x∣<1 . This means that all numbers whose actual size, irrespective of sign, is less than 1. We can say that x varies between -1 and 1. That is, ∣x∣<1 means −1<x<1 . Suppose we write an inequality ∣x∣>1 . This means any value greater than 1 and any value less than −1, that is, ∣x∣>1 means x>1,x<−1 .