Imaginary numbers look intimidating, but they follow clear rules. You can solve them step by step once you understand one core idea: the imaginary unit i is defined as the square root of −1. That single definition drives every operation you will ever perform with imaginary numbers. This guide walks through the process from the simplest simplification to more complex calculations, with each step explained in plain language.
What Exactly Is an Imaginary Number?
An imaginary number is any number that can be written as bi, where b is a real number and i is the imaginary unit. The defining property is that i² = −1. No real number squared gives a negative result, so mathematicians created a new category of numbers to handle square roots of negatives.
When you see √(−9), you cannot simplify it using real numbers alone. Rewrite it as √(9 × −1), which becomes √9 × √(−1), or 3i. That is the fundamental move: separate the negative part and replace √(−1) with i.
A complex number combines a real part and an imaginary part, written as a + bi. For example, 5 + 2i has a real part of 5 and an imaginary part of 2. Imaginary numbers are a subset of complex numbers where the real part equals zero.
How To Solve Imaginary Numbers Step By Step: The Basic Rules
Solving problems with imaginary numbers follows the same algebraic rules you already know, with one extra rule for i. Memorize the pattern of powers of i because it repeats in a cycle of four:
- i¹ = i
- i² = −1
- i³ = −i
- i⁴ = 1
Every higher power of i reduces to one of these four values. To simplify i²³, divide the exponent by 4. The remainder tells you which value in the cycle applies. Twenty-three divided by 4 leaves a remainder of 3, so i²³ = i³ = −i.
For addition and subtraction, combine like terms. Add the real parts and add the imaginary parts separately. For (3 + 2i) + (1 − 5i), add 3 + 1 to get 4, then add 2i + (−5i) to get −3i. The answer is 4 − 3i.
Multiplying Imaginary Numbers: Step-by-Step Process
Multiplication uses the distributive property, often called the FOIL method when multiplying two binomials. Multiply each term in the first expression by each term in the second, then simplify using i² = −1.
Work through (2 + 3i)(1 − 4i) step by step. First, multiply the first terms: 2 × 1 = 2. Next, the outer terms: 2 × (−4i) = −8i. Then the inner terms: 3i × 1 = 3i. Finally, the last terms: 3i × (−4i) = −12i².
Combine the middle terms: −8i + 3i = −5i. Now handle the last term. Since i² = −1, the term −12i² becomes −12 × (−1) = 12. Add this to the constant: 2 + 12 = 14. The final answer is 14 − 5i.
Multiplying two purely imaginary numbers works the same way. For (3i)(4i), multiply 3 × 4 = 12, then multiply i × i = i² = −1. The product is 12 × (−1) = −12, a real number.
Dividing Imaginary Numbers: Using the Conjugate
Division requires eliminating the imaginary part from the denominator. The tool for this is the complex conjugate. The conjugate of a + bi is a − bi. Multiplying a complex number by its conjugate always produces a real number because the imaginary terms cancel.
To divide (3 + 2i) by (1 + i), write it as a fraction: (3 + 2i) / (1 + i). Multiply the numerator and denominator by the conjugate of the denominator, which is 1 − i.
The denominator becomes (1 + i)(1 − i) = 1 − i² = 1 − (−1) = 2. The numerator becomes (3 + 2i)(1 − i) = 3 − 3i + 2i − 2i² = 3 − i + 2 = 5 − i. Divide each part by 2 to get 5/2 − (1/2)i.
For purely imaginary denominators, the process is simpler. To divide 6i by 2i, cancel the i terms directly: 6i ÷ 2i = 3. When the denominator is just an imaginary number like 2i, multiply numerator and denominator by i to rationalize.
Solving Equations That Contain Imaginary Numbers
Quadratic equations with negative discriminants produce imaginary solutions. The discriminant is the part of the quadratic formula under the square root: b² − 4ac. When this value is negative, the equation has no real solutions but does have two imaginary or complex solutions.
Consider the equation x² + 4 = 0. Subtract 4 from both sides to get x² = −4. Take the square root of both sides: x = ±√(−4). Rewrite √(−4) as √4 × √(−1) = 2i. The solutions are x = 2i and x = −2i.
For a fuller example, solve x² − 2x + 5 = 0 using the quadratic formula. Here a = 1, b = −2, and c = 5. The discriminant is (−2)² − 4(1)(5) = 4 − 20 = −16. Since the discriminant is negative, expect imaginary solutions.
Plug into the formula: x = [2 ± √(−16)] / 2. Simplify √(−16) = 4i. This gives x = (2 ± 4i) / 2. Divide both terms by 2 to get x = 1 ± 2i. The two solutions are 1 + 2i and 1 − 2i.
Common Mistakes When Working With Imaginary Numbers
The most frequent error is treating i like a variable instead of a defined constant. Remember that i is not an unknown quantity; it has a fixed value relationship where i² = −1. Whenever you see i² in a calculation, replace it immediately.
Another common mistake happens with square roots of negative products. The rule √(a × b) = √a × √b only works when both a and b are non-negative. You cannot split √(−4 × −9) into √(−4) × √(−9). Instead, multiply first: −4 × −9 = 36, and √36 = 6, a real number.
Students also forget that every quadratic equation has exactly two solutions. When the discriminant is negative, both solutions are imaginary and they always come as a conjugate pair. If one solution is a + bi, the other is a − bi.
When dividing, some people multiply by the conjugate of the numerator instead of the denominator. The goal is always to remove the imaginary part from the denominator, so the conjugate must match the denominator only.
Why Imaginary Numbers Matter in Real Applications
Imaginary numbers are not abstract puzzles with no practical use. Electrical engineers use them constantly to analyze alternating current circuits. Voltage and current in AC circuits have both magnitude and phase, which complex numbers represent naturally.
Signal processing relies on complex numbers for analyzing and filtering audio, image, and communication signals. The Fourier transform, a mathematical tool used in virtually all digital communication, operates on complex numbers.
Quantum mechanics uses complex numbers in its fundamental equations. The wave function, which describes the state of a quantum system, is inherently complex-valued. Physicists cannot describe particles at the quantum level without imaginary numbers.
Control systems in aircraft, automobiles, and industrial machinery use complex numbers to analyze stability and response. The roots of characteristic equations determine whether a system is stable, and these roots are often complex.
Frequently Asked Questions
What is the fastest way to simplify a high power of i?
Divide the exponent by 4 and use the remainder to find the matching value in the cycle. A remainder of 0 gives 1, 1 gives i, 2 gives −1, and 3 gives −i.
Can you add an imaginary number to a real number?
Yes, but they do not combine into a single term. The result is a complex number written as a + bi, where the real and imaginary parts remain separate.
Do imaginary numbers exist on a number line?
No, they exist on a separate vertical axis. The complex plane uses a horizontal axis for real numbers and a vertical axis for imaginary numbers.
Why do we need imaginary numbers if they are not real?
They extend the number system so that every polynomial equation has solutions. They also model real physical phenomena in electronics, physics, and engineering that real numbers alone cannot describe.

