A-level Mathematics/MEI/FP2/Complex Numbers

From testwiki
Jump to navigation Jump to search

Modulus-argument form

Polar form of a complex number

It is possible to express complex numbers in polar form. The complex number z in the diagram below can be described by the length r and the angle θ of its position vector in the Argand diagram.

[Argand diagram]

The distance r is the modulus of z, |z|. The angle θ is measured from the positive real axis and is taken anticlockwise. Adding any whole multiple of 2π however, would give the same vector so a complex number's principal argument, argz, is where π<θπ. The following examples demonstrate this in each quadrant.

The following Argand diagram shows the complex number z=1+3j.

[Argand diagram]

|z|=12+32=1+3=2

argz=arctan31=π3
This Argand diagram shows the complex number z=24j.
This Argand diagram shows the complex number z=8+5j.
This Argand diagram shows the complex number z=56j.

When we have a complex number z=x+yj in polar form (r,θ) we can use x=rcosθ and y=rsinθ to write it in the form: z=r(cosθ+jsinθ). This is the modulus-argument form for complex numbers.

Multiplication and division

The polar form of complex numbers can provide a geometrical interpretation of the multiplication and division of complex numbers.

Multiplication

Take two complex numbers in polar form,

ω1=r1(cosθ1+jsinθ1)

ω2=r2(cosθ2+jsinθ2)

and then multiply them together,

ω1ω2=r1r2(cosθ1+jsinθ1)(cosθ2+jsinθ2)=r1r2((cosθ1cosθ2sinθ1sinθ2)+j(sinθ1cosθ2+cosθ1sinθ2))=r1r2(cos(θ1+θ2)+jsin(θ1+θ2))

The result is a complex number with a modulus of r1r2 and an argument of θ1+θ2. This means that:

|ω1ω2|=|ω1||ω2|

arg(ω1ω2)=argω1+argω2

Division

Dividing two complex number z1 and z2 in polar form:

z1=r1(cosθ1+isinθ1)

z2=r2(cosθ2+isinθ2)

z1z2=r1(cosθ1+isinθ1)r2(cosθ2+isinθ2)

Multiply numerator and denominator by (cosθ2isinθ2).

=r1(cosθ1+isinθ1)(cosθ2isinθ2)r2(cosθ2+isinθ2)(cosθ2isinθ2)

Then, use distribution to simplify.

=r1(cosθ1cosθ2icosθ1sinθ2+isinθ1cosθ2i2sinθ1sinθ2)r2(cos2θ2isinθ2cosθ2+isinθ2cosθ2i2sin2θ2)

Here, factorize by i in the numerator and cancel out terms in the denominator. Note that i2=1.

r1(cosθ1cosθ2i2sinθ1sinθ2+i(sinθ1cosθ2cosθ1sinθ2)r2(cos2θ2+sin2θ2)

=r1(cosθ1cosθ2+sinθ1sinθ2+i(sinθ1cosθ2cosθ1sinθ2)r2(1)

Apply the formulas for the cosine of the difference of two angles and for the sine of the difference of two angles:

z1z2=r1r2(cos(θ1θ2)+isin(θ1θ2)).

De Moivre's theorem

Using the multiplication rules we can see that if

z=cosθ+jsinθ

then

z2=cos2θ+jsin2θ

z3=cos3θ+jsin3θ

De Moivre's theorem states that this holds true for any integer power. So,

zn=cosnθ+jsinnθ

Complex exponents

Definition

If we let z=cosθ+jsinθ we can then differentiate z with respect to θ.

dzdθ=sinθ+jcosθ=j2sinθ+jcosθ=j(cosθ+jsinθ)=jz

The general solution to the differential equation dzdθ=jz is z=ejθ+c.

This means that cosθ+jsinθ=ejθ+c

By putting θ as 0 we get:

cos0+jsin0=e0+c1+0j=ecc=0

So the general definition can be made:

ejθ=cosθ+jsinθ

For a complex number z=x+yj, calculating ez can be done:

ez=ex+yj=exeyj=ex(cosy+jsiny)

Proof of de Moivre's theorem

We can now give an alternative proof of de Moivre's theorem for any rational value of n:

(cosθ+jsinθ)n=(ejθ)n=ejnθ=ej(nθ)=cosnθ+jsinnθ

Summations

deMoivre's therom can come in handy for finding simple expressions for infinite series. This usually involves a series multiple angles, cosrθ, as in this next example:

Infinite series are defined by:

C=cos2θ12cos5θ+14cos8θ18cos11θ+...

S=sin2θ12sin5θ+14sin8θ18sin11θ+...

In order to find either the sum of C or the sum of S (or both!) you need to add C to jS: C+jS=cos2θ+jsin2θ12(cos5θ+jsin5θ)+14(cos8θ+jsin8θ)18(cos11θ+jsin11θ) Which using deMoivre's theorem can be written as:

C+jS=(cosθ+jsinθ)212(cosθ+jsinθ)5+14(cosθ+jsinθ)818(cosθ+jsinθ)11

It is easier to work with now using the form e^jθ:

C+jS=e2jθ12e5jθ+14e8jθ+...

and you should be able to see the pattern, that the factor is negative 1/2 to the power of n-1 (the negative being alternately to even then odd powers is what makes it flip between + and -) and the power of e (the number in front of θ in our original equations) is equal to 3(n-1)jθ.

C+jS=(12)n1e(3n1)jθ=(12e3jθ)n1

This is a geometric series, with a=

Complex roots

The roots of unity

The fundamental theorem of algebra states that a polynomial of degree n should have exactly n (complex) roots. This means that the simple equation zn=1 has n roots.

Let's take a look at z2=1. This has two roots, 1 and -1. These can be plotted on an Argand diagram:

[Argand diagram]

Consider z3=1, from the above stated property, we know this equation has three roots. One of these is easily seen to be 1, for the others we rewrite the equation as z31=0 and use the factor theorem to obtain (z1)(z2+z+1)=0. From this, we can solve z2+z+1=0 by completing the square on z so that we have (z+12)2=34. Solving for z you obtain z=12±j32. We have now found the three roots of unity of z3, they are z=1, z=12+j32 and z=12j32

Solving an equation of the form zn=1

We know z6=1 has six roots, one of which is 1.

We can rewrite this equation replacing the number 1 with e2πkj since 1 can be represented in polar form as having a modulus of 1 and an argument which is an integer multiple of 2π.

z6=e2πkj

Now by raising is side to the power of 1/6:

z=e2πkj6=eπkj3

To find all six roots we just change k, starting at 0 and going up to 5:

Applications of complex numbers in geometry

Template:BookCat