Robin boundary conditions are a weighted combination of
Dirichlet boundary conditions and
Neumann boundary conditions. This contrasts to
mixed boundary conditions, which are boundary conditions of different types specified on different subsets of the boundary. Robin boundary conditions are also called
impedance boundary conditions, from their application in
electromagnetic problems, or
convective boundary conditions, from their application in
heat transfer problems (Hahn, 2012). If Ω is the domain on which the given equation is to be solved and ∂Ω denotes its
boundary, the Robin boundary condition is: :a u + b \frac{\partial u}{\partial n} =g \qquad \text{on } \partial \Omega for some non-zero constants
a and
b and a given function
g defined on ∂Ω. Here,
u is the unknown solution defined on Ω and denotes the
normal derivative at the boundary. More generally,
a and
b are allowed to be (given) functions, rather than constants. In one dimension, if, for example, Ω = [0,1], the Robin boundary condition becomes the conditions: :\begin{align} a u(0) - bu'(0) &=g(0) \\ a u(1) + bu'(1) &=g(1) \end{align} Notice the change of sign in front of the term involving a derivative: that is because the normal to [0,1] at 0 points in the negative direction, while at 1 it points in the positive direction. ==Application==