Complex Analysis/Complex numbers

From testwiki
Jump to navigation Jump to search

The field of the complex numbers

Historically, it was observed that the equation x2=1 has no solution for a real x (since x20 for x). Since mathematicians wanted to solve this equation, they just defined a number i, called the imaginary unit, such that i2=1. Of course, there exists no such number. But if we write a two-tuple (a,b) with a,b as a+ib and calculate with these two-tuples using the calculation rule i2=1, that is,

(a+ib)+(c+id)=(a+c)+i(b+d) and (a+ib)(c+id)=(acbd)+i(ad+bc)

(where we already wrote a two-tuple (x,y) as x+iy, which we will continue to do throughout this book), then the set of all two-tuples with this addition and multiplication forms a field. Indeed, the required axioms for a commutative ring are easy to check, and an inverse of x+iy, x and y not both zero, is given by

(x+iy)1=xiyx2+y2,

as can be checked by a direct computation.

Template:TextBox

Absolute value, conjugation

To each complex number, we can assign an absolute value as follows: A complex number z=x+iy (x,y) is actually a two-tuple (x,y), which is as such an element of 2. Now in 2, we have the Euclidean absolute value, namely

(x,y)2=x2+y2,

and thus we just define:

Template:TextBox

Note that the absolute value of the absolute value of a complex number is always a real number, since the root function maps everything in 0 to (in fact to 0).

To each complex number z=x+iy (x,y), we also assign a different quantity, which is obtained by reflecting z along the first axis:

Template:TextBox

That is, the second component changed sign; if, in precise terms, z=(x,y), then z=(x,y).

We observe:

Template:TextBox

Proof:

zw=xayb+i(xb+ya)=xaybi(xb+ya)

and

zw=(xiy)(aib)=axybi(xb+ya).

With this notation, we can write the absolute value of a complex z=x+iy only in terms of z without referring to x or y:

Template:TextBox

Here juxtaposition denotes multiplication, as usual (albeit complex multiplication in this case).

Proof:

zz=(x+iy)(xiy)=x2(iy)2=x2i2y2=x2+y2=|z|.

From this follows that the absolute value has the following crucial property:

Template:TextBox

Proof:

|zw|=zwzw=zwzw=zzww=|z||w|

by theorems 1.4 and 1.5. Note that the argument of the square roots was always real.

The complex plane

Since each complex number is in fact a two-tuple (x,y), x,y, the set of all complex numbers x+iy can be visualized as the plane, where x is the first coordinate and y the second coordinate. The situation is indicated in the following picture:

The horizontal axis (or x-axis) indicates the real part and the vertical (or y-) axis indicates the imaginary part.

Exercises

  1. Compute the absolute value of the following complex numbers: 3+4i, 3+2i, 1+12i.
  2. Assume that m and n are natural numbers which can be written as the sum of two squares of natural numbers: m=a2+b2 and n=c2+d2 for some a,b,c,d. Prove that the product mn can also be written as the sum of two squares. Hint: Plug in that a2+b2=|a+ib|2 (and similarly for c,d) and use the rules of computation for complex numbers.
  3. Prove the following relation connecting complex multiplication and the standard scalar product of 2: (a,b),(x,y)=Re[(aib)(x+iy)].
  4. This exercise introduces central concepts in algebra. Make yourself familiar with the concept of a field in algebra. If 𝔽 is a field, a subfield 𝔼𝔽 is defined to be a subset of 𝔽 which is closed under the addition, multiplication, subtraction and division inherited from 𝔽 and contains the elements 0 and 1 (ie. the neutral elements of addition and multiplication) of 𝔽. Prove:
    1. Let (𝔼α)αA be a family of subfields of a field 𝔽. Prove that the intersection αA𝔼α is also a subfield of 𝔽.
    2. Make yourself familiar with the concept of a partially ordered set, and prove that the set of subfields of a given field 𝔽 is partially ordered by inclusion (ie. 𝔼𝔼:𝔼𝔼). Prove that with regard to that order, any family of subfields (𝔼α)αA has a greatest lower bound.
    3. Prove that a field 𝔽 has a smallest subfield, called the prime field, and identify the prime field of .

Template:BookCat