the Robin boundary condition
/ Robin -> roh-BAN (French) /
Most real surfaces are neither held at a fixed temperature nor perfectly insulated — they leak heat to the surrounding air at a rate that depends on how much hotter they are than the air. The hotter the wall above room temperature, the faster it sheds heat. That law of cooling ties the value of u at the boundary to its outward slope there, in one combined statement. A Robin boundary condition does exactly this: it prescribes a linear combination of the value of u and its normal derivative on the boundary. It is the honest middle ground between Dirichlet (value only) and Neumann (slope only).
Concretely a Robin condition reads a u + b u_n = g on the boundary, with given coefficients a and b and given data g. Newton's law of cooling is the standard example: the heat lost across the wall (proportional to the normal derivative u_n) equals a transfer coefficient times the temperature difference between the wall and the outside, which rearranges to exactly this value-plus-slope form. When the coefficient of u_n is zero you recover a Dirichlet condition; when the coefficient of u is zero you recover Neumann — so Robin contains both as limiting cases. The name honors Victor Gustave Robin, though the attribution is partly historical accident.
Robin conditions matter wherever a surface exchanges with its surroundings rather than being clamped or sealed: convective heat loss, a partially absorbing wall, a leaky membrane, a chemically reacting boundary. They keep the resulting eigenvalue problem self-adjoint when the sign of the coefficients is right, so eigenfunction expansions still work — but the eigenvalues are now roots of a transcendental equation (something like tan(lambda L) set equal to a ratio of coefficients) rather than the tidy n pi / L of the Dirichlet and Neumann cases. The clean closed-form spectrum is the price of mixing value and flux.
A rod whose end at x = L cools to air at temperature zero by Newton's law: u_x(L, t) + h u(L, t) = 0, where h > 0 is the heat-transfer coefficient. As h -> 0 the end becomes insulated (Neumann); as h -> infinity it is effectively held at zero (Dirichlet). The allowed spatial modes solve a transcendental equation in lambda, not the simple n pi / L.
Robin = a*value + b*flux on the boundary; it interpolates between Dirichlet and Neumann.
Robin is sometimes loosely called a 'mixed' condition, but mixed can also mean a different thing — Dirichlet on part of the boundary and Neumann on another part. Robin specifically means value and flux combined at the same point.