Home Tutorials Imaginary Numbers

Imaginary Numbers: The Numbers That "Don't Exist"

Explore the fascinating world of imaginary numbers—numbers that were once thought impossible but are now essential in mathematics, physics, and engineering. Despite their name, imaginary numbers are very real and incredibly useful!

What is i?

The imaginary unit, represented by the letter i, is defined as the square root of negative one. This might seem impossible at first—after all, what number multiplied by itself gives a negative result?

i
i = √(-1)
i² = -1

Why Do We Need Imaginary Numbers?

🤔 The Problem

Consider the equation: x² + 1 = 0

Solving for x: x² = -1, so x = √(-1)

With only real numbers, this equation has no solution! But mathematicians realized that by defining a new type of number, we could solve equations like this and unlock powerful new mathematics.

i² = -1
Fundamental Property
Defining equation
i = √(-1)
Definition
The imaginary unit
√(-a) = i√a
Square Root Rule
For any positive a
-i² = 1
Useful Identity
From i² = -1

🏛️ Historical Note

Italian mathematician Gerolamo Cardano first encountered imaginary numbers in the 1500s while solving cubic equations. He called them "fictitious" and "useless." Rafael Bombelli later developed rules for working with them. The term "imaginary" was coined by René Descartes in 1637 as a derogatory term, but it stuck! Carl Friedrich Gauss and Leonhard Euler made them respectable in the 1700s-1800s.

Complex Numbers

A complex number combines a real number and an imaginary number. Every complex number can be written in the form a + bi, where a and b are real numbers.

The Standard Form

A complex number has the form:

z = a + bi

Where:

  • a is the real part (Re(z))
  • b is the imaginary part (Im(z))
  • i is the imaginary unit (i² = -1)

Examples of Complex Numbers

3 + 4i
Real: 3, Imaginary: 4
-2 + 5i
Real: -2, Imaginary: 5
7 - 3i
Real: 7, Imaginary: -3
5 + 0i = 5
Pure real number
0 + 6i = 6i
Pure imaginary
-i
Same as 0 - i

💡 Key Insight

All real numbers are complex numbers with b = 0. All pure imaginary numbers are complex numbers with a = 0. Complex numbers are a superset that includes both real and imaginary numbers!

Operations with Complex Numbers

Complex numbers can be added, subtracted, multiplied, and divided using algebraic rules, treating i as a variable with the special property that i² = -1.

Addition and Subtraction

Add or subtract the real parts and imaginary parts separately:

(a + bi) + (c + di) = (a + c) + (b + d)i
(a + bi) - (c + di) = (a - c) + (b - d)i

Example 1: Addition

Add (3 + 4i) + (2 - 5i)
Step 1: Group real and imaginary parts
Step 2: Real parts: 3 + 2 = 5
Step 3: Imaginary parts: 4 + (-5) = -1
Answer: 5 - i

Example 2: Subtraction

Subtract (7 + 2i) - (3 + 6i)
Step 1: Distribute the negative sign
Step 2: Real parts: 7 - 3 = 4
Step 3: Imaginary parts: 2 - 6 = -4
Answer: 4 - 4i

Multiplication

Use the distributive property (FOIL) and remember that i² = -1:

(a + bi)(c + di) = ac + adi + bci + bdi²
= ac + (ad + bc)i + bd(-1)
= (ac - bd) + (ad + bc)i

Example 3: Multiplication

Multiply (2 + 3i)(4 - i)
Step 1: Use FOIL: (2)(4) + (2)(-i) + (3i)(4) + (3i)(-i)
Step 2: = 8 - 2i + 12i - 3i²
Step 3: Replace i² with -1: = 8 - 2i + 12i - 3(-1)
Step 4: = 8 - 2i + 12i + 3
Answer: 11 + 10i

Division and Complex Conjugates

🔑 Complex Conjugate

The complex conjugate of a + bi is a - bi (flip the sign of the imaginary part).

Key property: (a + bi)(a - bi) = a² + b² (a real number!)

To divide complex numbers, multiply numerator and denominator by the conjugate of the denominator:

(a + bi) / (c + di) = [(a + bi)(c - di)] / [(c + di)(c - di)]

Example 4: Division

Divide (3 + 2i) / (1 + i)
Step 1: Conjugate of (1 + i) is (1 - i)
Step 2: Multiply: [(3 + 2i)(1 - i)] / [(1 + i)(1 - i)]
Step 3: Numerator: 3 - 3i + 2i - 2i² = 3 - i + 2 = 5 - i
Step 4: Denominator: 1 - i² = 1 - (-1) = 2
Answer: (5 - i) / 2 = 5/2 - i/2

The Complex Plane

Complex numbers can be visualized geometrically on the complex plane (also called the Argand diagram), where the horizontal axis represents real numbers and the vertical axis represents imaginary numbers.

Plotting Complex Numbers

To plot a complex number z = a + bi:

  • Move a units along the real axis (horizontal)
  • Move b units along the imaginary axis (vertical)
  • The point (a, b) represents the complex number

Real Axis

Horizontal

Pure real numbers lie on this axis

Imaginary Axis

Vertical

Pure imaginary numbers lie on this axis

|z|

Modulus (Magnitude)

|a + bi| = √(a² + b²)

Distance from origin

θ

Argument (Angle)

θ = tan⁻¹(b/a)

Angle from positive real axis

📐 Geometric Interpretation

The complex plane gives us a powerful way to visualize complex numbers as points or vectors. Addition becomes vector addition, and multiplication involves rotating and scaling!

Polar Form

Converting to Polar Form

Any complex number z = a + bi can be written in polar form:

z = r(cos θ + i sin θ) = r cis θ

Where:

  • r = |z| = √(a² + b²) is the modulus (distance from origin)
  • θ = arg(z) = tan⁻¹(b/a) is the argument (angle)

Powers of i

The powers of i follow a fascinating repeating pattern that cycles every four powers. This pattern is incredibly useful for simplifying expressions with high powers of i.

The Cycle of Powers

Powers of i:

i¹ = i i² = -1 i³ = -i i⁴ = 1 i⁵ = i i⁶ = -1 i⁷ = -i i⁸ = 1 ...

The Pattern

To find in for any positive integer n:

  1. Divide n by 4 and find the remainder
  2. If remainder = 0: in = 1
  3. If remainder = 1: in = i
  4. If remainder = 2: in = -1
  5. If remainder = 3: in = -i

Example: Find i47

Step 1: Divide 47 by 4: 47 = 4 × 11 + 3
Step 2: Remainder is 3
Step 3: When remainder = 3, in = -i
Answer: i47 = -i

Example: Find i100

Step 1: Divide 100 by 4: 100 = 4 × 25 + 0
Step 2: Remainder is 0
Step 3: When remainder = 0, in = 1
Answer: i100 = 1

💡 Why Does This Work?

Since i⁴ = 1, we can write in = i4k+r = (i⁴)k × ir = 1k × ir = ir, where r is the remainder when n is divided by 4!

Real-World Applications

Despite their name, imaginary numbers are essential in many real-world applications. They're not just abstract mathematics—they're practical tools used daily by engineers and scientists!

Where Imaginary Numbers Are Used

Electrical Engineering

AC circuits use complex numbers to represent voltage, current, and impedance. The imaginary part represents the phase shift between voltage and current, making circuit analysis much simpler.

⚛️

Quantum Mechanics

The Schrödinger equation, fundamental to quantum physics, uses complex numbers. Wave functions are complex-valued, and i appears throughout quantum theory. Without complex numbers, quantum mechanics wouldn't work!

📡

Signal Processing

Fourier transforms, used in audio processing, image compression (JPEG), and telecommunications, rely heavily on complex numbers to analyze frequencies and phases of signals.

🎮

Control Systems

Engineers use complex numbers to analyze system stability, design controllers for aircraft, robots, and industrial processes. The complex plane helps visualize system behavior.

🌊

Fluid Dynamics

Complex analysis provides elegant solutions to fluid flow problems. Conformal mapping using complex functions helps design airplane wings and predict weather patterns.

📱

Telecommunications

Cell phones, WiFi, and radio use complex numbers to modulate signals, analyze antenna patterns, and optimize transmission. Every wireless device relies on complex number mathematics.

🔌 AC Circuit Example

In electrical engineering, impedance Z = R + jX (engineers use j instead of i to avoid confusion with current I). The real part R is resistance, and the imaginary part X is reactance. This makes analyzing AC circuits as simple as using Ohm's Law!

Euler's Formula: The Most Beautiful Equation

Euler's formula connects five of the most important numbers in mathematics in one elegant equation. It's considered by many to be the most beautiful equation in all of mathematics.

e
+ 1 = 0
Euler's Identity

The Five Constants

e ≈ 2.718
Natural logarithm base
i = √(-1)
Imaginary unit
π ≈ 3.14159
Circle constant
1
Multiplicative identity
0
Additive identity

The General Euler Formula

Euler's formula in its general form:

e = cos θ + i sin θ

This connects exponential functions with trigonometric functions through complex numbers!

🌟 Why Is This Beautiful?

Euler's identity e + 1 = 0 combines:

  • e from calculus and growth
  • i from algebra and complex numbers
  • π from geometry and circles
  • 1 and 0 from arithmetic

It shows the deep unity underlying all of mathematics!

Deriving Euler's Identity

From the General Formula

Starting with e = cos θ + i sin θ, let θ = π:

  1. e = cos π + i sin π
  2. cos π = -1 and sin π = 0
  3. e = -1 + i(0) = -1
  4. Therefore: e = -1
  5. Add 1 to both sides: e + 1 = 0

🎓 Historical Note

Leonhard Euler discovered this formula in 1748. Richard Feynman called it "the most remarkable formula in mathematics." It's been voted the most beautiful equation in mathematics in multiple surveys of mathematicians and physicists!

Practice Exercises

Test your understanding of imaginary and complex numbers:

Exercise 1: What is the value of i²?

Exercise 2: Simplify √(-16)

Exercise 3: Add (5 + 3i) + (2 - 7i)

Exercise 4: Multiply (3 + 2i)(1 + 4i)

Exercise 5: What is the complex conjugate of 6 - 5i?

Exercise 6: Find i³

Exercise 7: Find i⁵⁰

Exercise 8: What is the modulus (magnitude) of 3 + 4i?

Exercise 9: Simplify (2i)³

Exercise 10: Divide (4 + 2i) / (1 - i)

Exercise 11: What is e?

Exercise 12: True or False: All real numbers are complex numbers.

🎉 Congratulations!

You've completed the Imaginary Numbers tutorial. You now know:

  • ✓ The definition of i and why i² = -1
  • ✓ What complex numbers are and their standard form a + bi
  • ✓ How to add, subtract, multiply, and divide complex numbers
  • ✓ How to visualize complex numbers on the complex plane
  • ✓ The repeating pattern of powers of i
  • ✓ Real-world applications in engineering, physics, and technology
  • ✓ Euler's formula and why e + 1 = 0 is beautiful

Ready to test your knowledge?

Take the Full Quiz →