0% found this document useful (0 votes)
35 views

Lecture 4

The document discusses differentiability of functions of a complex variable. It defines differentiability similarly to real functions, using limits. The key points are: 1) A function is complex differentiable if its limit exists, similarly to real functions. 2) Complex differentiable functions satisfy the Cauchy-Riemann equations relating the partial derivatives of the real and imaginary parts. 3) Satisfying the Cauchy-Riemann equations is a necessary but not sufficient condition for differentiability. Continuous partial derivatives that satisfy Cauchy-Riemann ensure differentiability.

Uploaded by

Aarushi Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views

Lecture 4

The document discusses differentiability of functions of a complex variable. It defines differentiability similarly to real functions, using limits. The key points are: 1) A function is complex differentiable if its limit exists, similarly to real functions. 2) Complex differentiable functions satisfy the Cauchy-Riemann equations relating the partial derivatives of the real and imaginary parts. 3) Satisfying the Cauchy-Riemann equations is a necessary but not sufficient condition for differentiability. Continuous partial derivatives that satisfy Cauchy-Riemann ensure differentiability.

Uploaded by

Aarushi Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Differentiability

Lecture 4 Differentiability
Differentiability
Recall: Let A be a nonempty open subset of R. x0 ∈ A. Then we say f is
differentiable at x0 if the limit
f (x0 + h) − f (x0 )
lim
h→0 h
exists.
Definition: Let D be a nonempty open subset of C. z0 ∈ D. Then f is
differentiable at z0 if the limit
f (z0 + h) − f (z0 )
lim
h→0 h
exists. The value of the limit is denoted by f 0 (z0 ) and is called the
derivative of f at the point z0 .
Let f (z) = z 2 . Then f (z + h) − f (z) = 2zh + h2 and hence the above
d
limit is 2z. In general, dz (z n ) = nz n−1 , n ∈ N.
If g (z) = z then the function g is not differentiable anywhere in C. As

g (z + h) − g (z) h
lim = lim
h→0 h h→0 h

does not exist.


Lecture 4 Differentiability
Differentiability
If f is differentiable at z0 then f is continuous at z0 .
f (z) − f (z0 )
Proof: Since f 0 (z0 ) = lim it follows that
z→z0 z − z0
f (z) − f (z0 )
lim f (z) = lim (z − z0 ) + f (z0 ) = f (z0 ).
z→z0 z→z0 z − z0

Derivative of a constant function is zero.


Suppose f , g be differentiable at z0 and α, β ∈ C. Then
(αf + βg )0 = αf 0 + βg 0 .
If h(z) = f (z)g (z), then h0 (z0 ) = f 0 (z0 )g (z0 ) + f (z0 )g 0 (z0 )
g (z)
If f (z) = 6 0, then
and h(z0 ) =
h(z)
g 0 (z0 )h(z0 ) − g (z0 )h0 (z0 )
f 0 (z0 ) = .
[h(z0 )]2

(Chain Rule) d
dz
f (g (z)) = f 0 (g (z))g 0 (z) whenever all the terms make
sense.
Lecture 4 Differentiability
Differentiability

Question: Is there any difference between the differentiability in R2 and C?


Let f : C → R defined by f (z) = |z|2 . Consider

|z0 + h|2 − |z0 |2 z0 h̄ + z¯0 h + hh̄ h̄


lim = lim = z0 lim + z¯0 + h̄.
h→0 h h→0 h h→0 h

The above limit exists if and only if z0 = 0. i.e. the function f (z) is
complex differentiable only at 0.
However if we view the same function f as f : R2 → R i.e.
f (x, y ) = x 2 + y 2 then f is differentiable everywhere on R2 .

Lecture 4 Differentiability
Differentiability

Let D be an open subset of C and f : D → C such that

f (z) = f (x + iy ) = u(x, y ) + iv (x, y ).

Let z0 = x0 + iy0 ∈ D then


u(x0 + h, y0 ) − u(x0 , y0 )
ux (x0 , y0 ) = lim .
h→0 h
u(x0 , y0 + k) − u(x0 , y0 )
uy (x0 , y0 ) = lim .
k→0 k
Analogously one can define vx (x0 , y0 ), vy (x0 , y0 ) and higher order partial
derivatives of u and v at (x0 , y0 ).

Lecture 4 Differentiability
Necessary condition for Differentiability

Theorem Suppose that f (z) = f (x + iy ) = u(x, y ) + iv (x, y ) is differentiable


at z0 = x0 + iy0 . Then the partial derivatives of u and v exist at the point
z0 = (x0 , y0 ) and

f 0 (z0 ) = ux (x0 , y0 ) + ivx (x0 , y0 ) = vy (x0 , y0 ) − iuy (x0 , y0 ).

Thus equating the real and imaginary parts we get

ux = vy , uy = −vx , at z0 = x0 + iy0 (Cauchy Riemann equations).

Proof. Since f is differentiable at z0 letting h = h1 + ih2 tending to 0 in two


different paths we get the same limit.
f (z0 + h) − f (z0 )
f 0 (z0 ) = lim
h→0 h
u(x0 + h1 , y0 ) − u(x0 , y0 ) + i[v (x0 + h1 , y0 ) − v (x0 , y0 ]
= lim
h→0 h
= ux (x0 , y0 ) + ivx (x0 , y0 ), [h1 → 0, h2 = 0]

Lecture 4 Differentiability
Necessary condition for Differentiability

and
f (z0 + h) − f (z0 )
f 0 (z0 ) = lim
h→0 h
u(x0 , y0 + h2 ) − u(x0 , y0 ) + i[v (x0 , y0 + h2 ) − v (x0 , y0 )]
= lim
h→0 ih
v (x0 , y0 + h2 ) − v (x0 , y0 ) u(x0 , y0 + h2 ) − u(x0 , y0 )
= lim − i lim
h→0 h h→0 h
= vy (x0 , y0 ) − iuy (x0 , y0 ) [h1 = 0, h2 → 0].

Thus equating the real and imaginary parts of f 0 (z0 ) we get

ux (x0 , y0 ) = vy (x0 , y0 ), uy (x0 , y0 ) = −vx (x0 , y0 ), (Cauchy Riemann equations).

Lecture 4 Differentiability
Necessary condition for Differentiability

Summary:
f is differentiable at z0 ⇒ partial derivatives of u and v exist at the point
z0 and f satisfies Cauchy Riemann equations.
The partial derivatives of u and v exist at the point z0 = (x0 , y0 ) but f
DOES NOT satisfy Cauchy Riemann equations =⇒ f is NOT
differentiable at z0 .
Take f (z) = |z|2 . Let z0 = (x0 , y0 ) 6= (0, 0). Here u(x, y ) = x 2 + y 2 and
V (x, y ) = 0. Then

ux (x0 , y0 ) = 2x0 , uy (x0 , y0 ) = 2y0 , vx (x0 , y0 ) = 0 = vy (x0 , y0 )

f does NOT satisfy Cauchy Riemann equations and hence not


differentiable at z0 .
6
f satisfies Cauchy Riemann equations at z0 =⇒ f is differentiable at z0 .

Lecture 4 Differentiability
Necessary condition for Differentiability

Example: Let  2
z
if z 6= 0
f (z) = z
0 if z = 0.
 3 
x −3xy 2 y 3 −3x 2 y
f (z) − f (0) x 2 +y 2
+ i x 2 +y 2
−0
lim = lim
z→0 z −0 (x, y )→(0, 0) x + iy − 0
Let z approach 0 along the x-axis. Then, we have
x −0
lim =1.
(x, 0)→(0, 0) x −0
Let z approach 0 along the line y = x. This gives
−x − ix
lim = −1 .
(x, x)→(0, 0) x + ix
Since the limits are distinct, we conclude that f is not differentiable at the
origin.

Lecture 4 Differentiability
Necessary condition for Differentiability

u(x, 0) − u(0, 0) x −0
ux (0, 0) = lim = lim =1.
x→0 x −0 x→0 x
In a similar fashion, one can show that

uy (0, 0) = 0, vx (0, 0) = 0 and vy (0, 0) = 1 .

Hence the function satisfies the Cauchy-Riemann equations ux = vy , uy = −vx


at the point z = 0.
Cauchy-Riemann equation in polar form
Let f (z) = f (re iθ ) = u(r , θ) + iv (r , θ). The polar form of Cauchy
Riemann equation can be obtained as follows:
∂u 1 ∂v ∂v 1 ∂u
= , =− .
∂r r ∂θ ∂r r ∂θ
Result: Let D be a domain in C. If f : D ⊆ C → C is such that
f 0 (z) = 0 for all z ∈ D, then f is a constant function.

Lecture 4 Differentiability
Sufficient condition for Differentiability

Theorem Let the function f = u + iv be defined on B(z0 , r ) such that


ux , uy , vx , vy exist on B(z0 , r ) and are continuous at z0 . If u and v satisfies CR
equations then f 0 (z0 ) exist and f 0 (z0 ) = ux (z0 ) + ivx (z0 ).
Exercise: Using the above result we can immediately check that the functions
1 f (x + iy ) = x 3 − 3xy 2 + i(3x 2 y − y 3 )
2 f (x + iy ) = e −y cos x + ie −y sin x
are differentiable everywhere in the complex plane.

Lecture 4 Differentiability

You might also like