Complex Numbers Flashcards
What is the definition of complex numbers?
the set of R^2 together with the (binary) operations +, x, where (a,b) + (c,d) = (a+c, b+d) and
(a,b)(c,d) = (ac-bd, ad+bc)
How are two complex numbers equal to each other?
if z=(a,b) and w=(x,y) they are equal if and only if a=x and b=y
How are (0,1) and (-1,0) denoted?
(0,1) = I (-1,0) = I^2
What are the real and imaginary parts of the complex number z=(a,b)?
real part = a
imaginary part = b
What is (a+ib) + (c+di)?
(a+c) + (b+d)i
What is (a+ib)(c+id)?
(ac-bd) + (ad-bc)i
If z=a+ib what is the reciprocal of z?
1/(a^2 + b^2) (a-ib)
How do you take the square root of the complex number x + iy?
=√(x^2 + y^2 + x )/2 ±i√(x^2 + y^2 −x)/2
How does the argument of a complex number vary?
x + 2 pi k where k is an integer
What is de Moivre’s theorem?
(cosx + isinx)^n = cosnx + isinnx
Define the nth root of unity?
a complex number t is an nth root of unity if z^n=1
What is the formula of a circle in the argand plane?
abs(z - (a=ib)) = sqrt(R)