1.414214
0.785398
rad
45
deg
0.25
π
0.346574
0.707107
0.707107
1.414214
0.785398
rad
45
deg
0.25
π
0.346574
0.707107
0.707107
The Complex Number Exponential Form Calculator converts a complex number from rectangular form $$a + bi$$ to exponential form $$re^{i\theta}$$, using Euler's celebrated formula to express the number as a product of its modulus and a complex exponential. The exponential form is the most compact and elegant representation of complex numbers, widely used in advanced mathematics, physics, and engineering.
Euler's formula, $$e^{i\theta} = \cos\theta + i\sin\theta$$, establishes a profound connection between the exponential function and trigonometric functions through complex numbers. Any complex number $$z = a + bi$$ with modulus $$r = \sqrt{a^2+b^2}$$ and argument $$\theta = \text{atan2}(b,a)$$ can be written as $$z = re^{i\theta}$$. This form makes complex arithmetic remarkably clean: multiplication becomes $$r_1 e^{i\theta_1} \cdot r_2 e^{i\theta_2} = r_1 r_2 e^{i(\theta_1+\theta_2)}$$, and exponentiation becomes $$(re^{i\theta})^n = r^n e^{in\theta}$$.
The exponential form is intimately connected to the complex logarithm. The principal logarithm of a complex number is $$\ln z = \ln r + i\theta$$, where $$\ln r$$ is the natural logarithm of the modulus and $$\theta$$ is the argument. This relationship extends logarithms to the entire complex plane (except zero) and reveals that the complex logarithm is multi-valued, since adding any integer multiple of $$2\pi i$$ gives another valid logarithm.
In physics, the exponential form naturally describes oscillatory and wave phenomena. A plane wave $$Ae^{i(kx - \omega t)}$$ combines amplitude, spatial frequency, and temporal frequency in a single expression. Quantum mechanics uses complex exponentials to represent wavefunctions, and the Schrodinger equation is naturally formulated in terms of complex exponentials. In electrical engineering, phasors $$Ve^{i\omega t}$$ represent sinusoidal voltages and currents, with the exponential form encoding both amplitude and phase.
The exponential form also simplifies the computation of roots of complex numbers. The $$n$$-th roots of $$re^{i\theta}$$ are $$r^{1/n} e^{i(\theta + 2k\pi)/n}$$ for $$k = 0, 1, \ldots, n-1$$, giving exactly $$n$$ evenly spaced points on a circle of radius $$r^{1/n}$$. This result, which is cumbersome to derive in rectangular form, follows immediately from the exponential representation.
This calculator also provides $$\theta/\pi$$, which is useful for identifying common angles (e.g., $$\theta/\pi = 0.25$$ means $$\theta = \pi/4 = 45°$$), and $$\ln(r)$$, which appears in the complex logarithm and in computations involving complex powers.
Conversion to exponential form uses Euler's formula combined with modulus and argument computation.
Given:
$$z = a + bi$$
Step 1: Compute modulus:
$$r = |z| = \sqrt{a^2 + b^2}$$
Step 2: Compute argument:
$$\theta = \text{atan2}(b, a)$$
Step 3: Write exponential form using Euler's formula:
$$z = re^{i\theta}$$
This is equivalent to the polar form via Euler's formula:
$$re^{i\theta} = r(\cos\theta + i\sin\theta)$$
Complex logarithm:
$$\ln z = \ln r + i\theta$$
Powers in exponential form:
$$z^n = r^n e^{in\theta}$$
Roots in exponential form:
$$z^{1/n} = r^{1/n} e^{i(\theta + 2k\pi)/n}, \quad k = 0, 1, \ldots, n-1$$
The exponential form $$re^{i\theta}$$ expresses the complex number as a modulus $$r$$ multiplied by a unit complex number $$e^{i\theta}$$ that lies on the unit circle at angle $$\theta$$. The value $$\theta/\pi$$ shows the angle as a fraction of $$\pi$$, making it easy to recognize standard angles. The value $$\ln(r)$$ is the real part of the complex logarithm. Together, these values fully characterize the complex number in exponential notation.
Inputs
Results
r = √2, θ = π/4. So 1+i = √2 × e^(iπ/4). θ/π = 0.25 confirms the angle is exactly π/4.
Inputs
Results
-1 = 1 × e^(iπ), which is Euler's identity: e^(iπ) = -1. The modulus is 1 and the angle is exactly π radians (180°).
The exponential form writes a complex number as $$z = re^{i\theta}$$, where $$r$$ is the modulus (distance from origin) and $$\theta$$ is the argument (angle from positive real axis in radians). It is based on Euler's formula $$e^{i\theta} = \cos\theta + i\sin\theta$$ and is equivalent to the polar (trigonometric) form but uses more compact notation.
Euler's formula states $$e^{i\theta} = \cos\theta + i\sin\theta$$ for any real number $$\theta$$. It connects the complex exponential function to trigonometric functions. Setting $$\theta = \pi$$ gives the famous Euler's identity: $$e^{i\pi} + 1 = 0$$, linking five fundamental constants ($$e$$, $$i$$, $$\pi$$, $$1$$, $$0$$) in one equation.
Multiplication in exponential form is straightforward: $$r_1 e^{i\theta_1} \cdot r_2 e^{i\theta_2} = r_1 r_2 e^{i(\theta_1 + \theta_2)}$$. You simply multiply the moduli and add the arguments. This is much simpler than the FOIL method needed in rectangular form and clearly shows the geometric meaning: scaling by $$r_1 r_2$$ and rotating by $$\theta_1 + \theta_2$$.
The complex logarithm of $$z = re^{i\theta}$$ is $$\ln z = \ln r + i\theta$$. However, since adding $$2\pi i$$ to $$\theta$$ gives the same complex number, the logarithm is multi-valued: $$\text{Log}(z) = \ln r + i(\theta + 2k\pi)$$ for any integer $$k$$. The principal value uses $$\theta \in (-\pi, \pi]$$ and is what this calculator displays.
The $$n$$-th roots of $$z = re^{i\theta}$$ are given by $$z_k = r^{1/n} e^{i(\theta + 2k\pi)/n}$$ for $$k = 0, 1, \ldots, n-1$$. This produces exactly $$n$$ roots, equally spaced on a circle of radius $$r^{1/n}$$. For example, the cube roots of $$8e^{i0} = 8$$ are $$2e^{i0} = 2$$, $$2e^{i2\pi/3}$$, and $$2e^{i4\pi/3}$$.
Exponential form is ubiquitous in physics. Plane waves are written as $$Ae^{i(kx-\omega t)}$$, quantum states as $$\psi = ce^{i\phi}$$, and AC signals as $$Ve^{i\omega t}$$. The exponential form naturally handles phase relationships, superposition, and interference. Fourier analysis decomposes signals into complex exponentials $$e^{in\omega t}$$, forming the basis of spectral analysis.
Roboculator Team
The Roboculator Team explains calculations, planning tools, and practical formulas in clear language for real-life situations.
How helpful was this calculator?
Be the first to rate!
Complex Number Calculator
Complex Number Calculators
Complex Number Addition Calculator
Complex Number Calculators
Complex Number Multiplication Calculator
Complex Number Calculators
Complex Number Division Calculator
Complex Number Calculators
Complex Number Conjugate Calculator
Complex Number Calculators
Complex Number Modulus Calculator
Complex Number Calculators