๐Ÿ“˜Intermediate Algebra

Essential Operations with Complex Numbers

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

Complex numbers expand what's possible in algebra. When a quadratic equation has no real solutions, complex numbers fill the gap. The same way negative numbers let you solve x+5=3x + 5 = 3 and fractions let you solve 2x=72x = 7, complex numbers let you solve x2=โˆ’1x^2 = -1.

You'll need to add, subtract, multiply, divide, and simplify complex numbers fluently. These skills connect directly to solving polynomial equations, understanding the Fundamental Theorem of Algebra, and working with functions that previously seemed to have "no solution." Beyond computing, you'll also need to understand why conjugates eliminate imaginary denominators, how the complex plane connects algebra to geometry, and what the cyclical powers of i reveal about structure.


Building Blocks: Understanding Complex Number Structure

Before you can operate on complex numbers, you need to understand their anatomy. Every complex number has two distinct components that behave differently under various operations.

Definition of Complex Numbers (a + bi form)

Every complex number is written in standard form a+bia + bi, where aa and bb are real numbers. The value aa is the real part and bb is the imaginary part. Notice that bb itself is just a regular real number; the imaginary unit ii is what makes the second term "imaginary."

The whole system rests on one definition: i=โˆ’1i = \sqrt{-1}, which means i2=โˆ’1i^2 = -1. That single fact drives every simplification you'll do with complex numbers.

Powers of i (iยฒ, iยณ, iโด, etc.)

The powers of ii follow a cyclical pattern that repeats every four powers:

  • i1=ii^1 = i
  • i2=โˆ’1i^2 = -1
  • i3=โˆ’ii^3 = -i
  • i4=1i^4 = 1
  • i5=ii^5 = i (cycle restarts)

To simplify any power of ii, divide the exponent by 4 and use the remainder. For example, i53i^{53}: since 53รท4=1353 \div 4 = 13 remainder 11, you get i53=i1=ii^{53} = i^1 = i. Whenever you see i2i^2 appear in a calculation, replace it with โˆ’1-1 immediately.

Compare: i2i^2 vs. i4i^4: both are real numbers (no imaginary part), but i2=โˆ’1i^2 = -1 while i4=1i^4 = 1. If an exam question asks you to simplify i100i^{100}, find the remainder when dividing by 4. Since 100รท4=25100 \div 4 = 25 remainder 00, i100=i4=1i^{100} = i^4 = 1.


Arithmetic Operations: Computing with Complex Numbers

These operations follow predictable rules. The core idea is that real and imaginary parts stay in their own lanes during addition and subtraction. Multiplication is where they interact, because multiplying two imaginary terms produces i2=โˆ’1i^2 = -1, which kicks the result back into the real part.

Addition and Subtraction of Complex Numbers

Combine like terms separately: real parts with real parts, imaginary parts with imaginary parts.

  • Addition: (a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a + c) + (b + d)i
  • Subtraction: (a+bi)โˆ’(c+di)=(aโˆ’c)+(bโˆ’d)i(a + bi) - (c + di) = (a - c) + (b - d)i

This works exactly like combining like terms in polynomial addition. With subtraction, distribute the negative sign carefully before combining.

Example: (5+3i)โˆ’(2+7i)=(5โˆ’2)+(3โˆ’7)i=3โˆ’4i(5 + 3i) - (2 + 7i) = (5 - 2) + (3 - 7)i = 3 - 4i

Multiplication of Complex Numbers

Use FOIL (the distributive property), then simplify the i2i^2 term:

  1. Multiply each term in the first factor by each term in the second: (a+bi)(c+di)=ac+adi+bci+bdi2(a + bi)(c + di) = ac + adi + bci + bdi^2
  2. Replace bdi2bdi^2 with โˆ’bd-bd (since i2=โˆ’1i^2 = -1)
  3. Combine real and imaginary parts: (acโˆ’bd)+(ad+bc)i(ac - bd) + (ad + bc)i

Example: (3+2i)(1+4i)=3+12i+2i+8i2=3+14i+8(โˆ’1)=โˆ’5+14i(3 + 2i)(1 + 4i) = 3 + 12i + 2i + 8i^2 = 3 + 14i + 8(-1) = -5 + 14i

Division of Complex Numbers

You can't leave ii in a denominator. To remove it, multiply both numerator and denominator by the conjugate of the denominator:

  1. Identify the conjugate of the denominator (flip the sign of its imaginary part)
  2. Multiply top and bottom by that conjugate: a+bic+diโ‹…cโˆ’dicโˆ’di\frac{a + bi}{c + di} \cdot \frac{c - di}{c - di}
  3. The denominator becomes (c+di)(cโˆ’di)=c2+d2(c + di)(c - di) = c^2 + d^2, a real number
  4. FOIL the numerator, simplify i2i^2, and write the result in standard form

Why it works: A complex number times its conjugate always produces a real number, so the denominator becomes ii-free.

Compare: Addition vs. Multiplication: addition keeps real and imaginary parts completely separate, while multiplication creates cross-terms that combine through i2=โˆ’1i^2 = -1. Exam questions often test whether you correctly handle the i2i^2 term in multiplication.


The Conjugate: Your Division and Simplification Tool

The complex conjugate does more than "flip the sign." It's the tool that turns complex expressions into real numbers, which is essential for division and finding absolute values.

Finding the Complex Conjugate

  • Definition: The conjugate of a+bia + bi is aโˆ’bia - bi. Only the sign of the imaginary part changes.
  • Geometric meaning: It reflects the point across the real axis in the complex plane.
  • Key property: (a+bi)(aโˆ’bi)=a2+b2(a + bi)(a - bi) = a^2 + b^2. A conjugate pair always multiplies to a real number.

Simplifying Complex Expressions

Three steps will handle almost any simplification problem:

  1. Replace every i2i^2 with โˆ’1-1
  2. Combine like terms: gather all real parts together, all imaginary parts together
  3. Write in standard form a+bia + bi. Exam answers should always be in this form unless the problem says otherwise.

Compare: (3+2i)(3+2i)(3 + 2i)(3 + 2i) vs. (3+2i)(3โˆ’2i)(3 + 2i)(3 - 2i). The first gives 9+12i+4i2=9+12iโˆ’4=5+12i9 + 12i + 4i^2 = 9 + 12i - 4 = 5 + 12i (still complex). The second gives 9โˆ’4i2=9+4=139 - 4i^2 = 9 + 4 = 13 (purely real). Conjugate pairs always yield real products.


Geometric Interpretation: The Complex Plane

The complex plane transforms abstract numbers into visual, geometric objects. This connection between algebra and geometry appears frequently on exams.

Graphing Complex Numbers on the Complex Plane

The complex number a+bia + bi plots at the point (a,b)(a, b), where the horizontal axis represents the real part and the vertical axis represents the imaginary part.

  • Addition becomes vector addition: adding two complex numbers is the same as placing their arrows tip-to-tail, just like adding vectors in physics.
  • Conjugates are reflections: a+bia + bi and aโˆ’bia - bi are mirror images across the real (horizontal) axis.

Absolute Value (Modulus) of Complex Numbers

The modulus of a complex number is its distance from the origin:

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

This is always a non-negative real number. If you recognize the Pythagorean theorem here, that's exactly what's happening: aa and bb are the legs, and the modulus is the hypotenuse.

The modulus connects to conjugates through this identity: โˆฃzโˆฃ2=zโ‹…zห‰|z|^2 = z \cdot \bar{z}. The product of a complex number and its conjugate equals the square of its absolute value.

Compare: โˆฃ3+4iโˆฃ|3 + 4i| vs. โˆฃ3โˆ’4iโˆฃ|3 - 4i|. Both equal 9+16=5\sqrt{9 + 16} = 5 because conjugates sit at the same distance from the origin. This is a common exam trap: changing the sign of the imaginary part doesn't change the modulus.


Applications: Solving Equations with Complex Solutions

This is where complex numbers prove their worth. They guarantee that every polynomial equation has solutions, completing the algebraic picture.

Solving Quadratic Equations with Complex Solutions

Start by checking the discriminant, b2โˆ’4acb^2 - 4ac:

  • Positive discriminant: two distinct real solutions
  • Zero discriminant: one repeated real solution
  • Negative discriminant: two complex conjugate solutions (no real solutions)

When the discriminant is negative, the quadratic formula still works:

x=โˆ’bยฑb2โˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

The negative number under the square root becomes ipositivei\sqrt{\text{positive}}. For example, โˆ’9=3i\sqrt{-9} = 3i.

Complex solutions always come in conjugate pairs. If 2+3i2 + 3i is a solution, then 2โˆ’3i2 - 3i must also be a solution. This isn't a coincidence; it's a consequence of the coefficients being real numbers.

Compare: Discriminant >0> 0 vs. Discriminant <0< 0: positive gives two real solutions, negative gives two complex conjugate solutions, and zero gives one repeated real solution. This three-way distinction is heavily tested.


Quick Reference Table

ConceptKey Facts
Standard form structurea+bia + bi; aa = real part, bb = imaginary part
Powers of iii2=โˆ’1i^2 = -1; cyclical pattern repeats every 4 powers
Addition/SubtractionCombine like terms separately
MultiplicationFOIL, then replace i2i^2 with โˆ’1-1
DivisionMultiply by conjugate of denominator
Complex conjugatea+biโ†’aโˆ’bia + bi \to a - bi; product is always real (a2+b2a^2 + b^2)
Absolute value (modulus)a2+b2\sqrt{a^2 + b^2}; distance from origin
Complex solutionsNegative discriminant; solutions come in conjugate pairs

Self-Check Questions

  1. What do 3+4i3 + 4i and 3โˆ’4i3 - 4i have in common, and what makes them different? How does this relate to their positions on the complex plane?

  2. When multiplying (2+5i)(3โˆ’i)(2 + 5i)(3 - i), which term produces the key simplification, and what does it simplify to?

  3. Why must you multiply by the conjugate when dividing complex numbers? What would happen if you didn't?

  4. If a quadratic equation has the solution 4โˆ’7i4 - 7i, what must the other solution be, and why?

  5. FRQ-style: Given z=6+8iz = 6 + 8i, calculate โˆฃzโˆฃ|z|, find zห‰\bar{z} (the conjugate), and verify that zโ‹…zห‰=โˆฃzโˆฃ2z \cdot \bar{z} = |z|^2. Explain the geometric significance of each result.