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→0∆zf(z+∆z)−f(z)
where ∆z = ∆x + i∆y
Horizontal direction: ∆y = 0, ∆z = ∆x
f′(z)=lim∆z→0∆zf(z+∆z)−f(z)=f′(z)=lim∆z→0∆xf(x+∆x+iy)−f(x+iy)=
=lim∆z→0∆xu(x+∆x,y)+iv(x+∆x,y)−(u(x,y)+iv(x,y))=
=∂x∂u(x,y)+i∂x∂v(x,y)
Vertical direction: ∆x = 0, ∆z = i∆y
f′(z)=lim∆z→0∆zf(z+∆z)−f(z)=
=lim∆z→0i∆yu(x,y+∆y)+iv(x,y+∆y)−(u(x,y)+iv(x,y))=
=i1∂y∂u(x,y)+∂y∂v(x,y)=∂y∂v(x,y)−i∂y∂u(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)=∂x∂u(x,y)+i∂x∂v(x,y)=∂y∂v(x,y)−i∂y∂u(x,y)⟹
⟹∂x∂u(x,y)=∂y∂v(x,y) and −∂y∂u(x,y)=∂x∂v(x,y)
Comments