MATH 2 • ALGEBRA & FUNCTIONS

Imaginary Unit i — I can define the imaginary unit i and simplify powers of i.

Discover the number mathematicians invented to solve equations that no real number could handle.

Historical Context & Motivation

For centuries, mathematicians worked exclusively with numbers you can locate on a number line — the real numbers. Positive numbers, negative numbers, fractions, and even irrational numbers like √2 all had a clear place on that line. But a stubborn problem kept appearing: certain equations, like x² + 1 = 0, demanded a number whose square is negative. Since squaring any real number always produces a positive result (or zero), there was simply no real number solution. Rather than accept that gap forever, mathematicians decided to invent a new kind of number.

1545
Cardano's Breakthrough
Italian mathematician Gerolamo Cardano published Ars Magna, in which he encountered square roots of negative numbers while solving cubic equations. He called these results "as subtle as they are useless."
1572
Bombelli's Rules
Rafael Bombelli laid out systematic rules for multiplying and adding expressions involving √(−1), showing they could actually produce useful, real answers when used correctly.
1748
Euler Names i
Leonhard Euler introduced the notation i for √(−1), giving the concept a clean symbol that mathematicians still use today.
1806
The Complex Plane
Jean-Robert Argand published a geometric representation that placed imaginary numbers on a vertical axis perpendicular to the real number line, creating the complex plane.

So here is the central question this lesson addresses: what is the number i, how does it behave when you raise it to different powers, and why should you care? Understanding i opens the door to complex numbers, which turn out to be essential in physics, engineering, and advanced algebra.

Core Principles & Definitions

The entire concept rests on a single, powerful definition. Once you accept this definition, everything else follows logically. Let's explore the foundational ideas you need before tackling any computations.

1

The Imaginary Unit i

The imaginary unit is defined as i = √(−1). It is not a real number, but a perfectly valid mathematical object.
2

The Key Property: i² = −1

Squaring both sides of i = √(−1) gives i² = −1. This is the single most important fact about i, and it drives every calculation you will do.
3

The Cyclic Pattern of Powers

Successive powers of i repeat in a cycle of four: i¹ = i, i² = −1, i³ = −i, i⁴ = 1, then the pattern restarts.
4

Division by 4 Shortcut

To simplify iⁿ for any positive integer n, divide n by 4 and use the remainder to determine which of the four cycle values applies.
KEY TAKEAWAY
Think of the powers of i like the four seasons: spring → summer → fall → winter, then back to spring. No matter how many years pass, you always cycle through the same four seasons in order. Similarly, no matter how large the exponent, the powers of i always cycle through i, −1, −i, 1 in that exact order.

Visual Explanation — The Cycle of i

The best way to internalize the repeating pattern of powers of i is to see it laid out visually. The diagram below shows the four-step cycle as a loop, making it clear that after every fourth power the values reset.

The cycle diagram shows that every power of i equals one of four values. The remainder when dividing the exponent by 4 tells you which value to use: remainder 1 → i, remainder 2 → −1, remainder 3 → −i, remainder 0 → 1.

Notice the arrows moving clockwise around the loop. Each arrow represents multiplying by i one more time. Starting from i¹ = i, multiplying by i gives i² = −1. Multiplying by i again gives i³ = −i, and one more multiplication brings you to i⁴ = 1. From there, multiplying by i takes you right back to i, completing the loop. This cycle of four is the single most useful pattern to memorize when working with powers of i.

Mathematical Framework

Let's formalize everything with equations and precise definitions. These are the tools you'll use every time you encounter a power of i.

DEFINITION OF i
i = √(−1) ⟹ i² = −1
The imaginary unit i is defined so that its square equals −1. No real number satisfies this property.
FIRST FOUR POWERS
i¹ = i i² = −1 i³ = −i i⁴ = 1
To derive i³: i³ = i² × i = (−1) × i = −i. To derive i⁴: i⁴ = i² × i² = (−1)(−1) = 1.
GENERAL RULE FOR iⁿ
iⁿ = i^(n mod 4)
Divide the exponent n by 4 and find the remainder (n mod 4). If the remainder is 0, iⁿ = 1. If 1, iⁿ = i. If 2, iⁿ = −1. If 3, iⁿ = −i.
SIMPLIFYING √(−a)
√(−a) = i√a (where a > 0)
When simplifying a square root of a negative number, factor out −1, replace √(−1) with i, and simplify the remaining radical. For example, √(−25) = i√25 = 5i.

The key algebraic insight is that every power of i reduces to one of four values because i⁴ = 1 acts as a reset. Multiplying any number by 1 leaves it unchanged, so once you hit i⁴ = 1 the cycle starts over. This means you never need to compute i to a huge power directly — just use the remainder when dividing the exponent by 4.

Detailed Breakdown — Powers of i Table

Seeing multiple powers of i laid out in a table drives the pattern home. Study the table below and confirm that the remainder column always determines the value.

Powers of i from i¹ through i⁸ showing the repeating cycle
Power of iExponent ÷ 4RemainderValue
1 ÷ 4 = 0 R 11i
2 ÷ 4 = 0 R 22−1
3 ÷ 4 = 0 R 33−i
i⁴4 ÷ 4 = 1 R 001
i⁵5 ÷ 4 = 1 R 11i
i⁶6 ÷ 4 = 1 R 22−1
i⁷7 ÷ 4 = 1 R 33−i
i⁸8 ÷ 4 = 2 R 001
On the complex plane, the four powers of i sit at the four compass points of a unit circle. Multiplying by i is equivalent to a 90° counterclockwise rotation, which is why four multiplications bring you full circle back to 1.

The complex plane gives a powerful geometric interpretation: each time you multiply by i, you rotate the point 90° counterclockwise. After four rotations (4 × 90° = 360°), you're back where you started. This is why i⁴ = 1 and the cycle repeats. You won't be tested on the complex plane in this lesson, but it's a beautiful visual that explains why the pattern exists.

Worked Example — Simplifying i⁴⁷

Let's walk through a full example to see the remainder method in action. Suppose you need to simplify i⁴⁷. There is no way you'd want to multiply i by itself 47 times, so the cycle shortcut is essential.

Simplify i⁴⁷
1
Step 1 — Divide the exponent by 4Compute 47 ÷ 4. You get 11 with a remainder of 3, since 4 × 11 = 44 and 47 − 44 = 3.
47 ÷ 4 = 11 remainder 3
2
Step 2 — Use the remainder to identify the cycle positionThe remainder is 3, so i⁴⁷ has the same value as i³. Recall the cycle: remainder 0 → 1, remainder 1 → i, remainder 2 → −1, remainder 3 → −i.
i⁴⁷ = i³
3
Step 3 — State the simplified valueFrom the cycle, i³ = −i. Therefore i⁴⁷ = −i.
i⁴⁷ = −i
💡 Pro Tip
If you're on a test and forget the cycle, just write out i¹ = i, i² = −1, i³ = −i, i⁴ = 1 in the margin. It takes five seconds and gives you a reference for the entire exam.

Common Mistakes & How to Avoid Them

Working with i is straightforward once you know the cycle, but a few mistakes appear again and again on tests. Let's identify them so you can steer clear.

Common errors when simplifying powers of i
Common MistakeWhy It's WrongCorrect Approach
Writing i² = 1Confusing i² with i⁴. Remember i² = −1, not 1.i² = −1. Memorize this first and derive the rest.
Saying √(−9) = ±3iThe radical symbol √ denotes only the principal (positive) root.√(−9) = 3i. The ± only appears when solving x² = −9.
Multiplying √(−4) × √(−9) = √36 = 6The rule √a × √b = √(ab) only works when a and b are non-negative.First convert: √(−4) = 2i and √(−9) = 3i. Then (2i)(3i) = 6i² = 6(−1) = −6.
Forgetting that i⁰ = 1Any nonzero number raised to the zero power equals 1, including i.i⁰ = 1. This is consistent with the cycle: remainder 0 → 1.
KEY TAKEAWAY
The biggest trap is applying real-number radical rules to negative radicands. Always convert to i-form first (e.g., √(−4) = 2i), then multiply or simplify. Never multiply two negative-radicand square roots directly under one radical.

Connection to Complex Numbers

The imaginary unit i is not the end of the story — it's the beginning. Once you combine i with real numbers, you get a whole new number system called the complex numbers. A complex number has the form a + bi, where a is the real part and b is the imaginary part. Everything you've learned about the powers of i will be essential when you add, subtract, and multiply complex numbers in upcoming lessons.

How this lesson connects to the broader topic of complex numbers
FeatureImaginary Unit i (This Lesson)Complex Numbers (Next Steps)
Formiⁿ for integer na + bi where a, b ∈ ℝ
Key operationSimplifying powers of iAdding, multiplying, dividing complex numbers
Graphical representationFour points on the unit circleAny point on the complex plane
Real-world useFoundation for complex arithmeticElectrical engineering, quantum physics, signal processing

In future courses, you'll see that complex numbers are not just a mathematical curiosity. Engineers use them to analyze electrical circuits, physicists use them in quantum mechanics, and computer scientists use them in graphics and signal processing. Your ability to quickly simplify powers of i will be a fundamental skill in all of these areas.

Practice Problems

Test your understanding with these five problems, arranged from basic recall to critical thinking. Try each one before checking the answer.

PROBLEM 1CONCEPTUAL
Explain in your own words why no real number can satisfy the equation x² = −1. Then state the definition of the imaginary unit i and the value of i².
PROBLEM 2BASIC CALCULATION
Simplify i²⁰.
PROBLEM 3INTERMEDIATE
Simplify the expression i¹³ + i¹⁸ + i³¹.
PROBLEM 4APPLIED
Simplify √(−72) and write your answer in simplest radical form using i.
PROBLEM 5CRITICAL THINKING
Show that i + i² + i³ + i⁴ = 0. Then use this fact to explain why the sum i + i² + i³ + … + i¹⁰⁰ also equals 0.

Lesson Summary

The imaginary unit i is defined as i = √(−1), which means i² = −1. This definition was created because no real number has a negative square. The powers of i follow a repeating four-step cycle: i¹ = i, i² = −1, i³ = −i, and i⁴ = 1, then the cycle restarts. To simplify any power iⁿ, divide n by 4 and use the remainder to determine which of the four values applies.

When simplifying square roots of negative numbers, always extract i first by writing √(−a) = i√a before performing any other operations. Never apply the product rule for radicals directly to two negative radicands. Mastering these skills prepares you for working with complex numbers (a + bi), which you'll encounter in the very next unit.

Varsity Tutors • Math 2 • Imaginary Unit i