Harmonic Functions

Work in progress. This note is still being written and incomplete.

Let DD be a domain in the xyxy-plane. A real-valued function u(x,y)u(x,y) is harmonic in DD iff:

  • uu has continuous second-order partial derivatives in DD.
  • uu satisfies Laplace’s equation throughout DD:
2u=uxx+uyy=0\nabla^2 u = u_{xx} + u_{yy} = 0

Component Functions of an Analytic Function

If f(z)=u(x,y)+iv(x,y)f(z) = u(x,y) + iv(x,y) is analytic in a domain DD, then uu and vv are harmonic in DD.

Harmonic Conjugate

Let uu and vv be real-valued functions on a region DR2D \subseteq \mathbb{R}^2. vv is a harmonic conjugate of uu iff f(z)=u(x,y)+iv(x,y)f(z) = u(x,y) + iv(x,y) is analytic on DD.

Worked Example

Find a harmonic conjugate vv of u(x,y)=y33x2yu(x,y) = y^3 - 3x^2y, and the corresponding analytic function ff.

ux=6xy,uy=3y23x2u_x = -6xy, \qquad u_y = 3y^2 - 3x^2

Cauchy-Riemann vy=uxv_y = u_x:

vy=6xy    v=3xy2+ϕ(x)v_y = -6xy \implies v = -3xy^2 + \phi(x)

Cauchy-Riemann vx=uyv_x = -u_y:

3y2+ϕ(x)=3y2+3x2    ϕ(x)=3x2-3y^2 + \phi'(x) = -3y^2 + 3x^2 \implies \phi'(x) = 3x^2 ϕ(x)=x3+C\phi(x) = x^3 + C v(x,y)=x33xy2+Cv(x,y) = x^3 - 3xy^2 + C f(z)=(y33x2y)+i(x33xy2+C)=iz3+iCf(z) = (y^3 - 3x^2y) + i(x^3 - 3xy^2 + C) = iz^3 + iC
Written by September 13, 2026 2 min read
Was this helpful?