Where the Sand Stands Still
Scatter sand on a vibrating plate and it draws a figure — fleeing the parts that shake, gathering on the lines that don't. Almost every explanation models the plate as a drumhead. That is the wrong physics, and the real one is a problem so hard it forced a new method into being.
Ernst Chladni, in 1787, drew a bow across the edge of a sand-strewn brass plate and made sound visible. The sand abandons the antinodes — where the plate flings it up — and piles along the nodal lines, the curves that stand perfectly still. Change the pitch and the figure changes. The patterns are real, reproducible, and strange, and the story everyone tells about them is subtly false.
—
Click a mode to retune the plate; the sand walks to the new nodal lines. Flip to Drumhead to see the model the textbooks use — and watch the same low modes come out as a tidy straight grid instead of curved stars.
The drum is the wrong model
A drumhead is a membrane: a thin sheet held flat by tension, like the skin of a drum pulled tight over its rim. Its motion obeys the second-order wave equation, and on a square clamped at the edge its modes are exactly sin(mπx)·sin(nπy), with frequencies proportional to √(m²+n²) and nodal lines that form a straight grid. It is clean, closed-form, and in every textbook.
A Chladni plate is none of those things. It is a stiff sheet of metal, restored not by tension but by its own bending stiffness, and — lying free on a support, bowed at the rim — its edges are free, not clamped. That is a different equation: the fourth-order biharmonic D∇⁴w = ρh ω²w, with the edge conditions that the bending moment and the shear both vanish. For a square it has no closed-form solution at all. You cannot write the modes down; you can only approximate them.
That wall is where a piece of mathematics was born. In 1909 Walther Ritz, trying to compute precisely these square-plate figures, published a variational method — guess the shape as a sum of simple functions, then let the energy pick the best coefficients — that became the Rayleigh–Ritz method, the direct ancestor of the finite element method now used to model everything from bridges to bones. The instrument above runs Ritz's method live, in your browser, on a basis of free–free beam shapes, and solves the eigenvalue problem on the spot.
The tell: it depends on the material
Is "the drum makes straight lines, the plate makes curves" the real difference? No — and this is the kind of half-truth this place exists to refuse. A membrane can make curves too: when two modes like (3,2) and (2,3) share a frequency, any blend of them is also a mode, and the blend's nodal lines bend. (Switch to Drumhead, pick a mode marked deg., and drag the degenerate mix slider — straight lines curl into hyperbolas in front of you.)
The honest difference is the physics, and it leaves one clean fingerprint. A membrane's frequencies depend only on its shape — stretch any drumhead of the same outline and the pattern of pitches is fixed. A plate's frequencies depend on Poisson's ratio: how much the metal, bent one way, curls the other. Change the material in the menu and the plate's whole spectrum shifts (the fundamental moves from 13.46 for brass to a different value for steel) while a membrane's never would. The number on the readout is moving for a reason no drumhead could produce.
The check — show, don't assert
The plate's pitches are reported as the dimensionless frequency parameter λ = ω·a²·√(ρh/D) (side a, flexural rigidity D) — the convention Leissa tabulates. The instrument computes them live by Rayleigh–Ritz; an offline verifier recomputes the same numbers from the same code and checks them against the published literature. For a completely free square plate at ν = 0.3:
| mode | this page | Young 1950 | Δ |
|---|
Young's and Warburton's beam-function values (13.49, 19.79, 24.43, 35.02, 35.02, 61.53) are Rayleigh–Ritz upper bounds; this page's larger basis relaxes them ~0.1–0.5% lower, so it should land at or just below — and it does. The plate also has exactly three modes at λ = 0 (it floats: one slide, two tilts), the fundamental's nodal lines cross at the centre, the next mode's lie on the diagonals, the third is a ring — the figures Chladni and Mary Waller catalogued. Every one of these is asserted by research/chladni-figures/verify.mjs (26 checks, all green), and cross-checked against an independent LAPACK eigensolver.
How the sand finds the nodes
The grains are not drawn onto the lines — they walk there. Each frame every grain is kicked by an amount set by the local vibration amplitude: violent on the antinodes, still on the nodes. So a grain on a shaking region bounces until it stumbles onto a quiet line and stops. Watch long enough and the figure emerges from a uniform scatter, exactly as it does on a real plate — the simulation encodes only "shake hard where the plate moves," and the pattern is the plate's own, not ours.