5 The Laplacian

The Laplacian of a function ϕ is written as ∇ 2 ϕ and is defined as: Laplacian ϕ = div grad ϕ , that is

∇ 2 ϕ = ∇ ̲ ⋅ ∇ ̲ ϕ = ∇ ̲ ⋅ ∂ ϕ ∂ x i ̲ + ∂ ϕ ∂ y j ̲ + ∂ ϕ ∂ z k ̲ = ∂ 2 ϕ ∂ x 2 + ∂ 2 ϕ ∂ y 2 + ∂ 2 ϕ ∂ z 2

The equation ∇ 2 ϕ = 0 , that is ∂ 2 ϕ ∂ x 2 + ∂ 2 ϕ ∂ y 2 + ∂ 2 ϕ ∂ z 2 = 0 is known as Laplace’s equation and has applications in many branches of engineering including Heat Flow, Electrical and Magnetic Fields and Fluid Mechanics.

Example 15

Find the Laplacian of u = x 2 y 2 z + 2 x z .

Solution

∇ 2 u = ∂ 2 u ∂ x 2 + ∂ 2 u ∂ y 2 + ∂ 2 u ∂ z 2 = 2 y 2 z + 2 x 2 z + 0 = 2 ( x 2 + y 2 ) z