Complex Analysis Short Notes
Complex Analysis Short Notes
Functions
Complex Analysis Notes
Contents
1 Functions of a Complex Variable and Mappings 2
1.1 Complex Functions . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Mappings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1
1 Functions of a Complex Variable and Map-
pings
1.1 Complex Functions
A complex function f is a rule that assigns to each complex number z ∈ C
a complex number w ∈ C. It is often written as:
where z = x + iy, and u(x, y), v(x, y) are real-valued functions of two real
variables.
1.2 Mappings
A complex function f (z) can be interpreted as a mapping from one complex
plane to another. This mapping may preserve or distort shapes depending
on the function.
Example:
2
2.2 Theorems on Limits
Let f (z) and g(z) be complex functions such that their limits exist as z → z0 ,
then:
lim f (z) = 0
z→∞
4.2 Differentiability
The derivative of f at z0 is defined by:
f (z) − f (z0 )
f ′ (z0 ) = lim
z→z0 z − z0
if this limit exists. If f is differentiable at z0 , then it is also continuous there.
3
5 Cauchy-Riemann Equations and Examples
Let f (z) = u(x, y) + iv(x, y). The Cauchy-Riemann (CR) equations are:
∂u ∂v ∂u ∂v
= , =−
∂x ∂y ∂y ∂x
So,
u(x, y) = x2 − y 2 , v(x, y) = 2xy
Then,
∂u ∂v ∂u ∂v
= 2x = , = −2y = −
∂x ∂y ∂y ∂x
Hence, CR equations are satisfied and f is analytic.
• f (z) = z n , where n ∈ Z
• f (z) = ez
• f (z) = 1
z
is analytic except at z = 0
4
8 Exponential, Logarithmic, and Trigonomet-
ric Functions
8.1 Exponential Function
∞
z
X zn
e =
n=0
n!
5
UNIT – II: Complex Integration
Complex Analysis Notes
Contents
1 Derivatives of Functions 2
5 Antiderivatives 3
6 Cauchy-Goursat Theorem 3
8 Liouville’s Theorem 4
1
1 Derivatives of Functions
Let f (z) be a complex function. The derivative at a point z0 ∈ C is defined
as:
f (z) − f (z0 )
f ′ (z0 ) = lim
z→z0 z − z0
if the limit exists. This is the same definition as in real calculus, but the
limit must exist and be the same from all directions in the complex plane.
2
Solution: Parametrize the semicircle:
γ(t) = eit , t ∈ [0, π]
Then:
π π π
e2it
Z Z Z
it it 2it 1
z dz = e · ie dt = i e dt = i = (e2πi − 1) = 0
C 0 0 2i 0 2
5 Antiderivatives
Let f be a complex function. A function F is an antiderivative of f in a
domain D if:
F ′ (z) = f (z) ∀z ∈ D
If f has an antiderivative in D, then for any contour C from a to b:
Z
f (z) dz = F (b) − F (a)
C
6 Cauchy-Goursat Theorem
Let f be analytic in a simply connected domain D, and let C be a closed
contour in D. Then: Z
f (z) dz = 0
C
3
Consequences: - If f is analytic in a domain D, then the integral of
f around any closed contour in D is 0. - The integral depends only on the
endpoints if the domain is simply connected.
8 Liouville’s Theorem
If a function f is entire (analytic on all of C) and bounded, then f is constant.
Proof Idea: Use the Cauchy estimate from the integral formula:
n! · M
|f (n) (0)| ≤
Rn
As R → ∞, f (n) (0) → 0 ⇒ f (n) (0) = 0 for all n ≥ 1 ⇒ f is constant.
4
UNIT – III: Series and Residues
Complex Analysis Notes
Contents
1 Taylor Series 2
2 Laurent Series 2
6 Residues 3
8 Residue at Infinity 4
1
1 Taylor Series
Let f be analytic at z0 . Then in a neighborhood of z0 , f can be written as:
∞
X f (n) (z0 )
f (z) = (z − z0 )n
n=0
n!
1
Example: For f (z) = 1−z
, Taylor expansion about z0 = 0 is:
∞
1 X
= zn, |z| < 1
1−z n=0
2 Laurent Series
If f is analytic in an annulus R1 < |z − z0 | < R2 , then:
∞
X
f (z) = an (z − z0 )n
n=−∞
This is called the Laurent series, which includes both positive and negative
powers.
1
Example: Expand f (z) = z(z−1) in the annulus 0 < |z| < 1:
∞ ∞
1 1 1 X n X n−1
f (z) = · = z = z
z 1−z z n=0 n=0
2
4 Integration and Differentiation of Power Se-
ries
If a power series converges in |z − z0 | < R, then it can be: - **Differentiated
term-by-term**:
∞
X
f ′ (z) = nan (z − z0 )n−1
n=1
- **Integrated term-by-term**:
Z ∞
X an
f (z) dz = C + (z − z0 )n+1
n=0
n + 1
6 Residues
The residue of f at an isolated singularity z0 , denoted Res(f, z0 ), is the
coefficient a−1 in the Laurent expansion.
For a simple pole:
1 dn−1
Res(f, z0 ) = lim n−1 [(z − z0 )n f (z)]
(n − 1)! z→z0 dz
3
7 Cauchy’s Residue Theorem
Let f be analytic except for isolated singularities inside a closed contour C.
Then: Z X
f (z) dz = 2πi Res(f, zk )
C
where zk are the singularities inside C.
8 Residue at Infinity
Defined as: X
Res(f, ∞) = − Res(f, zk )
where zk are all finite isolated singularities.
4
Residue at z = i is:
eiz e−1
Res(f, i) = lim =
z→i (z + i) 2i
Then,
∞
e−1
Z
cos x
dx = Re 2πi · = πe−1
−∞ x2 + 1 2i