Molecular geometry is simplex geometry. The regular simplex in n-1 dimensions has vertex angle arccos(-1/(n-1)). For 2, 3, 4 electron pairs this gives 180, 120, 109.47 degrees. Lone pairs depress the angle by exactly 5/2 = 2.5 degrees, matching measurements to 0.02 degrees.
Place n electron pairs around a central atom. They repel to the vertices of a regular simplex. The resulting bond angle is arccos(-1/(n-1)):
| Pairs (n) | Geometry | Angle | Denominator |
|---|---|---|---|
| 2 | Linear | 180.00 deg | 1 |
| 3 | Trigonal planar | 120.00 deg | 2 |
| 4 | Tetrahedral | 109.47 deg | 3 |
| 6 | Octahedral | 90.00 deg | -- (cross-polytope) |
For n = 2, 3, 4 this is the simplex formula. The n = 6 case (octahedral, 90 degrees) is a cross-polytope, not a simplex. Lone pairs occupy vertex positions but do not bond, depressing the observed angle:
An observed pattern (no proved mechanism): all five stable noble gases have 11-smooth atomic numbers (factorable into {2, 3, 5, 7, 11} only). Both unstable noble gases do not.
| Element | Z | Factorization | Stable? |
|---|---|---|---|
| He | 2 | 2 | Yes |
| Ne | 10 | 2 * 5 | Yes |
| Ar | 18 | 2 * 3^2 | Yes |
| Kr | 36 | 2^2 * 3^2 | Yes |
| Xe | 54 | 2 * 3^3 | Yes |
| Rn | 86 | 2 * 43 | No |
| Og | 118 | 2 * 59 | No |
7 for 7. Caveat: noble gas atomic numbers are all even, and small even numbers are more likely to be smooth. A proper null model (fraction of even numbers below 120 that are 11-smooth) would quantify how surprising this is.
Enter total electron pairs and lone pairs. The simplex formula gives the base angle; each lone pair subtracts 2.5 degrees. Try 4, 0 (methane) then 4, 1 (ammonia) then 4, 2 (water).
Electron pairs / Lone pairs:
Source code · Public domain (CC0)
.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.