Exponential Function

Work in progress. This note is still being written and incomplete.

For any complex number zz,

ez=exp(z)=n=0znn!e^z = \exp(z) = \sum_{n=0}^{\infty} \frac{z^n}{n!}

exp\exp is an entire function.

For z=x+iyz = x + iy,

ez=ex(cosy+isiny)e^z = e^x(\cos y + i\sin y)

Properties

  • ddzez=ez\dfrac{\text{d}}{\text{d}z}\,e^z = e^z
  • ez1+z2=ez1ez2e^{z_1 + z_2} = e^{z_1}e^{z_2}
  • eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta, for real θ\theta
  • ez+2nπi=eze^{z + 2n\pi i} = e^z, for all zCz \in \mathbb{C} and nZn \in \mathbb{Z}
  • ez=1e^z = 1 iff z=2nπiz = 2n\pi i, where nZn \in \mathbb{Z}
  • ez1=ez2e^{z_1} = e^{z_2} iff z1=z2+2nπiz_1 = z_2 + 2n\pi i, where nZn \in \mathbb{Z}
  • ez=ex=eRez|e^z| = e^x = e^{\operatorname{Re} z}, for z=x+iyz = x + iy
Written by September 4, 2026 1 min read
Was this helpful?