1/10
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Rectangular form
a + bi
Rectangular coordinates
(a,b)
Polar form
r(cosθ+isinθ) or rcisθ
Polar Coordinates
(r,θ)
Complex Plane
argand plane
imaginary axis = y-axis
real axis = x-axis
Modulus (r)
Absolute value of a complex number
r = √(a²+b²)
Arguement (θ)
θ = tan-1(b/a)
Multiply Complex Numbers
if
z1=r1(cosθ1+isinθ1)
z2=r2(cosθ2+isinθ2)
then
z1*z2=r1*r2(cos(θ1+θ2)+isin(θ1+θ2))
Divide Complex Numbers
if
z1=r1(cosθ1+isinθ1)
z2=r2(cosθ2+isinθ2)
then
z1/z2=r1/r2(cos(θ1-θ2)+isin(θ1-θ2))
De Moivre’s Theorem
if
z=r(cosθ+isinθ)
then
zn=rn(cosnθ+isinnθ)
nth root of Z (complex number)
if
z=r(cosθ+isinθ)
then
z1/n=r1/n(cos((θ+2kpi)/n)+isin((θ+2kpi)/n))
where
k= 0,1,2,3, … n-1