Real numbers, R, are any numbers that make sense as a displacement. Ex. (−2,π).
Some expressions are meaningless; 2/0, −7
To express them a new variable/value is introduced: i.
The unit for an Imaginary Number can be defined as: i=−1 and −7=7i
All all algebraic properties of R also hold true in C ex. (commutativity, associativity) except order (≤)
Properties of the Imaginary Number
i2=−1
i3=−i
i4=1
i5=i
repeat
Definition of Complex Numbers
C={a+bi∣a,b∈R,i=−1}, which translates to "set of things like a+bi satisfying a,b are in the set of R and i=−1"
Some notation
z∈C,z=a+bi
a=Re(z) where Re is real part
b=Im(z) where Im is imaginary part
If Im(z)=0,z=a=R, then every real number is complex
Modulus, Argument and Complex Conjugate
The modulus of a complex number can be referred to as the magintude and is illustrated as r the above graph. Hence, r=∣z∣=a2+b2
The argument is the represented by the angle in the graph above.
The complex conjugate of a complex number is the number with an equal real part and an imaginary part equal in magnitude but opposite in sign. For example, if
z=a+bi then z's complex conjugate is z′=z=a−bi