Math 601-602 — Final Exam Review

General Information  The final exam will be on Wednesday, 5/13/09.Please bring an 8½×11 bluebook. I will have extra office hours tomorrow from 11 am to 2 pm. Points on the test will be approximately distributed this way: linear algebra (including diagonalization), vector analysis, 20%; and complex analysis, 60%. For linear algebra and vector analysis, see the review sheets for Test 1 and Test 2, respectively. Complex analysis will be discussed below.

Calculators. You may use calculators to do arithmetic, although you will not need them. You may not use any calculator that has the capability of doing linear algebra or storing programs or other material.

Other devices. You may not use cell phones, computers, or any other device capable of storing, sending, or receiving information.

Structure. There will be 6 to 8 questions, some with multiple parts. The problems will be similar to ones done for homework, and as examples in class and in the text.

Topics Covered in Complex Analysis

Algebra of complex numbers. Chapter 1 of Matthias Beck, Gerald Marchesi, and Dennis Pixton, A First Course in Complex Analysis covers complex numbers per se — addition, multiplication, real and imaginary parts, absolute value (modulus), complex conjugate, argument (polar angle), and polar form. In particular, be able to work with the principal argument, Arg(z). Be able to find any of the quantities listed for a complex number. Be able to solve algebraic equations involving complex numbers; for example, z4 = -16.

Analytic functions. Know what an analytic function is and be able to use the Cauchy-Riemann conditions to establish that a function f(z) = u+iv is analytic. Most of the functions that you encountered in elementary calculus are analytic, except for isolated singularities or, in the case of Log(z), everything except Im(z) ≤ 0. Here is the list of functions that we encountered:

polynomials
rational functions (ratios of polynomials)
ez = excos(y) + i exsin(y) (z=x+iy)
Log(z) = ln(|z|) + iArg(z)
az = ez Log(a)
sin(z) = (eiz − e−iz)/(2i)
cos(z) = (eiz + e−iz)/2
sinh(z) = (ez − e−z)/2
cosh(z) = (ez + e−z)/2
other trigonometric functions; e.g., tan(z), cot(z), csc(z), sec(z)
algebraic combinations of analytic functions — sums, products, quotients
composition — f(g(z)); for example, sin(ez)
The derivatives of these functions are the same as their elementary calculus counterparts. Thus, the derivative of cos(z) is −sin(z), the derivative of Log(z) is 1/z, and so on. The sum, product, quotient, and chain rules also apply.

Integration. This is covered in chapter 4 of the online text. There are three main formulas: the Fundamental Theorem (Theorem 4.2), Cauchy's Theorem (∮C f(z)dz = 0, where C is any simple closed curve), Cauchy's integral formula (Theorem 4.8), and Cauchy's integral formulas for the derivatives of f(z) (cf. chapter 8, Theorem 8.6).

Taylor and Laurent series. Taylor series can be computed in the same as they were in elementary calculus. You should know the Taylor series for ez, cos(z), sin(z), Log(1+z), (1-z)−1. Laurent series are series having negative powers as well as positive ones; that is, they have the form
n an(z−z0)n, where n runs from −∞ to ∞.
The sum doesn't have to have all of the negative or positive powers. For example,
z−3cos(z) = z−3−z−1/2 + z/24 + z−2/ 720 + ...
We will only be concerned with Laurent series valid near an "isolated singularity." We will only work with Laurent series that are similar to the one given in the example above.

Singularities. This material is covered in chapter 9. Isolated singularities can be classified as one of three types: removable, pole, or essential. Poles have orders, m = 1, 2, 3, etc. For orders m = 1 and m = 2, the poles are also called simple or double, respectively. The classification can be done in several ways, but the easiest way is through the Laurent expansion valid near an isolated singularity z0.

Suppose that f has the Laurent expansion
f(z) = ∑n an(z−z0)n.
If there are no negative powers in the expansion, the singularity is removable. For example, sin(z)/z has an isolated singularity at z = 0 because it is not defined there. However, near z = 0, we have
sin(z)/z = 1 − z2/6 + ...,
so the singularity is removable. Really, this means that by defining sin(z)/z to be 1 at z = 0, we can make it analytic there; i.e., we can remove the singularity.

If there are a finite negative powers in the expansion, the singularity is a pole. the order of the pole is the highest negative power in the expansion. The function z−3cos(z) has the Laurent series
z−3cos(z) = z−3−z−1/2 + z/24 + z−2/ 720 + ...,
so it has a pole of order 3.

If there are an infinite number of negative terms in the Laurent series, i.e. the negative part series doesn't "cut off" at any finite value, then the singularity is essential. The function e1/z has an essential singularity at z = 0 because
e1/z = 1 + z−1 + z−2/2! + z−3/3! + ...

Residues. In the Laurent series for a function f(z) with an isolated singularity at z = z0, the residue of f at z0 is the the coefficient of (z−z0)−1. In symbols, we write
Resz0(f) := a−1.
The residues for the functions listed above are the following:

The Residue Theorem. The residue theorem (Theorem 9.4) states that if f(z) is analytic on a positively oriented (counterclockwise) simple closed curve C, and if f has only isolated singularities in C, then
C f(z)dz = 2π i ∑ residues enclosed in C
In the notes on Residues and Contour Integration Problems, there are a number of problems involving singularities, residues, and applications, some with complete solutions and others with just answers. Consult these notes for further details.

Updated 5/12/09