ACT MATH • PREPARING FOR HIGHER MATH

Complex Numbers

Discover how mathematicians expanded the number system to solve equations that have no real solutions.

Historical Context & Motivation

For centuries, mathematicians hit a wall when trying to solve certain equations. Consider the simple equation x² + 1 = 0, which requires a number whose square is −1. Since no real number multiplied by itself produces a negative result, this equation seemed impossible. The development of complex numbers arose from the need to fill this gap in our number system, ultimately transforming mathematics, physics, and engineering.

1545
Cardano's Ars Magna
Italian mathematician Gerolamo Cardano encountered square roots of negative numbers while solving cubic equations. He called them "as subtle as they are useless" but still included them in his work, planting the first seed.
1572
Bombelli's Bold Step
Rafael Bombelli developed formal rules for arithmetic with square roots of negative numbers, showing they could produce real and meaningful answers. This was the first systematic treatment of what we now call complex arithmetic.
1748
Euler's Notation
Leonhard Euler introduced the symbol i to represent √(−1), giving complex numbers the clean notation still used today. He also discovered the famous identity e + 1 = 0.
1806
The Complex Plane
Jean-Robert Argand published a geometric interpretation, plotting complex numbers on a two-dimensional plane. This visual model made abstract "imaginary" numbers feel as concrete as points on a graph.
1831
Gauss Legitimizes the Field
Carl Friedrich Gauss coined the term "complex number" and proved the Fundamental Theorem of Algebra: every polynomial equation has a solution in the complex numbers. This cemented their central role in mathematics.

The key question that drove this centuries-long journey was deceptively simple: What kind of number, when squared, gives a negative result? Answering that question expanded the entire number system and unlocked solutions that were previously invisible. On the ACT, complex number questions test whether you can work fluently with this extended system.

Core Principles & Definitions

A complex number is any number that can be written in the form a + bi, where a and b are real numbers and i is the imaginary unit, defined by i² = −1. The value a is called the real part and b is called the imaginary part. Understanding these definitions is the foundation for every ACT question on this topic.

1

The Imaginary Unit i

Defined by i² = −1, the imaginary unit i is the building block of complex numbers. It is not a real number, but it follows consistent algebraic rules.
2

Standard Form: a + bi

Every complex number has a real part (a) and an imaginary part (b). For example, 3 + 2i has real part 3 and imaginary part 2.
3

Complex Conjugate

The conjugate of a + bi is a − bi. Conjugates are used to simplify division and to eliminate imaginary numbers from denominators.
4

Powers of i Cycle

The powers of i repeat in a cycle of four: i¹ = i, i² = −1, i³ = −i, i⁴ = 1. This pattern restarts every four powers, making simplification predictable.
5

Equality of Complex Numbers

Two complex numbers a + bi and c + di are equal if and only if a = c and b = d. You must match real parts and imaginary parts separately.
KEY TAKEAWAY
KEY TAKEAWAY

The Complex Plane — A Visual Explanation

The complex plane (also called the Argand diagram) lets you plot any complex number as a point on a two-dimensional grid. The horizontal axis represents the real part and the vertical axis represents the imaginary part. This visual representation makes operations like addition feel as natural as vector addition in geometry.

The complex plane shows four examples. The point 3 + 2i sits 3 units right (real part, pink dashed line) and 2 units up (imaginary part, violet dashed line). The point −1 − 2i is in the third quadrant. Pure real numbers sit on the horizontal axis, and pure imaginary numbers sit on the vertical axis.

Notice that every real number you already know — like 5, −3, or 0 — is technically a complex number with an imaginary part of zero (for example, 5 = 5 + 0i). Similarly, a pure imaginary number like 2i has a real part of zero. The complex plane unifies these into one coherent picture. On the ACT, being comfortable reading and plotting on this plane helps you quickly verify answers to complex number problems.

Mathematical Framework — Operations with Complex Numbers

Working with complex numbers on the ACT requires fluency in four main operations: addition, subtraction, multiplication, and division. Each operation follows rules you already know from algebra, with one crucial addition — whenever you see i², replace it with −1.

ADDITION / SUBTRACTION
(a + bi) ± (c + di) = (a ± c) + (b ± d)i
Combine real parts with real parts and imaginary parts with imaginary parts, just like combining like terms.
MULTIPLICATION (FOIL METHOD)
(a + bi)(c + di) = ac + adi + bci + bdi² = (ac − bd) + (ad + bc)i
Multiply using FOIL, then replace i² with −1. The real part of the product is ac − bd and the imaginary part is ad + bc.
DIVISION (MULTIPLY BY CONJUGATE)
(a + bi) ÷ (c + di) = [(a + bi)(c − di)] ÷ (c² + d²)
Multiply both numerator and denominator by the conjugate of the denominator (c − di). The denominator becomes the real number c² + d², eliminating the imaginary unit from the bottom.
POWERS OF i (CYCLIC PATTERN)
i¹ = i, i² = −1, i³ = −i, i⁴ = 1, i⁵ = i, ...
To evaluate in, divide n by 4 and use the remainder: remainder 0 → 1, remainder 1 → i, remainder 2 → −1, remainder 3 → −i.

Detailed Breakdown — The Powers of i Cycle

One of the most frequently tested ideas on the ACT is the cyclic pattern of powers of i. Because i⁴ = 1, every fourth power resets. This means you never need to compute a huge power directly — instead, you divide the exponent by 4 and use the remainder to look up the value.

The four values of the powers of i rotate in a cycle. "R" stands for the remainder when the exponent is divided by 4. Each multiplication by i moves you one step clockwise around the cycle.
Sample powers of i using the remainder method
Exponent nn ÷ 4Remainderiⁿ
10 R 11i
20 R 22−1
30 R 33−i
41 R 001
235 R 33−i
10025 R 001
ACT TIP

Worked Example — Multiplying and Dividing Complex Numbers

Let's work through a typical ACT-style problem that combines multiplication and division of complex numbers.

1
Step 1 — Identify the ConjugateThe denominator is 1 − i, so its conjugate is 1 + i. We will multiply both the numerator and denominator by this conjugate to eliminate i from the denominator.
Conjugate of (1 − i) = 1 + i
2
Step 2 — Multiply the NumeratorUse FOIL on (3 + 2i)(1 + i): First: 3 × 1 = 3. Outer: 3 × i = 3i. Inner: 2i × 1 = 2i. Last: 2i × i = 2i². Since i² = −1, the last term becomes 2(−1) = −2. Combine: 3 + 3i + 2i − 2 = 1 + 5i.
Numerator = 1 + 5i
3
Step 3 — Multiply the DenominatorUse FOIL on (1 − i)(1 + i): First: 1 × 1 = 1. Outer: 1 × i = i. Inner: −i × 1 = −i. Last: −i × i = −i² = −(−1) = 1. Combine: 1 + i − i + 1 = 2. Notice the imaginary terms cancel — this always happens when you multiply conjugates.
Denominator = 2
4
Step 4 — Divide and Write in Standard FormDivide the numerator by the denominator: (1 + 5i) ÷ 2 = 1/2 + 5i/2. Write each part as a fraction or decimal.
Final answer: 1/2 + (5/2)i
CHECK YOUR WORK

Common Mistakes & How to Avoid Them

Complex number problems on the ACT are generally straightforward, but a few common mistakes trip up students repeatedly. Being aware of these pitfalls can save you valuable time and points on test day.

Top five mistakes students make with complex numbers on the ACT
Common MistakeWhat Goes WrongHow to Fix It
Forgetting i² = −1Students leave i² in the answer instead of replacing it with −1, producing incorrect expressions.After every multiplication, scan for i² and substitute −1 immediately.
Sign errors with conjugatesChanging the wrong sign or flipping both signs instead of only the imaginary part.The conjugate of a + bi is always a − bi. Only the sign in front of bi changes.
Adding unlike partsAccidentally combining a real part with an imaginary part, like writing 3 + 2i = 5i.Treat real and imaginary parts as separate categories — they can never be combined into one term.
Wrong cycle position for iⁿMiscalculating the remainder when dividing the exponent by 4.Double-check: 4 × quotient + remainder = exponent. If it doesn't equal the original exponent, redo the division.
Leaving i in the denominatorStandard form requires a + bi, which means no i in the denominator. Failing to multiply by the conjugate leaves the answer incomplete.Always multiply numerator and denominator by the conjugate of the denominator before simplifying.
KEY TAKEAWAY
KEY TAKEAWAY

Connections to Advanced Mathematics

Complex numbers aren't just an abstract test topic — they show up throughout higher math, science, and engineering. On the ACT, you only need the basics, but understanding where the topic leads can deepen your intuition and make the fundamentals feel more meaningful.

How ACT-level concepts connect to advanced topics
ACT-Level ConceptAdvanced Extension
a + bi standard formPolar form r(cos θ + i sin θ) used in trigonometry and calculus
Multiplying complex numbers with FOILMultiplication as rotation and scaling in the complex plane
The cycle of powers of iEuler's formula: e^(iθ) = cos θ + i sin θ
Solving x² + 1 = 0Fundamental Theorem of Algebra — every polynomial of degree n has exactly n complex roots
Complex conjugates for divisionUsed in electrical engineering to analyze AC circuits and signal processing

If you go on to study pre-calculus or AP Calculus, you'll encounter the polar form of complex numbers and Euler's remarkable formula. In physics, complex numbers are essential for quantum mechanics. In engineering, they simplify the analysis of alternating-current circuits. The algebraic skills you're building now — adding, multiplying, dividing, and simplifying powers of i — form the foundation for all of these applications.

Practice Problems

1
What is the value of i² + i⁴?
2
Simplify (5 + 3i) + (−2 + 7i) and express your answer in standard form.
3
Simplify (4 − i)(2 + 3i) and express the answer in standard form a + bi.
4
The impedance of a circuit component is given as Z = 6/(2 − i). Express Z in standard form a + bi.
5
If (a + bi)² = 3 + 4i, find all possible values of a and b, where a and b are real numbers.
Varsity Tutors • ACT Math • Complex Numbers — Complex Numbers