User:Aleksander Stos/ComplexNumberAdvanced: Difference between revisions
imported>Aleksander Stos (expand) |
imported>Aleksander Stos (expanded) |
||
Line 1: | Line 1: | ||
''This is an experimental draft. For a brief description of | ''This is an experimental draft. For a brief description of this project click [[User_talk:Jitse Niesen#Essentials|here.]]'' | ||
Complex numbers are defined as ordered pairs of reals: | Complex numbers are defined as ordered pairs of reals: | ||
Line 25: | Line 26: | ||
* <math>z\bar z = |z|^2.</math> | * <math>z\bar z = |z|^2.</math> | ||
===Geometric interpretation=== | |||
Complex numbers may be naturally represented on the ''complex plane'', where <math>z=x+iy</math> corresponds to the point (''x'',''y''), see the fig. 1. | Complex numbers may be naturally represented on the ''complex plane'', where <math>z=x+iy</math> corresponds to the point (''x'',''y''), see the fig. 1. | ||
Line 31: | Line 32: | ||
The modulus is just the distance from the point <math>z=(x,y)</math> and the origin. More generally, <math>|z_1-z_2|</math> is the distance between the two given points. Furthermore, the conjugation is just the symmetry with respect to the x-axis. | The modulus is just the distance from the point <math>z=(x,y)</math> and the origin. More generally, <math>|z_1-z_2|</math> 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 <math>z=\cos \theta + i\sin\theta</math> | 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 <math>z=\cos \theta + i\sin\theta</math> | ||
for some <math>\theta\in [0,2\pi).</math> So actually any (non-null) <math>z\in\mathbb{C}</math> can be represented as | for some <math>\theta\in [0,2\pi).</math> So actually any (non-null) <math>z\in\mathbb{C}</math> can be represented as | ||
Line 48: | Line 49: | ||
* <math>z_1 z_2= r_1r_2 e^{i(\theta_1+\theta_2)}</math> | * <math>z_1 z_2= r_1r_2 e^{i(\theta_1+\theta_2)}</math> | ||
* <math>\frac{z_1}{z_2} = \frac{r_1}{r_2} e^{i(\theta_1-\theta_2)},</math> provided <math>z_2\not=0.</math> | * <math>\frac{z_1}{z_2} = \frac{r_1}{r_2} e^{i(\theta_1-\theta_2)},</math> provided <math>z_2\not=0.</math> | ||
Graphically, multiplication by a constant complex number <math>z=re^{i\theta}</math> amounts to the rotation by <math>\theta</math> and the [[homothety]] of ratio ''r''. In particular, the multiplication by ''i'' amounts to the rotation by the right angle (counter-clockwise). | The following particular case of complex multiplication is well-know as the [[de Moivre]] formula | ||
:<math> (cos\theta+i\sin\theta)^n = \cos(n\theta)+i\sin(n\theta)</math> | |||
It is commonly used to ''linearise'' powers of trigonometric functions in integrals. | |||
[[Image:Graphical_multiplication1.png|thumb|200px|right|Fig 2. Multiplication by <math>i</math> amounts to rotation by 90 degrees.]] | |||
Graphically, multiplication by a constant complex number <math>z=re^{i\theta}</math> amounts to the rotation by <math>\theta</math> 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=== |
Revision as of 08:05, 13 August 2007
This is an experimental draft. For a brief description of this project click here.
Complex numbers are defined as ordered pairs of reals:
Such pairs can be added and multiplied as follows
- addition:
- multiplication:
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:
The square root of number in the denominator in the above formula is called the modulus of z and denoted by ,
We have for any two complex numbers and
- provided
For we define also , the conjugate, by Then we have
- provided
Geometric interpretation
Complex numbers may be naturally represented on the complex plane, where corresponds to the point (x,y), see the fig. 1.
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] 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
then it may be shown that
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. It is well-adapted to perform multiplications. Indeed, for any and we have
- provided
The following particular case of complex multiplication is well-know as the de Moivre formula
It is commonly used to linearise powers of trigonometric functions in integrals.
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.