Complex Numbers

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

What does i equal?

√-1

2
New cards

What does i² equal?

-1

3
New cards

How to get the modulus of a complex number?

Square the individual Numbers. Get rid of the i. Square root

4
New cards

How to add and subtract real/imaginary numbers?

Add real with real and imaginary with imaginary

5
New cards

If a complex number is multiplied by i. How does it affect it when plotted on an argand diagram?

Rotation through 90 degrees anti-clockwise about the origin

6
New cards

If a complex number is multiplied by -i. How does it affect it when plotted on an argand diagram?

Rotation through 90 degrees clockwise about the origin

7
New cards

What is Re()?

The real part of a complex number

8
New cards

How to get the conjugate of a complex number?

Change the sign of the imaginary part

9
New cards

Symbol of a complex number

z

10
New cards

Symbol of the conjugate of a complex number

ˉz

11
New cards

Relationship between a complex number and its conjugate when plotted

Conjugate is the image of the complex number by axial symmetry in the real axis

12
New cards

Polar form of a complex number

z = r(Cosθ + iSinθ)

13
New cards

What is r in the polar form of a complex number?

The modolus of the complex number

14
New cards

How to get theta in the polar form of a complex number?

Argument of z

15
New cards

What is the argument of z?

Anticlockwise angle from the positive x axis to the line from the origin to z

16
New cards

How to get θ if z is in first quadrant?

Find angle in triangle made by line segment of z

17
New cards

How to get θ if z is in second quadrant?

θ = π - angle made by z

18
New cards

How to get θ if z is in third quadrant?

θ = π + angle made by z

19
New cards

How to get θ if z is in fourth quadrant?

θ = 2π - angle made by z

20
New cards

Formula for multiplying numbers in polar form

z1z2 = r1r2 (Cos(Q1+Q2) + iSin(Q1+Q2))

21
New cards

How to multiply numbers in polar form?

Multiply the modulus and add arguments

22
New cards

Dividing numbers in polar form formula

z1/z2 = r1/r2 (Cos(Q1 - Q2) + iSin(Q1 - Q2))

23
New cards

How to divide numbers in polar form?

Divide the modulus and minus arguments

24
New cards

How to divide a complex number by a real number?

Write each number in the complex number as a fraction with the real number and simplify

25
New cards

How to divide a complex number by another complex number?

Multiply top and bottom by the conjugate of the bottom

26
New cards

De Moivre's Theorem

z^n = r^n (Cosnθ + iSinnθ)

27
New cards

General polar form of a complex number

r(Cos(θ + 2nπ) + i Sin(θ + 2nπ))

28
New cards

How do you now when to stop subbing numbers in when finding the solutions of a complex number?

Same amount of solutions as the number the z is brought up to start by subbing in 0 and keep going until solution amount is reached

29
New cards

De Moivre's Theorem Proof (Base Case)

(r(Cosθ + iSinθ))^1 = r^1(Coseθ + iSinθ)^1 = r(Coseθ+iSinθ)

30
New cards

De Moivre's Theorem Proof (Assume for n=k k>=1)

(r(Cosθ+ iSinθ))^k = r^k(Coskθ + iSinkθ)

31
New cards

De Moivre's Theorem Proof (Prove n = k+ 1)

(r(Cosθ + iSinθ))^k+1 = (r(Cosθ + iSinθ))^k . (r(Cosθ + iSinθ)) = r^k(Coskθ+iSinkθ) . r(Cosθ+ iSinθ) = r^k+1 (CoskθCosθ + i CoskθSinθ + i SinkθCosθ - 1sinkθsinθ) = r^k+1 (CoskθCosθ - SinkθSinθ + i (CoskθSinθ + SinkθCosθ) = r^k+1 (Cos(kθ+θ) + iSin(kθ+θ) = r^k+1 (Cos(k+1)θ + i SIn(k+1)θ))