Integration in Complex Variables

Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

Appendix G Supplement

This material is a supplement to Appendix G of Stewart. You should read the ap-
pendix, except the last section on complex exponentials, before this material.

Differentiation and Integration


Suppose we have a function f (z) whose values are complex numbers and whose variable
z may also be a complex number. We can define limits and derivatives as Stewart did for
real numbers. Just as for real numbers, we say the complex numbers z and w are “close”
if |z − w| is small, where |z − w| is the absolute value of a complex number.∗
• We say that limz→α f (z) = L if, for every real number ² > 0 there is a corresponding
real number δ > 0 such that

|f (z) − L| < ² whenever 0 < |z − α| < δ.


f (z) − f (α)
• The derivative is defined by f 0 (α) = lim .
z→α z−α
Our variables will usually be real numbers, in which case z and α are real numbers.
Nevertheless the value of a function can still be a complex number because our functions
contain complex constants; for example, f (x) = (1 + 2i)x + 3ix2 .
Since our definitions are the same, the formulas for the derivative of the sum, product,
quotient and composition of functions still hold. Of course, before we can begin to calculate
the derivative of a particular function, we have to know how to calculate the function.
What functions can we calculate? Of course, we still have all the functions that
we studied with real numbers. So far, all we know how to do with complex numbers is
basic arithmetic. Thus we can differentiate a function like f (x) = x1+ix
2 +2i or a function like
√ x
g(x) = 1 + i e since f (x) involves only the basic arithmetic operations and g(x) involves
a (complex) constant times a real function, ex , that we know how to differentiate. On the
other hand, we cannot differentiate a function like eix because we don’t even know how to
calculate it.

What about integration? Of course, we still define the indefinite integral of a function
to be its antidervatives. We only define the definite integral for functions of a real variable.
The function, such as f (x) = (1 + 2i)x + i3x2 , may have complex values but the variable
x is only allowed to take on real values. In this case nothing changes:
• The Riemann sum definition of an integral still applies.
• The Fundamental Theorem of Calculus is still true.
• The properties of integrals, including substitution and integration by parts still work.
For example,
Z 2 µ ¸2
2 (1 + 2i)x2 3
((1 + 2i)x + ix ) dx = + ix = (1 + 2i)2 + 8i = 2 + 12i.
0 2 0


The definitions are nearly copies of Stewart Sections 2.4 and 2.8. We have used z and
α instead of x and a to emphasize the fact that they are complex numbers and have called
attention to the fact that δ and ² are real numbers.

1
Appendix G Supplement
R1
On the otherR hand, we can’t evaluate right now 0 (x + i)−1 dx. Why is that? We’d
expect to write (x + i)−1 dx = ln(x + i) + C and use the Fundamental Theorem of
Calculus, but this has no meaning because we only know how to compute logarithms of
positive numbers. Some of you might√suggest that we write ln |x + i| instead of ln(x + i).
This does not work. Since |x + i| = x2 + 1, the function f (x) = ln |x + i| only takes on
real values when x is real. Its derivative cannot be the complex number (x + i)−1 since
(f (x + h) − f (x))/h is real.

Exponential and Trigonometric Functions

How should we define ea+bi where a and b are real numbers? We would like the nice
properties of the exponential to still be true. Probably the most basic properties are

eα+β = eα eβ and (eαx )0 = αeαx . (1)

It turns out that the following definition has these properties.

Definition of complex exponential: ea+bi = ea (cos b+i sin b) = ea cos b+iea sin b

Two questions that might occur are


• How did you come up with this definition?
• How do you know it has the desired properties?
We consider each of these in turn.
Example (Deriving a formula for ea+bi ) In Appendix G Stuart uses Taylor series to
come up with a formula for ea+bi . Since you haven’t studied Taylor series yet, we take a
different approach.
From the first of (1) with α = a and β = b, ea+bi should equal ea ebi . Thus we only
need to know how to compute ebi when b is a real number.
Think of b as a variable and write f (x) = exi = eix . By the second property in (1)
with α = i, we have f 0 (x) = if (x) and f 00 (x) = if 0 (x) = i2 f (x) = −f (x). It may not seem
like we’re getting anywhere, but we are!
Look at the equation f 00 (x) = −f (x). There’s not a complex number in sight, so
let’s forget about them for a moment. Do you know of any real functions f (x) with
f 00 (x) = −f (x)? Yes. Two such functions are cos x and sin x. In fact,

If f (x) = A cos x + B sin x, then f 00 (x) = −x.

We need constants (probably complex) so that it’s reasonable to let eix = A cos x + B sin x.
How can we find A and B? When x = 0, eix = e0 = 1. Since

A cos x + B sin x = A cos 0 + B sin 0 = A,

2
Appendix G Supplement

we want A = 1. We can get B by looking at (eix )0 at x = 0. You should check that this
gives B = i. (Remember that we want the derivative of eix to equal ieix .) Thus we get

Euler’s formula: eix = cos x + i sin x

Putting it all together we finally have our definition for ea+bi .


We still need to verify that our definition for ez satifies (1). The verification that
eα+β = eα eβ is left as an exercise. We will prove that (ez )0 = ez for complex numbers.
Then, by the Chain Rule, (eαx )0 = (eαx )(αx)0 = αeαx , which is what we wanted to prove.
Example (A proof that (ez )0 = ez ) By the definition of derivative and eα+β = eα eβ
with α = z and β = w, we have

z 0 ez+w − ez ez ew − ez z ew − 1
(e ) = lim = lim = e lim .
w→0 w w→0 w w→0 w

Let w = x + iy where x and y are small real numbers. Then

ew − 1 ex cos y + iex sin y − 1


=
w x + iy

Since x and y are small, we can use linear approximations∗ for ex , cos y and sin y, namely
1 + x, 1 and y. (The approximation 1 comes from (cos y)0 = 0 at y = 0.) Thus (ew − 1)/w
is approximately

(1 + x)(1) + i(1 + x)y − 1 x + iy + ixy ixy


= = 1+ .
x + iy x + iy x + iy

When x and y are very small, their product is much smaller than either of them. Thus
ixy
limw→0 x+iy = 0 and so limw→0 (ew − 1)/w = 1. This shows that (ez )0 = ez .

Finding Euler’s formula and checking that it did what we want was a bit of work.
Now that we have Euler’s formula, it’s easy to get formulas for the trig functions in terms
of the exponential. Look at Euler’s formula with x replaced by −x:

e−ix = cos(−x) + i sin(−x) = cos x − i sin x.

We now have two equations in cos x and sin x, namely

cos x + i sin x = eix

cos x − i sin x = e−ix .


Linear approximations are discussed in Section 3.11 of Stewart.

3
Appendix G Supplement

Adding and dividing by 2 gives us cos x whereas subtracting and dividing by 2i gives us
sin x:

eix + e−ix eix − e−ix


Exponential form of sine and cosine: cos x = sin x =
2 2i

Setting x = α = a + bi gives formulas for the sine and cosine of complex numbers. We can
do a variety of things with these formula. Here are some we will not pursue:
• Since the other trig functions are rational functions of sine and cosine, this gives us
formulas for all the trig functions.
• Identities such as cos2 (α) + sin2 (α) = 1 can be verified for complex numbers.
• The hyperbolic and trig functions are related: cos x = cosh(ix) and i sin x = sinh(ix).

Integrating Products of Sine, Cosine and Exponential


R
In Section 7.1 problems like ex cos x dx were done using integration by parts twice. In
Section 7.2 products of sines and cosines were integrated using trig identities. There are
easier ways them now that we have complex numbers. Some examples will make this
clearer.
Example (Avoiding integration by parts sometimes) Let’s integrate e2x sin x. Using the
formula for sine and integrating we have
Z Z Z
2x 1 2x ix −ix 1
e sin x dx = e (e − e ) dx = (e(2+i)x − e(2−i)x ) dx
2i 2i
µ ¶
1 e(2+i)x e(2−i)x
= − +C
2i 2+i 2−i
µ ¶
−ie2x eix (2 − i) e−ix (2 + i)
= − +C
2 5 5

e2x ³ ´
= (1 − 2i)(cos x + i sin x) + (1 + 2i)(cos x − i sin x) + C,
10

where we used cos(−x) = cos x and sin(−x) = sin x on the last line. Collecting terms
together, we finally get
Z
e2x (cos x + 2 sin x)
e2x cos x dx = + C.
5

This was done in Stewart using integration by parts twice.

4
Appendix G Supplement

Example (Products of sines and cosines) Let’s integrate 8 cos(3x) sin2 x. One way to
do this is to automatically reduce the product to a sum of sines and cosines using our
formulas for them:
µ ¶µ ¶2
2 e3ix + e−3ix eix − e−ix
8 cos(3x) sin x = 8
2 2i

e5ix − 2e3ix + eix + e−ix − 2e−3ix + e−5ix


=
i2
= −(e5ix + e−5ix ) + 2(e3ix + e−3ix ) − (eix + e−ix )

= −2 cos(5x) + 4 cos(3x) − 2 cos x.

This function is easily integrated. Another approach is to integrate the second line of the
previous result as follows
Z Z
2
8 cos(3x) sin x dx = −(e5ix − 2e3ix + eix + e−ix − 2e−3ix + e−5ix ) dx

−e5ix 2e3ix eix e−ix 2e−3ix e−5ix


= + − + − + + C.
5i 3i i i 3i 5i

Next use Euler’s formula and combine terms to obtain an answer in terms of sines and
cosines. All the imaginary numbers will disappear since the function we were integrating
had no imaginary numbers in it.

Logarithms and Inverse Trig Functions

The logarithm function is defined to be the inverse of the exponential function. Since
(ez )0 = ez , the argument used at the start of Section 3.8 of Stewart shows that (ln z)0 = 1/z.
This tells us how to compute the derivative of the logarithm, but we still don’t know how
to calculate the value of ln z. That’s our first goal in this section.
What is ln 1? The answer is 0 if we are limited to real numbers, but with complex
numbers it is not so simple. Suppose k is an integer. By Euler’s formula,

e2kπi = cos(2kπ) + i sin(2kπ) = 1.

Since the logarithm is the inverse of the exponential, we could let ln 1 = 2kπi for any
integer k. It turns out that z = 2kπi are the only solutions to ez = 1. In other words,
these are the only possible values for ln 1.
What are the possible values for ln(a + bi)? In other words, what are the solutions to
a + bi = ez ? Write z = x + yi. Then

a + bi = ez = ex (cos y + i sin y),

5
Appendix G Supplement

which we must solve for x and y. We leave it for you to show that ex = |a + bi| and
y = arg(a + bi). Thus x = ln |a + bi|. If we write α = a + bi, these results become

The logarithm: For α 6= 0, possible values of ln α are ln α = ln |α| + i arg α,

where ln |α| is the standard real logarithm of a positive real number.


Of course, arg α is not unique: we can add any integer multiple of 2π to it. To
actually define a logarithm function, we must decide on a unique choice among the infinity
of values for arg α. This is the same problem that you’ve already run into with the inverse
trig functions in calculus. For example −π/2 < arcsin t ≤ π/2 is the standard convention
for arcsin. For ln, the standard convention is to choose −π < arg α ≤ π.
Because of the exponential forms of sine and cosine, we can write all the basic trig
functions as rational functions of eix . These can be solved for eix and logarithms can be
taken to get the inverse trig functions. We illustrate with the arctangent.
If x = arctan t and we let z = eix , then

sin x eix − e−ix z − 1/z z2 − 1


t = tan x = = = = .
cos x i(eix + e−ix ) i(z + 1/z) i(z 2 + 1)
1+it
Thus it(z 2 +1) = z 2 −1 and so z 2 = 1−it . Recall that z 2 = (eix )2 = e2ix Taking logarithms
and dividing by 2i, we obtain
³ ´
1 1+it
arctan t = 2i ln 1−it

Partial Fractions
How do we know it is always possible to write a rational function as a polynomial plus
a sum of partial fractions? It depends on the following result which we will not prove.

Fundamental Theorem of Algebra: Any nonconstant polynomial can be factored


as a product of linear factors with complex coefficients; that is, factors of the form αx+β.

This tells us that we can factor an polynomial of degree n into a product of n linear factors.
For example,
• 3x2 + 2x − 1 = (3x − 1)(x + 1) (n = 2 here), √
• x3 − 8 = (x − 2)(x + α)(x + α) where α = 1 ± i 3 (n = 3 here),
• (x2 + 1)2 = (x + i)2 (x − i)2 (n = 4 here).
Thus, if we allow complex numbers, partial fractions can be done with only linear
factors. When we only allowed real numbers as coefficients of the factors, we obtained
both linear and quadratic factors.

6
Appendix G Supplement

Example (An integral) Using linear factors evaluate


Z
4x3 − 12x + 16 dx
(x2 + 1)3

and express the result without complex numbers.


By the theory of partial fractions, there must be constants Ai and Bi so that
µ ¶ µ ¶
4x3 − 12x + 16 A3 A2 A1 B3 B2 B1
= + + + + + .
(x2 + 1)3 (x + i)3 (x + i)2 x+i (x − i)3 (x − i)2 x−i

The constants can be found by the method of Stewart’s Section 7.4. It turns out that
A1 = 3i, A2 = −3, A3 = 2 − 2i and Bi = Ai . Thus the integral is
µ ¶ µ ¶ ³ ´
−1 + i −1 − i 3 3
+ + + + 3i ln(x + i) − 3i ln(x − i) +C
(x + i)2 (x − i)2 x+i x−i

1 + 4x − 2x2 6x
= 2 2
+ 2 + 6 arctan x + C,
(x + 1) x +1

where we used

−1 + i −1 − i (−1 + i)(x − i)2 − (1 + i)(x + i)2 −2x2 + 4x + 1


+ = = ,
(x + i)2 (x − i)2 (x2 + 1)2 (x2 + 1)2

3 3 3(x − i) + 3(x + i) 6x
+ = 2
= 2 .
x+i x−i x +1 x +1
and the fact that i ln(x + i) − i ln(x − i) can be replaced by 2 arctan x. The fact about the
arctangent is left to the exercises.

The partial fraction constants can be found by the method in the text. There are
easier methods.
You can save a lot of time when there are no repeated factors in the denominator.
We’ll tell you the general principle and then do some specific examples. Suppose that

xn + a1 xn−1 + · · · + an−1 x + an = (x + α1 ) · · · (x + αn )

where α1 , . . . , αn are all distinct. Suppose also that the degree of p(x) is less than n Then

p(x) C1 Cn
= + ··· + , (2)
xn + a1 xn−1 + · · · + an−1 x + an x + α1 x + αn

where the constants C1 , . . . , Cn need to be determined to find the partial fraction expan-
sion. Multiply both sides of (2) by x + αi and then set x = −αi . The left side is some
number. On the right side, we are left with only Ci because all the other terms have a
factor of x + αi which is 0 when x = −αi .

7
Appendix G Supplement

Now for some illustrations.


x2 +2
Example (Partial fractions with no repeated factors. I) Let’s expand (x−1)(x+2)(x+3)
by partial fractions.

x2 + 2 C1 C2 C3
= + + .
(x − 1)(x + 2)(x + 3) x−1 x+2 x+3

Multiply by x − 1:

x2 + 2 C2 (x − 1) C3 (x − 1)
= C1 + + .
(x + 2)(x + 3) x+2 x+3

Set x = 1:
1+2
= C1
(1 + 2)(1 + 3)
and so C1 = 1/4. Similarly,
¸
x2 + 2 4+2
C2 = = = −2
(x − 1)(x + 3) x=−2 (−3)1

and ¸
x2 + 2 9+2
C3 = = = 11/4.
(x − 1)(x + 2) x=−3 (−4)(−1)

x+1
Example (Partial fractions with no repeated factors. II) Let’s expand x3 +x . We have

x+1 x+1 C1 C2 C3
3
= = + + .
x(x + x) x(x − i)(x + i) x x−i x+i

Since x = x − 0,
1
C1 = = 1.
(−i)i
Also
i+1 −1 − i −i + 1 −1 + i
C2 = = C3 = = .
i(2i) 2 (−i)(−2i) 2
You should fill in the details.

Notice that C3 = C2 in the previous example. This often happens and can save us
work. When and why? Suppose p(x) and q(x) are polynomials with real coefficients and
think of x as a real number. Suppose (x+α)k is a factor of q(x) where α not a real number.
Then (x + α)k is also a factor:
(a) Since (x + α)k is a factor of q(x), q(x) = (x + α)k r(x) for some polynomial r(x).
(b) With complex conjugates, q(x) = (x + α)k r(x).
(c) Since q(x) has real coefficients, q(x) = q(x) and so by (b), (x + α)k is a factor of q(x).

8
Appendix G Supplement

Now write out the partial fraction expansion for p(x)/q(x),

p(x) A B
= k
+ + ···,
q(x) (x + α) (x + α)k

take complex conjugates, remembering that p(x) = p(x),

p(x) A B
= k
+ + · · ·,
q(x) (x + α) (x + α)k

and compare to see that A = B and B = A. In summary, it always happens when


expanding a rational function that has only real coefficients.
We now do an example where the denominator has repeated factors.
Example (Partial fractions with repeated factors) Let’s expand the function

4x3 − 12x + 16
f (x) =
(x2 + 1)3

that we integrated in an earlier example. By the previous paragraph,


µ ¶ µ ¶
4x3 − 12x + 16 A3 A2 A1 A3 A2 A1
= + + + + + .
(x2 + 1)3 (x + i)3 (x + i)2 x+i (x − i)3 (x − i)2 x−i

If we multiply by (x + i)3 and set x = −i, we get A3 in the same way as happened when
there were no repeated factors in the denominator. Thus we find A3 = 2 − 2i and so
B3 = A3 = 2 + 2i.
How can we get A1 and A2 ? We can’t simply multiply by (x + i)2 and set x = −i in
an attempt to find A2 because some terms will have a factor of x + i remaining in their
denominator and so will become infinite. So what can we do? There are at least three
methods.
• Go back to the Stewart approach, with the values of A3 and B3 known, so there are
two less unknowns. This is not attractive since what we’ve been doing is easier than
Stewart.
• Subtract the known terms to obtain a function with smaller denominator: Let
A3 B3
h(x) = f (x) − 3
− .
(x + i) (x − i)3

After cancelling common factors from numerator and denominator, the denominator
of h(x) will be (x2 + 1)2 . In fact, h(x) = (x212
+1)2 The method used for finding A3
and B3 for f (x) can now be used to find A2 and B2 for h(x). Another round of this
process gives A1 and B1 .
• Recall that
4x3 − 12x + 16
= A3 + A2 (x + i) + A1 (x + i)2 + g(x)(x + i)3 , (3)
(x − i)3

9
Appendix G Supplement

where g(x) is a rational function with no powers of x + i in the denominator. Notice


that the first and second derivatives of g(x)(x + i)3 have at least one factor of x + i
and so are zero at x = −i.
Differentiate both sides of (3) and again set x = −i. This gives A2 . Repeat to
obtain A1 . The derivative of the product (4x3 − 12x + 6)(x − i)−3 is

(12x2 − 12)(x − i)−3 − 3(4x3 − 12x + 16)(x − i)−4 .

The derivative of the right side of (3) evaluated at x = −i is A2 . Thus

A2 = (−12 − 12)(−2i)−3 − 3(−4i − 12i + 16)(−2i)−4

= 24/8i + 3(16i − 16)/16 = −3.

Differentiating (3) twice and setting x = −i gives 2A1 on the right side. The derivative
of the left side is

(24x)(x − i)−3 − 6(12x2 − 12)(x − i)−4 + 12(4x3 − 12x + 16)(x − i)−5 ,

which we leave to you to evaluate at x = −i.

Exercises

1. The goal of this exercise is to use the definition of a complex exponential to prove
that eα+β = eα + eβ . Let α = a + bi and β = c + di.
(a) Show that, by the definition of a complex exponential,
eα+β = ea+c (cos(b + d) + i sin(b + d)).
(b) State similar formulas for eα and eβ .
(c) Using some algebra and the formulas for the sine and cosine of a sum of angles,
conclude that eα+β = eα eβ .

2. Use the relationship between the sine, cosine and exponential functions to express
cos3 x as a sum of sines and cosines.

3. Prove that eπi +1 = 0. This uses several basic concepts in mathematics (π, e, addition,
multiplication, exponentiation and complex numbers) in one compact equation.

4. When discussing integration near the start of these notes, we argued that f (x) =
ln |x+i| could not be an antiderivative of (x+i)−1 because f (x) is real valued. Another
way to do this is to simply compute f 0 (x). Do that and check that f 0 (x) 6= (x + i)−1 .
R
5. RIn the text we learned that dx/x = ln |x| + C. Using complex numbers, we can write
dx/x = ln x + C because ln |x| and ln x differ by a constant when x < 0. Find the
constant.

10
Appendix G Supplement

6. In Box 3 of Appendix G, Stewart states a formula for roots of a complex number


z = reiθ which he derived using De Moivre’s Theorem. In this exercise, you do it
another way.
(a) List all possible values for ln z.
(b) Since ln(z 1/n ) = (1/n) ln z, use (a) to list all possible logarithms of z 1/n .
1/n
(c) Since z 1/n = eln(z )
, you can use (b) to list all possible values of z 1/n . Do it.

7. The purpose of this exercise is to derive a formula for arcsin t like the formula for
arctan t. Let sin x = t and z = eix .

(a) Derive the formula z = it ± 1 − t2 .
√ √
(b) By setting x = 0, decide whether z = it + 1 − t2 or z = it − 1 − t2 .
(c) Complete the derivation of a formula expressing arcsin t in terms of ln.

8. In this exercise, you use a different method to derive the formula for arctan t that
appears in these notes. We can write 1 + x2 = (1 − ix)(1 + ix). Use this and partial
Rt 1
fractions to compute 0 1+x 2 dx, which equals arctan t.

9. By using partial fractions, we have


Z Z µ ¶
dx 1 i i i³ ´
2
= − dx = ln(x + i) − ln(x − i) + C
x +1 2 x+i x−i 2
µ ¶
i x+i
= ln + C.
2 x−i

This
R 2 is doesn’t look like the formula for the arctangent derived in the text even though
(x + 1)−1 dx = arctan x + C. We could show that they agree by differentiating both
expressions and showing that the results are equal. Find a more “direct” approach:
Use properties of the logarithm and arctan 0 = 0 to show that the two formulas agree.

10. By looking at a right triangle, one can see that arctan t = π/2 − arctan(1/t) when
t > 0. By using properties of logarithms, show that our formula for the arctangent
satisfies this equation.

x3 +2
11. Find the partial fraction expansion of x(x2 −1)(x2 −4) .

2x+1
12. Find the partial fraction expansion of (x−1)2 (x+2) .

x3 +2
13. Find the partial fraction expansion of x(x2 +1)(x2 +4) .

11

You might also like