๐Ÿ“Honors Pre-Calculus

Complex Number Properties

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 let you solve problems that real numbers can't touch. In Honors Pre-Calc, you need to manipulate, visualize, and convert between forms of complex numbers. These skills carry directly into calculus, physics, and engineering, where complex numbers model electrical circuits, wave behavior, and more.

The real power lies in understanding how different representations connect. You'll need to know when rectangular form is most efficient, when polar form saves you time, and how conjugates and moduli simplify messy expressions. Don't just memorize formulas; know why each property works and when to apply it.


Foundations: Building Blocks of Complex Numbers

Every complex number operation builds on these core definitions. Get these down first, and everything else follows.

Definition of a Complex Number

  • Standard form is a+bia + bi, where aa is the real part and bb is the imaginary part
  • The imaginary unit ii satisfies i2=โˆ’1i^2 = -1. This single property drives all complex arithmetic
  • Each complex number maps to a unique point (a,b)(a, b) in the complex plane, connecting algebra to geometry

Real and Imaginary Parts

  • Re(z)=a\text{Re}(z) = a extracts the real component (the horizontal coordinate)
  • Im(z)=b\text{Im}(z) = b extracts the imaginary component (the vertical coordinate). Note: it's just bb, not bibi
  • Separating parts is essential for addition, subtraction, and equality comparisons

Equality of Complex Numbers

Two complex numbers z1=a+biz_1 = a + bi and z2=c+diz_2 = c + di are equal only when both a=ca = c and b=db = d. This gives you a system of two equations: one from matching real parts, one from matching imaginary parts.

This shows up constantly in equation-solving. If a problem says z1=z2z_1 = z_2, immediately write out two separate equations.

Compare: Real vs. Imaginary Parts are both real numbers themselves, but they sit on perpendicular axes in the complex plane. If an FRQ gives you z1=z2z_1 = z_2, split it into two equations right away.


Arithmetic Operations: Rectangular Form

In standard a+bia + bi form, these operations follow predictable patterns. Think of complex numbers as binomials with the special rule i2=โˆ’1i^2 = -1.

Addition of Complex Numbers

  • Add like terms: (a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a + c) + (b + d)i. Real with real, imaginary with imaginary
  • Geometrically, this is vector addition: place arrows tip-to-tail in the complex plane
  • Commutative and associative properties hold, so order and grouping don't matter

Subtraction of Complex Numbers

  • Subtract componentwise: (a+bi)โˆ’(c+di)=(aโˆ’c)+(bโˆ’d)i(a + bi) - (c + di) = (a - c) + (b - d)i
  • This represents the vector from z2z_2 to z1z_1, which is useful for finding distances and directions
  • Watch your signs carefully. Sign errors are the most common mistake on these problems

Multiplication of Complex Numbers

FOIL the two binomials and replace i2i^2 with โˆ’1-1:

(a+bi)(c+di)=ac+adi+bci+bdi2=(acโˆ’bd)+(ad+bc)i(a + bi)(c + di) = ac + adi + bci + bdi^2 = (ac - bd) + (ad + bc)i

The โˆ’bd-bd term comes from i2=โˆ’1i^2 = -1. Geometrically, multiplication rotates and scales in the complex plane, which is why polar form handles it so cleanly.

Division of Complex Numbers

Division requires multiplying numerator and denominator by the conjugate of the denominator:

a+bic+di=(a+bi)(cโˆ’di)(c+di)(cโˆ’di)=(a+bi)(cโˆ’di)c2+d2\frac{a + bi}{c + di} = \frac{(a + bi)(c - di)}{(c + di)(c - di)} = \frac{(a + bi)(c - di)}{c^2 + d^2}

The denominator becomes the real number c2+d2=โˆฃz2โˆฃ2c^2 + d^2 = |z_2|^2. After expanding the numerator, separate into real and imaginary parts so your final answer is in x+yix + yi form.

Compare: Multiplication vs. Division both require careful handling of i2=โˆ’1i^2 = -1, but division adds the extra step of multiplying by the conjugate. On FRQs, always show the conjugate multiplication explicitly.


Complex Conjugates and Modulus

These tools transform complex expressions into simpler, often real-valued results. The conjugate "flips" across the real axis; the modulus measures distance from the origin.

Complex Conjugates

  • The conjugate of z=a+biz = a + bi is zโ€พ=aโˆ’bi\overline{z} = a - bi. You only flip the sign of the imaginary part
  • zโ‹…zโ€พ=a2+b2z \cdot \overline{z} = a^2 + b^2, always a non-negative real number. This is exactly why conjugates make division work
  • Conjugates distribute over operations: z1+z2โ€พ=z1โ€พ+z2โ€พ\overline{z_1 + z_2} = \overline{z_1} + \overline{z_2} and z1โ‹…z2โ€พ=z1โ€พโ‹…z2โ€พ\overline{z_1 \cdot z_2} = \overline{z_1} \cdot \overline{z_2}

Modulus (Absolute Value)

  • โˆฃzโˆฃ=a2+b2|z| = \sqrt{a^2 + b^2} gives the distance from the origin to the point (a,b)(a, b)
  • โˆฃzโˆฃ2=zโ‹…zโ€พ|z|^2 = z \cdot \overline{z} connects modulus to conjugates. Memorize this relationship
  • The modulus is always non-negative and real, behaving like absolute value for real numbers

Compare: Conjugate vs. Modulus: the conjugate gives you another complex number (reflected across the real axis), while the modulus gives you a single real number (distance). Both appear in division: the conjugate in the technique, the modulus squared in the denominator.


Polar Form and Geometric Representation

Polar form reveals the geometry behind complex numbers: every complex number has a magnitude (how far from the origin) and an argument (which direction). This form makes multiplication and powers dramatically easier.

Graphing on the Complex Plane

  • The complex plane has a real axis (horizontal) and imaginary axis (vertical). The point (a,b)(a, b) represents a+bia + bi
  • Each complex number is a vector from the origin. Its length is the modulus, and its angle is the argument
  • Operations have geometric meanings: addition is vector addition, multiplication involves rotation and scaling

Argument (Angle)

The argument ฮธ\theta is the angle from the positive real axis to the vector, measured counterclockwise.

The reference angle comes from tanโกโˆ’1(โˆฃbโˆฃโˆฃaโˆฃ)\tan^{-1}\left(\frac{|b|}{|a|}\right), but you must adjust for the correct quadrant based on the signs of aa and bb. The formula ฮธ=tanโกโˆ’1(ba)\theta = \tan^{-1}\left(\frac{b}{a}\right) only gives the right answer directly when a>0a > 0. When a<0a < 0, you need to add ฯ€\pi (or 180ยฐ180ยฐ) to the arctangent result.

The principal argument is typically given as โˆ’ฯ€<ฮธโ‰คฯ€-\pi < \theta \leq \pi or 0โ‰คฮธ<2ฯ€0 \leq \theta < 2\pi. Know which convention your course uses.

Polar Form

  • z=r(cosโกฮธ+isinโกฮธ)z = r(\cos\theta + i\sin\theta) where r=โˆฃzโˆฃr = |z|, often abbreviated as rย cisย ฮธr\text{ cis }\theta
  • Multiplication becomes elegant: z1z2=r1r2ย cis(ฮธ1+ฮธ2)z_1 z_2 = r_1 r_2 \text{ cis}(\theta_1 + \theta_2). Multiply moduli, add angles
  • Division follows the same pattern: z1z2=r1r2ย cis(ฮธ1โˆ’ฮธ2)\frac{z_1}{z_2} = \frac{r_1}{r_2}\text{ cis}(\theta_1 - \theta_2). Divide moduli, subtract angles

Converting Between Forms

To go from rectangular to polar:

  1. Find r=a2+b2r = \sqrt{a^2 + b^2}
  2. Find ฮธ\theta using tanโกโˆ’1(ba)\tan^{-1}\left(\frac{b}{a}\right), adjusting for the correct quadrant

To go from polar to rectangular:

  1. Compute a=rcosโกฮธa = r\cos\theta
  2. Compute b=rsinโกฮธb = r\sin\theta
  3. Write z=a+biz = a + bi

Compare: Rectangular vs. Polar Form: rectangular (a+bi)(a + bi) is best for addition and subtraction; polar (rย cisย ฮธ)(r\text{ cis }\theta) is best for multiplication, division, and powers. Know when to convert.


Powers, Roots, and Advanced Formulas

These formulas handle the most challenging problems: computing high powers and extracting roots of complex numbers.

De Moivre's Theorem

(rย cisย ฮธ)n=rnย cis(nฮธ)(r\text{ cis }\theta)^n = r^n \text{ cis}(n\theta)

Raise the modulus to the power and multiply the angle by nn. This works for all integer powers, including negative exponents: zโˆ’1=1rย cis(โˆ’ฮธ)z^{-1} = \frac{1}{r}\text{ cis}(-\theta).

For nn-th roots, you reverse the process. The nn-th roots of z=rย cisย ฮธz = r\text{ cis }\theta are:

r1/nย cis(ฮธ+2ฯ€kn)forย k=0,1,โ€ฆ,nโˆ’1r^{1/n}\text{ cis}\left(\frac{\theta + 2\pi k}{n}\right) \quad \text{for } k = 0, 1, \ldots, n-1

This gives you exactly nn distinct roots, evenly spaced around a circle of radius r1/nr^{1/n}.

Euler's Formula

eiฮธ=cosโกฮธ+isinโกฮธe^{i\theta} = \cos\theta + i\sin\theta

This means polar form can be written as z=reiฮธz = re^{i\theta}, which simplifies many calculations. The famous special case eiฯ€+1=0e^{i\pi} + 1 = 0 connects five fundamental constants: ee, ii, ฯ€\pi, 11, and 00.

Complex Roots of Unity

The nn-th roots of unity are the solutions to zn=1z^n = 1. There are exactly nn of them:

e2ฯ€ik/nforย k=0,1,โ€ฆ,nโˆ’1e^{2\pi i k/n} \quad \text{for } k = 0, 1, \ldots, n-1

These roots are evenly spaced on the unit circle, separated by angles of 2ฯ€n\frac{2\pi}{n}. A useful property: the sum of all nn-th roots of unity equals zero.

Compare: De Moivre's Theorem vs. Euler's Formula: De Moivre's is the computational workhorse for powers and roots; Euler's provides the theoretical foundation connecting exponentials and trig. Both express the same idea in different notation.


Quick Reference Table

ConceptBest Examples
Basic structureDefinition (a+bia + bi), Real/Imaginary parts, Equality
Rectangular arithmeticAddition, Subtraction, Multiplication, Division
Simplification toolsConjugates, Modulus
Polar representationArgument, Polar form, Complex plane graphing
Powers and rootsDe Moivre's Theorem, Roots of unity
Exponential connectionEuler's formula
Form conversionRectangular โ†” Polar (know both directions)
Geometric interpretationModulus as distance, Argument as angle, Addition as vectors

Self-Check Questions

  1. What two conditions must be satisfied for z1=z2z_1 = z_2? Why does this create a system of equations when solving for unknowns?

  2. Compare rectangular and polar form: which would you choose to compute (1+i)10(1 + i)^{10}, and why? What theorem would you apply?

  3. If z=3โˆ’4iz = 3 - 4i, find โˆฃzโˆฃ|z| and zโ‹…zโ€พz \cdot \overline{z}. How are these two values related?

  4. The 4th roots of unity divide the unit circle into equal parts. What angle separates consecutive roots, and what are all four roots in exponential form?

  5. (FRQ-style) Given z1=2ย cisย ฯ€6z_1 = 2\text{ cis }\frac{\pi}{6} and z2=3ย cisย ฯ€3z_2 = 3\text{ cis }\frac{\pi}{3}, find z1โ‹…z2z_1 \cdot z_2 and z1z2\frac{z_1}{z_2} in polar form. Then convert z1โ‹…z2z_1 \cdot z_2 to rectangular form.