This is an experimental draft. For a brief description of the project and motivations click here.
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 |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 {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
Obviously, the conjugation is just the symmetry with respect to the x-axis.
- Trigonometric 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]
Graphically, the number
is the (oriented) angle between the x-axis and the interval containing 0 and z.
- ↑ in some applications it is denoted by j as well.
- ↑ In literature the convention
is found as well.