MA3111S COMPLEX ANALYSIS I

Size: px
Start display at page:

Download "MA3111S COMPLEX ANALYSIS I"

Transcription

1 MA3111S COMPLEX ANALYSIS I 1. The Algebra of Complex Numbers A complex number is an expression of the form a + ib, where a and b are real numbers. a is called the real part of a + ib and b the imaginary part. We write a = Re(a + ib) b = Im(a + ib). A number of the form a + i0 is identified with (and usually written as) the real number a. In this way, the set of real numbers is identified with a subset of the complex numbers. Similarly, 0+ib is usually written as ib, and these are called purely imaginary numbers. The set of complex numbers is denoted by C. Arithmetic of complex numbers is defined as follows: (a + ib) ± (c + id) = (a ± c) + i(b ± d) (a + ib) (c + id) = (ac bd) + i(ad + bc) a + ib c + id ac + bd ad = c 2 + ibc + d2 c 2 + d 2. Since each complex number consists of two real coordinates, we may naturally identify it with a point in the two-dimensional plane. In this context, we call the plane the complex plane. Furthermore, we can give each complex number its polar coordinates, which we ll indicate for now with square brackets [r, θ] (r 0, θ R). Thus [r, θ] = r cos θ + ir sin θ. If z = [r, θ], we call r the modulus of z and denote it by z, and we call θ an argument of z and write arg z = θ. For z 0, the principal argument of 1

2 2 MA3111S COMPLEX ANALYSIS I z is the unique value of arg z that lies in the interval ( π, π]. The principal argument of z is denoted by Arg z. So, for example a + ib = a 2 + b 2 and tan arg(a + ib) = b a if a 0. Note that if z 0, then arg z is determined only up to multiples of 2π. For z = 0, arg 0 can be any real number. For example, arg(1 + i) = π 4 + 2kπ, k Z, Arg(1 + i) = π 4. In polar coordinates, multiplication and division take on simple forms. [r 1, θ 1 ] [r 2, θ 2 ] = [r 1 r 2, θ 1 + θ 2 ] [r 1, θ 1 ] [r 2, θ 2 ] = [r 1 r 2, θ 1 θ 2 ] if r 2 0. In particular, it follows from the first equation that z 1 z 2 = z 1 z 2. Also, if z = [r, θ] and n is a positive integer, then z n = [r n, nθ]. Definition. If z C and n is a positive integer, the n-th root of z, denoted by z 1/n is defined to be the set of all complex numbers w so that w n = z. Suppose z = [r, θ] 0. If w = [ρ, ξ] and w n = z, then by the above [ρ n, nξ] = [r, θ]. Hence ρ n = r and nξ = θ + 2kπ for some k Z. Thus z 1/n = w = [ n r, θ n + 2kπ ], 0 k n 1. n Here n r denotes the positive n-th root of r. So any nonzero complex number has exactly n n-th roots. The only n-th root of 0 is 0. The complex conjugate of a complex number z = a + ib is defined to be z = a ib. The following are easy to verify: In particular, z 1 ± z 2 = z 1 ± z 2 z 1 z 2 = z 1 z 2 z + z = 2 Re z z z = i2 Im z z 1 = ( z 1 ) z 2 z 2 zz = z 2. z 1 + z 2 2 = (z 1 + z 2 )(z 1 + z 2 ) = (z 1 + z 2 )(z 1 + z 2 ) = z Re(z 1 z 2 ) + z 2 2 z z 1 z 2 + z 2 2 = z z 1 z 2 + z 2 2 = z z 1 z 2 + z 2 2 = ( z 1 + z 2 ) 2. Thus z 1 + z 2 z 1 + z 2.

3 MA3111S COMPLEX ANALYSIS I 3 2. Sets, Convergence and Continuity If z C and r > 0, let B(z, r) = {w C : w z < r}. This is called the open ball of radius r centered at z. A subset U of C is open if for all z U, there exists r > 0 so that B(z, r) U. A subset S of C is closed if its complement in C is open. A sequence (z n ) n=1 of complex numbers is said to converge to a complex number z 0 if for all ε > 0, there exists N N such that z n z 0 ε for all n N. (z n ) n=1 is Cauchy if for all ε > 0, there exists N N such that z n z m ε for all n, m N. A subset S of C is bounded if there exists M < so that z M for all z S. Proposition 1. If S is a closed set and (z n ) n=1 is a sequence in S that converges to a point z in C, then z S. Proposition 2. A sequence of complex numbers is convergent if and only if it is Cauchy. Proposition 3. (Bolzano-Weierstrass Theorem) Every bounded sequence in C has a convergent subsequence. Proposition 4. (Nested Sets Theorem) Suppose that (K n ) n=1 is a sequence of nonempty closed bounded subsets of C such that K n+1 K n for all n. Then n=1 K n. Sketch of proof. Pick a sequence (z n ) n=1 so that z n K n for all n. Take a convergent subsequence. An infinite series (of complex numbers) is an expression of the form k=0 a k for some a k C. Its sequence of partial sums is the sequence (s n ) n=0, where s n = n k=0 a k. The series converges to a number a if the sequence (s n ) n=0 converges to a. The series converges absolutely if k=0 a k converges. Let U be a subset of C. A point z C is an accumulation point of U if for all ε > 0, the set U B(z, ε) contains a point other than z. If f : U C and w is an accumulation point of U, we say that lim z w f(z) = L if for all ε > 0, there exists δ > 0 so that f(z) L < ε for all z U such that 0 < z w < δ. Proposition 5. Suppose that f, g : U C and w is an accumulation point of U. If lim z w f(z) = L 1 and lim z w g(z) = L 2, then lim (f ± g)(z) = L 1 ± L 2 z w lim (fg)(z) = L 1L 2 z w (f ) L 1 If L 2 0, then lim (z) =. z w g L 2 Let U be a subset of C. A function f : U C is continuous at a point w U if for all ε > 0, there exists δ > 0 so that f(z) f(w) < ε for all z U such that z w < δ.

4 4 MA3111S COMPLEX ANALYSIS I Proposition 6. Suppose that f, g : U C are both continuous at a point w U. Then f ± g, fg are continuous at w. If g(w) 0, then f/g is also continuous at w. Suppose that f : U C is continuous at w U and g : V C is continuous at v V. If f(u) V and v = f(w), then g f is continuous at w. 3. Differentiation Suppose that a, b R with a < b. We say that : [a, b] C is differentiable at t 0 [a, b] if (t) (t 0 ) (t 0 ) = lim t t0 t t 0 exists. (t 0 ) is called the derivative of at t 0. Suppose that U C contains B(z 0, r) for some z 0 C and r > 0. A function f : U C is said to be differentiable at z 0 if f (z 0 ) = lim z z0 f(z) f(z 0 ) z z 0 exists. f (z 0 ) is called the derivative of f at z 0. f is analytic at z 0 if there exists r > 0 so that f is differentiable at all points in B(z 0, r ). Example. Consider the functions f(z) = z, g(z) = z, h(z) = z 2. Proposition 7. If f is differentiable at z 0, then it is continuous at z 0. Proposition 8. Suppose that f and g are differentiable at z 0. Then f ± g, and fg are differentiable at z 0. If g(z 0 ) 0, then f/g is also differentiable at z 0. (f ± g) (z 0 ) = f (z 0 ) ± g (z 0 ) (fg) (z 0 ) = f (z 0 )g(z 0 ) + f(z 0 )g (z 0 ) (f ) (z0 ) = f (z 0 )g(z 0 ) f(z 0 )g (z 0 ) g g(z 0 ) 2. Proposition 9. (Chain rule) If f is differentiable at z 0, g is differentiable at w 0 and g(w 0 ) = z 0, then f g is differentiable at w 0 and (f g) (w 0 ) = f (z 0 )g (w 0 ). Given a function f : U C, define u, v : U R by u(x, y) = Re f(x + iy) and v(x, y) = Im f(x + iy) respectively. Here we think of U both as a subset of C and also of R 2. u and v are called the real part and the imaginary part of f respectively. Theorem 10. (Cauchy-Riemann equations) If U C and f : U C is differentiable at z 0 = x 0 + iy 0, then the partial derivatives u x, u y, v x, v y all exist at (x 0, y 0 ) and satisfy the Cauchy-Riemann equations u x (x 0, y 0 ) = v y (x 0, y 0 ) u y (x 0, y 0 ) = v x (x 0, y 0 ).

5 MA3111S COMPLEX ANALYSIS I 5 In this case, f (z 0 ) = u x (x 0, y 0 ) + iv x (x 0, y 0 ). Conversely, if u x, u y, v x, v y exist on B(z 0, r) for some r > 0, and are continuous and satisfy the Cauchy- Riemann equations u x = v y u y = v x at z 0, then f is differentiable at z 0. Sketch of proof. If f is differentiable at z 0, set z = (x 0 + t) + iy 0, t R, and take the limit of the difference quotient as t 0. Repeat with z = x 0 + i(y 0 + t). Conversely, for z = x + iy, f(z) f(z 0 ) = u(x, y) u(x, y 0 ) + u(x, y 0 ) u(x 0, y 0 ) + i(v(x, y) v(x, y 0 ) + v(x, y 0 ) v(x 0, y 0 )). Apply the Mean Value Theorem to each pair of differences. Proposition 11. If f is analytic on B(z 0, r) and f (z) = 0 for all z B(z 0, r), then f is constant. Sketch of proof. Apply the Mean Value Theorem to the real and imaginary parts of f. Example. Determine all, if any, functions f : C C that are analytic on C and satisfy f (z) = f(z) for all z C. Sketch of proof. If f = u+iv, then u x = u and hence u = g(y)e x. Then v x = u y = g (y)e x and hence v = h(y) g (y)e x. Since v = v x, h(y) = 0. But u x = v y and so we must have g(y)+g (y) = 0. Thus g(y) = C 1 cos y+c 2 sin y. Therefore, f = u + iv = e x [(C 1 cos y + C 2 sin y) + i(c 2 cos y C 1 sin y)]. Definition. Define e x+iy = e x cos y + ie x sin y = [e x, y]. e z is sometimes also written as exp(z). For z C, define cos z = 1 2 (eiz + e iz ) sin z = 1 2i (eiz e iz ). A function f : C C that is analytic on C is said to be entire. e z, cos z and sin z are entire functions, as is any polynomial P (z) = n k=0 a kz k. Define the remaining trigonometric functions in the usual way, at all points where the denominator is nonzero: tan z = sin z cot z = cos z cos z sin z sec z = 1 csc z = 1 cos z sin z. These functions are analytic on their respective domains. If r > 0, denote by Log r the unique real number such that e Log r = r. Definition. If z C, z 0, let log z denote the set of complex numbers w such that e w = z. Log z (the principal logarithm) is the unique complex

6 6 MA3111S COMPLEX ANALYSIS I number w such that e w = z and π < Im w π. Suppose that a nonzero complex number z is written in polar form as z = re iθ for some r > 0 and θ R. To solve the equation e w = z, write w = u + iv. Then r = e u and e iθ = e iv. Hence u = Log r and v = θ + 2kπ, k Z. Thus log z = Log z + i arg z, Log z = Log z + i Arg z. Let us reiterate that log z has infinitely many values if z 0. Proposition 12. The function f(z) = Log z is analytic on the slit plane {re iθ : r > 0, θ ( π, π)}. f (z) = 1/z for any z in the slit plane. With Log z, what we have done is chosen a particular branch of the logarithm. We can make this precise as follows. If U is a subset of C, we say that f : U C is a branch of log z on U if e f(z) = z for all z U. Proposition 13. For any θ 0 R, there is an analytic branch of log z on the set C \ {re iθ 0 : r 0}. If z, w are complex numbers and z 0, e, define z w to be the set of values e w log z. The principal value of z w is e w Log z. Similar to the case for log z, we can also speak of branches of z w. 4. Line Integrals A path is a continuous function : [a, b] C for some closed bounded interval [a, b] in R. A path : [a, b] C is piecewise smooth if there is a partition P = {a = x 0 < < x n = b} of [a, b] so that is differentiable on [x k 1, x k ] and is continuous on [x k 1, x k ] for all 1 k n. The trace of a path : [a, b] C is the set {} = {(t) : t [a, b]}. Suppose that : [a, b] C is a path. Let : [ b, a] C be the path ( )(t) = ( t). is piecewise smooth if is. If 1 : [a, b] C and 2 : [c, d] C are paths so that 1 (b) = 2 (c), define the path : [a, b + d c] C to be { 1 (t) if t [a, b] ( )(t) = 2 (t b + c) if t (b, b + d c] is piecewise smooth if both 1 and 2 are piecewise smooth. For a function g : [a, b] C, define b a g(t) dt = b a Re g(t) dt + i b a Im g(t) dt if both integrals on the right exist. Given a piecewise smooth path : [a, g] C, the length of is defined to be L() = b a (t) dt.

7 MA3111S COMPLEX ANALYSIS I 7 Suppose that : [a, b] C is a piecewise smooth path. If f is a complex function defined on {}, let b f(z) dz = f((t)) (t) dt if the integral on the right exists. a Proposition 14. (1) If f is continuous on {} and is a piecewise smooth path, then f(z) dz exists. (2) If f(z) dz exists, then f(z) dz exists and f(z) dz = f(z) dz. (3) If 1 f(z) dz and 2 f(z) dz exist, then f(z) dz exist and f(z) dz = f(z) dz + f(z) dz A path such that {} U is said to be a path in U. Proposition 15. (Fundamental Theorem of Calculus) Let U be an open set and let : [a, b] C be a piecewise smooth path in U. Suppose that F : U C is differentiable on U and F = f. If f(z) dz exists, then f(z) dz = F ((b)) F ((a)). Example. Let : [ π, π] C be the path (t) = e it. Consider the integrals zn dz for any n Z. Proposition 16. (M-L estimate) Let f be a complex function on {} for some piecewise smooth path. Suppose that f(z) M for all z {} and that f(z) dz exists. Then f(z) dz ML(). Corollary 17. Suppose that (f k ) k=0 is a sequence of continuous functions defined on {} for some piecewise smooth path. If (f k ) k=0 converges uniformly on {} to a function f, then f k (z) dz = f(z) dz. lim k 5. Cauchy Theory on a Disc One of the main results of this section, and indeed of the theory of complex functions, is that f(z) dz = 0 for any analytic function on a suitable set U and any piecewise smooth path in U that begins and ends at the

8 8 MA3111S COMPLEX ANALYSIS I same point. But we first begin with triangles. Definition. If a and b are distinct complex numbers, the segment [a, b] is the path : [0, 1] C given by (t) = tb + (1 t)a. If a, b, c are distinct points, then the triangle (a, b, c) is the set {ra+sb+tc : 0 r, s, t 1, r+s+t = 1}. The boundary of (a, b, c) is the path (a, b, c) = [a, b] + [b, c] + [c, a]. Theorem 18. (Cauchy s Theorem for triangles) Suppose that f is analytic on an open set. If (a, b, c) is a triangle contained in U, then f(z) dz = 0. (a,b,c) Sketch of proof. Suppose that (a,b,c) f(z) dz = ε > 0. Divide (a, b, c) into 4 triangles using the midpoints of the 3 sides. One of these triangles, which we label by 1 satisfies f(z) dz ε 1 4. Now divide 1 into 4 pieces, etc. In this way, we obtain a nested sequence of triangles ( n ) n=1 so that n f(z) dz ε 4 and L( n n ) = L( (a, b, c))/2 n. There exists z 0 that belongs to all n. Now, for any δ > 0, if n is sufficiently large, f(z) dz = n f(z) f(z 0 ) f (z 0 )(z z 0 ) dz n δ z z 0 dz n This is a contradiction if δ is small enough. δl( (a, b, c))2 4 n. A subset U of C is said to be convex if whenever a, b U, then the segment [a, b] lies in U. Theorem 19. (Existence of antiderivative) Suppose that f is continuous on an open convex set U. Assume that for every triangle (a, b, c) contained in U, (a,b,c) f(z) dz exists and is equal to 0. Then there exists F : U C such that F (z) = f(z) for all z U. Sketch of proof. Fix z 0 U and define F (z) = [z 0,z] f(w) dw for all z U. A path : [a, b] C is called a closed path if (a) = (b). Theorem 20. (Cauchy s Theorem) Suppose that f is analytic on an open convex set U. Then f(z) dz = 0 for any piecewise smooth closed path in U.

9 MA3111S COMPLEX ANALYSIS I 9 Corollary 21. (Cauchy s Theorem for an annulus) Let z 0 and w be complex numbers and R 1, R 2 be positive real numbers so that z 0 w + R 1 < R 2. Let 1, 2 : [ π, π] C be the paths 1 (t) = w+r 1 e it, 2 (t) = z 0 +R 2 e it. If f is analytic on an open set U containing {z C : z w 0 R 1, z z 0 R 2 }, then f(z) dz = 1 f(z) dz. 2 Sketch of proof. If n is large enough, then the shaded wedge is contained in an open convex set on which f is analytic. Take the sum of the integrals along the boundary paths (traversed in the counterclockwise direction) of the n wedges formed in this manner. Theorem 22. (Cauchy Integral Formula) Suppose that f is analytic on B(z 0, r) and 0 < R < r. Let : [ π, π] C be the path (t) = z 0 + Re it. Then, for any w B(z 0, R), f(w) = 1 2πi f(z) z w dz. Sketch of proof. For small s > 0, consider the path s : [ π, π] C, s (t) = w + se it. Then 1 f(z) 2πi z w dz = 1 f(z) 2πi s z w dz. But for small s, is small. 1 f(z) f(w) f (w) dz 2πi s z w Proposition 23. Suppose that f is continuous on {}, where : [ π, π] C is a piecewise smooth path. For each n N, define F n : C \ {} C by F n (w) = f(z) (z w) dz. Then F n n is analytic on C \ {} and F n(w) = nf n+1 (w) for all w C \ {}.

10 10 MA3111S COMPLEX ANALYSIS I Sketch of proof. Observe that f(z) (z u) n f(z) n (z w) n = (u w)f(z) 1 (z u) n k (z w) k+1. k=1 Consider F n (u) F n (w) nf n+1 (w) u w in integral form and use the M-L estimate. Corollary 24. If f is analytic on an open set U, then f has derivatives of any order on U. Theorem 25. (Cauchy Integral Formula for Derivatives) Suppose that f is analytic on B(z 0, r) and 0 < R < r. Let : [ π, π] C be the path (t) = z 0 + Re it. Then, for any w B(z 0, R) and any n N, f (n) (w) = n! 2πi f(z) dz. (z w) n+1 The next result is a kind of converse to Cauchy s Theorem. Theorem 26. (Morera s Theorem) Suppose that f is a continuous function on an open set U and (a,b,c) f(z) dz = 0 for any triangle (a, b, c) contained in U. Then f is analytic on U. Theorem 27. (Liouville s Theorem) A bounded entire function is constant. Sketch of proof. Apply the M-L estimate to the Cauchy formula for f to show that f = 0. Theorem 28. (Fundamental Theorem of Algebra) Every non-constant complex polynomial has a zero in C. Sketch of proof. If P is a complex polynomial with no zeros, then 1/P is a constant entire function. 6. Harmonic Functions Let U be an open subset of R 2. A function u : U R is said to be harmonic on U if all second order partial derivatives of u exist and are continuous on U, and (1) u xx + u yy = 0 on U. Equation (1) is called Laplace s equation. It is a fundamental equation in mathematical physics. Here we discuss some aspects of harmonic functions and their connections with analytic functions, motivated by the Cauchy-Riemann equations and Cauchy Theory on a disk. Proposition 29. If f is analytic on an open set U, then the real part Re f and the imaginary part Im f of f are harmonic on U. (We think of U both as a subset of C and of R 2.

11 MA3111S COMPLEX ANALYSIS I 11 Theorem 30. Suppose that u is harmonic on B(z 0, r) for some z 0 = x 0 +iy 0 (identified with the point (x 0, y 0 ) in R 2 ). There is an analytic function f on B(z 0, r) such that u = Re f. If g is any analytic function on B(z 0, r) such that u = Re g, then f g is a purely imaginary constant. Sketch of proof. Solve for the imaginary part of f from the Cauchy-Riemann equations. Theorem 31. (Mean Value Property) Suppose that u is harmonic on B(z 0, r) and 0 < R < r. Then u(z 0 ) = 1 2π 2π 0 u(z 0 + Re it ) dt. Sketch of proof. Cauchy Integral Formula. Theorem 32. (Poisson Integral Formula) Suppose that u is harmonic on B(0, 1) and continuous on B(0, 1). Then for any re is B(0, 1), u(re is ) = 1 2π 2π 0 u(e it )(1 r 2 ) 1 2r cos(t s) + r 2 dt. Sketch of proof. Find an analytic function f on B(0, 1) such that Re f = u and expand it as a power series. 7. Power Series Definition. A sequence of complex functions (f n ) n=0 defined on a set U is said to (1) converge uniformly on U to a function f : U C if for all ε > 0, there exists N N such that f n (x) f(x) ε for all n N and all x U; (2) converge compactly on U to a function f : U C if the sequence converges uniformly to f on K for every compact (= closed and bounded) subset K of U. Given a series of complex functions k=0 f k, define the partial sums to be s n = n k=0 f k. We say that the series k=0 f k converges uniformly, respectively, compactly, on a set U if and only if the sequence (s n ) n=0 converges uniformly, respectively, compactly on U. We also say that k=0 f k converges absolutely on U if k=0 f k(z) converges absolutely for all z U. Theorem 33. (Weierstrass Double Series Theorem) Suppose that (f n ) n=0 is a sequence of analytic functions on an open set U that converges compactly on U to a function f. Then f is analytic on U and (f n (k) ) n=0 converges compactly on U to f (k) for each k N. Sketch of proof. Analyticity of f follows from Morera s Theorem. Compact convergence of (f n (k) ) n=0 on U to f (k) follows from the Cauchy Integral Formula for Derivatives. A power series is an expression of the form k=0 a k(z z 0 ) k for some a k, z 0 C. z 0 is called the center of the power series and the number

12 12 MA3111S COMPLEX ANALYSIS I ρ = 1/ lim sup k a k 1/k is called the radius of convergence of the power series. For the next result, we take B(z 0, ρ) = C if ρ =. Proposition 34. The power series k=0 a k(z z 0 ) k converges absolutely and compactly on B(z 0, ρ) to a function f : B(z 0, ρ) C and diverges at any z with z z 0 > ρ. The function f is analytic on B(z 0, ρ) and f (z) = ka k (z z 0 ) k 1 for all z B(z 0, ρ). k=1 Corollary 35. Suppose that k=0 a k(z z 0 ) k has radius of convergence ρ > 0 and denote the sum by f(z) for all z B(z 0, ρ). Then a k = f (k) (z 0 )/k! for all k 0. Theorem 36. (Taylor Series Expansion on a Disc) If f is analytic on B(z 0, r), then the power series f (k) (z 0 ) k=0 k! (z z 0 ) k has radius of convergence at least r and converges to f(z) on B(z 0, r). Theorem 37. Suppose that f is analytic on an open set U and f(z 0 ) = 0 for some z 0 U. Either (1) There exists r > 0 so that f(z) = 0 for all z B(z 0, r); or (2) There exist a unique m N and a unique analytic function g on U such that g(z 0 ) 0 and f(z) = (z z 0 ) m g(z) for all z U. Definition. If case (2) of the last theorem occurs, we say that f has an isolated zero at z 0 with order m. If f is analytic at z 0 and f(z 0 ) 0, we say that f has a zero of order 0 at z 0. Sketch of proof. Look at the Taylor series expansion of f on a small disc centered at z 0. Definition. An open set U in C is said to be connected if given any pair of points z and w in U, there is a path in U : [a, b] U such that (a) = z and (b) = w. Remark. Properly speaking, the property just defined is called path connectedness. In general topology, there is a concept of connectedness that applies to topological spaces. For open subsets of C, it can be shown that what we call connected is equivalent to the usual definition. Theorem 38. (Weierstrass Identity Theorem) If f is analytic on an open connected set U and the set Z = {z U : f(z) = 0} has an accumulation point in U, then f(z) = 0 for all z U. Sketch of proof. Let W = {z U : z is an accumulation point of Z}. Then both W and U \ W are open sets. For any w Z, let be a path in U that begins at z 0 and ends at w. Consider the function h so that h(t) = 1 if (t) W and h(t) = 0 if (t) U \ W. Apply the Intermediate Value Theorem to conclude that h is constant.

13 MA3111S COMPLEX ANALYSIS I Singularities If 0 r 1 < r 2, the annulus with center z 0, inner radius r 1 and outer radius r 2 is the set Ann(z 0, r 1, r 2 ) = {z C : r 1 < z z 0 < r 2 }. If 0 = r 1 < r <, the annulus Ann(z 0, r 1, r) is also called a punctured disc B (z 0, r). An annulus and a punctured disc Definition. If a complex function f is defined and analytic on a punctured disc B (z 0, r) but not defined or not analytic at z 0, then we say that f has an isolated singularity at z 0. Theorem 39. (Riemann Removable Singularity Theorem) Suppose that f has an isolated singularity at z 0. If there exists R > 0 so that f is bounded on B (z 0, R), then there is an analytic function g on B(z 0, R) such that g(z) = f(z) for all z B (z 0, R). In the above situation, if we extend the function f by defining f(z 0 ) to be g(z 0 ), then the extended function is analytic at z 0. For this reason, we call the isolated singularity z 0 of f a removable singularity. Sketch of proof. Consider the function g(z) = (z z 0 )f(z) defined on a punctured disc centered at z 0 and set g(z 0 ) = 0. Use Morera s Theorem to show that g is analytic at z 0. Consider the Taylor series expansion of g at z 0 and divide it by z z 0. Definition. An isolated singularity z 0 of f is called a pole if lim z z0 f(z) =, i.e., for any real number M <, there exists r > 0 such that f(z) M for all z B (z 0, r). Theorem 40. Suppose that f has a pole at z 0. There is a unique m N so that there is an analytic function g on B(z 0, r) for some r > 0 with g(z 0 ) 0 and f(z) = g(z)/(z z 0 ) m for all z B (z 0, r). Definition. The number m in the last theorem is called the order of the pole z 0 of f.

14 14 MA3111S COMPLEX ANALYSIS I Sketch of proof. The function 1/f has a removable singularity at z 0. Then 1/f(z) = (z z 0 ) m h(z), where m is the order of the zero of 1/f at z 0. An isolated singularity of f that is neither removable nor a pole is called an essential singularity. Theorem 41. (Casorati-Weierstrass Theorem) Suppose that f has an essential singularity at z 0. For any r > 0, any w C and any ε > 0, there exists z B (z 0, r) such that f(z) w < ε. Sketch of proof. Suppose there exists r > 0, w C and ε > 0 so that f is defined on B (z 0, r) and f(z) w ε for all z B (z 0, r). Then h(z) = 1/(f(z) w) has a removable singularity at z 0. If h has a zero of order 0 at z 0, then f has a removable singularity at z 0. If h has a zero of order m > 0 at z 0, then f has a pole at z 0. Lemma 42. Suppose that 0 r 1 < R 1 < z z 0 < R 2 < r 2 and that f is analytic on the annulus Ann(z 0, r 1, r 2 ). Let j : [ π, π] C be the path j (t) = z 0 + R j e it, j = 1, 2. Then f(z) = 1 2πi for all z Ann(z 0, R 1, R 2 ). 2 f(w) w z dw 1 2πi 1 f(w) w z dw Sketch of proof. Define g : Ann(z 0, r 1, r 2 ) C by g(w) = { f(w) f(z) w z if w z f (z) if w = z. g is analytic on Ann(z 0, r 1, r 2 ) by Morera s Theorem. Apply Cauchy s Theorem for an annulus to g to obtain 1 f(w) 2πi 2 w z dw 1 f(w) 2πi 1 w z dw 1 1 = f(z)[ 2πi 2 w z dw 1 1 2πi 1 w z dw].

15 MA3111S COMPLEX ANALYSIS I 15 By Cauchy s Theorem for an annulus, the first integral on the right has value 1. By Cauchy s Theorem, the second integral on the right is 0. Theorem 43. (Laurent Series Expansion) Suppose that 0 r 1 < R < r 2 and that f is analytic on the annulus Ann(z 0, r 1, r 2 ). Let : [ π, π] C be the path (t) = z 0 + Re it. For each z Ann(z 0, r 1, r 2 ), (2) f(z) = a k (z z 0 ) k b k + (z z 0 ) k, where k=0 k=1 a k = 1 f(w) 2πi (w z 0 ) k+1 dw b k = 1 f(w)(w z 0 ) k 1 dw. 2πi Moreover, the first series in (2) converges absolutely and compactly on B(z 0, r 2 ) and the second series converges absolutely and compactly on Ann(z 0, r 1, ). Sketch of proof. Let the notation be as in the last theorem, where we take R 1 < z z 0 < R 2. For the integral f(w) 2 w z dw, expand 1 w z = 1 (w z 0 ) (z z 0 ) = 1 ( z z 0 ) k. w z 0 w z 0 For the integral f(w) 1 w z dw, use 1 w z = 1 (w z 0 ) (z z 0 ) = 1 z z 0 k=0 (w z 0 ) k. z z 0 The integration and the summation may be switched because of the uniform convergence of the series on the paths of integration. Proposition 44. (Uniqueness of Laurent Series Expansion) Let the notation be the same as in the last theorem. If there are complex numbers A k and B k so that f(z) = A k (z z 0 ) k + k=0 k=1 k=0 B k (z z 0 ) k for all z Ann(z 0, r 1, r 2 ), then A k = a k, k 0, and B k = b k, k 1. Sketch of proof. The series must converge compactly on Ann(z 0, r 1, r 2 ). The 1 f(w) integrals 2πi dw and 1 (w z 0 ) k+1 2πi f(w)(w z 0) k 1 dw may be computed by term by term integration. Definition. If f is analytic on the punctured disc B (z 0, r) and has Laurent series expansion f(z) = a k (z z 0 ) k b k + (z z 0 ) k, k=0 k=1

16 16 MA3111S COMPLEX ANALYSIS I then b 1 is called the residue of f at z 0, denoted by Res(f, z 0 ). k=1 is called the principal part of f at z 0. b k (z z 0 ) k Theorem 45. Suppose that f is analytic on the punctured disc B (z 0, r) and has Laurent series expansion given by (2). Then the isolated singularity z 0 is (1) removable if and only if b k = 0 for all k 1; (2) a pole of order m if and only if b m 0 and b k = 0 for all k > m; (3) an essential singularity if b k 0 for infinitely many k. 9. The Residue Theorem and Applications Definition. Let be a piecewise smooth closed path and let w be a point not belonging to {}. The winding number of around w is defined to be n(, w) = 1 1 2πi z w dz. Proposition 46. The winding number n(, ) : C\{} C is a continuous integer-valued function. Sketch of proof. n(, w) is a continuous (even differentiable) function of w by Proposition 23. Define h(t) = t a (s) (s) w ds for t [a, b], the domain of. Then e h(t) ((t) w) 1. Then n(, w) = h(b) 2πi Z. Remark. Note that the proof shows that h(t) is a continuous branch of log((t) w) and thus Im h(t) is a continuous branch of arg((t) w). Also, n(, w) = 1 2πi (h(b) h(a)). This suggests the geometric meaning of the winding number. Theorem 47. (Cauchy Integral Formula, General Version) Let U be an open set and let be a piecewise smooth closed path in U such that n(, w) = 0 for all w / U. If w U \ {} and f is analytic on U, then f(w)n(, w) = 1 2πi f(z) z w dz. Sketch of proof. (John Dixon) Consider the function ϕ : U U C defined by ϕ(ζ, z) = { f(ζ) f(z) ζ z if ζ z f (z) if ζ = z.

17 MA3111S COMPLEX ANALYSIS I 17 Let V = {z C : n(, z) = 0}. Then V is an open set in C such that U V = C. The function { ϕ(ζ, z) dζ if z U g(z) = if z V f(ζ) ζ z dζ is well defined. g is analytic on V by Proposition 23. It is analytic on U by Morera s Theorem. So g is entire. When z is large, z V. So lim z g(z) = 0. In particular, g is bounded. Thus g is identically 0. The theorem follows from the fact that g(w) = 0. Corollary 48. (Cauchy s Theorem, General Version) Let U be an open set and let be a piecewise smooth closed path in U such that n(, w) = 0 for all w / U. Then f(z) dz = 0 for all functions f analytic on U. Corollary 49. (Cauchy Integral Formula for Derivatives, General Version) Let U be an open set and let be a piecewise smooth closed path in U such that n(, w) = 0 for all w / U. If w / {} and k N, then f (k) (w)n(, w) = k! 2πi f(z) dz (z w) k+1 Corollary 50. (Residue Theorem) Let U be an open set and suppose that f is analytic on U \ P, where P is a finite subset of U. Assume that is a piecewise smooth closed path in U \ P so that n(, w) = 0 for all w / U. Then 1 2πi f(z) dz = w P Res(f, w)n(, w). Sketch of proof. For each p P, let g p be the principal part of f at p. Apply Cauchy s Theorem to the function f p P g p. Applications of the Residue Theorem in the evaluation of integrals Let P and Q be polynomials with real coefficients. 1. The integral P (x)/q(x) dx. Evaluate this by considering r P (z)/q(z) dz, where r = [ r, r] + C r, C r : [0, π] C, C r (t) = re it. The path r 2. The integrals P (x) Q(x) cos x dx and P (x) Q(x) sin x dx. Consider r P (z) Q(z) eiz dz, with the same path r as in part 1.

18 18 MA3111S COMPLEX ANALYSIS I 3. Integrals of the forms 0 P (x) Q(x) dx a P (x) Q(x) dx 0 x α 1 P (x) dx. The Pacman paths For the first and third integrals, consider P (z) Log z dz Q(z) and z α 1 P (z) dz for the path as shown on the left. For the second integral, consider P (z) Log(z a) dz Q(z) for the path shown on the right, with the center of the inner arc at a. 4. Integrals of the form 2π 0 R(cos θ, sin θ) dθ, where R is a rational function (= quotient of polynomials) in two variables. Transform the integral into R( z z where is the path (t) = e it, 0 t 2π., z2 1 i2z ) dz iz, Applications of the Residue Theorem in the evaluation of series 1. Sums of the form n= f(n) is related to the integral f(z) cot πz dz, where is the square with side 2N + 1 centered at 0, i.e., taking a = N + 1 2, = [a(1 i), a(1 + i)] + [a(1 + i), a( 1 + i)] + [a( 1 + i), a( 1 i)] + [a( 1 i), a(1 i)]. 2. Sums involving binomial coefficients may sometimes be evaluated by making use of the observation ( ) n = Res ( (1 + z) n k z k+1, 0 ).

19 MA3111S COMPLEX ANALYSIS I Analytic Functions as Mappings Proposition 51. Suppose that f is analytic on an open set U and that is a piecewise smooth closed path in U. For any w / f({}), 1 f (z) dz = n(f, w). 2πi f(z) w Theorem 52. (Local Mapping Theorem) Suppose that f an analytic function on an open set U and z 0 U. Assume that f f(z 0 ) has an isolated zero of order m at z 0. Then f is locally m-to-1 at z 0 in the following sense: There exist r, R > 0 so that every w B (f(z 0 ), R) is the image of exactly m distinct points in B(z 0, r). Sketch of proof. Choose r > 0, B(z 0, r) U, so that f(z) f(z 0 ) and f (z) 0 for all z B(z 0, r) \ {z 0 }. Let (t) = z 0 + re it, π t π. Choose R > 0 so that B(f(z 0 ), R) {f } =. Let w B (f(z 0 ), R). Then n(f, w) = n(f, z 0 ) = m, where the last equality follows from Proposition 51. Consider W = {z B(z 0, r) : f(z) = w}. By the Weierstrass Identity Theorem, W is a finite set. Note also that z 0 / W. Say W = {z 1,..., z n }. For each j, f w has a simple zero (zero of order one) at z j since f (z j ) 0. Now m = n(f, w) = 1 2πi f (z) f(z) w dz = n f Res( f w, z j)n(, z j ) by the Residue Theorem. Since each z j is a simple zero of f w, each of the residues in the sum is 1. Also n(, z j ) = 1 for each j. Thus n = m. j=1 An open connected subset of C is called a domain. Corollary 53. (Open Mapping Theorem) A nonconstant analytic function on a domain U maps open subsets of U onto open sets. Corollary 54. Suppose that f is a one-to-one analytic function on an open set U. Then f (z) 0 for all z U. Moreover, f 1 is analytic on the open set f(u) and (f 1 ) 1 (w) = f (f 1 for all w f(u). (w)) Proposition 55. Suppose that (f k ) k=1 is a sequence of one-to-one analytic functions defined on a domain U and that (f k ) k=1 converges compactly on U to a function f. Then either f is constant on U, or f is a one-to-one analytic function on U. Sketch of proof. Suppose that z 1 z 2 and f(z 1 ) = w = f(z 2 ). We may assume that z 1 and z 2 are isolated zeros of f w. Then Res( f f w, z 1) and Res( f f w, z 2) are nonzero. Let j be a small circle around z j, j = 1, 2. By

20 20 MA3111S COMPLEX ANALYSIS I Proposition 51 and the Residue Theorem n(f 1, w), n(f 2, w) 0. Using the M-L estimate, we find that n(f k j, w) 0 for large k and j = 1, 2. Now 0 n(f k j, w) = 1 f k (z) 2πi f k (z) w dz implies that f k (z) w must have a zero inside j. This shows that f k is not one-to-one. Proposition 56. For any α B(0, 1), define m α on B(0, 1) by m α (z) = z α 1 αz. Then m α is one-to-one and analytic on B(0, 1) and maps B(0, 1) onto itself. Sketch of proof. m α (z) = 1 if z = 1. Apply the Cauchy Integral Formula to m k α and estimate the integral by the M-L estimate. Deduce that m α (z) 1 if z 1. Now m α m α = m α m α is the identity map on B(0, 1). Thus m α maps B(0, 1) onto B(0, 1) and B(0, 1) onto B(0, 1). 11. Riemann Mapping Theorem A domain U in C is said to be simply connected if n(, w) = 0 for every piecewise smooth closed path in U and every w / U. Two domains U and V are said to be conformally equivalent if there is a function f analytic on U that maps U bijectively onto V. It turns out that there are only two types of simply connected domains up to conformal equivalence; one type is the entire plane C and the other type is conformally equivalent to the unit disc B(0, 1). This result is the famous Riemann Mapping Theorem. Theorem 57. (Existence of Antiderivative) Suppose that f is analytic on a simply connected domain U. Then there exists an analytic function F on U such that F = f. Sketch of proof. Fix z 0 in U and define F (z) = 1 2πi z f(w) dw for some piecewise smooth path z in U that begins at z 0 and ends at z. Take note of the general version of Cauchy s Theorem to show that F = f. Theorem 58. (Existence of an Analytic Square Root) Suppose that f is analytic on a simply connected domain U and is never 0 there. Then there exist an analytic function g on U such that g 2 = f. Sketch of proof. There exists analytic h such that h = f /f. Then e h f is a constant, say C. Take any square root C of C and set g = C e h/2. Definition. Let F be a nonempty family of complex continuous functions defined on an open set U in C. We say that F is (1) compactly bounded if for every closed (in C) and bounded subset K of U, sup sup f(z) < ; z K f F j

21 MA3111S COMPLEX ANALYSIS I 21 (2) equicontinuous at z 0 U if for all ε > 0, there exists δ > 0 so that f(z) f(z 0 ) < ε for all f F and all z B(z 0, δ); (3) equicontinuous on a subset K of U if for all ε > 0, there exists δ > 0 so that f(z 1 ) f(z 2 ) < ε for all f F and all z 1, z 2 K with z 1 z 2 < δ; (4) compactly equicontinuous if F is equicontinuous on every closed and bounded subset of U. Theorem 59. (Ascoli-Arzela s Theorem) Let F be a compactly bounded, compactly equicontinuous family of continuous complex functions on an open set U in C. Then every sequence in F has a subsequence that converge compactly on U. Sketch of proof. Let (f n ) n=1 be a sequence in F and let K be a closed and bounded subset of U. Given ε > 0, let δ > 0 be chosen according to the definition of equicontinuity. Cover K with finitely many balls B(z j, δ), 1 j m. Choose an infinite subset N of N so that f n1 (z j ) f n2 (z j ) ε converges for each j and all n 1, n 2 N 1. If n 1, n 2 are numbers in N and z K, say z B(z j, δ), then f n1 (z) f n2 (z) f n1 (z) f n1 (z j ) + f n1 (z j ) f n2 (z j ) + f n2 (z j ) f n2 (z) 3ε. Using this argument, we can find infinite sets N N 1 N 2 so that f k (z) f j (z) < 1/m if z K and k, j N m. Pick a subsequence (f nm ) m=1 so that n m N m for all m. Then (f nm ) m=1 converges uniformly on K. Finally, there exists a sequence of closed bounded subsets (K m ) m=1 such that U = m=1 K m. From the above, choose infinite sets N M 1 M 2 so that (f n ) n Nm converges uniformly on M m for each m. Pick a subsequence (f nm ) m=1 so that n m M m for all m. Then (f nm ) m=1 converges uniformly on K k for each k. Since each closed bounded subset of U is contained in some K m, (f nm ) m=1 converges compactly on U. Theorem 60. (Montel s Theorem) Let F be a nonempty family of analytic functions on an open U in C. Then every sequence in F has a compactly convergent subsequence if and only if F is compactly bounded. Remark. A family F in which every sequence has a compactly convergent subsequence is called a normal family in the literature. We will refrain from using this term since the word normal is severely overused. Sketch of proof. If F is a compactly bounded family of analytic functions, then it is also equicontinuous at any z 0. The reason is embodied in the following estimate. Suppose B(z 0, r) U and let be the circle of radius r centered at z 0. Choose M so that f(z) M for all f M and all z {}.

22 22 MA3111S COMPLEX ANALYSIS I For all z with z z 0 ε r/2, 1 f(z) f(z 0 ) = 2πi 4Mε/r 2. f(ζ) ( 1 ζ z 1 ζ z 0 ) dζ Using the usual covering argument, we further deduce that F is compactly equicontinuous. Theorem 61. (Riemann Mapping Theorem) If U is a simply connected domain that is not C, then there is a one-to-one analytic function on U that maps U onto B(0, 1). The proof of the Riemann Mapping Theorem consists of verifying the following steps. Let F be the family of all one-to-one analytic functions on U such that f(z) < 1 for all z U. Then Step 1 F is nonempty. Step 2 Pick a point z 0 U. There exists f F such that f (z 0 ) g (z 0 ) for all g F. Step 3 The function f maps U ono-one onto B(0, 1) (and z 0 to 0).

Part IB. Complex Analysis. Year

Part IB. Complex Analysis. Year Part IB Complex Analysis Year 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2018 Paper 1, Section I 2A Complex Analysis or Complex Methods 7 (a) Show that w = log(z) is a conformal

More information

Part IB Complex Analysis

Part IB Complex Analysis Part IB Complex Analysis Theorems Based on lectures by I. Smith Notes taken by Dexter Chua Lent 2016 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after

More information

Complex Variables Notes for Math 703. Updated Fall Anton R. Schep

Complex Variables Notes for Math 703. Updated Fall Anton R. Schep Complex Variables Notes for Math 703. Updated Fall 20 Anton R. Schep CHAPTER Holomorphic (or Analytic) Functions. Definitions and elementary properties In complex analysis we study functions f : S C,

More information

Complex Analysis. Travis Dirle. December 4, 2016

Complex Analysis. Travis Dirle. December 4, 2016 Complex Analysis 2 Complex Analysis Travis Dirle December 4, 2016 2 Contents 1 Complex Numbers and Functions 1 2 Power Series 3 3 Analytic Functions 7 4 Logarithms and Branches 13 5 Complex Integration

More information

Functions of a Complex Variable and Integral Transforms

Functions of a Complex Variable and Integral Transforms Functions of a Complex Variable and Integral Transforms Department of Mathematics Zhou Lingjun Textbook Functions of Complex Analysis with Applications to Engineering and Science, 3rd Edition. A. D. Snider

More information

Theorem [Mean Value Theorem for Harmonic Functions] Let u be harmonic on D(z 0, R). Then for any r (0, R), u(z 0 ) = 1 z z 0 r

Theorem [Mean Value Theorem for Harmonic Functions] Let u be harmonic on D(z 0, R). Then for any r (0, R), u(z 0 ) = 1 z z 0 r 2. A harmonic conjugate always exists locally: if u is a harmonic function in an open set U, then for any disk D(z 0, r) U, there is f, which is analytic in D(z 0, r) and satisfies that Re f u. Since such

More information

Math 185 Fall 2015, Sample Final Exam Solutions

Math 185 Fall 2015, Sample Final Exam Solutions Math 185 Fall 2015, Sample Final Exam Solutions Nikhil Srivastava December 12, 2015 1. True or false: (a) If f is analytic in the annulus A = {z : 1 < z < 2} then there exist functions g and h such that

More information

Math 411, Complex Analysis Definitions, Formulas and Theorems Winter y = sinα

Math 411, Complex Analysis Definitions, Formulas and Theorems Winter y = sinα Math 411, Complex Analysis Definitions, Formulas and Theorems Winter 014 Trigonometric Functions of Special Angles α, degrees α, radians sin α cos α tan α 0 0 0 1 0 30 π 6 45 π 4 1 3 1 3 1 y = sinα π 90,

More information

1. The COMPLEX PLANE AND ELEMENTARY FUNCTIONS: Complex numbers; stereographic projection; simple and multiple connectivity, elementary functions.

1. The COMPLEX PLANE AND ELEMENTARY FUNCTIONS: Complex numbers; stereographic projection; simple and multiple connectivity, elementary functions. Complex Analysis Qualifying Examination 1 The COMPLEX PLANE AND ELEMENTARY FUNCTIONS: Complex numbers; stereographic projection; simple and multiple connectivity, elementary functions 2 ANALYTIC FUNCTIONS:

More information

Part IB. Further Analysis. Year

Part IB. Further Analysis. Year Year 2004 2003 2002 2001 10 2004 2/I/4E Let τ be the topology on N consisting of the empty set and all sets X N such that N \ X is finite. Let σ be the usual topology on R, and let ρ be the topology on

More information

MATH 452. SAMPLE 3 SOLUTIONS May 3, (10 pts) Let f(x + iy) = u(x, y) + iv(x, y) be an analytic function. Show that u(x, y) is harmonic.

MATH 452. SAMPLE 3 SOLUTIONS May 3, (10 pts) Let f(x + iy) = u(x, y) + iv(x, y) be an analytic function. Show that u(x, y) is harmonic. MATH 45 SAMPLE 3 SOLUTIONS May 3, 06. (0 pts) Let f(x + iy) = u(x, y) + iv(x, y) be an analytic function. Show that u(x, y) is harmonic. Because f is holomorphic, u and v satisfy the Cauchy-Riemann equations:

More information

III. Consequences of Cauchy s Theorem

III. Consequences of Cauchy s Theorem MTH6 Complex Analysis 2009-0 Lecture Notes c Shaun Bullett 2009 III. Consequences of Cauchy s Theorem. Cauchy s formulae. Cauchy s Integral Formula Let f be holomorphic on and everywhere inside a simple

More information

Notes on Complex Analysis

Notes on Complex Analysis Michael Papadimitrakis Notes on Complex Analysis Department of Mathematics University of Crete Contents The complex plane.. The complex plane...................................2 Argument and polar representation.........................

More information

Chapter 4: Open mapping theorem, removable singularities

Chapter 4: Open mapping theorem, removable singularities Chapter 4: Open mapping theorem, removable singularities Course 44, 2003 04 February 9, 2004 Theorem 4. (Laurent expansion) Let f : G C be analytic on an open G C be open that contains a nonempty annulus

More information

= 2 x y 2. (1)

= 2 x y 2. (1) COMPLEX ANALYSIS PART 5: HARMONIC FUNCTIONS A Let me start by asking you a question. Suppose that f is an analytic function so that the CR-equation f/ z = 0 is satisfied. Let us write u and v for the real

More information

Solutions to Complex Analysis Prelims Ben Strasser

Solutions to Complex Analysis Prelims Ben Strasser Solutions to Complex Analysis Prelims Ben Strasser In preparation for the complex analysis prelim, I typed up solutions to some old exams. This document includes complete solutions to both exams in 23,

More information

Qualifying Exam Complex Analysis (Math 530) January 2019

Qualifying Exam Complex Analysis (Math 530) January 2019 Qualifying Exam Complex Analysis (Math 53) January 219 1. Let D be a domain. A function f : D C is antiholomorphic if for every z D the limit f(z + h) f(z) lim h h exists. Write f(z) = f(x + iy) = u(x,

More information

Complex Analysis Qualifying Exam Solutions

Complex Analysis Qualifying Exam Solutions Complex Analysis Qualifying Exam Solutions May, 04 Part.. Let log z be the principal branch of the logarithm defined on G = {z C z (, 0]}. Show that if t > 0, then the equation log z = t has exactly one

More information

f (n) (z 0 ) Theorem [Morera s Theorem] Suppose f is continuous on a domain U, and satisfies that for any closed curve γ in U, γ

f (n) (z 0 ) Theorem [Morera s Theorem] Suppose f is continuous on a domain U, and satisfies that for any closed curve γ in U, γ Remarks. 1. So far we have seen that holomorphic is equivalent to analytic. Thus, if f is complex differentiable in an open set, then it is infinitely many times complex differentiable in that set. This

More information

Complex Analysis Qual Sheet

Complex Analysis Qual Sheet Complex Analysis Qual Sheet Robert Won Tricks and traps. traps. Basically all complex analysis qualifying exams are collections of tricks and - Jim Agler Useful facts. e z = 2. sin z = n=0 3. cos z = z

More information

Complex Analysis Important Concepts

Complex Analysis Important Concepts Complex Analysis Important Concepts Travis Askham April 1, 2012 Contents 1 Complex Differentiation 2 1.1 Definition and Characterization.............................. 2 1.2 Examples..........................................

More information

NATIONAL UNIVERSITY OF SINGAPORE Department of Mathematics MA4247 Complex Analysis II Lecture Notes Part I

NATIONAL UNIVERSITY OF SINGAPORE Department of Mathematics MA4247 Complex Analysis II Lecture Notes Part I NATIONAL UNIVERSITY OF SINGAPORE Department of Mathematics MA4247 Comple Analsis II Lecture Notes Part I Chapter 1 Preliminar results/review of Comple Analsis I These are more detailed notes for the results

More information

Conformal maps. Lent 2019 COMPLEX METHODS G. Taylor. A star means optional and not necessarily harder.

Conformal maps. Lent 2019 COMPLEX METHODS G. Taylor. A star means optional and not necessarily harder. Lent 29 COMPLEX METHODS G. Taylor A star means optional and not necessarily harder. Conformal maps. (i) Let f(z) = az + b, with ad bc. Where in C is f conformal? cz + d (ii) Let f(z) = z +. What are the

More information

Complex Analysis Problems

Complex Analysis Problems Complex Analysis Problems transcribed from the originals by William J. DeMeo October 2, 2008 Contents 99 November 2 2 2 200 November 26 4 3 2006 November 3 6 4 2007 April 6 7 5 2007 November 6 8 99 NOVEMBER

More information

Complex Analysis, Stein and Shakarchi Meromorphic Functions and the Logarithm

Complex Analysis, Stein and Shakarchi Meromorphic Functions and the Logarithm Complex Analysis, Stein and Shakarchi Chapter 3 Meromorphic Functions and the Logarithm Yung-Hsiang Huang 217.11.5 Exercises 1. From the identity sin πz = eiπz e iπz 2i, it s easy to show its zeros are

More information

MATH COMPLEX ANALYSIS. Contents

MATH COMPLEX ANALYSIS. Contents MATH 3964 - OMPLEX ANALYSIS ANDREW TULLOH AND GILES GARDAM ontents 1. ontour Integration and auchy s Theorem 2 1.1. Analytic functions 2 1.2. ontour integration 3 1.3. auchy s theorem and extensions 3

More information

Part IB Complex Analysis

Part IB Complex Analysis Part IB Complex Analysis Theorems with proof Based on lectures by I. Smith Notes taken by Dexter Chua Lent 206 These notes are not endorsed by the lecturers, and I have modified them (often significantly)

More information

Complex Variables. Instructions Solve any eight of the following ten problems. Explain your reasoning in complete sentences to maximize credit.

Complex Variables. Instructions Solve any eight of the following ten problems. Explain your reasoning in complete sentences to maximize credit. Instructions Solve any eight of the following ten problems. Explain your reasoning in complete sentences to maximize credit. 1. The TI-89 calculator says, reasonably enough, that x 1) 1/3 1 ) 3 = 8. lim

More information

Lecture Notes Complex Analysis. Complex Variables and Applications 7th Edition Brown and Churchhill

Lecture Notes Complex Analysis. Complex Variables and Applications 7th Edition Brown and Churchhill Lecture Notes omplex Analysis based on omplex Variables and Applications 7th Edition Brown and hurchhill Yvette Fajardo-Lim, Ph.D. Department of Mathematics De La Salle University - Manila 2 ontents THE

More information

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial.

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial. Lecture 3 Usual complex functions MATH-GA 245.00 Complex Variables Polynomials. Construction f : z z is analytic on all of C since its real and imaginary parts satisfy the Cauchy-Riemann relations and

More information

Complex Analysis review notes for weeks 1-6

Complex Analysis review notes for weeks 1-6 Complex Analysis review notes for weeks -6 Peter Milley Semester 2, 2007 In what follows, unless stated otherwise a domain is a connected open set. Generally we do not include the boundary of the set,

More information

13 Maximum Modulus Principle

13 Maximum Modulus Principle 3 Maximum Modulus Principle Theorem 3. (maximum modulus principle). If f is non-constant and analytic on an open connected set Ω, then there is no point z 0 Ω such that f(z) f(z 0 ) for all z Ω. Remark

More information

INTEGRATION WORKSHOP 2004 COMPLEX ANALYSIS EXERCISES

INTEGRATION WORKSHOP 2004 COMPLEX ANALYSIS EXERCISES INTEGRATION WORKSHOP 2004 COMPLEX ANALYSIS EXERCISES PHILIP FOTH 1. Cauchy s Formula and Cauchy s Theorem 1. Suppose that γ is a piecewise smooth positively ( counterclockwise ) oriented simple closed

More information

4 Uniform convergence

4 Uniform convergence 4 Uniform convergence In the last few sections we have seen several functions which have been defined via series or integrals. We now want to develop tools that will allow us to show that these functions

More information

An Introduction to Complex Analysis and Geometry John P. D Angelo, Pure and Applied Undergraduate Texts Volume 12, American Mathematical Society, 2010

An Introduction to Complex Analysis and Geometry John P. D Angelo, Pure and Applied Undergraduate Texts Volume 12, American Mathematical Society, 2010 An Introduction to Complex Analysis and Geometry John P. D Angelo, Pure and Applied Undergraduate Texts Volume 12, American Mathematical Society, 2010 John P. D Angelo, Univ. of Illinois, Urbana IL 61801.

More information

MATH 215A NOTES MOOR XU NOTES FROM A COURSE BY KANNAN SOUNDARARAJAN

MATH 215A NOTES MOOR XU NOTES FROM A COURSE BY KANNAN SOUNDARARAJAN MATH 25A NOTES MOOR XU NOTES FROM A COURSE BY KANNAN SOUNDARARAJAN Abstract. These notes were taken during Math 25A (Complex Analysis) taught by Kannan Soundararajan in Fall 2 at Stanford University. They

More information

(x 1, y 1 ) = (x 2, y 2 ) if and only if x 1 = x 2 and y 1 = y 2.

(x 1, y 1 ) = (x 2, y 2 ) if and only if x 1 = x 2 and y 1 = y 2. 1. Complex numbers A complex number z is defined as an ordered pair z = (x, y), where x and y are a pair of real numbers. In usual notation, we write z = x + iy, where i is a symbol. The operations of

More information

Physics 307. Mathematical Physics. Luis Anchordoqui. Wednesday, August 31, 16

Physics 307. Mathematical Physics. Luis Anchordoqui. Wednesday, August 31, 16 Physics 307 Mathematical Physics Luis Anchordoqui 1 Bibliography L. A. Anchordoqui and T. C. Paul, ``Mathematical Models of Physics Problems (Nova Publishers, 2013) G. F. D. Duff and D. Naylor, ``Differential

More information

Course 214 Basic Properties of Holomorphic Functions Second Semester 2008

Course 214 Basic Properties of Holomorphic Functions Second Semester 2008 Course 214 Basic Properties of Holomorphic Functions Second Semester 2008 David R. Wilkins Copyright c David R. Wilkins 1989 2008 Contents 7 Basic Properties of Holomorphic Functions 72 7.1 Taylor s Theorem

More information

MORE CONSEQUENCES OF CAUCHY S THEOREM

MORE CONSEQUENCES OF CAUCHY S THEOREM MOE CONSEQUENCES OF CAUCHY S THEOEM Contents. The Mean Value Property and the Maximum-Modulus Principle 2. Morera s Theorem and some applications 3 3. The Schwarz eflection Principle 6 We have stated Cauchy

More information

Complex Analysis Math 185A, Winter 2010 Final: Solutions

Complex Analysis Math 185A, Winter 2010 Final: Solutions Complex Analysis Math 85A, Winter 200 Final: Solutions. [25 pts] The Jacobian of two real-valued functions u(x, y), v(x, y) of (x, y) is defined by the determinant (u, v) J = (x, y) = u x u y v x v y.

More information

Exercises for Part 1

Exercises for Part 1 MATH200 Complex Analysis. Exercises for Part Exercises for Part The following exercises are provided for you to revise complex numbers. Exercise. Write the following expressions in the form x + iy, x,y

More information

18.04 Practice problems exam 2, Spring 2018 Solutions

18.04 Practice problems exam 2, Spring 2018 Solutions 8.04 Practice problems exam, Spring 08 Solutions Problem. Harmonic functions (a) Show u(x, y) = x 3 3xy + 3x 3y is harmonic and find a harmonic conjugate. It s easy to compute: u x = 3x 3y + 6x, u xx =

More information

Synopsis of Complex Analysis. Ryan D. Reece

Synopsis of Complex Analysis. Ryan D. Reece Synopsis of Complex Analysis Ryan D. Reece December 7, 2006 Chapter Complex Numbers. The Parts of a Complex Number A complex number, z, is an ordered pair of real numbers similar to the points in the real

More information

MATH 6322, COMPLEX ANALYSIS

MATH 6322, COMPLEX ANALYSIS Complex numbers: MATH 6322, COMPLEX ANALYSIS Motivating problem: you can write down equations which don t have solutions, like x 2 + = 0. Introduce a (formal) solution i, where i 2 =. Define the set C

More information

MA30056: Complex Analysis. Revision: Checklist & Previous Exam Questions I

MA30056: Complex Analysis. Revision: Checklist & Previous Exam Questions I MA30056: Complex Analysis Revision: Checklist & Previous Exam Questions I Given z C and r > 0, define B r (z) and B r (z). Define what it means for a subset A C to be open/closed. If M A C, when is M said

More information

POWER SERIES AND ANALYTIC CONTINUATION

POWER SERIES AND ANALYTIC CONTINUATION POWER SERIES AND ANALYTIC CONTINUATION 1. Analytic functions Definition 1.1. A function f : Ω C C is complex-analytic if for each z 0 Ω there exists a power series f z0 (z) := a n (z z 0 ) n which converges

More information

III.2. Analytic Functions

III.2. Analytic Functions III.2. Analytic Functions 1 III.2. Analytic Functions Recall. When you hear analytic function, think power series representation! Definition. If G is an open set in C and f : G C, then f is differentiable

More information

Solutions to practice problems for the final

Solutions to practice problems for the final Solutions to practice problems for the final Holomorphicity, Cauchy-Riemann equations, and Cauchy-Goursat theorem 1. (a) Show that there is a holomorphic function on Ω = {z z > 2} whose derivative is z

More information

COMPLEX ANALYSIS Notes Lent 2006

COMPLEX ANALYSIS Notes Lent 2006 Department of Pure Mathematics and Mathematical Statistics University of Cambridge COMPLEX ANALYSIS Notes Lent 2006 T. K. Carne. t.k.carne@dpmms.cam.ac.uk c Copyright. Not for distribution outside Cambridge

More information

f(w) f(a) = 1 2πi w a Proof. There exists a number r such that the disc D(a,r) is contained in I(γ). For any ǫ < r, w a dw

f(w) f(a) = 1 2πi w a Proof. There exists a number r such that the disc D(a,r) is contained in I(γ). For any ǫ < r, w a dw Proof[section] 5. Cauchy integral formula Theorem 5.. Suppose f is holomorphic inside and on a positively oriented curve. Then if a is a point inside, f(a) = w a dw. Proof. There exists a number r such

More information

Spring Abstract Rigorous development of theory of functions. Topology of plane, complex integration, singularities, conformal mapping.

Spring Abstract Rigorous development of theory of functions. Topology of plane, complex integration, singularities, conformal mapping. MTH 562 Complex Analysis Spring 2007 Abstract Rigorous development of theory of functions. Topology of plane, complex integration, singularities, conformal mapping. Complex Numbers Definition. We define

More information

Math Homework 2

Math Homework 2 Math 73 Homework Due: September 8, 6 Suppose that f is holomorphic in a region Ω, ie an open connected set Prove that in any of the following cases (a) R(f) is constant; (b) I(f) is constant; (c) f is

More information

1 Holomorphic functions

1 Holomorphic functions Robert Oeckl CA NOTES 1 15/09/2009 1 1 Holomorphic functions 11 The complex derivative The basic objects of complex analysis are the holomorphic functions These are functions that posses a complex derivative

More information

Complex Variables. Cathal Ormond

Complex Variables. Cathal Ormond Complex Variables Cathal Ormond Contents 1 Introduction 3 1.1 Definition: Polar Form.............................. 3 1.2 Definition: Length................................ 3 1.3 Definitions.....................................

More information

MATH243 First Semester 2013/14. Exercises 1

MATH243 First Semester 2013/14. Exercises 1 Complex Functions Dr Anna Pratoussevitch MATH43 First Semester 013/14 Exercises 1 Submit your solutions to questions marked with [HW] in the lecture on Monday 30/09/013 Questions or parts of questions

More information

INDEX. Bolzano-Weierstrass theorem, for sequences, boundary points, bounded functions, 142 bounded sets, 42 43

INDEX. Bolzano-Weierstrass theorem, for sequences, boundary points, bounded functions, 142 bounded sets, 42 43 INDEX Abel s identity, 131 Abel s test, 131 132 Abel s theorem, 463 464 absolute convergence, 113 114 implication of conditional convergence, 114 absolute value, 7 reverse triangle inequality, 9 triangle

More information

MATH SPRING UC BERKELEY

MATH SPRING UC BERKELEY MATH 85 - SPRING 205 - UC BERKELEY JASON MURPHY Abstract. These are notes for Math 85 taught in the Spring of 205 at UC Berkeley. c 205 Jason Murphy - All Rights Reserved Contents. Course outline 2 2.

More information

MATH8811: COMPLEX ANALYSIS

MATH8811: COMPLEX ANALYSIS MATH8811: COMPLEX ANALYSIS DAWEI CHEN Contents 1. Classical Topics 2 1.1. Complex numbers 2 1.2. Differentiability 2 1.3. Cauchy-Riemann Equations 3 1.4. The Riemann Sphere 4 1.5. Möbius transformations

More information

Complex Analysis Math 147 Winter 2008

Complex Analysis Math 147 Winter 2008 Complex Analysis Math 147 Winter 2008 Bernard Russo March 14, 2008 Contents 1 Monday January 7 Course information; complex numbers; Assignment 1 1 1.1 Course information................................

More information

COMPLEX ANALYSIS Spring 2014

COMPLEX ANALYSIS Spring 2014 COMPLEX ANALYSIS Spring 24 Homework 4 Solutions Exercise Do and hand in exercise, Chapter 3, p. 4. Solution. The exercise states: Show that if a

More information

Complex Analysis I Miniquiz Collection July 17, 2017

Complex Analysis I Miniquiz Collection July 17, 2017 Complex Analysis I Miniquiz Collection July 7, 207. Which of the two numbers is greater? (a) 7 or 0.7 (b) 3 8 or 0.3 2. What is the area A of a circular disk with radius? A = 3. Fill out the following

More information

Complex Homework Summer 2014

Complex Homework Summer 2014 omplex Homework Summer 24 Based on Brown hurchill 7th Edition June 2, 24 ontents hw, omplex Arithmetic, onjugates, Polar Form 2 2 hw2 nth roots, Domains, Functions 2 3 hw3 Images, Transformations 3 4 hw4

More information

FINAL EXAM MATH 220A, UCSD, AUTUMN 14. You have three hours.

FINAL EXAM MATH 220A, UCSD, AUTUMN 14. You have three hours. FINAL EXAM MATH 220A, UCSD, AUTUMN 4 You have three hours. Problem Points Score There are 6 problems, and the total number of points is 00. Show all your work. Please make your work as clear and easy to

More information

Complex Analysis. sin(z) = eiz e iz 2i

Complex Analysis. sin(z) = eiz e iz 2i Complex Analysis. Preliminaries and Notation For a complex number z = x + iy, we set x = Re z and y = Im z, its real and imaginary components. Any nonzero complex number z = x + iy can be written uniquely

More information

INTEGRATION WORKSHOP 2003 COMPLEX ANALYSIS EXERCISES

INTEGRATION WORKSHOP 2003 COMPLEX ANALYSIS EXERCISES INTEGRATION WORKSHOP 23 COMPLEX ANALYSIS EXERCISES DOUGLAS ULMER 1. Meromorphic functions on the Riemann sphere It s often useful to allow functions to take the value. This exercise outlines one way to

More information

Assignment 2 - Complex Analysis

Assignment 2 - Complex Analysis Assignment 2 - Complex Analysis MATH 440/508 M.P. Lamoureux Sketch of solutions. Γ z dz = Γ (x iy)(dx + idy) = (xdx + ydy) + i Γ Γ ( ydx + xdy) = (/2)(x 2 + y 2 ) endpoints + i [( / y) y ( / x)x]dxdy interiorγ

More information

NATIONAL UNIVERSITY OF SINGAPORE Department of Mathematics MA4247 Complex Analysis II Lecture Notes Part II

NATIONAL UNIVERSITY OF SINGAPORE Department of Mathematics MA4247 Complex Analysis II Lecture Notes Part II NATIONAL UNIVERSITY OF SINGAPORE Department of Mathematics MA4247 Complex Analysis II Lecture Notes Part II Chapter 2 Further properties of analytic functions 21 Local/Global behavior of analytic functions;

More information

Analysis Comprehensive Exam, January 2011 Instructions: Do as many problems as you can. You should attempt to answer completely some questions in both

Analysis Comprehensive Exam, January 2011 Instructions: Do as many problems as you can. You should attempt to answer completely some questions in both Analysis Comprehensive Exam, January 2011 Instructions: Do as many problems as you can. You should attempt to answer completely some questions in both real and complex analysis. You have 3 hours. Real

More information

Chapter 30 MSMYP1 Further Complex Variable Theory

Chapter 30 MSMYP1 Further Complex Variable Theory Chapter 30 MSMYP Further Complex Variable Theory (30.) Multifunctions A multifunction is a function that may take many values at the same point. Clearly such functions are problematic for an analytic study,

More information

RIEMANN MAPPING THEOREM

RIEMANN MAPPING THEOREM RIEMANN MAPPING THEOREM VED V. DATAR Recall that two domains are called conformally equivalent if there exists a holomorphic bijection from one to the other. This automatically implies that there is an

More information

MATH 722, COMPLEX ANALYSIS, SPRING 2009 PART 5

MATH 722, COMPLEX ANALYSIS, SPRING 2009 PART 5 MATH 722, COMPLEX ANALYSIS, SPRING 2009 PART 5.. The Arzela-Ascoli Theorem.. The Riemann mapping theorem Let X be a metric space, and let F be a family of continuous complex-valued functions on X. We have

More information

CONSEQUENCES OF POWER SERIES REPRESENTATION

CONSEQUENCES OF POWER SERIES REPRESENTATION CONSEQUENCES OF POWER SERIES REPRESENTATION 1. The Uniqueness Theorem Theorem 1.1 (Uniqueness). Let Ω C be a region, and consider two analytic functions f, g : Ω C. Suppose that S is a subset of Ω that

More information

Chapter 6: The metric space M(G) and normal families

Chapter 6: The metric space M(G) and normal families Chapter 6: The metric space MG) and normal families Course 414, 003 04 March 9, 004 Remark 6.1 For G C open, we recall the notation MG) for the set algebra) of all meromorphic functions on G. We now consider

More information

Topic 4 Notes Jeremy Orloff

Topic 4 Notes Jeremy Orloff Topic 4 Notes Jeremy Orloff 4 auchy s integral formula 4. Introduction auchy s theorem is a big theorem which we will use almost daily from here on out. Right away it will reveal a number of interesting

More information

Second Midterm Exam Name: Practice Problems March 10, 2015

Second Midterm Exam Name: Practice Problems March 10, 2015 Math 160 1. Treibergs Second Midterm Exam Name: Practice Problems March 10, 015 1. Determine the singular points of the function and state why the function is analytic everywhere else: z 1 fz) = z + 1)z

More information

INTRODUCTION TO COMPLEX ANALYSIS W W L CHEN

INTRODUCTION TO COMPLEX ANALYSIS W W L CHEN INTRODUTION TO OMPLEX ANALYSIS W W L HEN c W W L hen, 986, 2008. This chapter originates from material used by the author at Imperial ollege, University of London, between 98 and 990. It is available free

More information

Introductory Complex Analysis

Introductory Complex Analysis Introductory Complex Analysis Course No. 100 312 Spring 2007 Michael Stoll Contents Acknowledgments 2 1. Basics 2 2. Complex Differentiability and Holomorphic Functions 3 3. Power Series and the Abel Limit

More information

Syllabus: for Complex variables

Syllabus: for Complex variables EE-2020, Spring 2009 p. 1/42 Syllabus: for omplex variables 1. Midterm, (4/27). 2. Introduction to Numerical PDE (4/30): [Ref.num]. 3. omplex variables: [Textbook]h.13-h.18. omplex numbers and functions,

More information

11 COMPLEX ANALYSIS IN C. 1.1 Holomorphic Functions

11 COMPLEX ANALYSIS IN C. 1.1 Holomorphic Functions 11 COMPLEX ANALYSIS IN C 1.1 Holomorphic Functions A domain Ω in the complex plane C is a connected, open subset of C. Let z o Ω and f a map f : Ω C. We say that f is real differentiable at z o if there

More information

Course 214 Section 2: Infinite Series Second Semester 2008

Course 214 Section 2: Infinite Series Second Semester 2008 Course 214 Section 2: Infinite Series Second Semester 2008 David R. Wilkins Copyright c David R. Wilkins 1989 2008 Contents 2 Infinite Series 25 2.1 The Comparison Test and Ratio Test.............. 26

More information

2 Complex Functions and the Cauchy-Riemann Equations

2 Complex Functions and the Cauchy-Riemann Equations 2 Complex Functions and the Cauchy-Riemann Equations 2.1 Complex functions In one-variable calculus, we study functions f(x) of a real variable x. Likewise, in complex analysis, we study functions f(z)

More information

Selected Solutions To Problems in Complex Analysis

Selected Solutions To Problems in Complex Analysis Selected Solutions To Problems in Complex Analysis E. Chernysh November 3, 6 Contents Page 8 Problem................................... Problem 4................................... Problem 5...................................

More information

COMPLEX ANALYSIS 1 Douglas N. Arnold 2

COMPLEX ANALYSIS 1 Douglas N. Arnold 2 COMPLEX ANALYSIS 1 Douglas N. Arnold 2 References: John B. Conway, Functions of One Complex Variable, Springer-Verlag, 1978. Lars V. Ahlfors, Complex Analysis, McGraw-Hill, 1966. Raghavan Narasimhan, Complex

More information

The result above is known as the Riemann mapping theorem. We will prove it using basic theory of normal families. We start this lecture with that.

The result above is known as the Riemann mapping theorem. We will prove it using basic theory of normal families. We start this lecture with that. Lecture 15 The Riemann mapping theorem Variables MATH-GA 2451.1 Complex The point of this lecture is to prove that the unit disk can be mapped conformally onto any simply connected open set in the plane,

More information

MATH FINAL SOLUTION

MATH FINAL SOLUTION MATH 185-4 FINAL SOLUTION 1. (8 points) Determine whether the following statements are true of false, no justification is required. (1) (1 point) Let D be a domain and let u,v : D R be two harmonic functions,

More information

MAT665:ANALYTIC FUNCTION THEORY

MAT665:ANALYTIC FUNCTION THEORY MAT665:ANALYTIC FUNCTION THEORY DR. RITU AGARWAL MALAVIYA NATIONAL INSTITUTE OF TECHNOLOGY JAIPUR Contents 1. About 2 2. Complex Numbers 2 3. Fundamental inequalities 2 4. Continuously differentiable functions

More information

COMPLEX ANALYSIS MARCO M. PELOSO

COMPLEX ANALYSIS MARCO M. PELOSO COMPLEX ANALYSIS MARCO M. PELOSO Contents. Holomorphic functions.. The complex numbers and power series.2. Holomorphic functions 3.3. The Riemann sphere 7.4. Exercises 8 2. Complex integration and Cauchy

More information

Complex Function. Chapter Complex Number. Contents

Complex Function. Chapter Complex Number. Contents Chapter 6 Complex Function Contents 6. Complex Number 3 6.2 Elementary Functions 6.3 Function of Complex Variables, Limit and Derivatives 3 6.4 Analytic Functions and Their Derivatives 8 6.5 Line Integral

More information

MATH 311: COMPLEX ANALYSIS CONTOUR INTEGRALS LECTURE

MATH 311: COMPLEX ANALYSIS CONTOUR INTEGRALS LECTURE MATH 3: COMPLEX ANALYSIS CONTOUR INTEGRALS LECTURE Recall the Residue Theorem: Let be a simple closed loop, traversed counterclockwise. Let f be a function that is analytic on and meromorphic inside. Then

More information

1. If 1, ω, ω 2, -----, ω 9 are the 10 th roots of unity, then (1 + ω) (1 + ω 2 ) (1 + ω 9 ) is A) 1 B) 1 C) 10 D) 0

1. If 1, ω, ω 2, -----, ω 9 are the 10 th roots of unity, then (1 + ω) (1 + ω 2 ) (1 + ω 9 ) is A) 1 B) 1 C) 10 D) 0 4 INUTES. If, ω, ω, -----, ω 9 are the th roots of unity, then ( + ω) ( + ω ) ----- ( + ω 9 ) is B) D) 5. i If - i = a + ib, then a =, b = B) a =, b = a =, b = D) a =, b= 3. Find the integral values for

More information

Math 715 Homework 1 Solutions

Math 715 Homework 1 Solutions . [arrier, Krook and Pearson Section 2- Exercise ] Show that no purely real function can be analytic, unless it is a constant. onsider a function f(z) = u(x, y) + iv(x, y) where z = x + iy and where u

More information

MATH 566 LECTURE NOTES 4: ISOLATED SINGULARITIES AND THE RESIDUE THEOREM

MATH 566 LECTURE NOTES 4: ISOLATED SINGULARITIES AND THE RESIDUE THEOREM MATH 566 LECTURE NOTES 4: ISOLATED SINGULARITIES AND THE RESIDUE THEOREM TSOGTGEREL GANTUMUR 1. Functions holomorphic on an annulus Let A = D R \D r be an annulus centered at 0 with 0 < r < R

More information

Complex Functions (1A) Young Won Lim 2/22/14

Complex Functions (1A) Young Won Lim 2/22/14 Complex Functions (1A) Copyright (c) 2011-2014 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

5.3 The Upper Half Plane

5.3 The Upper Half Plane Remark. Combining Schwarz Lemma with the map g α, we can obtain some inequalities of analytic maps f : D D. For example, if z D and w = f(z) D, then the composition h := g w f g z satisfies the condition

More information

Taylor and Laurent Series

Taylor and Laurent Series Chapter 4 Taylor and Laurent Series 4.. Taylor Series 4... Taylor Series for Holomorphic Functions. In Real Analysis, the Taylor series of a given function f : R R is given by: f (x + f (x (x x + f (x

More information

The Residue Theorem. Integration Methods over Closed Curves for Functions with Singularities

The Residue Theorem. Integration Methods over Closed Curves for Functions with Singularities The Residue Theorem Integration Methods over losed urves for Functions with Singularities We have shown that if f(z) is analytic inside and on a closed curve, then f(z)dz = 0. We have also seen examples

More information

Math Final Exam.

Math Final Exam. Math 106 - Final Exam. This is a closed book exam. No calculators are allowed. The exam consists of 8 questions worth 100 points. Good luck! Name: Acknowledgment and acceptance of honor code: Signature:

More information

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

Complex numbers, the exponential function, and factorization over C

Complex numbers, the exponential function, and factorization over C Complex numbers, the exponential function, and factorization over C 1 Complex Numbers Recall that for every non-zero real number x, its square x 2 = x x is always positive. Consequently, R does not contain

More information