Session Summary: Lewis Structures Deep Revision (2026-04-06)
What happened
Extended session revising the Lewis structures chapter (/book/lewis-structures.qmd), the pedagogical notes file (/notes/lewis-structures.qmd), and scaffolding a slide deck revision (/slides/ch08-lewis-structures.qmd). The work combined historical research, pedagogical debate, scientific accuracy corrections, and code/CSS work.
Key decisions and findings
Dots-first vs bonds-first
Lewis’s own approach (1916) was dots-first: place electrons on atoms, then share them. The bonds-first procedure (draw skeleton, distribute electrons, check octets) was invented by textbook authors in the 1970s (Lever 1972, Brown/LeMay 1977). No published justification for abandoning dots-first was ever found. Both methods produce the same structures. The only difference: dots-first front-loads the electronegativity decision (e.g., where the extra electron goes in OCN-), while bonds-first defers it to formal charge.
The book chapter now mentions Lewis’s 1916 approach and frames dots-first as the original method. The bonds-first procedure is taught as the standard convention.
Expanded octets are wrong
Pauling (1931-1939) proposed sp3d/sp3d2 hybridization to explain molecules like SF6 and PCl5. Magnusson (1990) showed computationally that d-orbital participation is negligible. The chapter was revised to:
- Remove the d-orbital explanation entirely from main text
- Rename the section from “Hypervalent (Expanded Octet) Compounds” to “More Than an Octet”
- Introduce “hypervalent” as the IUPAC term in the body text (Musher 1969)
- Add a collapsible callout (“What about expanded octets?”) with evidence: Magnusson 1990, Kutzelnigg 1984, and an SO2 worked example showing formal charge minimization fails for polar bonds
- Explain what’s actually happening: bonds are highly polar, electron density sits on terminal atoms, central atom maintains roughly an octet
The parallel section was renamed from “Hypovalent (Electron-Deficient) Compounds” to “Fewer Than an Octet.” Both titles are now descriptive and parallel.
Formal charge has a domain of applicability
Formal charge assumes 50/50 electron sharing. This works for nonpolar bonds (C-C, C-H, C-N) but fails for very polar bonds (S-F, P-O, S-O at 0.86 EN difference). For polar bonds, non-minimized formal charges may reflect real charge separation. The chapter now includes a callout (“Formal charge is not actual charge”) explaining this upfront.
Octet rule: the problem is delivery, not the rule
The octet rule holds up well as a descriptive pattern. The complaints from education research (Taber, Cooper et al. 2010) are about how it’s taught: as a cause rather than a consequence, with anthropomorphic language (“atoms want 8 electrons”), without explaining why 8 (s+p = 8), and without distinguishing period 2 (strict) from period 3+ (approximate). The notes file documents all 7 common delivery problems.
Terminology decisions
- “Hypercoordinate” was rejected: technically means CN > 4, which excludes XeF2 (CN=2) and ClF3 (CN=3)
- “Hypervalent” is the IUPAC term (Musher 1969), used in body text
- Section titles use plain descriptive language: “Fewer Than an Octet” / “More Than an Octet”
- Lewis called it the “rule of eight”; Langmuir coined “octet rule” and made it more rigid
Lewis notation history
No one has successfully modernized Lewis structure notation since the 1950s. Linnett’s double quartet (1961, dots and crosses for spin) was the most serious attempt but never caught on. The 3c-2e curved bond line for boranes (Lipscomb, 1950s) is the last new bond symbol that became standard. When chemists need more information, they jump to MO theory rather than improving Lewis notation.
Changes to book chapter
Content added
- Attribution to Gilbert N. Lewis in the opening paragraph
- “Rule of eight” historical note in the octet rule callout, with @langmuir-1919 citation
- Lewis 1916 reference in the dots-first paragraph
- Energy argument for why bonds form (dual nuclear attraction lowers energy; octet is consequence not cause)
- CO formal charge example (simpler on-ramp before OCN-)
- “Formal charge is not actual charge” callout
- Dots-first vs bonds-first comparison placeholder image
- “Limitations of Lewis Structures” section at the end (bond polarity, O2 paramagnetism, covalent vs polar bond indistinguishability)
- HF concrete example in bond polarity limitation
Content fixed
- d-orbital explanation removed, replaced with atomic size + bond polarity framing
- “All atoms are satisfied” replaced with “All atoms have complete octets (or duplets for hydrogen)” (2 instances)
- FC(N) math error in OCN- Structure C: 5-4-2=-2 corrected to 5-6-1=-2
- Acetic acid bond count: “7 single bonds” corrected to “6 single bonds”
- N=N bond length: 120 pm corrected to 125 pm
- Sulfite practice problem: FC(S) in double-bond structure corrected from +1 to 0
- ClF3 practice problem: d-orbital explanation removed
- “Three main types of bonds” corrected to “Two types most relevant to Lewis structures” with metallic bonding parenthetical
- 8 em-dashes replaced with periods, commas, or colons
- “remarkably useful” removed
- “powerful” removed
- “The bottom line:” removed
- “The trade-off is that” removed
- “encode information about” replaced
- “we established” replaced with “we covered”
- Cross-reference anchor updated for renamed section
Citations added (Quarto @key format)
- @lewis-1916 (Lewis, “The Atom and the Molecule,” JACS 1916)
- @langmuir-1919 (Langmuir, “The Arrangement of Electrons in Atoms and Molecules,” JACS 1919)
- @magnusson-1990 (Magnusson, “Hypercoordinate Molecules of Second-Row Elements,” JACS 1990)
- @kutzelnigg-1984 (Kutzelnigg, “Chemical Bonding in Higher Main Group Elements,” Angew. Chem. 1984)
Changes to notes file
Added to /notes/lewis-structures.qmd: - Origin of the expanded octet concept (Lewis cautious, Langmuir rigid, Pauling invented sp3d, Magnusson debunked it) - Lewis on electron-deficient compounds (BF3 as Lewis acid, boranes as unsolved puzzle) - Lewis’s “rule of eight” vs Langmuir’s “octet rule” - How 3c-4e bonds work (XeF2 walkthrough, ICl4- extension, table of all hypervalent molecules) - Two categories of “expanded octet” molecules (trivial: just use single bonds; interesting: CN > 4) - Attempts to modernize Lewis notation (Linnett, Sproul, Clar, Shaik/Hiberty, etc.) - Octet rule delivery problems (7 documented issues from education research)
Code/CSS changes
Collapsible example box (example-collapse)
- New CSS class in
assets/custom.scssand dark mode inassets/custom-dark.scss - JS toggle in
assets/js/example-collapse.js - Collapsed: shows first line (title) + right-pointing chevron (>)
- Expanded: chevron rotates down, full content visible
- Click header to toggle; no scroll hijacking
- Dark mode: matches existing example box gradient + glow styling
- Water example on the Lewis structures page uses it as a test
Callout tooltip fix
assets/js/callout-tooltip-fix.js: strips HTMLtitleattribute from.callout-titledelements site-wide- Prevents browser tooltips from overlapping citation popups
- Added to
_quarto.ymlinclude-after-body
Slide deck outline
Full 8-part outline appended to /todo.qmd (last section). Covers: Lewis dot symbols, chemical bonds, drawing procedure, formal charge, resonance, exceptions, bond polarity (with widget), bond properties. Assets needed: step-by-step build animations, resonance animations, dots-first vs bonds-first comparison, bond polarity widget integration.
Editorial constraints established
- No em-dashes (use periods, commas, colons, parentheses)
- No AI-speak (“powerful,” “remarkably,” “crucial,” “the bottom line,” “the trade-off is that,” “encode information,” etc.)
- No anthropomorphic language for atoms (“want,” “need,” “satisfied,” “try to”) in non-procedural contexts. Mild procedural use (“achieves an octet” in step instructions) is acceptable.
- No d-orbital explanation for hypervalent compounds
- Use IUPAC terminology where possible (“hypervalent” not “hypercoordinate”)
- Use descriptive section titles, introduce technical terms in body text
- Formal charge minimization stated as a guideline; the callout and later sections handle its limitations for polar bonds