Skip to main content

Complex Number Modulus Calculator

Mathematics - Complex Number Modulus

Complex Number Modulus Calculator

Calculate the modulus (absolute value) of any complex number with step-by-step explanation. Learn the Pythagorean formula, geometric interpretation as distance from the origin, and the relationship with the complex conjugate.

Calculate the Modulus

Enter a complex number in the form a + bi to calculate its modulus (absolute value). Click Calculate for step-by-step working.

Modulus will appear here.
Note: The modulus of a complex number z = a + bi is its distance from the origin on the complex plane. It's calculated using the Pythagorean theorem: |z| = √(a² + b²). The modulus is always a non-negative real number. It's also called the absolute value or magnitude of the complex number.

Complex Number Modulus – Complete Explanation

The modulus (also called absolute value or magnitude) of a complex number measures its distance from the origin on the complex plane. It generalizes the concept of absolute value from real numbers to the two-dimensional complex plane using the Pythagorean theorem. The modulus is fundamental to understanding the geometry of complex numbers, polar representation, and complex arithmetic.

Modulus Definition

For z = a + bi:  |z| = √(a² + b²)

The modulus is always a non-negative real number. It equals zero only when z = 0.

1. What Is the Modulus?

The modulus answers the question: "How far is this complex number from the origin?" It extends the idea of absolute value from the real number line to the complex plane.

Key facts:

  • |z| ≥ 0: The modulus is always non-negative.
  • |z| = 0 ⇔ z = 0: Only the origin has modulus zero.
  • For real numbers: |a + 0i| = |a| — the modulus reduces to ordinary absolute value.
  • For pure imaginary numbers: |0 + bi| = |b| — the absolute value of the imaginary coefficient.
  • Geometrically: The modulus is the length of the vector from (0,0) to (a,b).

2. The Modulus Formula Explained

The formula |z| = √(a² + b²) comes directly from the Pythagorean theorem:

On the complex plane:

• The real part a is the horizontal distance from the origin.

• The imaginary part b is the vertical distance from the origin.

• These form a right triangle with the modulus as the hypotenuse.

• By Pythagoras: |z|² = a² + b² → |z| = √(a² + b²).

3. Geometric Interpretation

On the complex plane (Argand diagram), the modulus has a clear geometric meaning:

Geometric Meaning of the Modulus

|z| = distance from the origin to the point (a, b)
    = length of the position vector
    = radius in polar coordinates

Examples:

• |3 + 4i| = 5 (the famous 3-4-5 right triangle)

• |1 + i| = √2 ≈ 1.414

• |5| = 5 (on the real axis, 5 units from origin)

• |-3i| = 3 (on the imaginary axis, 3 units from origin)

4. Step-by-Step Examples

Example 1: Modulus of 3 + 4i

Calculate |3 + 4i|.

Step 1: Identify parts: a = 3, b = 4

Step 2: Square each:
        a² = 3² = 9
        b² = 4² = 16

Step 3: Sum: a² + b² = 9 + 16 = 25

Step 4: Take the square root:
        |3 + 4i| = √25 = 5

Result: |3 + 4i| = 5
This is the classic 3-4-5 Pythagorean triple!

Example 2: Modulus of -5 + 12i

Calculate |-5 + 12i|.

Step 1: a = -5, b = 12

Step 2: a² = 25, b² = 144
        (Note: squaring eliminates negative signs)

Step 3: a² + b² = 25 + 144 = 169

Step 4: |-5 + 12i| = √169 = 13

Result: |-5 + 12i| = 13
Another Pythagorean triple: 5-12-13!

5. More Modulus Examples

|1 + i| = √(1+1) = √2 ≈ 1.414

|2 - 3i| = √(4+9) = √13 ≈ 3.606

|7| = √(49+0) = 7 (real number — modulus = absolute value)

|4i| = √(0+16) = 4 (pure imaginary — modulus = |coefficient|)

|0| = 0 (the origin has zero modulus)

6. Connection to the Conjugate

The modulus is intimately connected to the complex conjugate:

Modulus via Conjugate

|z|² = z × z̄

Therefore: |z| = √(z × z̄)

This identity is used throughout complex analysis and is the key to complex division.

For z = 3 + 4i:

z̄ = 3 - 4i

z × z̄ = (3+4i)(3-4i) = 9 + 16 = 25

|z| = √25 = 5 ✓

7. Properties of the Modulus

The modulus satisfies several important properties that make it a true "absolute value" for complex numbers:

1. Non-negativity: |z| ≥ 0, and |z| = 0 only if z = 0.

2. Symmetry: |z̄| = |z| (conjugates have the same modulus).

3. Multiplicativity: |z₁ × z₂| = |z₁| × |z₂| (modulus of product = product of moduli).

4. Division: |z₁ / z₂| = |z₁| / |z₂| for z₂ ≠ 0.

5. Triangle Inequality: |z₁ + z₂| ≤ |z₁| + |z₂| (the direct path is never longer than the sum of the parts).

6. Reverse Triangle Inequality: ||z₁| - |z₂|| ≤ |z₁ - z₂|.

8. Modulus and Polar Form

The modulus is one of the two components needed to express a complex number in polar form:

Polar Form

z = r(cos Īø + i sin Īø) = r·eiĪø

where r = |z| (the modulus) and Īø = arg(z) (the argument).

Convert 3 + 4i to polar form:

r = |3+4i| = 5

Īø = arctan(4/3) ≈ 53.13° ≈ 0.927 radians

Polar form: z = 5(cos 53.13° + i sin 53.13°) = 5eⁱ·⁰·⁹²⁷

9. Common Mistakes to Avoid

  • Forgetting to square the entire imaginary coefficient: For z = 3 + 4i, b = 4, so b² = 16. Don't forget the i — b is just the coefficient.
  • Adding a and b before squaring: |a+bi| ≠ a + b. The formula is √(a² + b²), not √(a + b)².
  • Confusing modulus with the real part: |3 + 4i| = 5, not 3. The modulus measures total distance, not just the real component.
  • Negative moduli: The modulus is always non-negative. If you get a negative result, you've made an error.
  • Dropping the square root: |z|² = a² + b², but |z| = √(a² + b²). The square root is essential.

10. Real-World Applications

  • Electrical Engineering: The modulus of impedance |Z| gives the magnitude of opposition to AC current.
  • Signal Processing: The magnitude of a complex Fourier coefficient represents the amplitude of a frequency component.
  • Control Systems: The modulus of poles and zeros determines stability margins (Bode magnitude plots).
  • Physics: The modulus of a complex wave function gives the probability amplitude in quantum mechanics.
  • Computer Graphics: The modulus of a complex number representing a 2D point gives its distance for rotation and scaling operations.

11. Practice Problems with Solutions

Problem 1: Find |2 + 2i|.

Solution: |2+2i| = √(4+4) = √8 = 2√2 ≈ 2.828

Problem 2: Find |-6 + 8i|.

Solution: |-6+8i| = √(36+64) = √100 = 10 (6-8-10 triple!)

Problem 3: If |z| = 5 and the real part is 3, what are the possible imaginary parts?

Solution: 3² + b² = 25 → b² = 16 → b = ±4 (z = 3+4i or 3-4i)

Problem 4: Show that |(3+4i)(1+i)| = |3+4i| × |1+i|.

Solution: |3+4i|=5, |1+i|=√2 → 5×√2=5√2. Product: (3+4i)(1+i)=-1+7i → |−1+7i|=√(1+49)=√50=5√2 ✓

12. Tips for Mastering the Modulus

  • Memorize the formula: |z| = √(a² + b²) — it's the Pythagorean theorem applied to the complex plane.
  • Recognize common Pythagorean triples: (3,4,5), (5,12,13), (8,15,17), (7,24,25) — they appear frequently.
  • For real numbers, the modulus reduces to ordinary absolute value.
  • Use z × z̄ = |z|² to verify your modulus calculations.
  • The modulus is always non-negative — use this to check your work.
  • Think geometrically: the modulus is the distance from the origin to the point on the complex plane.

13. Final Thoughts

The modulus is the bridge between the algebraic representation of complex numbers (a + bi) and their geometric meaning on the complex plane. It transforms the abstract concept of complex magnitude into a concrete distance measurement, enabling us to visualize and work with complex numbers as points and vectors in two-dimensional space.

Master the modulus — its formula, properties, and geometric interpretation — and you'll have a solid foundation for understanding polar form, complex multiplication and division as rotation and scaling, and the deeper connections between complex numbers and geometry. Use this calculator to verify your manual work, but practice calculating moduli until the Pythagorean formula becomes second nature.