Formula Breakdown
1Start with Euler's formula: eiθ = cos θ + i sin θ
2Substitute θ = π/4:
ei·π/4 = cos(π/4) + i sin(π/4)
3Evaluate:
= 0.707 + i · 0.707 = 0.707 + 0.707i
Key Ideas
eiθ traces the unit circle. As θ goes from 0 to 2π, the point completes one full revolution. The real part is cos θ, the imaginary part is sin θ.
θ is the angle from the positive real axis, measured counterclockwise in radians. One full turn = 2π radians = 360°.
The right triangle connects trig to complex numbers. The hypotenuse is r (the modulus), the horizontal leg is r cos θ (real part), and the vertical leg is r sin θ (imaginary part).
Why use eiθ instead of cos θ + i sin θ? Because multiplication becomes simple: eiα · eiβ = ei(α+β). Multiplying complex numbers = adding angles. The exponential form makes rotation algebra trivial.
r · eiθ is the polar form of any complex number. r is the distance from the origin (modulus), θ is the angle (argument). Every complex number can be written this way.