MAT187 L02-03 - Complex Numbers

#MAT187 PCE

Imaginary numbers are of the form bi, where b is real and i=1.
e.g. 3i=3i, (2i)2=4

Complex numbers are numbers of form x=a+bi, where a and b are the real and imaginary parts of x.
Real part of x: a=Re(x)
Imaginary part of x: b=Im(z)

Complex conjugate of a+bi is abi. This is denoted by a+bi.
i.e., a+bi=abi

If a quadratic has no solution in the real numbers, it has complex solutions in the form of complex conjugates, a+bi and abi.

Operations with complex numbers

Basically just treat complex numbers as functions with an unknown variable (that being i), and then simplify i2n,nϵZ to 1 in the final result.

Example:
(3+4i)(22i)=3×23×2i+4×2i4×2i2
=6+2i8i2
=6+2i8
=22i

Graphing complex numbers

We can graph a complex number by plotting Re(z) on horizontal, and Im(z) on vertical.

Pasted image 20250201010745.png

Modulus of a complex number, denoted by |z|=|a+bi|, is the length of the vector with a and b as its components.

Argument or phase of a complex number is the angle ϕ between the positive real axis and the line segment created by a+bi.
Often denoted by arg(z)

Important: there are technically infinitely many arguments for a complex number.
Similar to how there are infinitely many θ for any cartesian point, expressed in polar coordinates. There is only one modulus for a complex number, however.

Complex numbers in polar coordinates

Since we can represent complex numbers through moduli and arguments, it is fortuitous to convert them to polar coordinates.

Pasted image 20250201012311.png

Converting complex numbers from polar to cartesian
If |z|=r, and arg(z)=θ (as seen in above diagram), then:
a=rcosθ
bi=rsinθi
z=r(cosθ+sinθi)

Product of arguments
For complex numbers z1 and z2:
arg(z1z2)=arg(z1)+arg(z2)

Product of complex numbers
If z0 (i.e., could be complex or real) and w is a complex number, then w×z results in:

Euler's formula to represent complex numbers

Since writing out z=a+bi or z=r(cosθ+sinθi) is a pain to mathematicians apparently, we can use Euler's formula to simplify complex numbers.

Exponential notation of complex numbers
If you have a complex number z=r(cosθ+sinθi), then the to convert to exponential notation:
cosθ+sinθi=eθi
r(cosθ+sinθi)=reiθ