The sound of an evolving floating sculpture

Benjamin Seibold,Yossi Farjoun
DOI: https://doi.org/10.48550/arXiv.1201.4621
2012-01-23
Abstract:Commissioned by MIT's in-house artist Jane Philbrick, we evolve an abstract 2D surface (resembling Marta Pan's 1961 "Sculpture Flottante I") under mean curvature, all the while calculating the eigenmodes and eigenvalues of the Laplace-Beltrami operator on the resulting shapes. These are then synthesized into a sound-wave embodying the "swan song" of the surfaces as the evolve to points and vanish. The surface is approximated by a triangulation, and we present a robust approach to approximate the normal directions and the mean curvature. The resulting video and sound-track were parts in the Jane Philbrick's exhibition "Everything Trembles" in Lund, Sweden, 2009.
Numerical Analysis,Differential Geometry,Computational Physics
What problem does this paper attempt to address?
The core problem that this paper attempts to solve is to endow a static art sculpture with "life" through mathematical modeling and computational methods. Specifically, it is to predict and simulate its evolution process over time and the accompanying sound changes. Specific objectives include: 1. **Predict the "mathematical future" of the sculpture**: Through the mean curvature flow evolution of the sculpture's surface, simulate the change of its shape over time until it finally disappears. 2. **Generate the sound characteristics of the sculpture**: Use the eigenvalues and eigenfunctions of the Laplace - Beltrami operator to calculate and synthesize sound waveforms, which reflect the constantly changing shape of the sculpture during the evolution process. ### Mathematical Background #### 1. **Mean Curvature Flow** The mean curvature flow is a geometric non - linear partial differential equation that describes the process in which a curve or surface embedded in space moves in the direction of the normal vector at a speed proportional to the curvature. For a surface at a point $\vec{x}$, its motion law is: \[ \dot{\vec{x}} = -\kappa(\vec{x}) \hat{n}(\vec{x}) \] where: - $\kappa$ is the mean curvature, - $\hat{n}$ is the outer normal vector. #### 2. **Laplace - Beltrami Operator** The Laplace - Beltrami operator is an extension of the standard Laplace operator on the surface and is used to describe the wave equation on the surface: \[ u_{tt} = Lu \] where $L$ is the Laplace - Beltrami operator, defined as: \[ Lu = \frac{1}{\sqrt{|g|}} \sum_i \partial_i \left( \sqrt{|g|} \sum_j g^{ij} \partial_j u \right) \] Here, $g$ is the metric tensor of the surface, and $|g|$ is the absolute value of its determinant. ### Computational Methods In order to implement the above - mentioned mathematical models, the researchers adopted a series of computational geometry and numerical analysis methods, including: - **Approximation of curvature and normal vectors**: Use methods such as least - squares fitting to stably estimate the normal vectors and curvatures of each vertex on the surface. - **Adaptive time step**: Dynamically adjust the time step according to the speed of curvature change to ensure computational efficiency and stability. - **Topological change handling**: Handle possible topological changes (such as separation events) during the mean curvature flow process. ### Applications and Demonstrations Finally, the researchers transformed the calculation results into visual animations and audio files. As part of an art exhibition, they showed the process of the sculpture gradually evolving from its initial form until it disappeared, accompanied by its unique sound wave changes. This project not only shows the combination of mathematics and art but also provides a new perspective for understanding the evolution of complex geometric structures.