The fundamental theorem of algebra states that every non-constant single-variable polynomial
f(x)=anxn+an−1xn−1+⋯+a0x0
has at least one root. If you consider f(x)=x2+1, it is obvious that there is no such root:
If we try to tackle the problem analytically it is obvious that x2=−1 has no solution since x2≥0 and using the quadratic formula, we get a negative square root, which also indicates that the formula does not have a solution:
x1,2=−2p±(2p)2−q=−20±(20)2−1=±−1
Just as numbers are extended from the natural numbers to integers to get a solution for subtraction into the negative domain, the extension from the integers to the rational numbers to represent fractions, and finally the extension to real numbers by irrational numbers, the numbers are expanded again to be able to solve negative roots. To do this, we introduce a new symbol i, called imaginary unit, which is defined as i2:=−1. With this trick, the fundamental theorem of algebra stays true and the quadratic formula stated before has exactly two solutions, i and −i, since
−k=(−1)⋅k=−1⋅k=ik
Using the imaginary unit, we can finally introduce a complex number to be z:=a+ib with a∈R being the real part and b∈R being the imaginary part.
Definition of Complex Numbers
A complex number z∈C is defined as a pair of numbers a,b∈R such that z:=a+ib=(a,b) in Rectangular Form. The introduced symbol i is specified by i2:=−1 or i:=(0,1) and is called imaginary unit, a=ℜ(z) is called the real part of the complex number z and b=ℑ(z) its imaginary part. By convention we write a+ib for variables a and b, but write i behind b if b is a constant, for example 2+3i. We formally define the set of complex numbers C as real linear combinations:
C:={z=a⋅1+b⋅i∣a,b∈R}
From which is clear, that complex numbers span a two-dimensional vector space with base {1,i}. Complex numbers can therefore be identified as points in the Gaussian number plane.
Polarform
Geometrically we use a two-dimensional coordinate-system in the Gaussian number plane to express a complex number and keep drawing the real part on the horizontal axis and the imaginary part on the vertical axis. Plotting a complex function would require to draw the graph in the third dimension. This indicates, that numbers contain a hidden dimension, which has immense practical utilty.
By this interpretation, a complex number is a point in two dimensional space. When we draw a line from the origin of the coordinate-system to that point, we can represent a complex number also as the length or the magnitude ∣z∣ and an angle θ, called the argument or the phase:
The so generated triangle allows us to use trigonometry to calculate the argument argz=θ and the magnitude ∣z∣. If we think of the complex number sitting on a circle, we can see the magnitude as the radius r=∣z∣ of that circle and define a complex number in Polar Form as z=r⋅(cos(θ)+isin(θ)). To calculate these properties we can state
∣z∣:=a2+b2
argz:=tan−1(ab)
Whereas the argument is not unique, it is defined as a multiple of 2π. For example the argument of -1 can be π,−π,3π,..., or more formally arg(−1)=π+2kπ with k∈Z.
Another connection can be made to trigonometric functions. A complex number can be expressed with sinus and co-sinus by factoring out ∣z∣:
This results in the phasor form of complex numbers:
z=∣z∣(cosθ+isinθ)=∣z∣cis(θ)
Complex numbers form a field
The set of complex numbers C form a field. To make a set a field, the following properties are necessary - which are shown within the definition of the complex numbers operators:
commutative property of addition
associative property of addition
existence of additive inverse
existence of additive identity element
commutative property of multiplication
associative property of multiplication
existence of multiplicative inverse
existence of multiplicative identity element
multiplication is distributive over addition
Complex numbers have no order
The way complex numbers are defined, complex numbers lose the property to get ordered, that means there is no operation ≤ in C. Intuitively this makes sense when complex numbers are seen as points in the complex plane, but more formally if we say z≥0, we should be able to say i≥0, from which follows that −1≥0, or −1≥0↯. The same happens the other way round: If z≤0, it should also be possible to say −i≥0, from which follows that −−1≥0, or −1≥0↯. It follows that we can not sort complex numbers. Furthermore, if z=a+0i, we simply write a.
Even if we don’t have an order, we can compare two complex numbers. Two complex numbers are equal if and only if theor real parts are equal and theor imaginary parts are equal.
Embedding real numbers
The field of real numbers can be embedded into the field of complex numbers with the following injective ring-homomorphism:
ψ:R→C,x↦(x,0)
Using this homomorphism, we are able to define the following two constants: 0:=(0,0) and 1:=(1,0)
Operators of complex numbers
The algebra of complex numbers is usually defined by assuming that the algebra of real numbers holds for complex numbers as well, except that i2=−1.
Complex Addition
+:C×C↦C
The addition of two complex numbers is defined as vector addition in a two dimensional vector space, therefore (a1,b1)+(a2,b2):=(a1+a2,b1+b2), or
The multiplication is designed in such a way that i2=−1, associativity, commutativity and als distributivity holds. To derive a multiplication that holds true for these properties, we can simply multiply out (a1,b1)×(a2,b2)=(a1a2−b1b2,a1b2+a2b1), or
Geometrically the multiplication of a complex number with i is a rotation by 90° and looks like this:
In fact multiplication with a complex number of length 1 always rotates the other complex number, as we will see later. A multiplication of two arbitrary complex numbers can be seen as a rotation and scaling in one step. Lets say we want to multiply z1 and z2:
Each of the vectors formed by the complex numbers span a triangle with 1 on the real axis like this:
We can now rotate the red triangle and align it to the green like this:
And finally we scale the red triangle such that the site which had length 1 now has length ∣z1∣. The point where the former z2′ was pointing to is the product of the two complex numbers:
This means, complex multiplication is just a rotation and scaling. More explicitly, we can show that the multiplication also holds using polar notation (goniometric form):
From left: z1(z2+z3)=(a1+ib1)(a2+a3+i(b2+b3))=a1a2+a1a3−b1b2−b1b3+i(a1b2+a2b1+a3b1+a1b3)
From right: (z1+z2)z3=(a1+a2+i(b1+b2))(a3+ib3)=a1a3+a2a3−b1b3−b2b3+i(a1b3+a2b3+a3b1+a3b2)
Proof: The multiplicative identity element is 1:
1×z=(1+i0)(a+ib)=(a−0)+i(b+0)=a+ib=z
The opposite direction z×1 follows from the multiplicative commutativity in C. Multiplication is also consistent with the multiplication of real numbers:
(a1,0)×(a2,0)=(a1⋅a2,0)
Complex Scalar Multiplication
⋅:R×C↦C
The complex scalar multiplication (the multiplication of a complex number and a real number or a complex number and a complex number with ℑ=0 - is defined as a vector scalar multiplication where the scalar is multiplied component-wise. Let s∈R then
s⋅z:=sa+isb
Geometrically, this can be seen as moving on a straight line:
Complex Dot product
If we consider complex numbers as a two-dimensional vector, we can simply expand the dot product to it and see the same geometric interpretation:
z1⋅z2:=(a1,b1)⋅(a2,b2)=a1a2+b1b2
Complex Conjugate
⋅:C↦C
The complex conjugate of a complex number z is the reflection across the real axis and is defined as (a,b)=(a,−b), or
z:==a+iba−ib
Or in polar form:
z:==r⋅(cos(−θ)+isin(−θ))r⋅cis(−θ)
The complex conjugate is a field automorphism and thus compatible with addition and multiplication:
Addition and subtraction with a complex numbers conjugate reveals the following properties:
z+z=(a+a,b−b)=2ℜ(z)≤2∣z∣
z−z=(a−a,b+b)=2iℑ(z)≤2∣z∣
These findings can be used to extract the real part and imaginary part of a complex number using the complex conjugate:
a=ℜ(z)=21(z+z)
b=ℑ(z)=2i1(z−z)=21i(z−z)
Multiplication with a complex numbers conjugate shows an interesting connection to the norm of a complex number, which is always a positive real number:
z×z=(a+ib)(a−ib)=a2+b2=ℜ(z)2+ℑ(z)2=∣z∣2
The opposite direction z×z follows from the multiplicative commutativity in C. Additionally the following properties hold for all complex numbers:
z=z
∣z∣=∣z∣
(z)−1=z−1
(z2z1)=z2z1
exp(z)=exp(z)
log(z)=log(z)∀z=0
z=z⇔ℑ(z)=0
z=−z⇔ℜ(z)=0
Complex multiplicative inverse
The multiplicative inverse or reciprocal of a complex number z=0 is the normalized conjugate:
The opposite direction z−1×z=1 follows from the multiplicative commutativity in C. From the definition of the multiplicative inverse also follows that i−1=−i and 1−1=1.
Complex division
/:C×C↦C
Using the multiplicative inverse we can now define the quotient of z1 and z2:
z2z1:==z1×z2−1∣z2∣2z1z2
We can introduce the complex division also in a more unintuitive way (schools seem to prefer this method) like:
Which by its very nature is basically just extending the complex number by it's conjugate z2z2z1z2, which leads to a real number in the denominator and as such only scales the complex number.
For the complex multiplication we have seen that multiplying by i is a rotation by 90°. Dividing by i correlates to a rotation in the opposite direction by 90°.
Complex integer Power: De Moivre’s formula
For any complex number z, raised to a number n∈Z, the De Moivre formula states that
which makes sense, since the argument of the squared complex number z2 is arg(z2)=arg(z⋅z)=arg(z)+arg(z)=2arg(z), the argument of the number cubed is arg(z3)=arg(z⋅z2)=arg(z)+2arg(z)=3arg(z) and so on.
Absolute value of a Complex Number
∣⋅∣:C↦R
For real numbers the absolute value ∣s∣ is the positive distance to zero. For complex numbers we can use Pythagorean theorem to define a similar distance measure in two dimensions, which is called absolute value or modulus. It can easily be shown that the absolute value of a complex number fulfills the properties of a norm. It turns out that the field (C,+,×) is complete under the norm. We start with the derivation of the squared absolute value:
∣z∣2=∣z∣2=z×z=z×z=a2+b2=ℜ(z)2+ℑ(z)2
It follows that the squared norm is always a positive real number. Taking the square root keeps it a real positive number and we can find the complex norm:
∣z∣=∣z∣2=a2+b2
From which follows that the absolute value of each component is always less or equal than the norm of the complex number:
∣ℜ(z)∣≤∣z∣
∣ℑ(z)∣≤∣z∣
We can also see that definiteness holds for complex norms:
∣z∣=0⇔z=0
And also absolute homogeneity holds true for complex norms:
I was wondering if it is possible to generalize the inequality formula. The longest inequality chains I was able to generate and automatically proof are the following:
∣z1∣−∣z2∣≤∣∣z1∣−∣z2∣∣≤∣z1−z2∣≤∣z1∣+∣z2∣
∣z1∣−∣z2∣≤∣∣z1∣−∣z2∣∣≤∣z1+z2∣≤∣z1∣+∣z2∣
∣z1−z2∣≤∣z1−u∣+∣z2−u∣∀u∈C
Distance measure
The distance d(z1,z2) between two complex numbers can be calculated using the norm:
d(z1,z2)=∣z1−z2∣
The norm itself is therefore a special case of distance measure: ∣z∣=d(0,z)