logo

Wirtinger Derivatives of Complex Functions 📂Complex Anaylsis

Wirtinger Derivatives of Complex Functions

Buildup

Let’s assume the complex function f:CCf : \mathbb{C} \to \mathbb{C} is given. The complex number z=x+iyz=x+iy, being a linear combination of two real numbers x,yRx,y \in \mathbb{R}, allows us to consider the function ff as a function of two real variables. Moreover, using two real functions u,v:R2Ru,v : \mathbb{R}^{2} \to \mathbb{R}, the value of function ff can be divided into real and imaginary parts as follows.

f(z)=f(x,y)=u(x,y)+iv(x,y) f(z) = f(x,y) = u(x,y) + i v(x,y)

Then, the total derivative of ff can be expressed as follows.

df=du+idv=(uxdx+uydy)+i(vxdx+vydy)=(ux+ivx)dx+(uy+ivy)dy \begin{equation} \begin{aligned} df &= du + i dv \\ &= \left( \dfrac{\partial u}{\partial x}dx + \dfrac{\partial u}{\partial y}dy \right) + i \left( \dfrac{\partial v}{\partial x}dx + \dfrac{\partial v}{\partial y}dy \right) \\ &= \left( \dfrac{\partial u}{\partial x} + i\dfrac{\partial v}{\partial x} \right)dx + \left( \dfrac{\partial u}{\partial y} + i\dfrac{\partial v}{\partial y} \right)dy \end{aligned} \end{equation}

From dzdz and dzˉd\bar{z}, if we determine dx,dydx, dy, it can be organized as follows.

{dz=dx+idydzˉ=dxidy    {dx=dz+dzˉ2dy=dzdzˉ2i \begin{cases} dz = dx + idy \\ d\bar{z} = dx -idy \end{cases} \implies \begin{cases} dx = \dfrac{dz + d\bar{z}}{2} \\ dy = \dfrac{dz - d\bar{z}}{2i} \end{cases}

Upon inserting this into (1)(1) and organizing, it can be presented as follows.

df=(ux+ivx)dx+(uy+ivy)dy=(ux+ivx)(dz+dzˉ2)+(uy+ivy)(dzdzˉ2i)=12[(ux+ivx)i(uy+ivy)]dz+12[(ux+ivx)+i(uy+ivy)]dzˉ=12[(u+iv)xi(u+iv)y]dz+12[(u+iv)x+i(u+iv)y]dzˉ=12[fxify]dz+12[fx+ify]dzˉ=12[xiy]fdz+12[x+iy]fdzˉ \begin{align*} df &= \left( \dfrac{\partial u}{\partial x} + i\dfrac{\partial v}{\partial x} \right)dx + \left( \dfrac{\partial u}{\partial y} + i\dfrac{\partial v}{\partial y} \right)dy \\ &= \left( \dfrac{\partial u}{\partial x} + i\dfrac{\partial v}{\partial x} \right)\left( \dfrac{dz + d\bar{z}}{2} \right) + \left( \dfrac{\partial u}{\partial y} + i\dfrac{\partial v}{\partial y} \right)\left( \dfrac{dz - d\bar{z}}{2i} \right) \\ &= \dfrac{1}{2} \left[ \left( \dfrac{\partial u}{\partial x} + i \dfrac{\partial v}{\partial x} \right) -i \left( \dfrac{\partial u}{\partial y} + i\dfrac{\partial v}{\partial y} \right)\right]dz \\ &\quad+ \dfrac{1}{2} \left[ \left( \dfrac{\partial u}{\partial x} + i \dfrac{\partial v}{\partial x} \right) + i \left( \dfrac{\partial u}{\partial y} + i\dfrac{\partial v}{\partial y} \right)\right]d\bar{z} \\ &= \dfrac{1}{2} \left[ \dfrac{\partial (u+iv)}{\partial x} - i \dfrac{\partial (u+iv)}{\partial y}\right]dz + \dfrac{1}{2} \left[ \dfrac{\partial (u+iv)}{\partial x} + i \dfrac{\partial (u+iv)}{\partial y}\right]d\bar{z} \\ &= \dfrac{1}{2} \left[ \dfrac{\partial f}{\partial x} - i \dfrac{\partial f}{\partial y}\right]dz + \dfrac{1}{2} \left[ \dfrac{\partial f}{\partial x} + i \dfrac{\partial f}{\partial y}\right]d\bar{z} \\ &= \dfrac{1}{2} \left[ \dfrac{\partial }{\partial x} - i \dfrac{\partial }{\partial y}\right]fdz + \dfrac{1}{2} \left[ \dfrac{\partial }{\partial x} + i \dfrac{\partial }{\partial y}\right]fd\bar{z} \end{align*}

At this point, if we denote the first term’s constant and parenthesis as z\dfrac{\partial }{\partial z}, and the second term’s parenthesis as zˉ\dfrac{\partial }{\partial \bar{z}}, we can naturally express the total derivative of the complex function ff as follows.

df=fzdz+fzˉdzˉ df = \dfrac{\partial f}{\partial z}dz + \dfrac{\partial f}{\partial \bar{z}}d\bar{z}

Definition

Let’s define x,yRx,y \in \mathbb{R}, z=x+iyz=x+iy. Assume the complex function f:CCf :\mathbb{C} \to \mathbb{C} is expressed by the real function u,y:R2Ru,y : \mathbb{R}^{2} \to \mathbb{R} as f(z)=f(x,y)=u(x,y)+iv(x,y)f(z)=f(x,y)=u(x,y)+iv(x,y). The differential operators z\dfrac{\partial }{\partial z}, zˉ\dfrac{\partial }{\partial \bar{z}} are defined as follows.

z:=12(xiy)zˉ:=12(x+iy) \begin{align*} \dfrac{\partial }{\partial z} & := \dfrac{1}{2} \left( \dfrac{\partial }{\partial x} - i \dfrac{\partial }{\partial y}\right) \\ \dfrac{\partial }{\partial \bar{z}} & := \dfrac{1}{2} \left( \dfrac{\partial }{\partial x} + i \dfrac{\partial }{\partial y}\right) \end{align*}

This is referred to as the (conjugate) Wirtinger differential operator, and fz,fzˉ\dfrac{\partial f}{\partial z}, \dfrac{\partial f}{\partial \bar{z}} is called the (conjugate) Wirtinger derivative.

Explanation

When applying the Wirtinger differential operator to zz, zˉ\bar{z}, the results are as follows.

zz=12(xiy)(x+iy)=12(xx+yy)=1 \dfrac{\partial z}{\partial z} = \dfrac{1}{2} \left( \dfrac{\partial }{\partial x} - i \dfrac{\partial }{\partial y}\right)(x+iy) = \dfrac{1}{2} \left( \dfrac{\partial x}{\partial x} + \dfrac{\partial y}{\partial y}\right) = 1

zˉzˉ=12(x+iy)(xiy)=12(xx+yy)=1 \dfrac{\partial \bar{z}}{\partial \bar{z}} = \dfrac{1}{2} \left( \dfrac{\partial }{\partial x} + i \dfrac{\partial }{\partial y}\right)(x-iy) = \dfrac{1}{2} \left( \dfrac{\partial x}{\partial x} + \dfrac{\partial y}{\partial y}\right) = 1

zzˉ=12(x+iy)(x+iy)=12(xxyy)=0 \dfrac{\partial z}{\partial \bar{z}} = \dfrac{1}{2} \left( \dfrac{\partial }{\partial x} + i \dfrac{\partial }{\partial y}\right)(x+iy) = \dfrac{1}{2} \left( \dfrac{\partial x}{\partial x} - \dfrac{\partial y}{\partial y}\right) = 0

zˉz=12(xiy)(xiy)=12(xxyy)=0 \dfrac{\partial \bar{z}}{\partial z} = \dfrac{1}{2} \left( \dfrac{\partial }{\partial x} - i \dfrac{\partial }{\partial y}\right)(x-iy) = \dfrac{1}{2} \left( \dfrac{\partial x}{\partial x} - \dfrac{\partial y}{\partial y}\right) = 0

From these results, the Wirtinger differential operator can be interpreted as treating zz and zˉ\bar{z} as if they were independent variables. Indeed, since ff is non-differentiable for all zz, dfdz\dfrac{df}{dz} does not exist. However, by definition, the Wirtinger operator can differentiate functions including zˉ\bar{z}, making it natural to refer to the result as a differentiation. It is said that in complex geometry, the Wirtinger differentiation is primarily handled because when examining regular functions its meaning is entirely the same as the traditional meaning of differentiation.

Regarding Regular Functions

Let’s say f:CCf : \mathbb{C} \to \mathbb{C} is a regular function. Then, the Wirtinger derivative is as follows.

fz=12(xiy)(u+iv)=12(ux+vy+i(uy+vx)) \begin{align*} \dfrac{\partial f}{\partial z} &= \dfrac{1}{2} \left( \dfrac{\partial }{\partial x} -i \dfrac{\partial }{\partial y}\right) (u + iv) \\ &= \dfrac{1}{2} \left( u_{x} + v_{y} + i(-u_{y} + v_{x}) \right) \end{align*}

A differentiable complex function satisfies the Cauchy-Riemann equations, so the equation above is as follows.

fz=12(ux+ux+i(vx+vx))=ux+ivx \dfrac{\partial f}{\partial z} = \dfrac{1}{2} \left( u_{x} + u_{x} + i(v_{x} + v_{x}) \right) = u_{x} + i v_{x}

However, since the derivative of a complex function is f=dfdz=ux+ivxf^{\prime} = \dfrac{df}{dz} = u_{x} + iv_{x}, the following equation holds.

fz=ux+ivx=dfdz \dfrac{\partial f}{\partial z} = u_{x} + i v_{x} = \dfrac{df}{dz}

Therefore, for the differentiable function ff, z\dfrac{\partial }{\partial z} perfectly matches the meaning of ddz\dfrac{d}{dz}. Now, let’s solve equation fzˉ=0\dfrac{\partial f}{\partial \bar{z}}=0.

fzˉ=12(x+iy)(u+iv)=12(uxvy+i(uy+vx))=0 \begin{align*} \dfrac{\partial f}{\partial \bar{z}} &= \dfrac{1}{2} \left( \dfrac{\partial }{\partial x} +i \dfrac{\partial }{\partial y}\right) (u + iv) \\ &= \dfrac{1}{2} \left( u_{x} - v_{y} + i(u_{y} + v_{x}) \right) \\ &= 0 \end{align*}

As both the real and imaginary parts must be 00, the following equation is obtained.

    {ux=vyuy=vx \implies \begin{cases} u_{x} = v_{y} \\ u_{y} = - v_{x} \end{cases}

This is identical to the Cauchy-Riemann equations. Hence, the equation fzˉ=0\dfrac{\partial f}{\partial \bar{z}}=0 itself implies that ff satisfies the Cauchy-Riemann equations. In other words, the following propositions are all equivalent:

  • ff is regular (analytic).
  • fz=0\dfrac{\partial f}{\partial \overline{z}} = 0
  • ff does not depend on z\overline{z}.

Regarding Non-Regular Functions

Let’s consider functions that include z\overline{z}, for example, the absolute value f(z)=zf(z) = \left| z \right|. Suppose we wish to know the rate of change to optimize such functions. However, since ff is non-differentiable, dfdz\dfrac{df}{dz} cannot be calculated, and how to optimize ff remains unknown. In this case, using the Wirtinger differentiation allows the calculation of something that could be called a gradient.

fz=zzz=z \dfrac{\partial f}{\partial z} = \dfrac{\partial z\overline{z}}{\partial z} = \overline{z}

Indeed, this technique is used in engineering fields such as communications.

Properties

The properties that are rightfully expected to be held by differentiation are well maintained.

  • Linearity:

    (af+g)z=afz+gz \dfrac{\partial (af + g)}{\partial z} = a\dfrac{\partial f}{\partial z} + \dfrac{\partial g}{\partial z}

    (af+g)z=afz+gz \dfrac{\partial (af + g)}{\partial \overline{z}} = a\dfrac{\partial f}{\partial \overline{z}} + \dfrac{\partial g}{\partial \overline{z}}

  • Product Rule:

    (fg)z=fzg+fgz \dfrac{\partial (fg)}{\partial z} = \dfrac{\partial f}{\partial z}g + f\dfrac{\partial g}{\partial z}

    (fg)z=fzg+fgz \dfrac{\partial (fg)}{\partial \overline{z}} = \dfrac{\partial f}{\partial \overline{z}}g + f\dfrac{\partial g}{\partial \overline{z}}

  • Chain Rule

    (fg)z=fwgz+fwgz \dfrac{\partial (f \circ g)}{\partial z} = \dfrac{\partial f}{\partial w} \dfrac{\partial g}{\partial z} + \dfrac{\partial f}{\partial \overline{w}} \dfrac{\partial \overline{g}}{\partial z}

    (fg)z=fwgz+fwgz \dfrac{\partial (f \circ g)}{\partial \overline{z}} = \dfrac{\partial f}{\partial w} \dfrac{\partial g}{\partial \overline{z}} + \dfrac{\partial f}{\partial \overline{w}} \dfrac{\partial \overline{g}}{\partial \overline{z}}

Additionally,

2fzz=14(2fx2+2fy2)=14Δf \dfrac{\partial ^{2} f}{\partial z \partial \overline{z}} = \dfrac{1}{4} \left( \dfrac{\partial ^{2} f}{\partial x^{2}} + \dfrac{\partial ^{2} f}{\partial y^{2}}\right) = \dfrac{1}{4}\Delta f

d(fϕ)dt=fzϕt+fzϕt \dfrac{d (f \circ \phi)}{d t} = \dfrac{\partial f}{\partial z} \dfrac{\partial \phi}{\partial t} + \dfrac{\partial f}{\partial \overline{z}} \dfrac{\partial \overline{\phi}}{\partial t}

At this point, ϕ:RC\phi : \mathbb{R} \to \mathbb{C} is.