Andromeda
Note

Complex Numbers: Operations

Definition

A complex number is a number of the form a+bia + bi, where aa and bb are real numbers and ii is the imaginary unit, defined by i2=1i^2 = -1.

  • How to read: “The value a plus b i, where i squared equals negative one.”
  • Meaning: A complex number extends reals with a perpendicular axis; aa is the real part, bibi the imaginary part.

Why It Matters

It enables the mathematical description of 2D phenomena like electric circuits and fluid flow using a single, unified algebra.

Core Concepts

  • Equality: a+bi=c+dia + bi = c + di only if a=ca=c and b=db=d.
    • How to read: “The value a plus b i equals c plus d i only if a equals c and b equals d.”
    • Meaning: Match real and imaginary parts separately—two complex numbers are equal iff both components agree.
  • Arithmetic:
    • Addition/Subtraction: Combine real parts and imaginary parts separately.
    • Multiplication: Use FOIL and replace i2i^2 with 1-1.
    • Division: Multiply numerator and denominator by the complex conjugate (z=abi\overline{z} = a - bi) to rationalize the denominator. Note that zz=a2+b2z\overline{z} = a^2 + b^2.
    • How to read: “The value z bar equals a minus b i, and z times z bar equals a squared plus b squared.”
    • Meaning: Conjugation eliminates ii from the denominator, leaving a real number a2+b2a^2+b^2.
  • Powers of ii: Cycles every four: i1=i,i2=1,i3=i,i4=1i^1=i, i^2=-1, i^3=-i, i^4=1.
    • How to read: “The values i, negative one, negative i, and one, which then repeat.”
    • Meaning: Reduce ini^n by dividing nn by 4 and using the remainder.
  • Principal Square Root of Negative Numbers: N=iN\sqrt{-N} = i\sqrt{N} for N>0N > 0.
    • How to read: “The square root of negative N equals i times the square root of N.”
    • Meaning: Extract ii from the radical; the remaining root is real.

Connected Concepts