The polar coordinate system represents a point P in the plane using an ordered pair (r,θ), where:
- r = radial distance from the pole (origin)
- θ = angle measured counterclockwise from the polar axis (positive x-axis)
Conversion between Polar and Cartesian coordinates:
x=rcosθ,y=rsinθ
r=x2+y2,θ=tan−1(xy) (adjusted for quadrant)
A complex number z=x+iy can be written in polar form as:
z=r(cosθ+isinθ)
where:
- r=∣z∣=x2+y2 is the modulus
- θ=arg(z) is the argument
Using Euler's formula: eiθ=cosθ+isinθ, the polar form becomes:
z=reiθ
| Quadrant | Condition | θ |
|---|
| I | x>0,y>0 | tan−1(xy) |
| II | x<0,y>0 | $\pi - \tan^{-1}!\left(\frac{ |
| III | x<0,y<0 | $-\pi + \tan^{-1}!\left(\frac{ |
| IV | x>0,y<0 | $-\tan^{-1}!\left(\frac{ |
Example: Convert z=−2−2i to polar form.
- r=(−2)2+(−2)2=8=22
- Reference angle: α=tan−1(1)=4π
- Since z is in Quadrant III: θ=−π+4π=−43π
- Polar form: z=22(cos(−43π)+isin(−43π))
If z1=r1eiθ1 and z2=r2eiθ2:
z1z2=r1r2ei(θ1+θ2)
∣z1z2∣=∣z1∣∣z2∣,arg(z1z2)=arg(z1)+arg(z2)
z2z1=r2r1ei(θ1−θ2)
z2z1=∣z2∣∣z1∣,arg(z2z1)=arg(z1)−arg(z2)
zn=rn(cosnθ+isinnθ)=rneinθ
If (x1+iy1)(x2+iy2)⋯(xn+iyn)=a+ib, then:
(x12+y12)(x22+y22)⋯(xn2+yn2)=a2+b2
Proof: Take modulus of both sides and square: ∣z1∣∣z2∣⋯∣zn∣=∣a+ib∣, so ∣z1∣2∣z2∣2⋯∣zn∣2=∣a+ib∣2.
If cosα+cosβ+cosγ=0 and sinα+sinβ+sinγ=0, then:
Let a=eiα, b=eiβ, c=eiγ. The conditions imply a+b+c=0.
Using the algebraic identity:
a3+b3+c3−3abc=(a+b+c)(a2+b2+c2−ab−bc−ca)
Since a+b+c=0:
a3+b3+c3=3abc
Substituting back: ei3α+ei3β+ei3γ=3ei(α+β+γ)
Taking real parts: cos3α+cos3β+cos3γ=3cos(α+β+γ)
In AC circuit analysis, complex impedance Z relates voltage E and current I:
Z=IE
To simplify division of complex numbers, multiply by the conjugate of the denominator:
Z=IE=I⋅IˉE⋅Iˉ=∣I∣2EIˉ