← Part 2: Chemical Bonding
Part 2, Topic 1 | Lectures 9–11

Chemical Bonding & Lewis Structures

From electron dots to three-dimensional molecular geometry

3.1 Lewis Dot Structures

Gilbert N. Lewis proposed a simple yet powerful model for chemical bonding based on electron pairs. In Lewis structures, valence electrons are represented as dots around atomic symbols. A covalent bond consists of a shared pair of electrons between two atoms.

Drawing Lewis Structures: Step-by-Step

  1. Count total valence electrons (adjust for charge)
  2. Draw single bonds between all bonded atoms
  3. Distribute remaining electrons as lone pairs, starting with outer atoms
  4. If the central atom lacks an octet, form multiple bonds
  5. Calculate formal charges to identify the best structure

Formal Charge

Formal charge helps determine the most stable Lewis structure among resonance forms:

$$FC = V - L - \frac{B}{2}$$

$V$ = valence electrons, $L$ = lone pair electrons, $B$ = bonding electrons

The best Lewis structure minimizes formal charges, places negative formal charges on more electronegative atoms, and avoids like charges on adjacent atoms.

3.2 The Octet Rule and Exceptions

The octet rule states that atoms tend to form bonds until they are surrounded by eight valence electrons. While remarkably useful, several important exceptions exist:

Electron-Deficient Species

Some elements in Group 2 and 13 (Be, B, Al) form stable compounds with fewer than 8 electrons. Example: BF$_3$ has only 6 electrons around boron. These species are strong Lewis acids.

Odd-Electron Species

Molecules with an odd number of total valence electrons (free radicals) cannot satisfy the octet rule for all atoms. Examples: NO, NO$_2$, ClO$_2$. These are paramagnetic.

Expanded Octet

Elements in Period 3 and beyond can use d orbitals to accommodate more than 8 electrons. Examples: PCl$_5$ (10 e$^-$), SF$_6$ (12 e$^-$), XeF$_4$ (12 e$^-$).

3.3 VSEPR Theory

Valence Shell Electron Pair Repulsion (VSEPR) theory predicts molecular geometry by assuming that electron pairs (both bonding and lone) around a central atom arrange themselves to minimize mutual repulsion.

Repulsion Ordering

Lone pair – Lone pair > Lone pair – Bond pair > Bond pair – Bond pair

This ordering explains why lone pairs compress bond angles. For example, in the tetrahedral family: CH$_4$ has bond angles of 109.5$^\circ$, NH$_3$ has 107$^\circ$, and H$_2$O has 104.5$^\circ$.

Common Molecular Geometries

2 electron pairs

Linear (180$^\circ$): CO$_2$, BeCl$_2$

3 electron pairs

Trigonal planar (120$^\circ$): BF$_3$, or bent with 1 LP: SO$_2$

4 electron pairs

Tetrahedral (109.5$^\circ$): CH$_4$, pyramidal: NH$_3$, bent: H$_2$O

5 electron pairs

Trigonal bipyramidal (90$^\circ$/120$^\circ$): PCl$_5$, seesaw: SF$_4$

6 electron pairs

Octahedral (90$^\circ$): SF$_6$, square planar: XeF$_4$

3.4 Bond Order, Energy, and Length

Bond order, bond energy, and bond length are closely correlated properties that reflect the strength and character of chemical bonds:

Bond Order Increases

Single β†’ Double β†’ Triple

1 β†’ 2 β†’ 3

Bond Energy Increases

C–C β†’ C=C β†’ C$\equiv$C

346 β†’ 614 β†’ 839 kJ/mol

Bond Length Decreases

C–C β†’ C=C β†’ C$\equiv$C

154 β†’ 134 β†’ 120 pm

3.5 Electronegativity and Polarity

Electronegativity ($\chi$) measures an atom's ability to attract shared electrons in a bond. Pauling developed the most widely used scale, where fluorine (the most electronegative element) is assigned $\chi = 3.98$.

The electronegativity difference between bonded atoms determines the bond's polar character:

Nonpolar Covalent

$\Delta\chi < 0.5$

C–H, N–H

Polar Covalent

$0.5 < \Delta\chi < 1.7$

O–H, N–O

Ionic

$\Delta\chi > 1.7$

Na–Cl, K–F

The dipole moment of a polar bond is the product of the partial charge and the bond length:

$$\mu = q \cdot d$$

Measured in Debye (D); 1 D = 3.336 $\times$ 10$^{-30}$ C$\cdot$m

Pauling estimated the percent ionic character of a bond from the electronegativity difference:

$$\% \text{ ionic} = 100 \times \left(1 - e^{-0.25(\Delta\chi)^2}\right)$$

Interactive Simulation: VSEPR Geometry

This simulation visualizes how bond angles vary with the number of electron pairs and lone pairs, demonstrating VSEPR predictions for common molecular geometries.

VSEPR Geometry Visualizer

Python

Plots bond angles for different electron pair geometries and shows how lone pairs compress bond angles in the tetrahedral family.

script.py82 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Fortran: Bond Energy Calculator

This Fortran program calculates percent ionic character and estimates heteronuclear bond energies using Pauling's electronegativity-based formulas.

Bond Energy & Ionic Character Calculator

Fortran

Computes percent ionic character from electronegativity differences and estimates bond energies using Pauling's geometric mean formula.

bond_energy.f9071 lines

Click Run to execute the Fortran code

Code will be compiled with gfortran and executed on the server

Video Lectures

Lecture 9: Lewis Structures I

Lecture 10: Lewis Structures II

Lecture 11: Shapes of Molecules and VSEPR

Goodie Bag 4: VSEPR

Key Takeaways

  • ●Lewis structures represent bonding and lone pair electrons; formal charge = $V - L - B/2$
  • ●The octet rule has important exceptions: electron-deficient, odd-electron, and expanded octet species
  • ●VSEPR theory predicts 3D geometry from electron pair repulsion (LP-LP > LP-BP > BP-BP)
  • ●Bond order correlates with energy (stronger) and length (shorter)
  • ●Electronegativity difference determines bond polarity: nonpolar, polar covalent, or ionic