Fiveable

📈College Algebra Unit 2 Review

QR code for College Algebra practice questions

2.4 Complex Numbers

2.4 Complex Numbers

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📈College Algebra
Unit & Topic Study Guides

Complex Numbers

Complex numbers extend the real number system so that every polynomial equation has a solution. Without them, an equation like x2+1=0x^2 + 1 = 0 simply has no answer. A complex number takes the form a+bia + bi, where aa is the real part, bb is the imaginary part, and ii is defined as i=1i = \sqrt{-1}.

A few things worth knowing upfront:

  • Every real number is technically a complex number with b=0b = 0. For example, 33 is really 3+0i3 + 0i.
  • A pure imaginary number has a=0a = 0, like 0+2i0 + 2i (usually just written 2i2i).
  • Two complex numbers are equal only when their real parts match and their imaginary parts match.

Arithmetic with Complex Numbers

Addition and subtraction work just like combining like terms. You handle the real parts and imaginary parts separately.

  • (2+3i)+(4+5i)=(2+4)+(3+5)i=6+8i(2 + 3i) + (4 + 5i) = (2 + 4) + (3 + 5)i = 6 + 8i
  • (72i)(3+4i)=(73)+(24)i=46i(7 - 2i) - (3 + 4i) = (7 - 3) + (-2 - 4)i = 4 - 6i

Multiplication uses the distributive property (FOIL works here). The key rule is i2=1i^2 = -1, so whenever you get an i2i^2 term, replace it with 1-1.

  • (2+3i)(4+5i)=8+10i+12i+15i2=8+22i+15(1)=7+22i(2 + 3i)(4 + 5i) = 8 + 10i + 12i + 15i^2 = 8 + 22i + 15(-1) = -7 + 22i
  • (1i)(2+3i)=2+3i2i3i2=2+i3(1)=5+i(1 - i)(2 + 3i) = 2 + 3i - 2i - 3i^2 = 2 + i - 3(-1) = 5 + i

Division requires a special trick. You multiply the numerator and denominator by the complex conjugate of the denominator. The complex conjugate of a+bia + bi is abia - bi. This eliminates ii from the denominator because (a+bi)(abi)=a2+b2(a + bi)(a - bi) = a^2 + b^2, which is always a real number.

Step-by-step for 2+3i4+5i\frac{2 + 3i}{4 + 5i}:

  1. Identify the conjugate of the denominator: 45i4 - 5i

  2. Multiply top and bottom by that conjugate: (2+3i)(45i)(4+5i)(45i)\frac{(2 + 3i)(4 - 5i)}{(4 + 5i)(4 - 5i)}

  3. Expand the numerator: 810i+12i15i2=8+2i+15=23+2i8 - 10i + 12i - 15i^2 = 8 + 2i + 15 = 23 + 2i

  4. Expand the denominator: 1625i2=16+25=4116 - 25i^2 = 16 + 25 = 41

  5. Write in standard form: 2341+241i\frac{23}{41} + \frac{2}{41}i

Arithmetic with complex numbers, Example of Question : Addition, Subtraction, Multiplication and Division of Complex Numbers ...

Powers of the Imaginary Unit

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

PowerValue
i1i^1ii
i2i^21-1
i3i^3i-i
i4i^411

After i4i^4, the cycle starts over: i5=ii^5 = i, i6=1i^6 = -1, and so on.

To simplify any power of ii, divide the exponent by 4 and use the remainder:

  • i7i^7: 7÷4=17 \div 4 = 1 remainder 33, so i7=i3=ii^7 = i^3 = -i
  • i15i^{15}: 15÷4=315 \div 4 = 3 remainder 33, so i15=i3=ii^{15} = i^3 = -i
  • i20i^{20}: 20÷4=520 \div 4 = 5 remainder 00, so i20=i4=1i^{20} = i^4 = 1
Arithmetic with complex numbers, Rational Expressions: Complex Numbers Are Two-Part Numbers

Forms of Complex Numbers

Algebraic form (rectangular form) is the standard a+bia + bi you've been using. Examples: 3+2i3 + 2i, 47i-4 - 7i.

Polar form expresses a complex number using its distance from the origin and its angle. It's written as r(cosθ+isinθ)r(\cos\theta + i\sin\theta), where:

  • Modulus r=a2+b2r = \sqrt{a^2 + b^2} (the distance from the origin)
  • Argument θ=tan1(ba)\theta = \tan^{-1}\left(\frac{b}{a}\right) (the angle measured from the positive real axis)

For example, converting 2+2i2 + 2i to polar form:

  1. Find the modulus: r=22+22=8=22r = \sqrt{2^2 + 2^2} = \sqrt{8} = 2\sqrt{2}
  2. Find the argument: θ=tan1(22)=45°\theta = \tan^{-1}\left(\frac{2}{2}\right) = 45° or π4\frac{\pi}{4} radians
  3. Write it: 22(cos45°+isin45°)2\sqrt{2}\left(\cos 45° + i\sin 45°\right)

Converting from polar back to algebraic uses a=rcosθa = r\cos\theta and b=rsinθb = r\sin\theta. For example:

2(cos30°+isin30°)=2(32+12i)=3+i2(\cos 30° + i\sin 30°) = 2\left(\frac{\sqrt{3}}{2} + \frac{1}{2}i\right) = \sqrt{3} + i

Note on the argument: Be careful with tan1\tan^{-1} when the complex number is in the second or third quadrant. The calculator gives you a reference angle, but you may need to add 180°180° (or π\pi) to get the correct θ\theta.

Graphing on the Complex Plane

The complex plane looks like a regular coordinate plane, but the horizontal axis represents the real part and the vertical axis represents the imaginary part. Each complex number a+bia + bi corresponds to the point (a,b)(a, b).

  • 34i3 - 4i is plotted 3 units right and 4 units down from the origin.
  • The modulus rr is the point's distance from the origin.
  • The argument θ\theta is the angle the point makes with the positive real axis.

This geometric view is what makes polar form intuitive: rr tells you how far from the origin, and θ\theta tells you in what direction.

De Moivre's Theorem

De Moivre's theorem provides a shortcut for raising complex numbers to a power when they're in polar form:

(r(cosθ+isinθ))n=rn(cos(nθ)+isin(nθ))(r(\cos\theta + i\sin\theta))^n = r^n(\cos(n\theta) + i\sin(n\theta))

You raise the modulus to the nnth power and multiply the argument by nn. This is far easier than multiplying a complex number by itself repeatedly in algebraic form. Your course may not go deep into this, but recognizing the formula is useful if it appears on an exam.