Complex PDF
Complex PDF
Complex Arithmetic
(Complex conjugation, magnitude of a complex number, division by complex numbers)
Cartesian and Polar Forms
Euler’s Formula
De Moivre’s Formula
Di&erentiation of Complex Functions
One of the most important numbers in complex analysis is i. The number i is a solution of
the equation x2 + 1 = 0 and has the property that i2 = 1. (Of course, another solution of
x2 + 1 = 0 is i.)
We write a complex number z as z = x + iy (or x + yi), where x and y are real numbers.
We call x the real part of z and y the imaginary part of z. We write Re z = x and Im z = y.
Whereas the set of all real numbers is denoted by R, the set of all complex numbers is
denoted by C.
Every real number x can be considered as a complex number x + i0. In other words, a real
number is just a complex number with vanishing imaginary part.
Two complex numbers are said to be equal if they have the same real and imaginary
parts. In other words, the complex numbers z1 = x1 + iy1 and z2 = x2 + iy2 are equal if and
only if x1 = x2 and y1 = y2 .
Example 2 3i 6= 2 + 3i
If z = x + iy ; C then x, y ; R and the absolute value of z is |z| = (x2 + y 2 )1/2 and the
conjugate of z is z̄ = x iy.
Clearly then
zz̄ = (x + iy)(x iy) = x2 + y 2 = |z|2
†
This handout is an amended version of the original.
For example, (a) follows from the definition of addition in C and the commutative law for
real numbers:
z1 + z2 = (x1 + iy1 ) + (x2 + iy2 )
= (x1 + x2 ) + i(y1 + y2 )
= (x2 + x1 ) + i(y2 + y1 )
= (x2 + iy2 ) + (x1 + iy1 )
= z2 + z1
The other properties (b)-(g) may be similarly verified.
Because addition and multiplication in C satisfy (a)-(g), the set C, together with the two
operations of addition and multiplication, is a field. The set R of real numbers is also a field.
The operation of taking complex conjugates satisfies two basic algebraic rules:
z1 + z2 = z̄1 + z̄2 , z1 z2 = z̄1 z̄2
Note that if z = x + iy then z + z̄ = x + iy + x iy = 2x and z z̄ = x + iy x + iy = 2iy.
From these two equalities we have
z + z̄ z z̄
Re z = x = , Im z = y =
2 2i
We can also find the real and imaginary parts of z1 /z2 using complex conjugates. If z2 6= 0,
z1 1 z̄2 z1 z̄2 z1 z̄2
= z1 · = z1 · = = ·
z2 z2 |z2 | 2 z2 z̄2 z2 z̄2
x1 + iy1 x1 + iy1 x2 iy2 (x1 + iy1 )(x2 iy2 )
= = · =
x2 + iy2 x2 + iy2 x2 iy2 x22 + y22
à !
x 1 x 2 + y1 y2 x2 y1 x1 y2
= 2 2
+i
x2 + y2 x22 + y22
3 + i 1 2i 3 + 6i i 2i2 5 + 5i
= · = = =1+i
1 + 2i 1 2i 1 4i 2 5
$ $
Example | 3 + 2i| = 9 + 4 = 13
We can therefore solve any polynomial equation completely by using complex numbers. We
can’t say the same thing for reals. Consider x2 + x + 1 = 0. The quadratic formula yields
$
1 ± 1 4
x=
2
These numbers are also really not “imaginary.” You can visualize z = x + iy as the point
(x, y) ; R2 , which is the (two dimensional) Cartesian plane.
Im 6
x z = x + iy = rei
© s
©
r© © ©
© © y
© ©
© -
H
O H Re
H
H
H s̄
z = x iy = rei
Polar Coordinates
Let z = x + iy be a non-zero complex number. The point (x, y) has polar coordinates (r, ),
x = r cos , y = r sin
r(cos + i sin ) is a way of expressing a complex number by using polar coordinates. The
positive number r is just the modulus of z and the angle is called the argument of z. It is
determined up to multiples of 2$.
Examples‡
$ µ $ $
¶ $ µ
2$ 2$
¶
1+i= 2 cos + i sin , 1 + i 3 = 2 cos + i sin
4 4 3 3
Euler’s Formula
We are all quite familiar with the Taylor series of the exponential function ea when the
exponent a is real§
a2 a3 a4 a5
ea = 1 + a + + + + + ···
2! 3! 4! 5!
‡
These relations are derived in an example on Page 6.
§
Here, n! (n factorial) is defined by n! = n(n 1)(n 2) · · · 1 with 0! = 1. Hence, 1! = 1, 2! = 2 · 1 = 2,
3! = 3 · 2 · 1 = 6, 4! = 4 · 3 · 2 · 1 = 24, 5! = 5 · 4 · 3 · 2 · 1 = 120, etc.
However, we may also use the same Taylor series to define the exponential function of an
imaginary exponent (and complex exponents as well). Let be a real number and consider
the exponential series when we replace a by . We then have
(i)2 (i)3 (i)4 (i)5
ei = 1 + i + + + + + ···
2! 3! 4! 5!
Now let’s reduce this series by using the relation i2 = 1 and collect the real terms together
and the imaginary terms together. We obtain (after adding some more terms to make the
final result more obvious)
2 3 4 5 6 7
ei = 1 + i + i2 + i3 + i4 + i5 + i6 + i7 + · · ·
2! 3! 4! 5! 6! 7!
2 4 6
=1 + + ···
à 2! 4! 6! !
3 5 7
+i + + ···
3! 5! 7!
We now have that the real part of ei and the imaginary part of ei are each a familiar Taylor
series. These are
2 4 6
cos = 1 + + ···
2! 4! 6!
3 5 7
sin = + + ···
3! 5! 7!
Thus we have obtained the famous formula of Euler which is
for any real . In other words, every complex number of the form ei lies on the unit circle
x2 + y 2 = 1 in the xy-plane.
Examples
$
$ $ 3 1
ei$/6 = cos + i sin = +i
6 6 2 2
$ $ 1 1
ei$/4 = cos + i sin = $ + i $
4 4 2 2
ei$ = 1
ein2$ = 1 (n integer)
ei(+n2$) = ei ( ; R, n integer)
The last result follows from the periodicity of cos and sin ; if n is an integer then cos( +
n2$) = cos and sin( + n2$) = sin .
So now the complex number z written in polar coordinates r(cos + i sin ) can be written
as rei . This latter form will be called the polar form of the complex number z.
When two complex numbers are in polar form, it is very easy to compute their product.
Suppose that z1 = r1 ei1 = r1 (cos 1 + i sin 1 ) and z2 = r2 ei2 = r2 (cos 2 + i sin 2 ) are two
non-zero complex numbers. We first compute their product the hard way as follows:
(We used trigonometric addition formulas to simplify in the second to last step.) So now we
have a very easy formula for multiplying two complex numbers in polar form. We simply
multiply their moduli and add their arguments.
From the rule for multiplication of complex numbers in polar form follows a rule for division.
We can easily see that
1
rei · ei = ei() = e0 = 1
r
Hence
(rei )1 = r1 ei
We now turn our attention to dividing two complex numbers in polar form
r1 ei1 1 r1
i
= r1 ei1 · ei2 = ei(1 2 )
r2 e 2 r2 r2
Therefore, to divide two nonzero complex numbers, divide their moduli and subtract their
arguments.
$
Example Convert z1 = 1 + i and z2 = 1 + i 3 into polar form and compute z1 z2 and z1 /z2
Hence
$ i $ $
1+i= 2e 1 = 2 (cos 1 + i sin 1 ) , 1 + i 3 = 2ei2 = 2 (cos 2 + i sin 2 )
The following formula follows from the rules for multiplication and division of complex
numbers in polar form.
De Moivre’e Formula
³ ´n
ei = ein , n = 0, ±1, ±2, . . .
i.e. (cos + i sin )n = cos n + i sin n, n = 0, ±1, ±2, . . .
Note that this gives us a very easy means for calculating the multiple angle formulas in
trigonometry. For example, let n = 3 in the above. Then, since (a+b)3 = a3 +3a2 b+3ab2 +b3 ,
Clearly the real part gives cos 3 in terms of cos and sin while the imaginary part gives
the corresponding expression for sin 3. Thus if you know De Moivre’s formula, and the
binomial expansion (a + b)n , you can always calculate any of the multiple angle formulas.
One can also define a general complex exponential function. The argument of the exponential
can be complex in general in which case
ea+ib := ea eib = ea (cos b + i sin b)
The complex exponential function has the following properties:
³ ´n ³ ´n
ea+ib = ea eib = ean eibn = ean+ibn = e(a+ib)n
In polar form
$ µ $ $
¶ $
1 + i = 2 cos + i sin = 2ei$/4
4 4
and hence by the laws of exponents
³$ ´15 ³$ ´15 } 15$ 15$
¸
(1 + i)15 = 2 ei15$/4 = 2 cos + i sin
4 4
³$ ´15 $ $
Now 2 = 215/2 = 27 2 = 128 2. Also 15$/4 = 4$ $/4. Therefore
à !
$ } µ $¶ µ
$
¶¸ $ 1 1
(1 + i)15 = 128 2 cos + i sin = 128 2 $ i $ = 128 128i
4 4 2 2
To solve this equation, start with z = rei , then, expressing 2i in polar form also, gives
z 3 = r3 ei3 = 2i = 2ei$/2 = 2ei($/2+n2$)
Note the n2$ factor in the phase. We don’t know that the phase on the right-hand side
is equal to the phase on the left-hand side. We do know that up to the factor of n2$, the
phases must be the same. Equating moduli and arguments in the above equation gives
$
r3 = 2, 3 = + n2$
2
so
$ 2$ $ 4$
r = 21/3 , = +n = +n
6 3 6 6
Plugging in n = 0, 1, 2 we obtain the roots
Ã$ !
$ $ 3 1
z1 = 2ei$/6 = 2
3 3
+i
2 2
à $ !
$ $ 3 1
2ei5$/6
3 3
z2 = = 2 +i
2 2
$ $
2ei3$/2
3 3
z3 = = i 2
These roots are evenly spaced at 2$/3 = 120H intervals on a circle of radius 21/3 = 1.26.
Note that if we continue and take n = 4, 5, . . . we will not obtain any more or di&erent roots.
(Try it and see.)
A function f that depends on a real variable t can take on complex values. Such a complex
function has the form
f(t) = u(t) + iv(t)
where u and v are real functions of t. The derivative of f with respect to t is given by
Example
f (t) = t2 + i cos t, f 0 (t) = 2t i sin t
Let us see what happens if we di&erentiate the complex exponential function. We proceed
by first decomposing the complex function into real and imaginary parts, di&erentiating, and
then finally reassembling the complex exponential. The individual steps are as follows:
h i0 ³ ´0
e(a+ib)t = eat+ibt
h i0
= eat (cos bt + i sin bt)
³ ´0
= eat cos bt + ieat sin bt
³ ´
= aeat cos bt + beat ( sin bt) + i aeat sin bt + beat cos bt
Therefore, complex exponential functions have the same kind of di&erentiation properties as
real exponential functions.
Let us now do an example directly related to ODE’s. Let’s take a complex function and see
if it can be a solution of an ODE.
Exercises
2. Compute
(a) |3 + 4i|
(b) |i(2 + i)| + |1 + 4i|
3. Solve
(a) z 2 2z + 5 = 0
(b) z 4 1 = 0
5. Compute
(a) (1 i)11
h
1
$ i13
(b) 2
(1 + i 3)
6. Solve completely
(a) z 5 = 1
(b) z 3 = i
7. Show that
(a) ¯z̄ = z
(c) z is real if and only if z = z̄
9. Let L = D2 + D + 1. Compute
(a) L(eit )
it
(b) L(te
" ³
) ´# $
12 +i 2
3
t
(c) L e