modulus
C2Pronunciation
UK
- /mˈɒdjʊləs/
US
- /ˈmɔdʒulʊs/
Description
- dividing number in mod math
- absolute value
- magnitude
- measure of stiffness
The word "modulus" changes its meaning a little depending on the subject. In arithmetic and computer science, it is the number you divide by in a modulo operation, the kind of calculation that gives you a remainder. If you work out 17 mod 5, the modulus is 5, and the result is 2 because 17 divided by 5 leaves 2.
In mathematics, especially with complex numbers, it can also mean the absolute value or magnitude of a number. In simple terms, this is the number's distance from zero. For a real number, the modulus of -3 is 3. For a complex number such as 3 + 4i, the modulus is 5. In physics and engineering, the word can also mean a measure of how stiff a material is, as in Young's modulus.
"Modulus" is a versatile term with meanings that shift across different branches of science and math. It is best understood as a "measure" or "standard" (fitting its Latin root, modus).
The most common encounter with the word is in the context of the modulo operation in arithmetic and programming. Here, the modulus is the integer that defines the range of a cyclic system. For example, in "23 mod 5," the modulus is 5, and the operation returns 3. This is essential for tasks like looping through arrays or determining if a number is even or odd. You can see this in action on a standard clock: the system operates on a modulus of 12. Once you pass 12, the count wraps around; 13:00 is effectively 1:00 because $13 \equiv 1 \pmod{12}$.
In the realm of complex numbers (numbers involving the imaginary unit $i$), the modulus takes on a geometric meaning. It represents the distance from the origin $(0,0)$ to the point on the complex plane. For a complex number $3 + 4i$, the modulus is calculated using the Pythagorean theorem—$\sqrt{3^2 + 4^2} = 5$. This provides a single, non-negative real number that describes the magnitude of the complex value. Similarly, for any real number, the modulus is simply its absolute value.
Beyond pure mathematics, the term is frequently used in physics and engineering to describe the properties of materials. For instance, "Young's modulus" (or the modulus of elasticity) measures the "stiffness" of a solid material. It tells us how much a material will stretch or deform under stress.
Whether you are calculating remainders, mapping distances in complex space, or testing the strength of a steel beam, "modulus" serves as a fundamental tool for measuring size, cycles, and physical resistance.
Examples
- 1
Clock arithmetic
On a clock, the numbers repeat after 12 because the modulus is 12.
- 2
Programming
The program uses the modulus operator to find the remainder when one number is divided by another.
Domain
In programming, the modulus operator gives the remainder after division.
- 3
Material stiffness
This plastic has a lower modulus than aluminum, so it bends more easily.
Domain
In materials science, lower modulus than
less stiff than.
Forms and spellings
2 forms open this card.
Main spelling
- modulusnoun
Forms
- modulipluralnoun