Complex Analysis/Complex Numbers/Introduction

From testwiki
Jump to navigation Jump to search

This book assumes you have some passing familiarity with the complex numbers. Indeed much of the material in the book assumes your already familiar with the multi-variable calculus. If you have not encountered the complex numbers previously it would be a good idea to read a more detailed introduction which will have many more worked examples of arithmetic of complex numbers which this book assumes is already familiar. Such an introduction can often be found in an Algebra (or "Algebra II") text, such as the Algebra wikibook's section on complex numbers.

Intuitively a complex number z is a number written in the form:

z=x+iy,

where x and y are real number and i is an imaginary number that satisfies i2=1. We call x the real part and y the imaginary part of z, and denote them by Re z and Im z, respectively. Note that for the number z=32i, Im z=y=2, not 2i. Also, to distinguish between complex and purely real numbers, we will often use the letters z and w for the complex numbers. It is useful to have a more formal definition of the complex numbers. For example, one frequently encounters treatments of the complex numbers that state that i is the number so that i=1, and we then operate with i using many of our usual rules for arithmetic. Unfortunately if one is not careful this will lead to difficulties. Not all of the usual rules for algebra carry through in the way one might expect. For example, there is a flaw in the following calculation: i=1=11=11=1i=i, but is very difficult to point out the flaw without first being clear about what a complex number is, and what operations are allowed with complex numbers.

Mathematically the complex numbers are defined as an ordered pair, endowed with algebraic operations.

Template:TextBox

The most immediate consequence of this definition is that we may think of a complex number as a point lying the plane. Comparing this definition with the intuitive definition above, it is easy to see that the imaginary number i simply acts as a place holder for denoting which number belongs in the second coordinate.

Template:TextBox

We say two complex numbers are equal if and only if they are equal as ordered pairs. That is if z=(x,y) and w=(u,v) then z = w if and only if x = u and y = v. Put more succinctly, two complex numbers are equal iff their real parts and imaginary parts are equal.

If complex numbers were simply ordered pairs there would not really be much to say about them. But the complex numbers are ordered pairs together with several algebraic operations, and it is these operations that make the complex numbers so interesting.

Template:TextBox

Of course, we can view any real number r as being a complex number. Using our intuitive model for the complex numbers it is clear that the real number r should correspond to the complex number (r, 0), and with this identification the above operations correspond exactly to the usual definitions of addition and multiplication of real numbers. For the remainder of the text we will freely refer to a real number r as being a complex number, where the above identification is understood.

The following facts about addition and multiplication follow easily from the corresponding operators for the real numbers. Their verification is left as an exercise to the reader. Let z, w and v be complex numbers, then:

• z + (w + v) = (z + w) + v (Associativity of addition);
• z · (w · v) = (z · w) · v (Associativity of multiplication);
• z + w = w + z (Commutativity of addition);
• z · w = w · z (Commutativity of multiplication);
• z · (w + v) = z · w + z · v (Distributive Property).

One nice feature of complex addition and multiplication is that 0 and 1 play the same role in the real numbers as they do in the complex numbers. That is 0 is the additive identity for the complex numbers (meaning Template:Nowrap) and 1 is the multiplicative identity (meaning Template:Nowrap).

Of course it is natural at this point to ask about subtraction and division. But stating the formula's for subtraction and division outright, we instead follow the usual course for other subjects of algebra and first discuss inverses.

Template:TextBox

Now for any two complex numbers z and w we define zw to be z + −w. We now turn to doing the same for multiplication.

Template:TextBox

We may now of course define division as zw=z1w. Just as with the real numbers, division by zero remains undefined. In order for this last definition to make more sense it helps to introduce two more operations on the complex numbers. The first is the absolute value.

Template:TextBox

Of course with this definition of the absolute value, if Template:Nowrap then |z| is exactly the same as the norm of the vector Template:Nowrap.

Before introducing the second definition, notice that our intuitive definition simply required us to find a number whose square was −1. Of course Template:Nowrap, so for a starting point one could have chosen -i as the most basic imaginary number. This idea motivates the following definition.

Template:TextBox

With this definition it is an easy exercise to check that zz¯=|z|2, so dividing both sides by |z|2 we arrive at zz¯|z|2=1. Compare this with the definition of the multiplicative inverse above.

Recall that, every point in the plane can be written using rectangular coordinates such as (x, y) where of course the numbers denote the distance from the x and y axes respectively. But the point could equally well be described using polar coordinates (r, θ), where the first number represents the distance from the origin, and the second is the angle that is made with the positive x axis when you connect the origin and the point with a line segment. Since complex numbers may be thought of simply as points in the plane, we can immediately derive a polar representation of a complex number. As usual we can let a point Template:Nowrap where r=x2+y2. The choice of θ is not unique because sine and cosine are 2π periodic. A value θ for which Template:Nowrap is called an argument of z. If we restrict our choice of θ so that Template:Nowrap then the choice of θ is unique provided that Template:Nowrap. This is often called the principle branch of the argument.

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.

Using induction we can show that

zn=rncis(nθ),

holds for all positive integers n.

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

Exercises

  1. Determine (z1+z2) in terms of z¯1 and z¯2.
  2. Determine z1z2 in terms of z¯1 and z¯2.
  3. Show that the absolute value on the complex plane obeys the triangle inequality. That is show that:
    |z1+z2||z1|+|z2|.
  4. Show that the absolute value on the complex plane obeys the reverse triangle inequality. That is show that:
    |z1+z2|||z1||z2||.
  5. Given a non-zero complex number z=rcis(θ) determine r and θ so that 1z=rcis(θ).
  6. Determine formulas for Re z and Im z in terms of z and z¯.
  7. Find n distinct complex numbers zk, k=0,,n1 so that zkn=z. Hint: Use the formula given above for zkn and the 2π periodicity of cos(θ) and sin(θ).

[[../Topology|Next]]

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