Delbar and the Laplacian
A real function of two variables u(x,y) is harmonic iff it is in the kernel of the Laplacian operator: Δu:=(∂2∂x2+∂2∂y2)u=0.
∂:=∂z:=12(∂x−i∂y) and ¯∂:=∂¯z=12(∂x+i∂y). Moreover, the 1-form corresponding to F can be written as dF=∂F+¯∂F=∂F∂zdz+∂F∂¯zd¯z.
Written slightly more explicitly: ∂F∂z=12(∂F∂x+1i∂F∂y)∂F∂¯z=12(∂F∂x−1i∂F∂y).
If u is harmonic on Ω then u(z0)=u(x0+iy0)=12πr∮∂Dr(z0)uds=1πr2∬Dr(z0)u(x,y)dxdy.
proof (?):
Define F(r):=12πr∮Dr(z0)uds=12π∫[−π,π]u(z0+reit)dt.
Then differentiate: F′(r)=12π∫[−π,π]cos(t)ux(z0+reit)+sin(t)uy(z0+reit)dt=12πr∮∂Dr(z0)(x−x0r)ux(x,y)+(y−y0r)uy(x,y)ds=12πr∮∂Dr(z0)∂u∂wdsw=[x−x0r,y−y0r]=12πr∭Dr(z0)Δudxdy=0, where we’ve used Green’s theorem and that Δu=0. so F is constant. Take r→1 to obtain F(r)=12π∫[−π,π]u(z0+reit)ds⟶∫[−π,π]u(z0)ds=u(z0)=u(x0,y0).
An important use: if u satisfies the mean value property on every disc and is continuous, then u is automatically harmonic.
Exercises: Harmonic Functions
Show that f is holomorphic iff ¯∂f=0.
solution:
2¯∂f:=(∂x+i∂y)(u+iv)=ux+ivx+iuy−vy=(ux−vy)+i(uy+vx)=0by Cauchy-Riemann.
Show that if f=u+iv is holomorphic then u,v are harmonic.
solution (?):
Idea: use Cauchy-Riemann, take further derivatives, and use equality of partials.
-
By CR, ux=vyuy=−vx.
-
Differentiate with respect to x: uxx=vyxuyx=−vxx.
-
Differentiate with respect to y: uxy=vyyuyy=−vxy.
-
Clairaut’s theorem: partials are equal, so uxx−vyx=0⟹uxx+uyy=0vxx+uyx=0⟹vxx+vyy=0.
Show that if u is harmonic on R2 and bounded, then u is constant.
solution (Using Liouville):
Write f=u+iv for v a harmonic conjugate of u, then f is holomorphic on C. Now ef=eu+iv=eueiv and thus |ef|≤|eu||eiv|=|eu| is bounded, so f is a bounded entire function and thus constant by Liouville.
solution (Using the mean value property):
Show that if u,v are harmonic conjugates, then
- u2−v2 is harmonic
- uv is harmonic.
- ux is harmonic.
solution:
Write f=u+iv, which is analytic.
-
f2 is analytic, and f2=(u+iv)2=u2−v2+i(2uv), which necessarily has harmonic components.
-
Covered by the first case.
-
f′ is analytic and one can write f′=ux+ivx, which has harmonic components.
As an alternative to show that uv is harmonic directly by showing it’s in the kernel of the Laplacian. A computation: Δ(uv)=(uv)xx+(uv)yy=(uxxv+uvxx+2uxvx)+(uyyv+uvyy+2uyvy)=(uxx+uyy)v+(vxx+vyy)u+2(uxvx+uyvy)=(uxx+uyy)v+(vxx+vyy)u+2(−uxuy+uyux)vx=−uy,vy=ux=(uxx+uyy)v+(vxx+vyy)u=Δ(u)v+Δ(v)u=0.
Find a harmonic conjugate for u(x,y)=x3−3xy2−x−y.
The standard procedure for harmonic conjugates:
- Start with u
- Take ∂∂x to get ux
- Apply CR to get ux=vy
- Take ∫dy to get v, which is essentially the solution up to an unknown f(x).
- Take ∂∂x to get vx which involves fx
- Apply CR to set vx=−uy and solve for fx
- Compute ∫fxdx to obtain f(x).
My quick mnemonic:
solution:
First, check that u is actually harmonic: Δu=∂∂x(3x2−3y2−1)+∂∂y(−6xy−1)=6x+(−6x)=0.
Standard procedure: integrate vy=ux with respect to x, vy=ux=3x2−3y2−1⟹v=∫uxdy=3x2y−y3−y+f1(x). Now differentiate v with respect to x and set vx=−uy: vx=6xy+(f1)x=−uy=6xy+1⟹f1=x+c1. Thus v(x,y)=3x2y−y3−y+x+c1.