Part of ALG-02 — Complex Numbers

Polar Form and Euler's Formula

by Notetube Official98 words6 views

Euler's formula: e^(itheta) = cos(theta) + isin(theta)

Polar form: z = re^(itheta) where r = |z| and theta = arg(z)

Why polar form is powerful:

  • Multiplication: z1z2 = r1r2 * e^(i(theta1+theta2)) -- multiply moduli, add arguments
  • Division: z1/z2 = r1r2\frac{r1}{r2} * e^(i(theta1-theta2))
  • Powers: znz^n = rnr^n * e^(intheta)
  • Roots: z^1n\frac{1}{n} = r^1n\frac{1}{n} * e^i(theta+2kpin\frac{i*(theta+2k*pi}{n}) for k = 0, 1, ..., n-1

Special values:

  • e^(i*pi) = -1 (Euler's identity)
  • e^ipi2\frac{i*pi}{2} = i
  • e^(i2pi) = 1
  • e^ipi3\frac{i*pi}{3} = 1/2 + i*sqrt32\frac{3}{2}

Conversion: a + ib = sqrt(a^{2+b}^2) * e^(i*arctanba\frac{b}{a}) [with quadrant adjustment]

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes