✧*。٩(ˊᗜˋ*)و✧*。 白麓的 web-log

Quick Review on Complex Analysis (ep07-13)

This is a summary of the online class I recently watched. I also notice that it is available on Bilibili.

Integrations

It is noteworthy that the integration on seems path-relevant, however, it is not if the function is holomorphic. Cauchy's Integration Theorem states that:

If w(z) holomorphic on a simply-connected set D then

$$ \oint\limits_{\partial D}w(z)\mathrm{d}z=0 $$

This means the integration is terminal-relevant only, for C1w(z)dzC2w(z)dz if path C1 and C2 are homotopic.

Notice that if w(z)=u+iv then the integral can be written as a line integral:

Dw(z)z=Du+ivdx+iy=Dudxvdy+iDvdx+udy,

Apply Green's theorem to both integration:

Dw(z)dz=D(uyvx)dxdy+iD(vy+ux)dxdy=0

The last equation is the result of Cauchy-Riemann equation.

A direct result of Cauchy's integration thm is the following thm

Given f(z) a holomorphic function on D, C is any closed path in D, then:

$$ f(\omega)=\frac{1}{2\pi i}\oint\limits_C\frac{f(z)}{z-\omega}\mathrm{d}z $$

Or, by shift the function a bit

f(0)=12πiCf(z)zdz

The proof goes as following. Decompose f into a constant f(0)=C and a holomorphic function g(z) which g(0)=0. Now that by selecting a specific path (due to Cauchy integral)

Czdz=C02π1ReiθiReiθdθ=C2πi

And let the radius be small enough so g(z)<ϵ

g(z)zdz2πRϵR=2πϵ0

Combine the two: f(z)zdz=2πif(0) hence the result.

Notice that D is closed, hence finite, f being holomorphic, hence bounded

dndωnf(ω}=12πif(z)dndωn1zωdz=n!2πif(z)(zω)n+1dz

That is, if f is holomorphic, then it is infinitely differentiable, it is analytic.

Laurant Series and Residual

This part is missing from the lecture, but I made it up by consulting other resources nonetheless.

Notice first that if 1zk(ωz)k uniformly converges to 1zω in a compact set, then the Cauchy integral formula can be written in to a sum of polynomials.

However, notice that the convergence region obviously will not contain ω itself, we have to consider the annulus around ω thus gives

f(z0)=12πir1f(z)zωdz12πir2f(z)zωdz

expand the expression, the series is known as Laurant series.

f(z0)=n=1bn(z0ω)n+n=0(z0ω}n

where r2|z0ω|r1 and

bn=12πir2f(z)(zω)n1dz,an=12πir1f(z)(zω)n+1dz

The coefficients of Laurant series show the type of poles of ω, denote the number of non-zero coefficients in bn as d, the order of a pole.

We also define residual of f(z) at ω as following:

Res(f,ω)=b1

This would be used in the following episode to get residual thm.