User:Aleksander Stos/ComplexNumberAdvanced: Difference between revisions
Jump to navigation
Jump to search
imported>Aleksander Stos (essentials) |
imported>Aleksander Stos m (not so essential) |
||
Line 12: | Line 12: | ||
This makes the multiplication natural: | This makes the multiplication natural: | ||
:<math>(a + bi)(c + di) = (ac - bd) + (bc + ad)i. </math> | :<math>(a + bi)(c + di) = (ac - bd) + (bc + ad)i. </math> | ||
<!-- not necessary: | |||
Any complex number <math>\scriptstyle z=a+bi\not=0</math> has its inverse. Actually, | Any complex number <math>\scriptstyle z=a+bi\not=0</math> has its inverse. Actually, | ||
:<math>\frac{1}{z} = \frac{a}{a^2+b^2}-i\frac{b}{a^2+b^2}.</math> | :<math>\frac{1}{z} = \frac{a}{a^2+b^2}-i\frac{b}{a^2+b^2}.</math> | ||
--> | |||
The square root of number in the denominator in the above formula is called the ''modulus'' of ''z'' and denoted by <math>|z|</math>, | The square root of number in the denominator in the above formula is called the ''modulus'' of ''z'' and denoted by <math>|z|</math>, | ||
:<math>|z|=\sqrt{a^2+b^2}.</math> | :<math>|z|=\sqrt{a^2+b^2}.</math> |
Revision as of 06:58, 13 August 2007
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:
Such pairs can be added and multiplied as follows
- addition:
- multiplication:
with the addition and the multiplication is the field of complex numbers.
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. This makes the multiplication 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
- ↑ in some applications it is denoted by j as well.