2.6: Cauchy-Riemann Equations
( \newcommand{\kernel}{\mathrm{null}\,}\)
The Cauchy-Riemann equations are our first consequence of the fact that the limit defining f(z) must be the same no matter which direction you approach z from. The Cauchy-Riemann equations will be one of the most important tools in our toolbox.
Partial Derivatives as Limits
Before getting to the Cauchy-Riemann equations we remind you about partial derivatives. If u(x,y) is a function of two variables then the partial derivatives of u are defined as
∂u∂x(x,y)=limΔx→0u(x+Δx,y)−u(x,y)Δx,
i.e., the derivative of u holding y constant.
∂u∂y(x,y)=limΔy→0u(x,y+Δy)−u(x,y)Δy,
i.e., the derivative of u holding x constant.
Cauchy-Riemann Equations
The Cauchy-Riemann equations use the partial derivatives of u and v to allow us to do two things: first, to check if f has a complex derivative and second, to compute that derivative. We start by stating the equations as a theorem.
If f(z)=u(x,y)+iv(x,y) is analytic (complex differentiable) then
f′(z)=∂u∂x+i∂v∂x=∂v∂y−i∂u∂y
In particular,
∂u∂x=∂v∂y
and
∂u∂y=−∂v∂x.
These partial differential equations (Equations ??? and ???) are what is usually meant by the Cauchy-Riemann equations. Here is the short form of the Cauchy-Riemann equations:
ux=vy
uy=−vx
- Proof
-
Let's suppose that f(z) is differentiable in some region A and
f(z)=f(x+iy)=u(x,y)+iv(x,y).
We'll compute f′(z) by approaching z first from the horizontal direction and then from the vertical direction. We’ll use the formula
f′(z)=limΔz→0f(z+Δz)−f(z)Δz,
where Δz=Δx+iΔy.
Horizontal direction: Δy=0,Δz=Δx
f′(z)=limΔz→0f(z+Δz)−f(z)Δz=limΔx→0f(x+Δx+iy)−f(x+iy)Δx=limΔx→0(u(x+Δx,y)+iv(x+Δx,y))−(u(x,y)+iv(x,y))Δx=limΔx→0u(x+Δx,y)−u(x,y)Δx+iv(x+Δx,y)−v(x,y)Δx=∂u∂x(x,y)+i∂v∂x(x,y)
Vertical direction: Δx=0, Δz=iΔy (We'll do this one a little faster.)
f′(z)=limΔz→0f(z+Δz)−f(z)Δz=limΔy→0(u(x,y+Δy)+iv(x,y+Δy))−(u(x,y)+iv(x,y))iΔy=limΔy→0u(x,y+Δy)−u(x,y)iΔy+iv(x,y+Δy)−v(x,y)iΔy=1i∂u∂y(x,y)+∂v∂y(x,y)=∂v∂y(x,y)−i∂u∂y(x,y)
We have found two different representations of f′(z) in terms of the partials of u and v. If put them together we have the Cauchy-Riemann equations:
f′(z)=∂u∂x+i∂v∂x=∂v∂y−i∂u∂y ⇒ ∂u∂x=∂v∂y, and −∂u∂y=∂v∂x.
It turns out that the converse is true and will be very useful to us.
Consider the function f(z)=u(x,y)+iv(x,y) defined on a region A. If u and v satisfy the Cauchy-Riemann equations and have continuous partials then f(z) is differentiable on A.
- Proof
-
The proof of this is a tricky exercise in analysis. It is somewhat beyond the scope of this class, so we will skip it. If you’re interested, with a little effort you should be able to grasp it.
Using the Cauchy-Riemann equations
The Cauchy-Riemann equations provide us with a direct way of checking that a function is differen- tiable and computing its derivative.
Use the Cauchy-Riemann equations to show that ez is differentiable and its derivative is ez.
Solution
We write
ez=ex+iy=excos(y)+iexsin(y).
So
u(x,y)=excos(y)
and
v(x,y)=exsin(y).
Computing partial derivatives we have
- ux=excos(y),
- uy=−exsin(y),
- vx=exsin(y),
- vy=excos(y).
We see that ux=vy and uy=−vx, so the Cauchy-Riemann equations (Equations ??? and ???) are satisfied. Thus, ez is differentiable and
ddzez=ux+ivx=excos(y)+iexsin(y)=ez.
Use the Cauchy-Riemann equations to show that f(z)=¯z is not differentiable.
Solution
f(x+iy)=x−iy, so u(x,y)=x,v(x,y)=−y. Taking partial derivatives
ux=1, uy=0, vx=0, vy=−1
Since ux≠vy the Cauchy-Riemann equations (Equations ??? and ???) are not satisfied and therefore f is not differentiable.
If f(z) is differentiable on a disk and f′(z)=0 on the disk then f(z) is constant.
- Proof
-
Since f is differentiable and f′(z)≡0, the Cauchy-Riemann equations show that
ux(x,y)=uy(x,y)=vx(x,y)=vy(x,y)=0
We know from multivariable calculus that a function of (x,y) with both partials identically zero is constant. Thus u and v are constant, and therefore so is f.
f′(z) as a 2×2 matrix
Recall that we could represent a complex number a+ib as a 2×2 matrix
a+ib ↔ [a−bba].
Now if we write f(z) in terms of (x,y) we have
f(z)=f(x+iy)=u(x,y)+iv(x,y) ↔ f(x,y)=(u(x,y),v(x,y)).
We have
f′(z)=ux+ivx,
so we can represent f′(z) as
[ux−vxvxux].
Using the Cauchy-Riemann equations we can replace −vx by uy and ux by vy which gives us the representation
f′(z) ↔ [uxuyvxvy],
i.e, f′(z) is just the Jacobian of f(x,y).
For me, it is easier to remember the Jacobian than the Cauchy-Riemann equations. Since f′(z) is a complex number I can use the matrix representation in Equation ??? to remember the Cauchy-Riemann equations!