The exponential, cosine and sine all have power series (Lesson 04). Substitute x = iθ into the exponential’s and use the cycling powers of i: i² = −1, i³ = −i, i⁴ = 1.
eˣ = 1 + x + x²/2! + x³/3! + x⁴/4! + x⁵/5! + …
cos θ = 1 − θ²/2! + θ⁴/4! − …
sin θ = θ − θ³/3! + θ⁵/5! − …
e^(iθ) = 1 + iθ + (iθ)²/2! + (iθ)³/3! + (iθ)⁴/4! + …
= 1 + iθ − θ²/2! − iθ³/3! + θ⁴/4! + iθ⁵/5! − …
= (1 − θ²/2! + θ⁴/4! − …) + i(θ − θ³/3! + θ⁵/5! − …)
= cos θ + i sin θ ✓
numeric check at θ = π/6 = 0.5236 (exact: 0.8660254 + 0.5000000i)
real: 1 − 0.137078 + 0.003132 = 0.866054 → 0.8661
(terms 1, θ²/2, θ⁴/24)
imaginary: 0.523599 − 0.023925 + 0.000328 = 0.500002 → 0.5000
(terms θ, θ³/6, θ⁵/120)
rotation check: multiply 2 + i by e^(iπ/3) = 0.5 + 0.8660i
(2 + i)(0.5 + 0.8660i) = (1 − 0.8660) + (1.7321 + 0.5)i
= 0.1340 + 2.2321i
|0.1340 + 2.2321i| = √5.0000 ≈ 2.2361 = |2 + i| ✓
the length did not change — e^(iπ/3) has magnitude 1, so it only rotated.
Plain-English reading: an exponential with an imaginary exponent is not a growth curve, it is a point going around a circle. The real part of that motion is a cosine wave, the imaginary part is a sine wave — the same wave, shifted a quarter period.