A complex function is a function f:D⊆C→C. We can write f(z)=u(x,y)+iv(x,y) where z=x+iy and u,v are real-valued functions.
Example.f(z)=z2=(x+iy)2=(x2−y2)+i(2xy). Here u=x2−y2 and v=2xy.
Example.f(z)=zˉ=x−iy. Here u=x and v=−y.
Example.f(z)=∣z∣2=x2+y2. Here u=x2+y2 and v=0.
2.2 Limits and Continuity
The limit limz→z0f(z)=L means: for every ε>0There exists δ>0 Such that 0<∣z−z0∣<δ implies ∣f(z)−L∣<ε.
Unlike the real case, z can approach z0 from any direction in C. This makes limits More restrictive.
Proposition 2.1.limz→z0f(z)=L if and only if lim(x,y)→(x0,y0)u(x,y)=a And lim(x,y)→(x0,y0)v(x,y)=b where L=a+bi.
Definition.f is continuous at z0 if limz→z0f(z)=f(z0).
Solution
Problem. Show that limz→0zzˉ does not exist.
Let z=reiθ. Then zzˉ=e−2iθ. As z→0 along different Rays (θ=0,π/2,π/4Etc.), the ratio takes different values (1,−1,−iEtc.). Since the limit depends on the direction of approach, it does not exist.
Problem. Determine whether f(z)=z−1z2−1 is continuous at z=1.
For z=1: f(z)=z+1. The limit as z→1 is 2But f(1) is undefined (division by zero). If we define f(1)=2Then f becomes continuous at z=1.
2.3 The Derivative
Definition.f is differentiable at z0 if
f"(z0)=limh→0hf(z0+h)−f(z0)
Exists (and is independent of how h→0 in C).
Remark. The requirement that the limit be the same for all directions of approach of h is what Makes complex differentiability far more restrictive than real differentiability.
2.4 Analytic Functions
Definition. A function f is analytic (or holomorphic) on an open set U⊆C if f is differentiable at every point of U. A function that is analytic On all of C is called entire.
Examples of entire functions:zn, ez, sinz, coszPolynomials.
Example of a non-analytic function:f(z)=zˉ is nowhere differentiable (except at z=0 if we define it, but still not analytic there).
Solution
Problem. Show that f(z)=∣z∣2 is differentiable only at z=0.
f(z)=x2+y2So u=x2+y2 and v=0. ux=2x, uy=2y, vx=0, vy=0. The Cauchy-Riemann equations require 2x=0 and 2y=0So x=y=0. Thus f satisfies CR only at z=0.
At z=0: f′(0)=limh→0h∣h∣2=limh→0hˉ=0So f is Differentiable at 0 but not analytic anywhere (no neighbourhood of 0 is analytic).
Problem. Show that f(z)=zzˉ+z is differentiable only at z=0.
f(z)=∣z∣2+z=(x2+y2+x)+iy. ux=2x+1, uy=2y, vx=0, vy=1. CR equations: 2x+1=1⇒x=0And 2y=0⇒y=0. At (0,0): f′(0)=limh→0hhhˉ+h=limh→0(hˉ+1)=1. So f is differentiable at z=0 only, hence nowhere analytic.
2.5 Branch Cuts and Multi-Valued Functions
Many important functions in complex analysis are inherently multi-valued. To work with them as Single-valued functions, we must restrict the domain.
Definition. A branch of a multi-valued function f is a single-valued analytic function g Defined on a domain D such that g(z)∈f(z) for all z∈D.
The Complex Logarithm. We define logz=ln∣z∣+iarg(z)Which is multi-valued because arg(z)=Arg(z)+2πk for k∈Z. The principal branch is
Logz=ln∣z∣+iArg(z)
Defined on C∖(−∞,0]. The negative real axis is called the branch cut.
Proposition 2.2. The principal branch Logz is analytic on C∖(−∞,0] and dzdLogz=z1.
Complex Powers. For z,α∈C with z=0:
zα=eαlogz
This is multi-valued . When α is rational with reduced form p/qThere are exactly q distinct values.
Solution
Problem. Find all values of (−1)i.
(−1)i=eilog(−1)=ei(iπ+2πik)=e−π−2πk for k∈Z.
These are all positive real numbers: …,e3π,eπ,e−π,e−3π,…. The principal value (using the principal branch) is e−π.
Problem. Find all values of i1/2.
i1/2=e(1/2)logi=e(1/2)(iπ/2+2πik)=eiπ/4+iπk.
For k=0: eiπ/4=22(1+i). For k=1: ei5π/4=−22(1+i). These are the two square roots of i.
Problem. Find the domain of analyticity of f(z)=Log(z2+1).
Logw is analytic on C∖(−∞,0]So we need z2+1∈/(−∞,0].
z2+1≤0 when z2≤−1I.e., z∈[−i,0]∪[0,i] (the imaginary axis Segment from −i to i). Also z2+1=0 at z=±i.