Robin boundary condition
/ ROB-in /
Real boundaries are rarely so clean as a fixed temperature or a perfect insulator. A hot pipe exposed to the air does not have its surface temperature dictated, nor is it insulated — instead it loses heat to the surroundings at a rate that depends on how much hotter it is than the air. The boundary's flux and its value are linked. The Robin boundary condition captures exactly this realistic in-between case by prescribing a combination of the field value and its normal derivative.
Formally it reads a u + b (partial u / partial n) = g on the boundary, where a and b are given constants (or functions) and partial / partial n is the outward normal derivative — a single equation mixing the value and the slope. Setting b = 0 recovers a Dirichlet condition (value only) and setting a = 0 recovers a Neumann condition (slope only), so Robin is the genuine generalization containing both as limits. The archetypal example is Newton's law of cooling at a surface, -k (partial u / partial n) = h (u - u_ambient): the heat leaving the surface (a flux, hence a normal derivative) is proportional to the temperature difference between the surface and the surrounding medium, with h the heat-transfer coefficient. Rearranged, this is precisely a Robin condition.
Robin conditions are the right model for convective heat loss, leaky or absorbing boundaries, contact resistance, and elastically supported edges of beams and membranes. In a separation-of-variables solution they make the eigenvalue equation transcendental — the eigenvalues are roots of an equation like tan(lambda L) = (something), no longer the tidy n pi / L of the Dirichlet and Neumann cases — so the resulting series is still an eigenfunction expansion but with eigenvalues you must find numerically. This is the honest price of modeling a realistic, partially open boundary.
A rod whose right end loses heat to air at temperature 0 by convection satisfies -k u_x(L, t) = h u(L, t), a Robin condition. The spatial eigenvalues lambda then solve the transcendental equation tan(lambda L) = -k lambda / h, and must be located numerically.
Convective cooling links value and slope; the price is eigenvalues that no longer come out as neat multiples of pi.
Robin is not a separate exotic case but the general linear boundary condition; Dirichlet and Neumann are its two limits, so any physical boundary that both holds and leaks is most honestly described by a Robin condition.