This is an experimental draft. For a brief description of this project click here.
Definition
Complex numbers are defined as ordered pairs of reals:
![{\displaystyle \mathbb {C} =\{(a,b)\colon a,b\in \mathbb {R} \}.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/39aebccf37715198ddee6ed95e1e894397d349f1)
Such pairs can be added and multiplied as follows
- addition:
![{\displaystyle (a,b)+(c,d)=(a+c,b+d)}](https://wikimedia.org/api/rest_v1/media/math/render/svg/a427192a7477dd41aa915f664310d2189676175e)
- multiplication:
![{\displaystyle (a,b)(c,d)=(ac-bd,bc+ad)}](https://wikimedia.org/api/rest_v1/media/math/render/svg/073c9495a4134a12db4ff109d8a2f39a65ccf880)
with the addition and multiplication is the field of complex numbers. From another of view,
with complex additions and multiplication by real numbers is a 2-dimesional vector space.
To perform basic computations it is convenient to introduce the imaginary unit, i=(0,1).[1] It has the property
Any complex number
can be written as
(this is often called the algebraic form) and vice-versa. The numbers a and b are called the real part and the imaginary part of z, respectively. We denote
and
Notice that i makes the multiplication quite natural:
![{\displaystyle (a+bi)(c+di)=(ac-bd)+(bc+ad)i.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/1ad1cee36c9a858f0798d40470722f18757d6b94)
The square root of number in the denominator in the above formula is called the modulus of z and denoted by
,
![{\displaystyle |z|={\sqrt {a^{2}+b^{2}}}.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/50d5c5947659c19c80726232455f1e3f2a8138c4)
We have for any two complex numbers
and
![{\displaystyle |{\bar {z}}|=|z|;}](https://wikimedia.org/api/rest_v1/media/math/render/svg/ae945ec279678e85c98d63df37c77d040503f5f3)
![{\displaystyle |z_{1}\cdot z_{2}|=|z_{1}|\cdot |z_{2}|;}](https://wikimedia.org/api/rest_v1/media/math/render/svg/37bee7bf965f36524d825a52eb6518dabb232e14)
provided ![{\displaystyle z_{2}\not =0.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/1538770758bb4625fc093fb8c12c3fceefa54b3e)
![{\displaystyle {\big |}|z_{1}|-|z_{2}|{\big |}\leq |z_{1}+z_{2}|\leq |z_{1}|+|z_{2}|}](https://wikimedia.org/api/rest_v1/media/math/render/svg/78f7d9710bb2a807b48aa5989aaf57f1f2a7cde7)
For
we define also
, the conjugate, by
Then we have
![{\displaystyle {\bar {({\bar {z}})}}=z}](https://wikimedia.org/api/rest_v1/media/math/render/svg/f652fb04f7f9d90531d1a567da0bab5a2983ea18)
![{\displaystyle {\bar {z}}_{1}\pm {\bar {z}}_{2}={\overline {(z_{1}\pm z_{2})}};}](https://wikimedia.org/api/rest_v1/media/math/render/svg/ec909958106f616e224f201db19aad517e21ad5f)
![{\displaystyle {\bar {z}}_{1}\cdot {\bar {z}}_{2}={\overline {(z_{1}\cdot z_{2})}};}](https://wikimedia.org/api/rest_v1/media/math/render/svg/86af00d7fd32d4dd86e8f1301e09e2717bf943e0)
provided ![{\displaystyle z_{2}\not =0;}](https://wikimedia.org/api/rest_v1/media/math/render/svg/e83796e7b997393bbcf82df382e4c9ca8d076ba6)
![{\displaystyle z{\bar {z}}=|z|^{2}.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/f7bc16b609da9a8821139ce731f246478f966816)
Geometric interpretation
Complex numbers may be naturally represented on the complex plane, where
corresponds to the point (x,y), see the fig. 1.
Fig. 1. Graphical representation of a complex number and its conjugate
The modulus is just the distance from the point
and the origin. More generally,
is the distance between the two given points. Furthermore, the conjugation is just the symmetry with respect to the x-axis.
Trigonometric and exponential form
As the graphical representation suggests, any complex number z=a+bi of modulus 1 (i.e. a point from the unit circle) can be written as
for some
So actually any (non-null)
can be represented as
where r traditionally stands for |z|.
This is the trigonometric form of the complex number z. If we adopt convention that
then such
is unique and called the argument of z.[2]
The equality of two complex numbers
and
is equivalent to
and
for certain integer k.
Graphically, the number
is the (oriented) angle between the x-axis and the interval containing 0 and z.
Closely related is the exponential notation.
If we define complex exponential as
![{\displaystyle e^{z}=\sum _{0}^{\infty }{\frac {z^{n}}{n!}},}](https://wikimedia.org/api/rest_v1/media/math/render/svg/f3598596ed3e625d58a83ae1873cc0e4cd905481)
then it may be shown that
![{\displaystyle e^{i\theta }=\cos \theta +i\sin \theta ,\quad \quad \theta \in \mathbb {R} .}](https://wikimedia.org/api/rest_v1/media/math/render/svg/d0c0a0a2785f0b11adaa9f24436289a76e6bf702)
Consequently, any (non-zero)
can be written as
with the same r and
as above.
This is called the exponential form of the complex number z.[3]
It is well-adapted to perform multiplications. Indeed, for any
and
we have
![{\displaystyle z_{1}z_{2}=r_{1}r_{2}e^{i(\theta _{1}+\theta _{2})}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/0ffaee7a8b9e11446f394d34e1d5c83aaa0905f9)
provided ![{\displaystyle z_{2}\not =0.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/1538770758bb4625fc093fb8c12c3fceefa54b3e)
The following particular case of complex multiplication is well-know as the de Moivre's formula
[4]
![{\displaystyle (cos\theta +i\sin \theta )^{n}=\cos(n\theta )+i\sin(n\theta )}](https://wikimedia.org/api/rest_v1/media/math/render/svg/0c3eceee46b505ae50b4f68c13bf2ed576d6bbd2)
Fig 2. Multiplication by
![{\displaystyle i}](https://wikimedia.org/api/rest_v1/media/math/render/svg/add78d8608ad86e54951b8c8bd6c8d8416533d20)
amounts to rotation by 90 degrees.
Graphically, multiplication by a constant complex number
amounts to the rotation by
and the homothety of ratio r. In particular, the multiplication by i amounts to the rotation by the right angle (counter-clockwise), see Fig. 2.
Complex roots
Any non-constant polynomial with complex coefficients has a complex root. This result is known as the Fundamental Theorem of Algebra. Consequently, any complex polynomial of degree n has exactly n roots (counted with multiplicities). In particular, the equation
,
where z is the variable and a a non-zero constant has exactly n solutions. They are called nth (complex) roots of a. If a is written in the exponential form,
then the n roots of a, denoted as
, are given by
![{\displaystyle z_{k}={\sqrt[{n}]{r}}\cdot \exp \left(i\left({\frac {\theta +2k\pi }{n}}\right)\right),\quad k=0,1,\ldots ,n-1.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/4de2e8dda63702b0f37f89ed1f61da356f793b41)
One may observe that
or, equivalently, ![{\displaystyle z_{k}=z_{0}e^{ik\theta /n},\quad k=1,2,\ldots ,n-1.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/81556fb92979e2bca0b565479e0445c115b65ff8)
Geometrically it means that the roots form a regular n-sided polygon centred at the origin; the vertices of the polygon belong to the circle of radius
Particularly important are the roots of unity, i.e. solutions of
.
The cubic roots of 1 (with n=3) are
![{\displaystyle 1,\,-{\frac {1}{2}}+i{\frac {\sqrt {3}}{2}},\,-{\frac {1}{2}}-i{\frac {\sqrt {3}}{2}}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/8b84ad2ff893dd474777382cc1121e9a5c29ec78)
and for n=4 we have
![{\displaystyle {\frac {1}{2}}+{\frac {\sqrt {2}}{2}},\,{\frac {1}{2}}-{\frac {\sqrt {2}}{2}},\,{\frac {1}{2}}+{\frac {\sqrt {2}}{2}},\,-{\frac {1}{2}}-{\frac {\sqrt {2}}{2}}.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/3a5efa4b9a6580d30ba80e7179768382b880067e)
References
- ↑ in some applications it is denoted by j as well.
- ↑ In literature the convention
is found as well.
- ↑ The equivalence of two complex numbers can be checked as in the trigonometric form case.
- ↑ It is commonly used to linearise powers of trigonometric functions in integrals.