Complex Numbers: Exponents, Radicals, and Algebraic Operations, Study notes of Mathematics

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

Pre 2010

Uploaded on 08/31/2009

koofers-user-ugd
koofers-user-ugd ๐Ÿ‡บ๐Ÿ‡ธ

10 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Section 3.5 Complex Numbers
(EXPONENTS AND RADICALS REQUIRED)
Definition
1. 1โˆ’=i,
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 iiii โˆ’== 23
z 1)1(
234 =โˆ’โˆ’=โˆ’== iiii ; or 1)1()( 2224 =โˆ’== ii
z iiii == 45
Remark: The powers of I repeat with EVERY 4-th power.
Example 1
โ—‹
โ—‹
โ—‹
โ—‹
โ—‹
2. Complex number (standard form): a+bi, where a and b are real numbers. a is
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.)
azz 2=+
bizz 2=โˆ’
22 bazz += , this trick is important in doing complex division. Actually we can
pf3

Partial preview of the text

Download Complex Numbers: Exponents, Radicals, and Algebraic Operations and more Study notes Mathematics in PDF only on Docsity!

Section 3.5 Complex Numbers

(EXPONENTS AND RADICALS REQUIRED)

Definition

  1. i = โˆ’ 1 ,

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

โ—‹

โ—‹

โ—‹

โ—‹

โ—‹

  1. Complex number ( standard form ): a+bi, where a and b are real numbers. a is

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

โ—‹

โ—‹

โ—‹

โ—‹

  1. Solving Quadratic Equations with NEGATIVE Discriminants

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