complex_numbers_operations
complex_numbers_operations
OPERATIONS
.
2
DEFINITION
A complex number is a combination of a :
Real number
12, 4.6, ¾, …. Any number you can think of !
Imaginary number
Special numbers because …
The “unit” imaginary number is i, like 1 for real
numbers.
Examples :
1+i 39 + 3i 0.8 - 2.2i -2 + πi √2 + i/2
4
COMPLEX NUMBER
So, a Complex Number has a real part and an
imaginary part. But either part can be 0, so all
Real Numbers and Imaginary Numbers are also
Complex Numbers.
Complex Imaginary
Real Part
Number Part
3 + 2i 3 2
5 5 0
-6i 0 -6
5
ADDITION OF COMPLEX NUMBERS
To add two complex numbers we add each
element separately:
(a+bi) + (c+di) = (a+c) + (b+d)i
Example:
6
MULTIPLICATION
Each part of the first complex number gets
multiplied by each part of the second
complex number
7
EXAMPLE
= 3 + 21i + 2i + 14i2
= -11 + 23i
8
DIVISION
The trick is to multiply both top and
bottom by the conjugate of the bottom.
A conjugate is where you change the sign in
the middle like this:
9
EXAMPLE
10
COMPLEX PLANE
The Real part goes left-right
The Imaginary part goes up-down
Example
3 + 4i
11
POLAR PLANE
the complex number 3 + 4i can also be shown as
distance (5) and angle (0.927 radians).
12
CONVERSION OF COMPLEX NUMBERS
Example: the number 3 + 4i
13
INTRODUCTION TO MATLAB
14
REFERENCES
http://www.mathsisfun.com/numbers/complex-
numbers.html
15