Complex Analysis/Complex Numbers/Introduction
From Wikibooks, the open-content textbooks collection
For more details and problems with worked out solutions, please see the Wikibook on complex numbers.
A complex number z is a number written in the form:
- z = x + iy,
where x and y are real numbers and i is the imaginary number i2 = - 1. We call x the real part and y the imaginary part of z, and denote them by
and
, respectively. Note that for the number z = 3 − 2i,
, not − 2i. Also, to distinguish between complex and purely real numbers, we will often use the letter z for the complex ones.
We say two complex numbers are equal if and only if their respective parts are equal:
- Given z = a + ib, w = c + id,
- z = w iff a = c and b = d.
Also, we define the standard operators:
- z + w = (a + ib) + (c + id) = (a + c) + i(b + d)
- z − w = (a + ib) − (c + id) = (a − c) + i(b − d)
- zw = (a + ib)(c + id) = ac + iad + ibc + i2bd = (ac − bd) + i(ad + bc),
because by definition i2 = - 1.
Commutativity, associativity, and distributivity follow easily from the corresponding laws for real numbers. Also, note that the real numbers are contained within the complex numbers by setting y to 0. Also, the unity from the reals also functions as a unity within the complex number system.
With the introduction of the complex numbers, we can now solve any polynomial equation; i.e., the complex numbers are algebraically closed, and are in fact the closure of the reals.
We define the complex conjugate
of a complex number z = x + iy by
. Also, we define the modulus |z| of a complex number z by
.
We can represent the number z in the complex plane by the point with rectangular coordinates (x,y). Also, by converting to polar coordinates, we may write
- x = rcosθ, y = rsinθ
and z may be written in the polar form
- z = r(cosθ + isinθ).
Here, r must be positive, and θ is unique modulo 2π. When
, we call θ the principal argument and denote it by argz. Note that we cannot unambiguously define zero in polar coordinates. By the Pythagorean theorem,
(where the root is the positive one), and
.
As a shorthand, we may write
, so
. This notation simplifies multiplication and taking powers, because
![]() |
![]() |
![]() |
|
![]() |
|
![]() |
|
![]() |
by elementary trigonometric identities. Applying this formula can therefore simplify many calculations with complex numbers.
By induction using the previous identity, we can show that
,
which holds for all non-negative integer numbers n.
Now that we have set up the basic concept of a complex number, we continue to topological properties of the complex plane.


![=r_1 r_2 \left [ \left ( \cos \theta_1 + i \sin \theta_1 \right )\left ( \cos \theta_2 + i \sin \theta_2 \right ) \right ]](http://upload.wikimedia.org/math/4/8/2/4828a6a55d3f131b9331ed19db2fa9ac.png)
![=r_1 r_2 \left [ \left ( \cos \theta_1 \cos \theta_2 - \sin \theta_1 \sin \theta_2 \right ) + i \left ( \sin \theta_1 \cos \theta_2 + \cos \theta_1 \sin \theta_2 \right ) \right ]](http://upload.wikimedia.org/math/9/6/e/96e075231f4d53069da006e750a53cfe.png)

