Logarithms and Exponents

Logarithms and Exponents

8 min read Updated Mar 26, 2026

Imagine a staircase where each step is ten times higher than the last. Step 1 is 1 meter, step 2 is 10 m, step 3 is 100 m, step 4 is 1000 m. A logarithm simply tells you which step you’re standing on. At 1000 m high? You’re on step 3, because 103=100010^3 = 1000.

That’s all a log does: it answers “what power do I raise the base to to get this number?” Once that picture clicks, logs go from scary to simple. And they matter on the MCAT because pH (chemistry) and decibels (physics) are both logarithmic — so every pH or dB problem is secretly a log problem in disguise.

Logarithms appear on the MCAT in two major contexts: pH calculations (general chemistry and biochemistry) and decibel calculations (physics). If you know three key log values and three log rules, you can handle virtually every logarithm problem on test day.

Exponent Rules

Before tackling logarithms, lock down the exponent rules they are built on.

RuleExample
xaxb=xa+bx^{a} \cdot x^{b} = x^{a+b}102103=10510^{2} \cdot 10^{3} = 10^{5}
xa/xb=xabx^{a} / x^{b} = x^{a-b}105/102=10310^{5} / 10^{2} = 10^{3}
(xa)b=xab(x^{a})^{b} = x^{ab}(102)3=106(10^{2})^{3} = 10^{6}
x0=1x^{0} = 1100=110^{0} = 1
xa=1/xax^{-a} = 1/x^{a}103=1/1000=0.00110^{-3} = 1/1000 = 0.001
x1/n=xnx^{1/n} = \sqrt[n]{x}81/3=28^{1/3} = 2

What Is a Logarithm?

Graph showing logarithmic functions for various bases (base 2, base e, and base 10) plotted on the same axes, demonstrating how all pass through (1, 0), increase without bound but at a decreasing rate, and differ in steepness based on the base
Logarithmic functions for different bases. All logarithmic curves pass through (1, 0) since log of 1 is always 0. Larger bases produce flatter curves. The common log (base 10) and natural log (base e) are the two forms tested on the MCAT. Credit: Wikimedia Commons, CC BY-SA 3.0

A logarithm is the inverse of exponentiation. If b^x = y, then log_b(y) = x.

On the MCAT, you will encounter two bases:

  • Common log (log or log10\log_{10}): used for pH, pOH, pKa, decibels
  • Natural log (ln or loge\log_{e}): used for kinetics (ln[A] vs. t), thermodynamics (ΔG = -RT ln K)

The LAP Mnemonic - Three Log Rules

These three rules, combined with a few memorized values, let you compute almost any log the MCAT can throw at you.

Key Log Values to Memorize

Valuelog (base 10)Why It Matters
log 1 = 010010^{0} = 1Baseline reference
log 2 = 0.3100.310^{0.3} = 2Most commonly tested
log 3 = 0.48 (use 0.5)100.510^{0.5} = 3.16Useful approximation
log 5 = 0.7log(102\frac{10}{2}) = 1 - 0.3Derived from log 2
log 10 = 110110^{1} = 10Definition

pH and pOH Calculations

The pH scale from 0 to 14 with color coding from red (acidic) through green (neutral) to blue (basic), showing common substances at each pH level such as battery acid, lemon juice, water, baking soda, and bleach
The pH scale ranges from 0 (strongly acidic) to 14 (strongly basic), with 7 being neutral. Each whole number step represents a tenfold change in hydrogen ion concentration, illustrating the logarithmic nature of the scale. Credit: Wikimedia Commons, CC BY-SA 3.0

The pH scale is the most common MCAT application of logarithms.

Example: What is the pH of a solution with [H+] = 4 x 10310^{-3} M?

  • log(4 x 10310^{-3}) = log 4 + log(10310^{-3}) = 0.6 + (-3) = -2.4
  • pH = -(-2.4) = 2.4

Example: What is [H+] at pH 5.7?

  • [H+] = 10^(-5.7) = 10^(-5) x 10^(-0.7)
  • 10^(-0.7) = 1/100.710^{0.7} = 15\frac{1}{5} = 0.2
  • [H+] = 0.2 x 10510^{-5} = 2 x 10610^{-6} M

Decibel Calculations

Quick rule: +10 dB means 10x intensity. +20 dB means 100x intensity. +3 dB means about 2x intensity.

Natural Logarithms (ln)

The natural log uses base e (= 2.718). Key relationships:

  • ln(e) = 1
  • ln(1) = 0
  • ln(exe^{x}) = x
  • e^(ln x) = x

The same LAP rules apply to natural logs. The MCAT uses ln in first-order kinetics (ln[A] = -kt + ln[A₀]) and in thermodynamics (ΔG = -RT ln K and ΔG = ΔGstandardG_{\text{standard}} + RT ln Q).

To convert between the two: ln x = 2.303 x log x. You rarely need this conversion on the MCAT, but it appears occasionally in derivations.

What is the pH of a solution with [H+] = 5 x 10810^{-8} M?
Click to reveal answer
pH = -log(5 x 10810^{-8}) = -(log 5 + log 10810^{-8}) = -(0.7 + (-8)) = -(0.7 - 8) = -(-7.3) = 7.3. This is a slightly basic solution, which makes sense since pH is above 7.
A sound source increases in intensity from 10610^{-6} W/m² to 10310^{-3} W/m². By how many decibels does the sound level increase?
Click to reveal answer
30 dB. The intensity increased by a factor of 10310^{3} (1000-fold). Change in dB = 10 log(InewI_{\text{new}}/IoldI_{\text{old}}) = 10 log(10310^{3}) = 10 x 3 = 30 dB. Alternatively: each factor of 10 in intensity adds 10 dB, and 10310^{3} is three factors of 10.