← SciSim / Chemistry
Acid-Base Equilibria & pH
Physical Chemistry #01
⚗️ Section 1 — Interactive Simulation / Acid-Base Equilibria & pH
Strong Acid/Base
Weak Acid
Weak Base
Buffer Region
Diprotic Acid
[H⁺]
mol/L
[OH⁻]
mol/L
pH
dimensionless
pOH
dimensionless
Ka / Kb
mol/L
% Dissoc.
%
Ion. Product
1.0×10⁻¹⁴
Kw
Presets
HCl
Strong
NaOH
Strong
CH₃COOH
Weak
NH₃
Weak Base
H₂SO₄
Diprotic
HF
Weak
Controls
Concentration C₀
C₀ (log)0.1000mol/L
pKa / pKb4.76
Temperature298K
Volume100mL
Speed
Sim Speed1.0×
Display
Ion Labels
H-Bond Lines
Indicator Color
Particle Trail
💡 Section 2 — The Idea, Step by Step / From a sour taste to the ICE table
Start here — middle school

Bite a lemon and your mouth puckers; rub a bar of soap between your fingers and it feels slippery. Both sensations trace back to a single, almost unimaginably tiny particle — the hydrogen ion, written $\text{H}^+$ — drifting in water. An acid is simply something that crowds the water with extra $\text{H}^+$; a base is something that sweeps them away. That is the whole story. The word pH is just a scorekeeper for how crowded the water has become.

Put a number on it — high school

Counting ions one by one would mean writing numbers like 0.0000001, so chemists fold that into a tidy scale: $\text{pH} = -\log[\text{H}^+]$. Plain water has $[\text{H}^+]=10^{-7}$ mol/L, giving pH 7 — neutral. Lemon juice sits near $[\text{H}^+]=10^{-2}$, or pH 2. Because the scale is built on logarithms, every single step is a tenfold change: pH 2 is ten times more acidic than pH 3 and a hundred times more than pH 4. A "small" pH drop is never small.

The key idea — strong vs weak

Two acids at the same concentration can still give very different pH, because acids differ in how tightly they hold their $\text{H}^+$. A strong acid such as HCl lets go completely. A weak acid such as vinegar's acetic acid releases only a sliver — roughly 1 molecule in 75 at 0.1 M — and the rest stay whole. How far it goes is fixed by the acid dissociation constant $K_a$ (or its log-form $\text{p}K_a = -\log K_a$): a bigger $K_a$ means a stronger acid.

The exact picture — AP / intro-college

To predict the pH of a weak acid you track what changes with an ICE table and solve $K_a = \dfrac{x^2}{C_0-x}$, where $x=[\text{H}^+]$. When the acid is dilute enough that little of it dissociates, this collapses to the handy $[\text{H}^+]\approx\sqrt{K_a C_0}$ with a degree of dissociation $\alpha=\sqrt{K_a/C_0}$ — which, surprisingly, grows as you add water. For a mixture of an acid and its conjugate base (a buffer), the same algebra rearranges into Henderson–Hasselbalch, $\text{pH}=\text{p}K_a+\log\frac{[\text{A}^-]}{[\text{HA}]}$. In the sim, the C₀ slider sets $C_0$, the pKa slider sets $K_a=10^{-\text{p}K_a}$, and Temperature nudges $K_w$ — which is why even "neutral" drifts off pH 7 when you heat the water.

Try this in the sim above

(1) Hold C₀ at 0.1 M and slide pKa from near 0 (a strong acid) up to 4.76 (acetic) — watch the pH climb even though the amount of acid never changed. (2) Switch to Weak Acid mode and drag C₀ downward; the % Dissoc. readout rises as the solution gets more dilute. (3) Push Temperature toward 373 K and watch the neutral point — and the pH of pure water — slip below 7 as $K_w$ grows.

📐 Section 3 — Equation Derivation / ICE Table & Equilibrium Expression
Acid Dissociation Equilibrium — Henderson–Hasselbalch & ICE Method
$$ \text{pH} = \text{p}K_a + \log\frac{[\text{A}^-]}{[\text{HA}]} $$ $$ K_a = \frac{[\text{H}^+][\text{A}^-]}{[\text{HA}]}, \quad \text{pH} = -\log[\text{H}^+] $$

Symbol Definitions

SymbolMeaningUnit / Value
$K_a$Acid dissociation constantmol L⁻¹
$[\text{H}^+]$Equilibrium concentration of hydronium ionsmol L⁻¹
$[\text{A}^-]$Equilibrium concentration of conjugate basemol L⁻¹
$[\text{HA}]$Equilibrium concentration of undissociated acidmol L⁻¹
$C_0$Initial (formal) concentration of the acidmol L⁻¹
pHNegative decimal logarithm of $[\text{H}^+]$dimensionless
$\text{p}K_a$$-\log K_a$; measure of acid strengthdimensionless
$K_w$Autoionization constant of water = $[\text{H}^+][\text{OH}^-]$$1.0\times10^{-14}$ at 298 K
$\alpha$Degree of dissociationdimensionless (0–1)

Step-by-Step Derivation

Step 1 — Write the Equilibrium
For a weak acid HA in water: $$ \text{HA}(aq) \rightleftharpoons \text{H}^+(aq) + \text{A}^-(aq) $$ The equilibrium expression is: $K_a = \dfrac{[\text{H}^+][\text{A}^-]}{[\text{HA}]}$
Step 2 — Construct the ICE Table
Let $x = [\text{H}^+]$ produced at equilibrium: $$ \begin{array}{lccc} & [\text{HA}] & [\text{H}^+] & [\text{A}^-] \\ \text{I} & C_0 & 0 & 0 \\ \text{C} & -x & +x & +x \\ \text{E} & C_0-x & x & x \end{array} $$
Step 3 — Substitute into Ka Expression
$$ K_a = \frac{x \cdot x}{C_0 - x} = \frac{x^2}{C_0 - x} $$ This gives a quadratic: $x^2 + K_a x - K_a C_0 = 0$ $$ x = \frac{-K_a + \sqrt{K_a^2 + 4K_a C_0}}{2} $$ (taking positive root only)
Step 4 — Approximation Validity
If $C_0/K_a > 100$ (i.e., $\alpha < 5\%$), then $C_0 - x \approx C_0$: $$ K_a \approx \frac{x^2}{C_0} \implies x = \sqrt{K_a C_0} $$ $$ \text{pH} \approx \frac{1}{2}(\text{p}K_a - \log C_0) $$ The simulation uses the exact quadratic, not this approximation.
Step 5 — Henderson–Hasselbalch (Buffer Form)
Take $-\log$ of the $K_a$ expression: $$ -\log K_a = -\log[\text{H}^+] - \log\frac{[\text{A}^-]}{[\text{HA}]} $$ $$ \text{p}K_a = \text{pH} - \log\frac{[\text{A}^-]}{[\text{HA}]} $$ $$ \boxed{\text{pH} = \text{p}K_a + \log\frac{[\text{A}^-]}{[\text{HA}]}} $$
Step 6 — Temperature Dependence of Kw
Using van't Hoff: $\ln\frac{K_w(T_2)}{K_w(T_1)} = -\frac{\Delta H^\circ}{R}\left(\frac{1}{T_2}-\frac{1}{T_1}\right)$ With $\Delta H^\circ_{\text{ioniz}} = +55.8$ kJ mol⁻¹ for water autoionization, $K_w$ increases with T. At 310 K (body temperature), $K_w \approx 2.4 \times 10^{-14}$, so neutral pH $\approx 6.8$.

Simulation Variable Mapping

C₀ slider
Maps to initial acid/base concentration $C_0$ (mol/L). Logarithmic scale covers 0.001–1.0 M.
pKa slider
Sets $K_a = 10^{-\text{p}K_a}$. Controls strength of the weak acid in the ICE calculation.
Temperature
Adjusts $K_w$ via van't Hoff. Affects neutral point and equilibrium position at extreme T.
Particle count
Visual representation: blue dots = H⁺, red dots = A⁻, white = HA. Proportional to concentrations.

Worked Example — Acetic Acid (CH₃COOH)

Given: $C_0 = 0.100$ mol/L, $K_a = 1.76 \times 10^{-5}$ (pKa = 4.754), T = 298 K

Quadratic: $x^2 + (1.76\times10^{-5})x - (1.76\times10^{-5})(0.100) = 0$

$x = \dfrac{-1.76\times10^{-5} + \sqrt{(1.76\times10^{-5})^2 + 4(1.76\times10^{-5})(0.100)}}{2}$

$x = 1.32 \times 10^{-3}$ mol/L $\implies$ pH $= -\log(1.32\times10^{-3}) = \mathbf{2.88}$

Approximation check: $\alpha = x/C_0 = 1.32\%$ — valid (below 5% threshold).

References: Atkins, P. & de Paula, J. — Physical Chemistry, 11th Ed. (Oxford, 2018), Ch. 6.3: "The extent of ionization of a weak acid." | Silberberg, M. — Chemistry: The Molecular Nature of Matter and Change, 9th Ed., Ch. 18: "Acid-Base Equilibria." | LibreTexts Chemistry — "Acid-Base Equilibria" (https://chem.libretexts.org)
❓ Section 4 — FAQ / 7 questions · student-focused
🧪 Conceptual Why does a weak acid have a higher pH than a strong acid at the same concentration?
pH depends on the actual concentration of H⁺ ions present at equilibrium, not on how many moles of acid were dissolved. A strong acid like HCl dissociates 100% — every molecule gives one H⁺. A weak acid like acetic acid only partially dissociates; at 0.1 M, only about 1.3% dissociates, giving roughly 100 times fewer H⁺ ions than HCl at the same concentration. This partial dissociation is governed by the equilibrium constant Ka, which is a fixed value at a given temperature. The weaker the acid (smaller Ka, larger pKa), the less it dissociates and the higher (less acidic) the pH.
✦ Key Takeaway: Acid strength = degree of dissociation, not amount dissolved. Higher Ka → more H⁺ → lower pH.
🌍 Real Life Where does acid-base equilibrium appear in real-world chemistry and biology?
Acid-base equilibria are among the most industrially and biologically critical processes in chemistry. In the human body, blood pH is maintained at 7.35–7.45 by the carbonic acid/bicarbonate buffer system; a deviation of ±0.4 units causes death. The pharmaceutical industry uses pKa values to design drugs that dissolve in specific body compartments (stomach vs intestine). Industrial processes like the Solvay process (Na₂CO₃ production), sulfuric acid manufacture, and water treatment all rely on precise acid-base control. Ocean acidification — CO₂ dissolving in seawater — is directly governed by the carbonic acid equilibrium and is one of the most pressing environmental chemistry problems today.
✦ Key Takeaway: From blood chemistry to ocean ecology to pharmaceutical design, pH control is fundamental to life and industry.
🔬 Simulation What exactly are the particles in the simulation showing?
Each particle represents an ion or molecule in the aqueous solution. Blue particles are H⁺ (hydronium H₃O⁺) ions, red particles are the conjugate base A⁻, and white particles are undissociated HA molecules. The ratio of red-to-white particles visually represents the dissociation fraction α = x/C₀. As you increase concentration or decrease pKa (stronger acid), you see more blue and red particles appear — the equilibrium shifts right. The graph panel shows the mathematical relationship derived from the ICE table. The indicator color (Mode 4) shows the visible color change of a pH indicator like phenolphthalein or methyl orange.
✦ Key Takeaway: Particle counts are proportional to equilibrium concentrations computed from the exact quadratic formula.
💡 Non-Obvious Why does diluting a weak acid actually increase its percent dissociation?
This is deeply counterintuitive: adding water to acetic acid makes it dissociate more completely, even though the absolute [H⁺] decreases. Le Chatelier's principle explains this: dilution reduces the concentration of all species, but since HA → H⁺ + A⁻ produces more particles (2 from 1), the equilibrium shifts right to restore the ratio Ka = [H⁺][A⁻]/[HA]. Mathematically: α = √(Ka/C₀), so as C₀ decreases, α increases. At infinite dilution, every weak acid approaches 100% dissociation. This is why very dilute acetic acid solutions are more corrosive per mole than concentrated ones — more H⁺ per molecule.
✦ Key Takeaway: Dilution raises % dissociation for weak acids (Le Chatelier + α = √(Ka/C₀)) even though absolute [H⁺] drops.
🧮 Mathematical When can I use the approximation pH ≈ ½(pKa − log C₀) and when must I use the quadratic?
The approximation $C_0 - x \approx C_0$ is valid when the degree of dissociation α is less than 5%. The rule of thumb: if $C_0/K_a > 100$, the approximation is acceptable. For example, for 0.1 M acetic acid: $C_0/K_a = 0.1/(1.76\times10^{-5}) = 5682 \gg 100$ — approximation valid, giving pH = ½(4.754 + 1) = 2.88. But for 0.001 M acetic acid: $C_0/K_a = 56.8$ (and α ≈ 12%) — past the threshold, so use the quadratic (gives pH = 3.91 exact vs 3.88 approximate; the approximation overestimates [H⁺] and so reads slightly low). For very weak acids like HCN at low concentration, or for any case where α > 5%, always solve the quadratic. The simulation always uses the exact formula.
✦ Key Takeaway: Use approximation only when C₀/Ka > 100. Otherwise solve x² + Kax − KaC₀ = 0 exactly.
🌌 Deep / Advanced Why does neutral pH change with temperature — shouldn't neutral always be 7?
Neutrality means [H⁺] = [OH⁻], which follows from the water autoionization: H₂O ⇌ H⁺ + OH⁻ with Kw = [H⁺][OH⁻]. At neutral pH, [H⁺] = √Kw, so neutral pH = ½pKw. At 298 K, Kw = 1.0×10⁻¹⁴ → neutral pH = 7.00. But Kw is temperature-dependent (endothermic process, ΔH° = +55.8 kJ/mol), so at 37°C (body temperature) Kw ≈ 2.4×10⁻¹⁴ → neutral pH ≈ 6.82. Blood at pH 7.4 is actually alkaline relative to the neutral point at body temperature — more so than the number suggests. This has implications for enzyme activity and physiological chemistry.
✦ Key Takeaway: Neutral pH = ½pKw, and Kw increases with T. At 37°C, neutral pH ≈ 6.82, not 7.00.
💡 Non-Obvious Can the pH of a solution ever be negative or greater than 14?
Yes — absolutely. pH = −log[H⁺] is a mathematical formula with no restriction. For 10 M HCl (a concentrated solution), [H⁺] ≈ 10 M → pH = −log(10) = −1. For 10 M NaOH, pOH = −1 and pH = 15. The 0–14 range is a common misconception from the "typical aqueous solution at 298 K" assumption. In industrial contexts, sulfuric acid at high concentration (18 M) has pH ≈ −1.3. The pH scale is open-ended; 0–14 simply represents the practical range for dilute aqueous systems at 25°C.
✦ Key Takeaway: pH has no limits. Negative pH and pH > 14 are real and occur in concentrated acid/base solutions.
Section 4 References: LibreTexts Chemistry — "Acids and Bases" (https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Supplemental_Modules_(Physical_and_Theoretical_Chemistry)/Acids_and_Bases) | Khan Academy — "Acid-base equilibria" (khanacademy.org/science/ap-chemistry-beta) | MIT OCW 5.111 Principles of Chemical Science, Lecture 22–24 | Chemguide.co.uk — Jim Clark, "Weak acids and pH calculations"
⚠️ Section 5 — Common Misconceptions / 6 entries · topic-specific
Misconception: "Strong acid mane concentrated acid. HCl strong, so HCl concentrated."
Strength and concentration are completely independent properties. Strength refers to the degree of dissociation (thermodynamic property, governed by Ka), while concentration refers to how many moles are dissolved per litre (a preparation variable). HCl is strong because Ka ≈ 10⁷ — it dissociates nearly 100% regardless of concentration. You can have 0.001 M HCl (strong but dilute, pH = 3) or 10 M acetic acid (weak but very concentrated, pH still > 2). A 1 M solution of acetic acid has pH 2.37, while 0.001 M HCl has pH 3 — the "strong" acid has higher pH here despite being "stronger."
📖 Silberberg — Chemistry, 9th Ed., Ch. 18.2: "Strong and weak acids and bases." | Nakhleh, M.B. — J. Chem. Educ. 1992, 69, 191: common student misconceptions on acid strength vs concentration.
Misconception: "At equilibrium, the forward and reverse reactions stop."
Equilibrium is a dynamic state, not a static one. At equilibrium, the forward rate (HA → H⁺ + A⁻) equals the reverse rate (H⁺ + A⁻ → HA) — both are still occurring constantly at the molecular level. No reaction has "stopped." This is called dynamic equilibrium. The macroscopic concentrations appear constant because formation and consumption of each species exactly balance. The equilibrium constant K only tells us the ratio of concentrations at this balance point, not that molecular motion has ceased.
📖 Atkins & de Paula — Physical Chemistry, 11th Ed., Ch. 6.1: "The concept of equilibrium." | Driver et al. — Making Sense of Secondary Science, Routledge, 1994, p. 89.
Misconception: "Adding water to an acid always makes it less dangerous because pH goes up."
While dilution does raise pH (reduces [H⁺]), the danger assessment is more complex. For weak acids, dilution increases percent dissociation (α = √Ka/C₀), so a very dilute weak acid is more completely dissociated even though less corrosive overall. For strong acid spills in lab/industry, adding water to concentrated H₂SO₄ is extremely dangerous — the large heat of dilution can cause explosive boiling and acid splatter. The correct procedure is always to add acid slowly to water (AAW: Add Acid to Water), never the reverse. pH improvement ≠ safety improvement in all contexts.
📖 Zumdahl, S. — Chemical Principles, 8th Ed., Ch. 14.5: "Calculating the pH of weak acid solutions." | Royal Society of Chemistry safety guidelines.
Misconception: "pH + pOH = 14 is always true."
pH + pOH = pKw, and pKw = 14.00 only at 25°C (298 K). At other temperatures, Kw changes due to the endothermic nature of water autoionization. At 37°C (body temperature), Kw ≈ 2.4×10⁻¹⁴ so pKw ≈ 13.62, meaning pH + pOH ≈ 13.62. At 100°C, Kw ≈ 10⁻¹² so pKw = 12. The relationship pH + pOH = pKw is always true; the specific value 14 is temperature-dependent. This matters in any high-temperature industrial process involving aqueous systems.
📖 Atkins & de Paula — Physical Chemistry, 11th Ed., Table 6B.1: "Kw at different temperatures." | Levine, I.N. — Physical Chemistry, 6th Ed., Ch. 10.
Misconception: "A solution with pH 6 is only slightly acidic, almost neutral."
The pH scale is logarithmic, so each unit represents a 10-fold change in [H⁺]. A solution at pH 6 has [H⁺] = 10⁻⁶ mol/L, which is 10 times more acidic than pH 7. Going from pH 7 to pH 1 represents a [H⁺] increase of 1,000,000 times (10⁶). This logarithmic compression means small pH changes represent enormous changes in actual ion concentration. Blood pH changing from 7.4 to 7.0 seems like "only 0.4 units" but represents a 2.5× increase in [H⁺] — enough to cause severe acidosis. Always think in terms of actual concentrations, not just pH numbers.
📖 Silberberg — Chemistry, 9th Ed., Ch. 18.3: "The pH scale and its significance." | Taber, K.S. — Chemical Misconceptions, RSC, 2002, Vol. 2, p. 198.
Misconception: "Ka and Kb for a conjugate acid-base pair are independent values."
For a conjugate acid-base pair (HA and A⁻), Ka × Kb = Kw. This is a fundamental thermodynamic identity. If Ka(CH₃COOH) = 1.76×10⁻⁵, then Kb(CH₃COO⁻) = Kw/Ka = 10⁻¹⁴/(1.76×10⁻⁵) = 5.68×10⁻¹⁰. They are not independent — they are linked through the thermodynamic cycle of water autoionization. This relationship has a deep consequence: the stronger the acid (large Ka), the weaker its conjugate base (small Kb), and vice versa. You never need to look up Ka and Kb separately for a conjugate pair — knowing one gives you the other.
📖 Atkins & de Paula — Physical Chemistry, 11th Ed., Ch. 6.3: "Conjugate acids and bases." | McQuarrie & Simon — Physical Chemistry: A Molecular Approach, Ch. 16.
Section 5 Education Research References: Nakhleh, M.B. — "Why some students don't learn chemistry." J. Chem. Educ. 1992, 69, 191–196. | Taber, K.S. — Chemical Misconceptions: Prevention, Diagnosis and Cure, RSC, 2002. | Cros, D. et al. — "Methodological study concerning a widely-used test: the acid-base concept." J. Chem. Educ. 1986, 63, 122.