Symmetric Real Cubic Surfaces and Their Lines

Navigating the space of symmetric real cubic surfaces, together with their configurations of lines—in radicals!
Published

November 21, 2025

I am lucky enough to have many friends, and lots of them do very wonderful mathematics. Two of these fine people, Sidhanth Raman and Thomas Brazelton, recently put up a really cool paper (Brazelton and Raman 2024) in which they show, among other things, that the monodromy group of lines on symmetric cubic surfaces is the Klein 4-group.

I’m especially interested in enumerative phenomena like this because of the close relationship to solving equations. Jordan (1870) showed that the connected 27 lines cover has Galois group given by the Weyl group of \(E_6\), which is unsolvable and thus rules out a formula for the lines in radicals. On the other hand, Farb and Wolfson (2019) proved that the resolvent degree of finding a line on a generic smooth cubic surface is at most 3. Sidhanth and Tommy showed that restricting to symmetric surfaces simplifies a very difficult problem into a solvable one. Even better: they gave an explicit formula in radicals for the lines!

With all this in mind, I coded up a Shader that demonstrates the underlying phenomena. Below is a rough port using Three.js:

TipControls
  • Use WASD for motion (hold space to boost) and arrow (↑←↓→) keys to turn the camera.
  • Holding shift with the WASD keys moves us through the parameter space.
  • Toggle fullscreen mode or inverted flight controls using the buttons in the top right corner.

The parameter space of symmetric smooth cubics surfaces is \(2\)-dimensional—indeed, it is a discriminant complement in \(\mathbb{P}^2\). Any such surface can be given as the zero set of a form \[ A \sum_{i} X_i^3 + B \sum_{i,j} X_i^2 X_j + C \sum_{i,j,k} X_i X_j X_k \] in the four variables \(X_0, X_1, X_2, X_3\), and is uniquely determined up to scaling. By visually identifying \(\mathbb{R}\mathbb{P}^2\) with its double cover \(S^2\), we can move through the space of all such cubics using rotation matrices. This is shown in our “mini-map” in the bottom left corner:

References

Brazelton, Thomas, and Sidhanth Raman. 2024. “Monodromy in the Space of Symmetric Cubic Surfaces with a Line.” arXiv Preprint arXiv:2410.09270. doi:10.48550/arXiv.2410.09270.
Farb, Benson, and Jesse Wolfson. 2019. “Resolvent Degree, Hilbert’s 13th Problem and Geometry.” L’Enseignement Mathématique 65 (3): 303–76.
Jordan, Camille. 1870. Traité Des Substitutions Et Des Équations Algébriques. Paris: Gauthier-Villars.