Solving the Laplace equation in R2: The Dirichlet problem In this lecture we will study something called the Dirichlet problem for discs in R2 . Given a continuous function f on the boundary of a disc Br we will try to construct a harmonic function u on the entire disc so that f and u agree on ∂Br . This turns out to be a lot easier in polar coordinates. 1 The laplacian in polar coordinates. The first problem is to calculate the laplacian in polar coordinates. If u : R2 → R, then ∂ 2 u 1 ∂u 1 ∂2u + + . (1) ∂r2 r ∂r r2 ∂θ2 This is a straightforward consequence of the chain rule, but the calculation is rather tedious. Now look for harmonic functions of the form u(r, θ) = g(r)h(θ). Plug this into (1) and �u = g ∂2h ∂ 2 g h ∂g + 2 2 = 0. + 2 ∂r r ∂r r ∂θ (2) 1 ∂2h r2 ∂ 2 g r ∂g + + = 0. g ∂r2 g ∂r h ∂θ2 (3) h Multiplying by r2 u we get The first two terms depend only on radius, and the last term depends only on θ, so both must be constant. We have h�� = c, (4) h and r2 g �� rg � + = −c. (5) g g We can solve these separately. From (4) we get √ ⎧ (√c)θ + be−( c)θ if c > 0 ⎨ ae h= a + bθ√ if c = 0, or √ ⎩ a cos( −cθ) + b sin( −cθ) if c < 0, 1 but h has to be periodic with period 2π. This immediately excludes the possibility that c > 0, and if c = 0 we need h to be constant. It also restricts the possibilities if c < 0, when we need c = −k 2 for some integer k. Our solutions are h constant or h = a cos kθ + b sin kθ for some integer k. Solving (5) is a little trickier. First we’ll deal with the case c = 0. Then we get rg �� + g � = 0 This is a first order equation in g’ which we can solve to get g � = ar1 , so g = a0 + a1 log r. In order for g to be well defined at the origin we need a1 = 0, so if c = 0 then the only solutions are constants. Now deal with c �= 0. From above we need c = −k 2 . We’ll try for solutions of the form g = rm . Plugging this into (5) we get rm (m2 − k 2 ) = 0, (6) so we need m = ±k, and g(r) = a0 rk + a1 r−k . Once again we need a1 = 0 so that g is well defined at the origin. Together with our solution for h we have u constant or u(r, θ) = rk (a cos kθ + b sin kθ) (7) for some integer k. Since the sum of any collection of harmonic functions is still harmonic we also get solutions of the form v= ∞ � rk (ak cos kθ + bk sin kθ). (8) k=0 We have found lots of harmonic functions on R2 , and we can now solve the Dirichlet problem fairly easily. Take a continuous function f on the boundary of a disc BR . We can expand f as a fourier series, so f= ∞ � (ck cos kθ + dk sin kθ) (9) k=0 �∞ k −k k=0 r (R ck Define v = cos kθ + R−k dk sin kθ). Then v is harmonic on BR , and v = f on the boundary as required. It turns out that all harmonic equations on the disc are of this form. This follows immediately from the fact that two harmonic functions which agree on the boundary agree over the entire set. 2