

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Complex numbers, their definition, and the algebraic operations involving real and imaginary parts. It covers the properties of i, the handling of negative real numbers' square roots, and the standard form of complex numbers. The document also includes examples and identities related to complex number operations, as well as solving quadratic equations with negative discriminants.
Typology: Study notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


i is the building block of complex numbers. It handles the difficulty we usually have to
take a square root of a negative real number. i could be considered the โsameโ as x in
the expressions. However, i does have the following properties.
z 1
2 i =โ
z i = i i=โi
3 2
z ( 1 ) 1
4 3 2 i = ii=โi =โโ = ; or ( ) ( 1 ) 1
4 2 2 2 i = i = โ =
z i = i i=i
5 4
Remark: The powers of I repeat with EVERY 4-th power.
Example 1
โ
โ
โ
โ
โ
called the real part. B is called the imaginary part. Treating i as x, the algebraic
operations for real numbers carry over:
z Equality: a+bi = c+di โ a=c and b=d.
z Addition: (a+bi)+(c+di) โ (a+c)+(b+d)i.
z Subtration: (a+bi)-(c+di) โ (a-c)+(b-d)i.
z Multiplication: (a+bi)(c+di)=ac+adi+bci-bd=(ac-bd)+(ad+bc)i.
The following operations are different from real numbers:
z Conjugate: if z=a+bi, then the conjugate of z is a-bi, denoted by z. (Conjugate
is to negate the imaginary part.)
z +z= 2 a
z โz= 2 bi
2 2 zz = a +b , this trick is important in doing complex division. Actually we can
understand this as
z = z
z +w=z+ w
z โ w=zโ w
Extra Credit
Show that the above 6 identities are true. Can we interpret the identity
2 2 zz =a +b
by using the difference of squares formula?
z Division: if z=a+bi and w=c+di, then 2 2 a b
wz
zz
wz
z
w
Example 2
โ
โ
โ
โ
Recall:
โ= b 4 ac
2 โ >0: TWO x-intercepts
โ= b 4 ac
2 โ =0: ONE x-intercept
โ= b 4 ac
2 โ <0: NO x-intercept (i.e. no real solutions). However, after we have
introduced complex numbers, we know that, by the quadratic formula,
a
b b ac x 2
2 โ ยฑ โ = , the quadratic function with real coefficients, in this case, will
have a PAIR of CONJUGATE complex numbers as two solutions. (THEY ARE NOT
X-INTERCEPTS THOUGH.)
Remark: How to take square root of a negative number: โ 16 = โ 1 16 = 4 i.
Example 3