< Complex numberRevision as of 02:01, 2 April 2007 by imported>Aleksander Stos
The complex numbers
are numbers of the form a+bi,
obtained by adjoining the imaginary unit i to the real numbers (here a and b are reals). The number i can be thought of as a solution of the equation
. In other words, its basic property is
. Of course, since the square root of any real number is positive,
We then define addition and multiplication in the obvious way, using
to rewrite results in the form
:
To handle division, we simply note that
, so
and, in particular,
It turns out that with addition and multiplication defined this way,
satisfies the axioms for a field, and is called the field of complex numbers. If
is a complex number, we call
the real part of
and write
. Similarly,
is called the imaginary part of
and we write
. If the imaginary part of a complex number is
, the number is said to be real, and we write
instead of
. We thus identify
with a subset (and, in fact, a subfield) of
.
Algebraic Closure
An important property of
is that it is algebraically closed. This means that any non-constant real polynomial must have a root in
.
A Note on Notation
This article follows the usual convention in mathematics (and physics) of using
as the imaginary unit. Complex numbers are frequently used in electrical engineering, but in that discipline it is usual to use
instead, reserving
for electrical current. This usage is found in some programming languages, notably Python.