๐ŸฌHonors Algebra II

Imaginary Number Rules

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Imaginary numbers extend our number system so that every polynomial equation has solutions, not just the ones with real roots. In Honors Algebra II, you need to manipulate these numbers fluently, recognize patterns in powers of ii, and perform operations that combine real and imaginary components. These skills connect directly to polynomial equations with no real solutions, the Fundamental Theorem of Algebra, and graphical representations in the complex plane.

Complex numbers follow predictable rules that mirror what you already know about real number operations, with one crucial twist: i2=โˆ’1i^2 = -1. Don't just memorize formulas. Understand why multiplying by a conjugate eliminates imaginary denominators, how the powers of ii cycle, and what these operations look like on the complex plane. That conceptual understanding is what separates students who struggle from those who ace the exam.


The Foundation: Defining ii and Its Powers

Before you can work with complex numbers, you need to internalize what ii actually represents and how it behaves when raised to powers. The entire system rests on one definition: i2=โˆ’1i^2 = -1. That single rule creates a predictable four-step cycle.

The Definition of ii

  • i=โˆ’1i = \sqrt{-1} โ€” this definition extends our number system beyond the reals so that equations like x2+1=0x^2 + 1 = 0 actually have solutions
  • Complex numbers take the form a+bia + bi, where aa is the real part and bb is the imaginary part
  • Applications span STEM fields: AC circuit analysis, signal processing, and quantum mechanics all rely on complex number operations

Powers of ii

The powers of ii repeat in a cycle of four:

  • i1=ii^1 = i
  • i2=โˆ’1i^2 = -1
  • i3=โˆ’ii^3 = -i
  • i4=1i^4 = 1

After i4i^4, the pattern starts over. To simplify any power ini^n:

  1. Divide nn by 4.
  2. Look at the remainder.
  3. Match the remainder: 0 โ†’ 11, 1 โ†’ ii, 2 โ†’ โˆ’1-1, 3 โ†’ โˆ’i-i.

For example, to find i47i^{47}: divide 47 by 4 to get 11 remainder 3. Remainder 3 means i47=โˆ’ii^{47} = -i.

This pattern appears constantly on exams, so practice until it's automatic.

Simplifying Square Roots of Negative Numbers

โˆ’a=ia\sqrt{-a} = i\sqrt{a} for any positive real number aa. Always extract the ii first, then simplify the radical.

For example, โˆ’48=i48=iโ‹…43=4i3\sqrt{-48} = i\sqrt{48} = i \cdot 4\sqrt{3} = 4i\sqrt{3}.

Write your final answers in standard form a+bia + bi.

Common error to avoid: You cannot multiply negative radicands directly. Writing โˆ’4โ‹…โˆ’9=36=6\sqrt{-4} \cdot \sqrt{-9} = \sqrt{36} = 6 is wrong. The rule aโ‹…b=ab\sqrt{a} \cdot \sqrt{b} = \sqrt{ab} only works when aa and bb are non-negative. Instead, convert first: 2iโ‹…3i=6i2=โˆ’62i \cdot 3i = 6i^2 = -6.

Compare: Powers of ii vs. simplifying negative square roots. Both rely on i2=โˆ’1i^2 = -1, but powers use the four-step cycle while square roots require extracting ii before simplifying the radical. A problem like โˆ’48+i23\sqrt{-48} + i^{23} requires both skills.


Operations: Adding, Subtracting, and Multiplying

Complex number arithmetic follows familiar rules with one essential modification: whenever i2i^2 appears, replace it with โˆ’1-1.

Adding and Subtracting Complex Numbers

Combine real parts with real parts and imaginary parts with imaginary parts:

(a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a + c) + (b + d)i

(a+bi)โˆ’(c+di)=(aโˆ’c)+(bโˆ’d)i(a + bi) - (c + di) = (a - c) + (b - d)i

The result is already in standard form. You never need to simplify ii here because you're not multiplying imaginary terms together.

Multiplying Complex Numbers

Use FOIL or distribution on (a+bi)(c+di)(a + bi)(c + di):

  1. Multiply: ac+adi+bci+bdi2ac + adi + bci + bdi^2
  2. Replace i2i^2 with โˆ’1-1: ac+adi+bci+bd(โˆ’1)ac + adi + bci + bd(-1)
  3. Combine real and imaginary parts: (acโˆ’bd)+(ad+bc)i(ac - bd) + (ad + bc)i

Special product to know: Multiplying conjugates (a+bi)(aโˆ’bi)=a2+b2(a + bi)(a - bi) = a^2 + b^2 always gives a real number. The imaginary terms cancel out. This property is the foundation for division.

Compare: Addition keeps real and imaginary parts separate (no interaction between them), while multiplication creates cross-terms that force you to use i2=โˆ’1i^2 = -1. Multiplication is where most algebraic errors happen on exams, so double-check your signs.


Division and Conjugates

Division of complex numbers requires multiplying by a form of 1 that eliminates the imaginary part from the denominator. The conjugate is your tool for this.

The Complex Conjugate

  • The conjugate of a+bia + bi is aโˆ’bia - bi: same real part, opposite sign on the imaginary part
  • Key property: (a+bi)(aโˆ’bi)=a2+b2(a + bi)(a - bi) = a^2 + b^2, which is always a real, non-negative number
  • Conjugates in polynomial theory: Complex roots of polynomials with real coefficients always come in conjugate pairs. If 3+2i3 + 2i is a root, then 3โˆ’2i3 - 2i must also be a root.

Dividing Complex Numbers

Here's the step-by-step process for dividing a+bic+di\frac{a + bi}{c + di}:

  1. Identify the conjugate of the denominator: cโˆ’dic - di.
  2. Multiply both numerator and denominator by that conjugate: a+bic+diโ‹…cโˆ’dicโˆ’di\frac{a + bi}{c + di} \cdot \frac{c - di}{c - di}
  3. FOIL the numerator and apply i2=โˆ’1i^2 = -1.
  4. The denominator simplifies to c2+d2c^2 + d^2 (a real number).
  5. Write the result in standard form: realย partc2+d2+imaginaryย partc2+d2i\frac{\text{real part}}{c^2 + d^2} + \frac{\text{imaginary part}}{c^2 + d^2}i

This works because multiplying by cโˆ’dicโˆ’di\frac{c - di}{c - di} equals 1, so you're not changing the value of the expression. You're just rewriting it in a form with a real denominator.

Compare: Conjugates in division vs. conjugate pairs of polynomial roots. Both use the aยฑbia \pm bi structure, but for different purposes. Division uses conjugates to rationalize denominators; polynomial theory uses them to explain why non-real roots come in pairs.


Geometric Representations

Complex numbers have a geometric interpretation that makes many operations more intuitive. The complex plane lets you visualize them as points or vectors, and polar form reveals the rotational nature of multiplication.

Graphing on the Complex Plane

  • Horizontal axis = real part, vertical axis = imaginary part. The complex number a+bia + bi corresponds to the point (a,b)(a, b).
  • Addition becomes vector addition. Geometrically, you're placing arrows tip-to-tail, just like adding vectors in physics.
  • This visualization connects naturally to the modulus (distance from origin) and argument (angle from the positive real axis).

Absolute Value (Modulus)

โˆฃa+biโˆฃ=a2+b2|a + bi| = \sqrt{a^2 + b^2}

This is the distance from the origin to the point (a,b)(a, b). It connects directly to the Pythagorean theorem: the modulus is the hypotenuse of a right triangle with legs aa and bb.

A useful property for multiplication: โˆฃz1โ‹…z2โˆฃ=โˆฃz1โˆฃโ‹…โˆฃz2โˆฃ|z_1 \cdot z_2| = |z_1| \cdot |z_2|. Multiplying complex numbers multiplies their distances from the origin.

Polar Form

Instead of writing a+bia + bi, you can describe a complex number by its distance from the origin (rr) and its angle (ฮธ\theta):

r(cosโกฮธ+isinโกฮธ)r(\cos\theta + i\sin\theta)

This is often abbreviated as rย cisย ฮธr \text{ cis } \theta.

Multiplication in polar form is particularly clean: multiply the moduli and add the arguments.

(r1ย cisย ฮธ1)(r2ย cisย ฮธ2)=r1r2ย cis(ฮธ1+ฮธ2)(r_1 \text{ cis } \theta_1)(r_2 \text{ cis } \theta_2) = r_1 r_2 \text{ cis}(\theta_1 + \theta_2)

For reference, Euler's formula states reiฮธ=r(cosโกฮธ+isinโกฮธ)re^{i\theta} = r(\cos\theta + i\sin\theta). You'll encounter this in more advanced courses, but it's good to know it exists.

Compare: Standard form a+bia + bi vs. polar form rย cisย ฮธr \text{ cis } \theta. Standard form makes addition easy (combine like terms), while polar form makes multiplication easy (multiply moduli, add angles). Choose your form based on the operation the problem requires.


Quick Reference Table

ConceptKey Facts
Definition of iii=โˆ’1i = \sqrt{-1}, i2=โˆ’1i^2 = -1
Powers of ii cyclei1=ii^1 = i, i2=โˆ’1i^2 = -1, i3=โˆ’ii^3 = -i, i4=1i^4 = 1
Simplifying negative radicalsโˆ’a=ia\sqrt{-a} = i\sqrt{a}; extract ii first
Addition/SubtractionCombine real and imaginary parts separately
MultiplicationFOIL, then replace i2i^2 with โˆ’1-1
Conjugate pairsa+bia + bi and aโˆ’bia - bi; product is a2+b2a^2 + b^2
DivisionMultiply by conjugate of denominator
Modulus$$
Polar formr(cosโกฮธ+isinโกฮธ)r(\cos\theta + i\sin\theta) or rย cisย ฮธr \text{ cis } \theta

Self-Check Questions

  1. What is i87i^{87}? Explain how you used the four-step cycle to find your answer without computing all 87 powers.

  2. Which operation (addition or multiplication) requires you to use the property i2=โˆ’1i^2 = -1, and why doesn't the other one need it?

  3. How does multiplying a complex number by its conjugate differ from multiplying two arbitrary complex numbers? What's special about the result?

  4. Divide 3+2i1โˆ’4i\frac{3 + 2i}{1 - 4i}. Explain each step and why multiplying by the conjugate works.

  5. A complex number has modulus 5 and argument ฯ€3\frac{\pi}{3}. Write it in both polar form and standard form a+bia + bi. Which form would you prefer for multiplying this number by another complex number, and why?

Imaginary Number Rules to Know for Honors Algebra II