Analytic Functions and Cauchy–Riemann

30 min
0/4 practice checks

Write a complex function as f(z)=u(x,y)+iv(x,y)f(z) = u(x,y) + i\,v(x,y), splitting it into real and imaginary parts of z=x+iyz = x + iy. Such ff is analytic (complex-differentiable) on a region when uu and vv have continuous partial derivatives satisfying the Cauchy–Riemann equations:

ux=vyanduy=vx.u_x = v_y \qquad \text{and} \qquad u_y = -v_x.

These couple the real and imaginary parts so tightly that complex differentiability is far stronger than real differentiability.

Worked example. For f(z)=z2=(x+iy)2=(x2y2)+i(2xy)f(z) = z^2 = (x+iy)^2 = (x^2 - y^2) + i(2xy), we have u=x2y2u = x^2 - y^2 and v=2xyv = 2xy. Then ux=2xu_x = 2x and vy=2xv_y = 2x (equal ✓); uy=2yu_y = -2y and vx=2y-v_x = -2y (equal ✓). Cauchy–Riemann holds everywhere, so z2z^2 is analytic, with derivative f(z)=2zf'(z) = 2z. By contrast f(z)=zˉ=xiyf(z) = \bar z = x - iy has ux=11=vyu_x = 1 \ne -1 = v_y — it is nowhere analytic.