1.2 Geometry of Complex Numbers
a = α + i β can be represented with the coordinates ( α , β ) where the first coordinate is on the real axis and the second coordinate is on the imaginary axis. The entire plane is the complex plane.
Addition is like vector addition.
Polar Coordinates
The polar coordinate of the points ( α , β ) are
( r , φ ) { α = r cos ( φ ) β = r sin ( φ ) a = α + i β ⟹ a = r ( cos ( φ ) + i sin ( φ ) ) Where arg(a) = φ and r ≥ 0 = | a |
Euler form a = r e i φ
Multiplication:
a 1 a 2 = r 1 r 2 [ cos φ 1 cos φ 2 − sin φ 1 sin φ 2 + i ( sin φ 1 cos φ 2 + cos φ 1 cos ϕ 2 ) ] = r 1 r 2 [ cos ( φ 1 + φ 2 ) + i sin ( φ 1 + φ 2 ) ] ⟹ arg ( a 1 a 2 ) = arg ( a 1 ) + arg ( a 2 ) also arg ( a 2 a 1 ) = arg a 2 − arg a 1 Area of triangle ( a , b , 0 ) , a , b ∈ C
Area = 1 2 | a | | b | sin ( γ ) Binomial Equation
From above theorems we get:
a n = r n ( cos ( n φ ) + i sin ( n φ ) ) a − 1 = r − 1 ( cos φ − i sin φ ) = r − 1 [ cos ( − φ ) + i sin ( − φ ) ] De Moivre's Formula
r = 1 , ( cos φ + i sin φ ) n = cos n φ + i sin n φ Solving z n = a if a ≠ 0
a = r ( cos φ + i sin φ ) , z = ρ ( cos θ + i sin θ ) ⟹ ρ n ( cos n θ + i sin n θ ) = r ( cos φ + i sin φ ) ⟹ { ρ n = r n θ = φ + k 2 π ⟹ z = r n ( cos φ n + i sin φ n ) or θ = φ n + k ⋅ 2 π n , k = 0 , 1 , … , n − 1
Roots of Unity
z n = 1 ω = cos 2 π n + i sin 2 π n all the roots can be expressed by 1 , ω 1 , ω 2 , … , ω n − 1
All n th roots a n can be expressed in the form ω k ⋅ z n , k = 0 , 1 , … , n − 1
where z is the principle root above ^