You are on page 1of 3

Laplace’s equation in the Polar Coordinate System

As I mentioned in my lecture, if you want to solve a partial differential equa-


tion (PDE) on the domain whose shape is a 2D disk, it is much more convenient
to represent the solution in terms of the polar coordinate system than in terms of
the usual Cartesian coordinate system. For example, the behavior of the drum
surface when you hit it by a stick would be best described by the solution of the
wave equation in the polar coordinate system. In this note, I would like to derive
Laplace’s equation in the polar coordinate system in details.
Recall that Laplace’s equation in R2 in terms of the usual (i.e., Cartesian)
(x, y) coordinate system is:

∂2 u ∂2 u
+ = u xx + u y y = 0. (1)
∂ x2 ∂ y 2

The Cartesian coordinates can be represented by the polar coordinates as follows:


(
x = r cos θ;
(2)
y = r sin θ.

Let us first compute the partial derivatives of x, y w.r.t. r, θ :

∂x ∂x

= cos θ, = −r sin θ;


∂r ∂θ

(3)
∂y ∂y
= sin θ, = r cos θ.


∂r ∂θ

∂u
To do so, let’s compute first. We will use the Chain Rule since (x, y) are
∂r
functions of (r, θ) as shown in (2).
∂u ∂u ∂x ∂u ∂y
= +
∂r ∂x ∂r ∂y ∂r
∂u ∂u
= cos θ + sin θ using (3)
∂x ∂y
∂u ∂u
= cos θ + sin θ . (4)
∂x ∂y

∂2 u ∂u ∂u
Now, let’s compute . Noticing that both and are functions of (x, y)
∂r 2 ∂x ∂y

1
and using (3), we have
∂2 u ∂ ∂u ∂ ∂u
= cos θ + sin θ
∂r 2 ∂r ∂x ∂r ∂y
∂ ∂u ∂x ∂ ∂u ∂y ∂ ∂u ∂x ∂ ∂u ∂y
µ ¶ µ ¶
= cos θ + + sin θ +
∂x ∂x ∂r ∂y ∂x ∂r ∂x ∂y ∂r ∂y ∂y ∂r
∂2 u
2 ∂2 u 2 ∂ u
2
= cos θ 2 + 2 cos θ sin θ + sin θ 2 . (5)
∂x ∂x∂y ∂y

∂u ∂2 u
Similarly, let’s compute and 2 .
∂θ ∂θ
∂u ∂u ∂x ∂u ∂y
= +
∂θ ∂x ∂θ ∂y ∂θ
∂u ∂u
= (−r sin θ) + (r cos θ)
∂x ∂y
∂u ∂u
= −r sin θ + r cos θ .
∂x ∂y

∂2 u ∂u ∂ ∂u ∂u ∂ ∂u
= −r cos θ − r sin θ − r sin θ + r cos θ
∂ θ2 ∂x ∂θ ∂x ∂y ∂θ ∂y
∂u ∂ ∂u ∂x ∂ ∂u ∂y ∂u ∂ ∂u ∂x ∂ ∂u ∂y
µ ¶ µ ¶
= −r cos θ − r sin θ + − r sin θ + r cos θ +
∂x ∂x ∂x ∂θ ∂y ∂x ∂θ ∂y ∂x ∂y ∂θ ∂y ∂y ∂θ
∂u ∂ u ∂2 u
µ 2 ¶
= −r cos θ − r sin θ (−r sin θ) + r cos θ
∂x ∂ x2 ∂x∂y
∂u ∂ u ∂2 u
µ 2 ¶
− r sin θ + r cos θ (−r sin θ) + r cos θ
∂y ∂x∂y ∂ y2
∂u ∂u 2 ∂ u
2
∂2 u 2 ∂ u
2 ¶
µ ¶ µ
2
= −r cos θ + sin θ + r sin θ 2 − 2 cos θ sin θ + cos θ 2
∂x ∂y ∂x ∂x∂y ∂y

Dividing both sides by r 2 and using (4), we have


1 ∂2 u 1 ∂u 2 ∂ u
2
∂2 u 2 ∂ u
2
= − + sin θ − 2 cos θ sin θ + cos θ (6)
r 2 ∂ θ2 r ∂r ∂ x2 ∂x∂y ∂ y2

Finally, adding (5) and (6), using the obvious relation cos2 θ + sin2 θ = 1, we have
∂2 u 1 ∂2 u 1 ∂u ∂2 u ∂2 u
+ = − + + ,
∂ r 2 r 2 ∂ θ2 r ∂r ∂ x 2 ∂ y 2

2
which can be cleaned up as:

∂2 u ∂2 u ∂2 u 1 ∂u 1 ∂2 u
+ = + + .
∂ x 2 ∂ y 2 ∂ r 2 r ∂r r 2 ∂ θ 2

Hence, Laplace’s equation (1) becomes:

1 1
u xx + u y y = u r r + u r + 2 u θθ = 0.
r r

Once we derive Laplace’s equation in the polar coordinate system, it is easy to


represent the heat and wave equations in the polar coordinate system. For the heat
equation, the solution u(x, y, t ) = u(r, θ, t ) satisfies
µ ¶
1 1
u t = k(u xx + u y y ) = k u r r + u r + 2 u θθ , k > 0: diffusivity,
r r

whereas for the wave equation, we have


µ ¶
2 2 1 1
u t t = c (u xx + u y y ) = c u r r + u r + 2 u θθ c > 0: wave velocity.
r r

You might also like