🌀 Minimal Surfaces
About this simulation
A minimal surface is a surface whose mean curvature is zero at every point — it is a local minimum of surface area for whatever boundary it spans. Soap films stretched across a wire loop naturally form minimal surfaces, because surface tension pulls the film toward the smallest possible area. The catenoid (the shape a soap film makes between two coaxial rings) and the helicoid (a spiral ramp, like the surface swept by a spinning propeller) are the two oldest known non-planar minimal surfaces, discovered in the 18th century.
How it works
Remarkably, the catenoid and helicoid are not just both minimal — they are part of a continuous one-parameter family of minimal surfaces that bends one into the other without stretching or tearing the surface (an isometric deformation). Every intermediate surface in the family also has zero mean curvature. The bending angle θ sweeps from 0° (pure catenoid) to 90° (pure helicoid), passing through a family of gracefully twisted "bent" minimal surfaces.
Key equations
Catenoid(u,v) = (cosh(v)cos(u), cosh(v)sin(u), v)
Helicoid(u,v) = (sinh(v)cos(u), sinh(v)sin(u), u)
X(u,v,θ) = cos(θ)·Catenoid(u,v) + sin(θ)·Helicoid(u,v) — applied component-wise to x, y and z. u ∈ [0, 2π), v is a bounded parameter controlling how far the surface extends.
Controls
- Bending angle θ — slides continuously from catenoid (0°) to helicoid (90°).
- Auto-animate — oscillates θ back and forth automatically so you can watch the bending live.
- Mesh resolution — controls how finely the surface grid is sampled.
- Wireframe — toggles between a solid shaded surface and its underlying mesh.
- Autorotate — spins the camera automatically around the surface.
- Reset — returns all controls to their starting values.
Did you know?
A real soap film stretched across a helicoid-shaped wire frame will physically snap into the helicoid surface — nature is solving the same area-minimization problem the equations describe. Likewise, dip two coaxial rings in soap solution and pull them apart: the film that forms between them is a genuine catenoid, right up until the rings are pulled too far apart and the film collapses into two flat disks.