Andromeda
Note

Complex Exponential

Definition

The complex exponential function extends the real exponential function exe^x to the complex plane using Euler’s formula: eiz=cosz+isinze^{iz} = \cos z + i\sin z.

  • How to read: “e to the i z equals cosine z plus i sine z.”
  • Meaning: A complex number z=x+iyz = x + iy in the exponent represents both growth/decay (exe^x) and rotation (cosy+isiny\cos y + i\sin y).

Why It Matters

The complex exponential is the fundamental language of oscillating systems. It simplifies calculations in electrical engineering (phasors), quantum mechanics (wave functions), and signal processing (Fourier transforms). It bridges the gap between algebraic growth and geometric rotation.

Core Concepts

  • Euler’s Formula Extended: For z=x+iyz = x + iy: ez=ex+iy=ex(cosy+isiny)e^z = e^{x+iy} = e^x(\cos y + i\sin y)
    • How to read: “The value e to the z equals e to the x times the quantity cosine y plus i sine y, where z equals x plus i y.”
    • Meaning: The magnitude of the complex number is scaled by exe^x, and its angle (argument) is determined by yy.
  • Periodicity: The complex exponential function is periodic in the imaginary direction with a period of 2πi2\pi i.
    • How to read: “e to the z plus two pi i equals e to the z.”
    • Meaning: Adding 2πi2\pi i to the exponent returns the function to the same value, reflecting a full rotation in the complex plane.
  • Relationship to Trig: It provides the basis for defining trigonometric functions in the complex plane.

Connected Concepts