ACT Math · Number & Quantity

Complex Numbers on the ACT: Every Type, Named and Explained

Defining Identity

i = √(−1)   i² = −1

The i-Cycle — Memorize All Four Values

= i remainder 1
= −1 remainder 2
= −i remainder 3
i&sup4; = 1 remainder 0

Complex number questions are rare — and difficult. If you’re targeting a high ACT Math score (30+), you should know all of the Complex Number questions, though, because you will typically see at least 1 Complex Number question on each test.

Even though these questions are hard, the good news is they are predictable. Since most students don’t understand complex number questions, the ACT can write questions that are basically the exact same (with a couple different numbers) on each test. If you learn these question types, it will increase your ACT Math score.

Question types covered in this guide

Question TypeNamed MethodFrequency
Powers of i — the repeating four-value cycleThe Divide-by-4 ShortcutMedium
Adding and subtracting complex numbersThe Like-Terms RuleMedium
Multiplying complex numbers — FOIL with i² substitutionThe FOIL-Then-Substitute MethodMedium
Complex conjugates and dividing complex numbersThe Conjugate RationalizationLow

Type 1

Powers of i — The Repeating Four-Value Cycle

Medium Frequency

The powers of i repeat in a cycle of four: i¹ = i, i² = −1, i³ = −i, i⁴ = 1, i⁵ = i, i⁶ = −1, and so on. To find iⁿ for any large exponent n, divide n by 4 and find the remainder. The remainder determines the value: remainder 1 → i, remainder 2 → −1, remainder 3 → −i, remainder 0 (divisible by 4) → 1.

This is the most testable complex number skill on the ACT because it can be asked for any exponent and looks intimidating without the shortcut. The cycle is mechanical once memorized — no algebra required, just one division and a lookup in the four-value table above.

Named Method

The Divide-by-4 Shortcut

Step 1 — divide the exponent by 4. Step 2 — find the remainder (0, 1, 2, or 3). Step 3 — look up the remainder in the i-cycle: remainder 0 → 1; remainder 1 → i; remainder 2 → −1; remainder 3 → −i. Write the four-value table in the margin of your test booklet before starting this question type.

Example: i⁵⁰. Divide 50 by 4: 50 ÷ 4 = 12 remainder 2. Remainder 2 → i² → −1. So i⁵⁰ = −1. Example: i⁷⁵. Divide 75 by 4: 75 ÷ 4 = 18 remainder 3. Remainder 3 → −i. So i⁷⁵ = −i.

✓ Correct — Divide-by-4 Shortcut applied

Find i^23 23 ÷ 4 = 5 remainder 3 Remainder 3 → −i i^23 = −i ✓

✗ Incorrect — cycle not recognized

Find i^23 Error: i^22 × i = (i^2)^11 × i = (−1)^11 × i = −1 × i = −i (Correct result by longer path, but no shortcut used — slow on test)

ACT-style practice question

What is the value of i⁵⁰, where i = √(−1)?

A.  i
B.  1
C.  −1
D.  −i

Classic Test Prep

Take a mini-diagnostic

Get your projected ACT score in just 15 minutes

Type 2

Adding and Subtracting Complex Numbers

Medium Frequency

To add or subtract complex numbers, treat the real and imaginary parts as separate like terms: add or subtract the real parts together, and add or subtract the imaginary parts together. The form a + bi has two components — the real part (a) and the imaginary part (b, the coefficient of i) — and each behaves independently under addition and subtraction. No simplification of i terms is needed because no multiplication is occurring.

Complex numbers cannot be simplified further by combining a real term with an imaginary term — 5 + 3i is already fully simplified; it cannot be written as 8. This is analogous to adding variables: 5 + 3x stays as 5 + 3x, not 8x.

Named Method

The Like-Terms Rule

Step 1 — identify the real part (no i) and the imaginary part (coefficient of i) in each complex number. Step 2 — add or subtract the real parts. Step 3 — add or subtract the imaginary parts (the coefficients of i). Step 4 — write the result in a + bi form. The i stays as i — it is not a variable to be solved for.

For subtraction: distribute the minus sign before combining. (3 + 2i) − (5 − 7i) = 3 + 2i − 5 + 7i = (3−5) + (2+7)i = −2 + 9i. The key step is distributing the negative sign through the second complex number before combining terms — the same error that occurs in polynomial subtraction.

✓ Correct — real and imaginary combined separately

(4 + 3i) − (1 + 8i) Real: 4 − 1 = 3 Imaginary: 3i − 8i = −5i Result: 3 − 5i ✓

✗ Incorrect — minus not distributed to imaginary term

(4 + 3i) − (1 + 8i) Error: 3 + 11i ✗ (Added 3+8=11 instead of 3−8=−5; the minus sign must apply to BOTH terms in the second complex number)

ACT-style practice question

What is the sum (3 + 2i) + (5 − 7i), where i = √(−1)?

A.  8 − 5i
B.  8 + 9i
C.  2 + 9i
D.  15i

Type 3

Multiplying Complex Numbers — FOIL With i² Substitution

Medium Frequency

To multiply two complex numbers in the form (a + bi)(c + di), apply the standard FOIL method — First, Outer, Inner, Last. The FOIL process produces four terms, one of which contains i². At that step, substitute i² = −1 and simplify. The result is a new complex number in a + bi form. The only difference between multiplying complex numbers and multiplying real binomials is the i² → −1 substitution.

The most common error: FOILing correctly but then treating i² as positive 1 instead of −1, or forgetting to substitute i² at all and leaving i² in the answer. Either error produces a wrong answer that the ACT includes in the choices.

⚠ The i² Substitution — Replace i² With −1 Every Time

Multiply (2 + 3i)(4 − i): FOIL: 8 − 2i + 12i − 3i²   →  replace i² with −1:  8 + 10i − 3(−1) = 8 + 10i + 3 = 11 + 10i ✓ Wrong (i² left as +1):  8 + 10i − 3(+1) = 8 + 10i − 3 = 5 + 10i ✗ Wrong (i² forgotten, left in):  8 + 10i − 3i²   (not a standard a+bi form) ✗

Named Method

The FOIL-Then-Substitute Method

Step 1 — FOIL: multiply First terms, Outer terms, Inner terms, Last terms. Step 2 — identify which term contains i². Step 3 — substitute i² = −1 in that term. Step 4 — combine real terms and imaginary terms separately to write the final answer in a + bi form.

For (2 + 3i)(4 − i): F: 2×4 = 8. O: 2×(−i) = −2i. I: 3i×4 = 12i. L: 3i×(−i) = −3i². Substitute i²=−1: −3i² = −3(−1) = +3. Combine reals: 8 + 3 = 11. Combine imaginaries: −2i + 12i = 10i. Answer: 11 + 10i.

✓ Correct — FOIL then substitute i² = −1

(1 + 2i)(3 + i) F: 3  O: i  I: 6i  L: 2i² = 3 + 7i + 2(−1) = 3 + 7i − 2 = 1 + 7i ✓

✗ Incorrect — i² treated as +1

(1 + 2i)(3 + i) F:3 O:i I:6i L:2i²=+2 Error: 3 + 7i + 2 = 5 + 7i ✗ (i² = −1, not +1; the last term must be −2, not +2)

ACT-style practice question

Which of the following is equivalent to (2 + 3i)(4 − i), where i = √(−1)?

A.  5 + 10i
B.  8 + 10i − 3i²
C.  8 − 3i
D.  11 + 10i

Classic Test Prep

Take a mini-diagnostic

Get your projected ACT score in just 15 minutes

Type 4

Complex Conjugates and Dividing Complex Numbers

Low Frequency

The complex conjugate of a + bi is a − bi — the same real part, with the sign of the imaginary part flipped. When a complex number is multiplied by its conjugate, the result is always a real number: (a + bi)(a − bi) = a² + b². The i terms cancel because the Outer and Inner products of the FOIL are additive inverses.

To divide complex numbers (or to write a complex fraction in a + bi form), multiply the numerator and denominator by the conjugate of the denominator. This eliminates i from the denominator and produces a fraction with a real denominator that can be split into real and imaginary parts. The ACT may present this as “write in a + bi form” for an expression like (1 + 2i)/(3 − i).

Named Method

The Conjugate Rationalization

Step 1 — identify the conjugate of the denominator: flip the sign of its imaginary part. Step 2 — multiply both numerator and denominator by that conjugate. Step 3 — expand the numerator using FOIL-Then-Substitute. Step 4 — expand the denominator using (a + bi)(a − bi) = a² + b² (no i terms remain). Step 5 — divide both the real and imaginary parts of the numerator by the real denominator to write the answer in a + bi form.

Key insight: the denominator always becomes a real number after multiplying by the conjugate. If the denominator is (a − bi), its conjugate is (a + bi), and (a − bi)(a + bi) = a² − (bi)² = a² − b²(−1) = a² + b². This is always positive for any non-zero complex number.

✓ Correct — Conjugate Rationalization applied

2 / (1 + i) Conjugate of (1+i) = (1−i) × (1−i)/(1−i): Num: 2(1−i) = 2−2i Den: 1²+1² = 2 Result: (2−2i)/2 = 1−i ✓

✗ Incorrect — multiplied by same, not conjugate

2 / (1 + i) Error: multiply by (1+i)/(1+i) Den: (1+i)² = 1+2i+i² = 2i ✗ (denominator still has i; must use conjugate (1−i), not (1+i))

ACT-style practice question

What is (1 + 2i) ÷ (3 − i) written in the form a + bi, where i = √(−1)?

A.  (1 + 2i)/9
B.  1/10 + 7i/10
C.  1/4 + i/4
D.  (1 − 2i)/(3 + i)

Quick-Reference Summary: All 4 ACT Complex Number Question Types

Question Type Named Method The One Step Students Miss Frequency
Powers of i The Divide-by-4 Shortcut Dividing the exponent by 4 and looking up the remainder — not multiplying i out step by step Medium
Adding and subtracting The Like-Terms Rule Distributing the minus sign to both real and imaginary parts of the second number in subtraction Medium
Multiplying — FOIL with i² The FOIL-Then-Substitute Method Substituting i² = −1 (negative one) — not +1 — after FOILing Medium
Conjugates and division The Conjugate Rationalization Multiplying by the conjugate of the denominator — (a−bi) becomes (a+bi), or vice versa Low

How to Approach Complex Number Questions on Test Day

Tip 1 — Write the i-Cycle Table in Your Test Booklet First

The moment you reach a complex number question, write the four-value i-cycle in the margin before doing anything else: i¹=i, i²=−1, i³=−i, i⁴=1. This takes ten seconds and eliminates the most common i-cycle error — looking up the wrong remainder. With the table visible, the Divide-by-4 Shortcut becomes a lookup, not a memory exercise. Students who attempt to reconstruct the cycle from memory under time pressure frequently write i³ as i or confuse the cycle positions. The table, written out once, removes that risk entirely.

Tip 2 — Treat i² = −1 as a Rule That Fires Every Time You See i²

Make “replace i² with −1” a reflex, not a step you might remember. In multiplication, FOILing two complex numbers always produces an i² term in the Last product. The instant you write that term, replace it: −3i² becomes −3(−1) = +3, and +2i² becomes +2(−1) = −2. Students who leave i² in the expression or substitute +1 instead of −1 get wrong answers that appear in the answer choices. Writing “i² = −1” explicitly on your scratch paper at the start of any multiplication problem creates the reflex before the computation begins.

Tip 3 — Identify the Conjugate by Flipping the Sign of the Imaginary Part Only

A common error on conjugate questions: changing the sign of the real part instead of the imaginary part, or changing both signs. The conjugate of a + bi is a − bi — the real part (a) stays identical. Only the sign of b changes. For (3 − i), the conjugate is (3 + i). For (−2 + 5i), the conjugate is (−2 − 5i). The real part is unchanged in both cases. Before multiplying by the conjugate, write it out explicitly and confirm: “I flipped the sign of the imaginary part only.” This five-second check prevents the most common conjugate setup error.

Common Questions About ACT Complex Number Problems

Yes — there is a four-value cycle: i¹ = i, i² = −1, i³ = −i, i⁴ = 1. After i⁴ = 1, the cycle repeats exactly: i⁵ = i, i⁶ = −1, and so on. The pattern resets every four powers.

To find any power of i without multiplying out: divide the exponent by 4 and find the remainder. The remainder tells you the answer. Remainder 1 → i. Remainder 2 → −1. Remainder 3 → −i. Remainder 0 (exactly divisible by 4) → 1. For i⁵⁰: 50 ÷ 4 = 12 with remainder 2. Remainder 2 → i² → −1. So i⁵⁰ = −1. For i⁷⁵: 75 ÷ 4 = 18 with remainder 3. Remainder 3 → −i. So i⁷⁵ = −i.

Memorize the four values and the Divide-by-4 Shortcut together. Write the table in your test booklet the moment you see a powers-of-i question. This shortcut works for any exponent — 50, 101, 200, 3,000 — in under ten seconds.

Yes — FOIL it exactly like two binomials, then replace i² with −1. The FOIL itself is identical to multiplying (2 + 3x)(4 − x) — the same four products, in the same order. The only difference is that x is i, and i² = −1 rather than x².

For (2 + 3i)(4 − i): F = 2×4 = 8. O = 2×(−i) = −2i. I = 3i×4 = 12i. L = 3i×(−i) = −3i². That Last term is always where the substitution happens: −3i² = −3(−1) = +3. Combine: 8 + (−2i + 12i) + 3 = 11 + 10i.

The step students most often skip: after FOILing, they collect the i-terms but forget to process the i² term. Write the four products separately on your scratch paper — F, O, I, L on four lines — so you can see the i² term clearly before simplifying. Once you see it written out, the substitution is automatic.

The complex conjugate of a + bi is a − bi — same real part, opposite sign on the imaginary part. The conjugate of 3 − 5i is 3 + 5i. The conjugate of −2 + i is −2 − i. Only the imaginary part’s sign flips.

Yes, the ACT does ask division questions, usually phrased as “write the expression in a + bi form.” The technique: multiply numerator and denominator by the conjugate of the denominator. This eliminates i from the denominator because (a + bi)(a − bi) = a² + b² — a real number with no i. Once the denominator is real, you split the fraction into its real and imaginary parts: (real part)/denominator + (imaginary part)/denominator × i.

Division questions are at the harder end of complex number questions on the ACT — they require correctly identifying the conjugate, applying FOIL to the numerator, and simplifying the denominator using the a² + b² shortcut. But every step uses skills covered in this guide. For students targeting 30+, this is a well-defined sequence of operations with no conceptual surprises beyond what FOIL and the i² substitution already require.

Complex numbers appear 1–2 times per ACT Math section, typically in questions 35–50 (the harder half of the section). For a student targeting a 28, that is usually 1 question in a difficulty zone where time pressure is highest and error rates are elevated. Whether that investment is worth it depends on where your other weaknesses are.

The case for studying this at a 28 target: the i-cycle and basic multiplication are genuinely Algebra II-level operations that can be learned in 30 minutes. If you can reliably answer an i-cycle question (the most common format) in under 60 seconds, that is a point recovery with minimal prep time. The case against: if you have larger gaps in coordinate geometry, functions, or quadratic equations — which appear far more frequently — those are higher-priority for a 28 target.

For students targeting 30 or above, complex numbers are non-negotiable to study. At that score level, leaving any answerable question blank or incorrect is a meaningful score loss, and the question types in this guide are genuinely answerable after 45 minutes of focused practice. The return on investment is among the best of any advanced ACT Math topic.

The modulus of a complex number is its distance from the origin in the complex plane — the same concept as distance from a point to the origin in coordinate geometry, just in a plane where one axis is real and the other is imaginary. No existing free ACT prep source explains this clearly, which is why it catches students off guard.

The calculation is the Pythagorean theorem: |a + bi| = √(a² + b²). Plot a + bi at the point (a, b). The horizontal leg is a, the vertical leg is b, and the hypotenuse from the origin to that point is the modulus. For 3 + 4i, plotted at (3, 4): modulus = √(9 + 16) = √25 = 5. The diagram in this guide shows this visually.

The ACT favors Pythagorean triples for modulus questions — meaning the real and imaginary parts will often be two legs of a 3-4-5, 5-12-13, or 8-15-17 triple. Recognizing these triples lets you skip the computation entirely. If you see 5 + 12i, the modulus is 13 before you touch your calculator. Learning to recognize common triples in a complex number context is one of the most efficient skills this entire guide teaches.

Yes — for multiplication and division questions, multiply your answer back by the other factor (or denominator) and confirm you get the original expression. For (2+3i)(4−i) = 11+10i: verify by computing (11+10i)/(4−i) and confirming you get 2+3i, or by computing (11+10i) ÷ (4−i) using the Conjugate Rationalization. If the result is 2+3i, the original multiplication was correct.

A faster check for multiplication: verify the real part and imaginary part separately using the shortcut formulas. For (a+bi)(c+di): real part = ac − bd and imaginary part = ad + bc. For (2+3i)(4−i): real part = (2)(4) − (3)(−1) = 8 + 3 = 11 ✓; imaginary part = (2)(−1) + (3)(4) = −2 + 12 = 10 ✓. These formulas are derivable from FOIL and provide a 10-second verification.

For powers of i: verify by checking whether the result fits the cycle. i⁵⁰ = −1: does this make sense? i⁴⁸ = 1 (multiple of 4) → i⁴⁹ = i → i⁵⁰ = i² = −1. Stepping one position from a known multiple-of-4 anchor confirms the result. For the modulus: verify by computing a² + b² and confirming the square root equals your answer. These are fast, partial-check verification steps — not full re-computations.

ACT Mini-Diagnostic — Classic Test Prep