Complex Analysis/Complex Numbers/Introduction

From testwiki
Jump to navigation Jump to search

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 z and z, respectively. Note that for the number z=32i, z=y=2, 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)
zw=(a+ib)(c+id)=(ac)+i(bd)
zw=(a+ib)(c+id)=ac+iad+ibc+i2bd=(acbd)+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 z¯ of a complex number z by

z¯=xiy. Also, we define the modulus |z| of a complex number z by
|z|2=zz¯=(x+yi)(xyi)=x2+y2.

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, r=x2+y2 (where the root is the positive one), and r2=|z|2=x2+y2=zz¯.

As a shorthand, we may write cisθ=cosθ+isinθ, so z=rcisθ. This notation simplifies multiplication and taking powers, because

z1z2 =(r1cisθ1)(r2cisθ2)
=r1r2[(cosθ1+isinθ1)(cosθ2+isinθ2)]
=r1r2[(cosθ1cosθ2sinθ1sinθ2)+i(sinθ1cosθ2+cosθ1sinθ2)]
=r1r2(cos(θ1+θ2)+isin(θ1+θ2))
=r1r2cis(θ1+θ2)

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

zn=rncis(nθ),

which holds for all non-negative numbers.

Now that we have set up the basic concept of a complex number, we continue to topological properties of the complex plane.

Next pt:Análise Complexa/Índice/Números Complexos/Introdução