3.1 Explicit boundary conditions

For the problems of interest here we shall only consider linear boundary conditions, which express a linear relation between the function and its partial derivatives, e.g.,

u(x,y = 0) + x{∂u\over ∂x}(x,y = 0) = 0.
(3.9)

As before the maximal order of the derivative in the boundary condition is one order lower than the order of the PDE. For a second order differential equation we have three possible types of boundary condition

3.1.1 Dirichlet boundary condition

When we specify the value of u on the boundary, we speak of Dirichlet boundary conditions. An example for a vibrating string with its ends, at x = 0 and x = L, fixed would be

u(0,t) = u(L,t) = 0.
(3.10)

3.1.2 von Neumann boundary conditions

In multidimensional problems the derivative of a function w.r.t. to each of the variables forms a vector field (i.e., a function that takes a vector value at each point of space), usually called the gradient. For three variables this takes the form

\text{grad}f(x,y,z) = \mathop{∇}f(x,y,z) = \left ({∂f\over ∂x}(x,y,z), {∂f\over ∂y}(x,y,z), {∂f\over ∂z}(x,y,z)\right ).
(3.11)

vonNeuman


Figure 3.1: A sketch of the normal derivatives used in the von Neumann boundary conditions.

Typically we cannot specify the gradient at the boundary, since that is too restrictive to allow for solutions. We can – and in physical problems often need to – specify the component normal to the boundary, see Fig. 3.1 for an example. When this normal derivative is specified we speak of von Neumann boundary conditions.

In the case of an insulated (infinitely thin) rod of length a, we can not have a heat-flux beyond the ends so that the gradient of the temperature must vanish (heat can only flow where a difference in temperature exists). This leads to the BC

{∂u\over ∂x}(0,t) = {∂u\over ∂x}(a,t) = 0.
(3.12)

3.1.3 Mixed (Robin’s) boundary conditions

We can of course mix Dirichlet and von Neumann boundary conditions. For the thin rod example given above we could require

u(0,t) + {∂u\over ∂x}(0,t) = u(a,t) + {∂u\over ∂x}(a,t) = 0.
(3.13)