Did you know that some of the technology behind your phone, music streaming, and medical imaging literally depends on a number whose square is negative? That number is built from a symbol called \(i\), and it leads to complex numbers. The cool part: you already know almost everything you need to work with them. The same commutative, associative, and distributive properties you use with real numbers still work here.
Consider the equation \(x^2 = -1\). On the real number line, this has no solution, because for any real number \(x\), \(x^2 \ge 0\). Yet equations like this appear in physics, engineering, and advanced math all the time. To handle them, mathematicians defined a new kind of number.
We introduce a special symbol \(i\) such that:
\(i^2 = -1\)
This is the key relation for complex numbers. You can think of \(i\) as a number whose square is \(-1\). Using this, we can solve \(x^2 = -1\) as \(x = i\) or \(x = -i\).
Because \(i^2 = -1\), we can find higher powers of \(i\):
These powers repeat every 4 steps: \(i, -1, -i, 1, i, -1, -i, 1, \dots\). This pattern is useful when simplifying expressions with powers of \(i\).
Any complex number can be written in the form:
\(a + bi\)
where \(a\) and \(b\) are real numbers.
For example:
You can picture complex numbers as points on a plane, as shown in [Figure 1]. The horizontal axis is the real part, and the vertical axis is the imaginary part, so \(a + bi\) corresponds to the point \((a, b)\).
Two complex numbers are equal if and only if their real parts are equal and their imaginary parts are equal. For example, \(3 + 4i = 3 + 4i\), but \(3 + 4i \neq 4 + 3i\), and \(3 + 4i \neq 3 + 5i\).

The amazing thing is that complex numbers follow the same basic algebra rules you already know for real numbers.
Commutative property (order does not matter for addition and multiplication):
Example: Let \(z_1 = 2 + 3i\), \(z_2 = 1 - 4i\).
\[(2 + 3i) + (1 - 4i) = 3 - i\]
\[(1 - 4i) + (2 + 3i) = 3 - i\]
Same sum, even though the order changed.
Associative property (grouping does not matter for addition and multiplication):
This lets us regroup terms when simplifying expressions.
Distributive property (multiplication distributes over addition):
\[z_1 (z_2 + z_3) = z_1 z_2 + z_1 z_3\]
This is crucial for multiplying complex numbers; it is the algebraic idea behind the FOIL method.
Because complex numbers are built from real numbers plus multiples of \(i\), and because \(i\) behaves nicely with real-number arithmetic, these properties carry over naturally.
To add or subtract complex numbers, we combine like terms: real with real, imaginary with imaginary. The commutative and associative properties justify rearranging and regrouping those parts.
Suppose we have \(z_1 = a + bi\) and \(z_2 = c + di\). Then:
\[(a + bi) + (c + di) = (a + c) + (b + d)i\]
and
\[(a + bi) - (c + di) = (a - c) + (b - d)i\]
Example 1: Adding complex numbers
Add \(z_1 = 4 + 3i\) and \(z_2 = -2 + 5i\).
Step 1: Group real parts and imaginary parts, using commutativity and associativity.
\[(4 + 3i) + (-2 + 5i) = (4 + (-2)) + (3i + 5i)\]
Step 2: Add the real parts and imaginary parts.
\[4 + (-2) = 2\]
\[3i + 5i = 8i\]
So the sum is:
\(2 + 8i\)
Example 2: Subtracting complex numbers
Subtract \(z_2 = 1 - 6i\) from \(z_1 = -3 + 2i\), that is, compute \(z_1 - z_2\).
Step 1: Write the difference explicitly.
\[(-3 + 2i) - (1 - 6i)\]
Step 2: Distribute the minus sign.
\[(-3 + 2i) - 1 + 6i\]
Step 3: Group real and imaginary parts.
\[(-3 - 1) + (2i + 6i)\]
Step 4: Add within each group.
\(-3 - 1 = -4\)
\[2i + 6i = 8i\]
Final answer:
\(-4 + 8i\)
Example 3: Simplifying an expression with several complex numbers
Simplify \((2 - 3i) + (5 + 4i) - (7 - i)\).
Step 1: Remove parentheses, being careful with subtraction.
\[(2 - 3i) + (5 + 4i) - (7 - i) = 2 - 3i + 5 + 4i - 7 + i\]
Step 2: Use commutativity and associativity to group real parts and imaginary parts.
\[(2 + 5 - 7) + (-3i + 4i + i)\]
Step 3: Compute each group.
\[2 + 5 - 7 = 0\]
\[-3i + 4i + i = ( -3 + 4 + 1 )i = 2i\]
So the result is:
\(0 + 2i = 2i\)
Multiplying complex numbers relies on the distributive property and the rule \(i^2 = -1\). If we have \(z_1 = a + bi\) and \(z_2 = c + di\), then:
\[(a + bi)(c + di) = ac + adi + bci + bdi^2\]
Using \(i^2 = -1\), this becomes:
\[(a + bi)(c + di) = ac + adi + bci - bd\]
Now group real parts and imaginary parts:
\[(ac - bd) + (ad + bc)i\]
This is the general multiplication rule for complex numbers.
Example 4: Product of two complex numbers
Multiply \((3 + 2i)(1 - 4i)\).
Step 1: Distribute (use FOIL).
\[(3 + 2i)(1 - 4i) = 3 \cdot 1 + 3 \cdot (-4i) + 2i \cdot 1 + 2i \cdot (-4i)\]
So:
\[= 3 - 12i + 2i - 8i^2\]
Step 2: Replace \(i^2\) with \(-1\).
\[-8i^2 = -8(-1) = 8\]
Now we have:
\[3 - 12i + 2i + 8\]
Step 3: Combine like terms using commutative and associative properties.
Real parts: \(3 + 8 = 11\)
Imaginary parts: \(-12i + 2i = -10i\)
Final answer:
\(11 - 10i\)
Example 5: Squaring a complex number
Find \((5 - i)^2\).
Step 1: Rewrite as a product.
\[(5 - i)^2 = (5 - i)(5 - i)\]
Step 2: Distribute.
\[(5 - i)(5 - i) = 5 \cdot 5 + 5 \cdot (-i) + (-i) \cdot 5 + (-i) \cdot (-i)\]
So:
\[= 25 - 5i - 5i + i^2\]
Step 3: Use \(i^2 = -1\).
\[25 - 5i - 5i + i^2 = 25 - 10i - 1\]
Step 4: Combine real parts.
\(25 - 1 = 24\)
Final answer:
\(24 - 10i\)
Example 6: Multiplying a real number and a complex number
Multiply \(-3(2 + 7i)\).
Step 1: Use the distributive property.
\[-3(2 + 7i) = -3 \cdot 2 + (-3) \cdot 7i\]
So:
\(= -6 - 21i\)
This shows that real numbers can be viewed as complex numbers with zero imaginary part, and the usual rules of distribution still apply.
As expressions get more complicated, you may need all three properties—commutative, associative, distributive—together with \(i^2 = -1\) and the power pattern of \(i\). This is where your algebra skills really start to feel powerful.
Example 7: Simplifying with several products
Simplify \((1 + 2i)(3 - i) - (4 - 5i)\).
Step 1: Multiply \((1 + 2i)(3 - i)\) using distribution.
\[(1 + 2i)(3 - i) = 1 \cdot 3 + 1 \cdot (-i) + 2i \cdot 3 + 2i \cdot (-i)\]
So:
\[= 3 - i + 6i - 2i^2\]
Step 2: Use \(i^2 = -1\).
\[-2i^2 = -2(-1) = 2\]
So the product becomes:
\[3 - i + 6i + 2 = (3 + 2) + (-i + 6i) = 5 + 5i\]
Step 3: Substitute back into the original expression.
\[(1 + 2i)(3 - i) - (4 - 5i) = (5 + 5i) - (4 - 5i)\]
Step 4: Distribute the minus sign.
\[= 5 + 5i - 4 + 5i\]
Step 5: Combine like terms.
Real parts: \(5 - 4 = 1\)
Imaginary parts: \(5i + 5i = 10i\)
Final answer:
\(1 + 10i\)
Example 8: Using powers of i inside an expression
Simplify \(7 - 3i^2 + 4i^3 - 2i^4\).
Step 1: Replace each power of \(i\) using the repeating pattern.
So:
\[7 - 3i^2 + 4i^3 - 2i^4 = 7 - 3(-1) + 4(-i) - 2(1)\]
\[= 7 + 3 - 4i - 2\]
Step 2: Combine real parts and imaginary parts.
Real: \(7 + 3 - 2 = 8\)
Imaginary: \(-4i\)
Final answer:
\(8 - 4i\)
Example 9: Factoring out a common complex factor
Simplify \((2 + i)(3 - 4i) + (2 + i)(1 + i)\).
Step 1: Notice the common factor \(2 + i\). Use the distributive property in reverse (factoring).
\[(2 + i)(3 - 4i) + (2 + i)(1 + i) = (2 + i)[(3 - 4i) + (1 + i)]\]
Step 2: Simplify the expression in brackets.
\[(3 - 4i) + (1 + i) = (3 + 1) + (-4i + i) = 4 - 3i\]
So the expression becomes:
\[(2 + i)(4 - 3i)\]
Step 3: Multiply \((2 + i)(4 - 3i)\).
\[(2 + i)(4 - 3i) = 2 \cdot 4 + 2 \cdot (-3i) + i \cdot 4 + i \cdot (-3i)\]
\[= 8 - 6i + 4i - 3i^2\]
Step 4: Use \(i^2 = -1\).
\[-3i^2 = -3(-1) = 3\]
So:
\[8 - 6i + 4i + 3 = (8 + 3) + (-6i + 4i) = 11 - 2i\]
Final answer:
\(11 - 2i\)
Complex numbers might feel abstract, but they are deeply connected to real-world science and technology. Visualizing them on the complex plane helps us see them as points or vectors, not just symbols.
1. Electrical engineering (AC circuits)
In alternating current (AC) circuits, voltages and currents change over time in a wave-like pattern. Engineers use complex numbers to represent these signals. Adding complex numbers corresponds to combining signals, and multiplying them (including using \(i^2 = -1\)) helps describe phase shifts and power. The commutative, associative, and distributive properties guarantee that calculations behave predictably when designing safe, efficient systems.
2. Signal processing and audio
When you listen to music on headphones, algorithms break sound waves into frequency components. These components are often modeled with complex numbers. Adding and subtracting complex numbers can represent mixing and filtering signals, while multiplication can represent changing the volume or shifting phases of certain frequencies.
3. Computer graphics and rotations
On the complex plane, multiplying by certain complex numbers corresponds to rotations and stretches. For example, multiplying by \(i\) rotates a point \(90^\circ\) about the origin. While more advanced graphics often use vectors and matrices, the idea of complex multiplication as rotation comes from the same algebra: distribution plus \(i^2 = -1\). The properties ensure these transformations compose in a consistent way.