Part IB — Complex Analysis Theorems with Proof

Part IB — Complex Analysis Theorems with Proof

Part IB | Complex Analysis Theorems with proof 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 lectures. They are nowhere near accurate representations of what was actually lectured, and in particular, all errors are almost surely mine. Analytic functions Complex differentiation and the Cauchy{Riemann equations. Examples. Conformal mappings. Informal discussion of branch points, examples of log z and zc. [3] Contour integration and Cauchy's theorem Contour integration (for piecewise continuously differentiable curves). Statement and proof of Cauchy's theorem for star domains. Cauchy's integral formula, maximum modulus theorem, Liouville's theorem, fundamental theorem of algebra. Morera's theorem. [5] Expansions and singularities Uniform convergence of analytic functions; local uniform convergence. Differentiability of a power series. Taylor and Laurent expansions. Principle of isolated zeros. Residue at an isolated singularity. Classification of isolated singularities. [4] The residue theorem Winding numbers. Residue theorem. Jordan's lemma. Evaluation of definite integrals by contour integration. Rouch´e'stheorem, principle of the argument. Open mapping theorem. [4] 1 Contents IB Complex Analysis (Theorems with proof) Contents 0 Introduction 3 1 Complex differentiation 4 1.1 Differentiation . .4 1.2 Conformal mappings . .4 1.3 Power series . .4 1.4 Logarithm and branch cuts . .6 2 Contour integration 7 2.1 Basic properties of complex integration . .7 2.2 Cauchy's theorem . .7 2.3 The Cauchy integral formula . 11 2.4 Taylor's theorem . 14 2.5 Zeroes . 16 2.6 Singularities . 16 2.7 Laurent series . 18 3 Residue calculus 21 3.1 Winding numbers . 21 3.2 Homotopy of closed curves . 22 3.3 Cauchy's residue theorem . 23 3.4 Overview . 24 3.5 Applications of the residue theorem . 24 3.6 Rouch´estheorem . 27 2 0 Introduction IB Complex Analysis (Theorems with proof) 0 Introduction 3 1 Complex differentiation IB Complex Analysis (Theorems with proof) 1 Complex differentiation 1.1 Differentiation Proposition. Let f be defined on an open set U ⊆ C. Let w = c + id 2 U and write f = u + iv. Then f is complex differentiable at w if and only if u and v, viewed as a real function of two real variables, are differentiable at (c; d), and ux = vy; uy = −vx: These equations are the Cauchy{Riemann equations. In this case, we have 0 f (w) = ux(c; d) + ivx(c; d) = vy(c; d) − iuy(c; d): Proof. By definition, f is differentiable at w with f 0(w) = p + iq if and only if f(z) − f(w) − (p + iq)(z − w) lim = 0: (y) z!w z − w If z = x + iy, then (p + iq)(z − w) = p(x − c) − q(y − d) + i(q(x − c) + p(y − d)): So, breaking into real and imaginary parts, we know (y) holds if and only if u(x; y) − u(c; d) − (p(x − c) − q(y − d)) lim p = 0 (x;y)!(c;d) (x − c)2 + (y − d)2 and v(x; y) − v(c; d) − (q(x − c) + p(y − d)) lim p = 0: (x;y)!(c;d) (x − c)2 + (y − d)2 Comparing this to the definition of the differentiability of a real-valued function, we see this holds exactly if u and v are differentiable at (c; d) with Duj(c;d) = (p; −q); Dvj(c;d) = (q; p): 1.2 Conformal mappings Theorem (Riemann mapping theorem). Let U ⊆ C be the bounded domain enclosed by a simple closed curve, or more generally any simply connected domain not equal to all of C. Then U is conformally equivalent to D = fz : jzj < 1g ⊆ C. 1.3 Power series Proposition. The uniform limit of continuous functions is continuous. Proposition (Weierstrass M-test). For a sequence of functions fn, if we can P find (Mn) ⊆ R>0 such that jfn(x)j < Mn for all x in the domain, then Mn P converges implies fn(x) converges uniformly on the domain. Proposition. Given any constants fcngn≥0 ⊆ C, there is a unique R 2 [0; 1] P1 n such that the series z 7! n=0 cn(z − a) converges absolutely if jz − aj < R and diverges if jz − aj > R. Moreover, if 0 < r < R, then the series converges uniformly on fz : jz − aj < rg. This R is known as the radius of convergence. 4 1 Complex differentiation IB Complex Analysis (Theorems with proof) Theorem. Let 1 X n f(z) = cn(z − a) n=0 be a power series with radius of convergence R > 0. Then (i) f is holomorphic on B(a; R) = fz : jz − aj < Rg. 0 P n−1 (ii) f (z) = ncn(z − 1) , which also has radius of convergence R. (iii) Therefore f is infinitely complex differentiable on B(a; R). Furthermore, f (n)(a) c = : n n! Proof. Without loss of generality, take a = 0. The third part obviously follows from the previous two, and we will prove the first two parts simultaneously. We would like to first prove that the derivative series has radius of convergence R, so that we can freely happily manipulate it. Certainly, we have jncnj ≥ jcnj. So by comparison to the series for f, we can P n−1 see that the radius of convergence of ncnz is at most R. But if jzj < ρ < R, then we can see n−1 n−1 jncnz j z n−1 = n ! 0 jcnρ j ρ P n−1 as n ! 1. So by comparison to cnρ , which converges, we see that the P n−1 radius of convergence of ncnz is at least ρ. So the radius of convergence must be exactly R. Now we want to show f really is differentiable with that derivative. Pick z; w such that jzj; jwj ≤ ρ for some ρ < R as before. Define a new function 1 n−1 X X j n−1−j '(z; w) = cn z w : n=1 j=0 Noting n−1 X j n−1−j n cn z w ≤ njcnjρ ; j=0 we know the series defining ' converges uniformly on fjzj ≤ ρ, jwj < ρg, and hence to a continuous limit. If z 6= w, then using the formula for the (finite) geometric series, we know 1 X zn − wn f(z) − f(w) '(z; w) = c = : n z − w z − w n=1 On the other hand, if z = w, then 1 X n−1 '(z; z) = cnnz : n=1 5 1 Complex differentiation IB Complex Analysis (Theorems with proof) Since ' is continuous, we know 1 f(z) − f(w) X n−1 lim ! cnnz : w!z z − w n=1 So f 0(z) = '(z; z) as claimed. Then (iii) follows from (i) and (ii) directly. Corollary. Given a power series X n f(z) = cn(z − a) n≥0 with radius of convergence R > 0, and given 0 < " < R, if f vanishes on B(a; "), then f vanishes identically. Proof. If f vanishes on B(a; "), then all its derivatives vanish, and hence the coefficients all vanish. So it is identically zero. 1.4 Logarithm and branch cuts Proposition. On fz 2 C : z 62 R≤0g, the principal branch log : U ! C is holomorphic function. Moreover, d 1 log z = : dz z If jzj < 1, then X zn z2 z3 log(1 + z) = (−1)n−1 = z − + − · · · : n 2 3 n≥1 Proof. The logarithm is holomorphic since it is a local inverse to a holomorphic log z d 1 function. Since e = z, the chain rule tells us dz (log z) = z . To show that log(1 + z) is indeed given by the said power series, note that the power series does have a radius of convergence 1 by, say, the ratio test. So by the previous result, it has derivative 1 1 − z + z2 + ··· = : 1 + z Therefore, log(1 + z) and the claimed power series have equal derivative, and hence coincide up to a constant. Since they agree at z = 0, they must in fact be equal. 6 2 Contour integration IB Complex Analysis (Theorems with proof) 2 Contour integration 2.1 Basic properties of complex integration Lemma. Suppose f :[a; b] ! C is continuous (and hence integrable). Then Z b f(t) dt ≤ (b − a) sup jf(t)j a t with equality if and only if f is constant. Proof. We let Z b ! θ = arg f(t) dt ; a and M = sup jf(t)j: t Then we have Z b Z b −iθ f(t) dt = e f(t) dt a a Z b = Re(e−iθf(t)) dt a ≤ (b − a)M; with equality if and only if jf(t)j = M and arg f(t) = θ for all t, i.e. f is constant. Theorem (Fundamental theorem of calculus). Let f : U ! C be continuous with antiderivative F . If γ :[a; b] ! U is piecewise C1-smooth, then Z f(z) dz = F (γ(b)) − F (γ(a)): γ Proof. We have Z Z b Z b f(z) dz = f(γ(t))γ0(t) dt = (F ◦ γ)0(t) dt: γ a a Then the result follows from the usual fundamental theorem of calculus, applied to the real and imaginary parts separately. 2.2 Cauchy's theorem Proposition. Let U ⊆ C be a domain (i.e. path-connected non-empty open set), and f : U ! C be continuous. Moreover, suppose Z f(z) dz = 0 γ for any closed piecewise C1-smooth path γ in U. Then f has an antiderivative.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    29 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us