Aqueous Solutions, Acids & Bases

Solubility, colligative properties, acid-base equilibria, and electrochemistry

Solubility & Dissolution Thermodynamics

A solute dissolves when the Gibbs free energy of solution is negative:

$$\Delta G_{\text{soln}} = \Delta H_{\text{soln}} - T\Delta S_{\text{soln}} < 0$$

The enthalpy of solution $\Delta H_{\text{soln}}$ can be decomposed into the lattice energy (energy to break the crystal apart) and the hydration energy (energy released when ions are solvated). For ionic compounds: $\Delta H_{\text{soln}} = -U_{\text{lattice}} + \Delta H_{\text{hydration}}$.

Even endothermic dissolution can occur spontaneously if the entropy increase ($T\Delta S_{\text{soln}}$) is large enough, as when a highly ordered crystal disperses into a disordered solution.

Colligative Properties

Colligative properties depend only on the number of solute particles, not their identity. For a non-volatile solute:

Boiling Point Elevation

$$\Delta T_b = iK_b m$$

$K_b$ is the ebullioscopic constant, $m$ is molality, and $i$ is the van't Hoff factor.

Freezing Point Depression

$$\Delta T_f = iK_f m$$

$K_f$ is the cryoscopic constant. For water,$K_f = 1.86$ Β°C/m and $K_b = 0.512$ Β°C/m.

BrΓΈnsted-Lowry Acid-Base Theory

A Brønsted acid donates a proton (H⁺); a Brønsted base accepts a proton. Every acid has a conjugate base, and vice versa.

$$\text{pH} = -\log[\text{H}^+]$$
$$K_w = [\text{H}^+][\text{OH}^-] = 1.0 \times 10^{-14} \;\text{at 25Β°C}$$

Henderson-Hasselbalch Equation

For a buffer solution containing a weak acid HA and its conjugate base A⁻:

$$\text{pH} = \text{p}K_a + \log\frac{[\text{A}^-]}{[\text{HA}]}$$

Buffers resist pH changes upon addition of small amounts of acid or base. Maximum buffering capacity occurs when $[\text{A}^-] = [\text{HA}]$, i.e., when $\text{pH} = \text{p}K_a$.

Solubility Product

For a sparingly soluble salt $M_aX_b \rightleftharpoons aM^{b+} + bX^{a-}$:

$$K_{sp} = [M^{b+}]^a[X^{a-}]^b$$

Electrochemistry: The Nernst Equation

The Nernst equation relates the cell potential to the standard potential and the reaction quotient:

$$E = E^\circ - \frac{RT}{nF}\ln Q$$

At 25Β°C, this simplifies to:

$$E = E^\circ - \frac{0.05916}{n}\log Q$$

where $n$ is the number of electrons transferred, $F = 96485$ C/mol is Faraday's constant, and $Q$ is the reaction quotient. At equilibrium, $E = 0$ and $Q = K$, giving$\Delta G^\circ = -nFE^\circ = -RT\ln K$.

Python: pH Titration Curve Simulator

Simulates titration curves for strong acid/strong base and weak acid/strong base systems. The weak acid case uses the Henderson-Hasselbalch equation in the buffer region and hydrolysis calculations at the equivalence point.

pH Titration Curves

Python

Simulates strong acid and weak acid titration with NaOH, showing equivalence points and buffer regions

script.py102 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Fortran: Nernst Equation Calculator

Computes cell potential for several electrochemical cells at various concentrations using the Nernst equation.

Nernst Equation Calculator

Fortran

Computes cell potential for Daniell cell and Ag/AgCl electrode at varying concentrations

nernst_calculator.f9057 lines

Click Run to execute the Fortran code

Code will be compiled with gfortran and executed on the server

Video Lectures

Lecture 28: Aqueous Solutions

Lecture 29: Acids and Bases I

Lecture 30: Acids and Bases II

The Chemistry of Batteries