8.2 Exponential and Logarithmic Modeling

Key Takeaways

  • Exponential growth and decay models P(t) = P_0 e^{kt} represent processes where the instantaneous rate of change is directly proportional to the current quantity.
  • The continuous compounding rate k relates to doubling time via t_{\text{double}} = \frac{\ln 2}{k} and to radioactive half-life via t_{1/2} = \frac{\ln 2}{|k|}.
  • Newton's Law of Cooling T(t) = T_m + (T_0 - T_m)e^{-kt} models thermal transfer of an object cooling toward an ambient environmental temperature T_m.
  • Logarithmic models such as the Richter scale, decibel intensity scale, and pH scale compress massive order-of-magnitude measurements into manageable linear scales.
Last updated: August 2026

8.2 Exponential and Logarithmic Modeling

Exponential and logarithmic functions provide powerful mathematical tools for modeling real-world processes where growth or decay rates depend on the current state of a system rather than remaining constant over time. These models describe a vast range of natural and financial phenomena, including population dynamics, compound interest, radioactive decay, thermal cooling, and logarithmic magnitude scales.


1. Exponential Growth and Decay Models

An exponential model describes a process where a quantity changes by a constant multiplicative factor over equal intervals of time.

General Model Formulations

  1. Discrete Compounding / Annual Growth: A(t)=A0(1+r)t(Growth)orA(t)=A0(1r)t(Decay)A(t) = A_0 (1 + r)^t \quad \text{(Growth)} \quad \text{or} \quad A(t) = A_0 (1 - r)^t \quad \text{(Decay)} where $A_0$ is the initial quantity, $r$ is the relative growth/decay rate per time period, and $t$ is time.
  2. Periodic Compounding: A(t)=P(1+rn)ntA(t) = P \left(1 + \frac{r}{n}\right)^{nt} where $P$ is principal, $r$ is nominal annual interest rate, $n$ is compounding frequency per year, and $t$ is time in years.
  3. Continuous Growth and Decay Model: P(t)=P0ektP(t) = P_0 e^{kt} where $P_0$ is the initial population/amount at $t = 0$, $k$ is the continuous growth rate constant ($k > 0$ for growth, $k < 0$ for decay), and $e \approx 2.71828$.

Doubling Time and Half-Life Formulas

  • Doubling Time ($t_{\text{double}}$): The time required for a growing population to double ($P(t) = 2P_0$): 2P0=P0ektdouble    ln2=ktdouble    tdouble=ln2k2P_0 = P_0 e^{k t_{\text{double}}} \implies \ln 2 = k t_{\text{double}} \implies t_{\text{double}} = \frac{\ln 2}{k}
  • Half-Life ($t_{1/2}$): The time required for a decaying quantity to reduce to half its initial mass ($A(t) = \frac{1}{2}A_0$): 12A0=A0ekt1/2    ln(12)=kt1/2    t1/2=ln2k\frac{1}{2}A_0 = A_0 e^{-k t_{1/2}} \implies \ln\left(\frac{1}{2}\right) = -k t_{1/2} \implies t_{1/2} = \frac{\ln 2}{k}

Worked Example 1: Radioactive Decay of Carbon-14

The radioactive isotope Carbon-14 decays exponentially with a known half-life of approximately $5,730\text{ years}$.

  1. Find the continuous decay constant $k$ for Carbon-14.
  2. An ancient wooden artifact is discovered to contain $35%$ of its original Carbon-14 content. Estimate the age of the artifact to the nearest year.

Solution:

  1. Determining $k$: k=ln2t1/2=ln257300.00012097 year1k = \frac{\ln 2}{t_{1/2}} = \frac{\ln 2}{5730} \approx 0.00012097\text{ year}^{-1} Thus, the decay function is $A(t) = A_0 e^{-0.00012097 t}$.
  2. Calculating Artifact Age:
    • Set $A(t) = 0.35 A_0$: 0.35A0=A0e0.00012097t    0.35=e0.00012097t0.35 A_0 = A_0 e^{-0.00012097 t} \implies 0.35 = e^{-0.00012097 t}
    • Take the natural logarithm of both sides: ln(0.35)=0.00012097t    t=ln(0.35)0.00012097\ln(0.35) = -0.00012097 t \implies t = \frac{\ln(0.35)}{-0.00012097}
    • Evaluate numerically: $\ln(0.35) \approx -1.04982$: t=1.049820.000120978,678 years old.t = \frac{-1.04982}{-0.00012097} \approx 8,678\text{ years old}.

2. Advanced Exponential Models: Newton's Law of Cooling and Logistic Growth

Newton's Law of Cooling

Newton's Law of Cooling states that the rate of change of temperature of an object is proportional to the difference between its own temperature and the ambient temperature of its surrounding environment. The temperature $T(t)$ at time $t$ is given by:

T(t)=Tm+(T0Tm)ektT(t) = T_m + (T_0 - T_m)e^{-kt}

where:

  • $T_m$ is the constant ambient environmental temperature.
  • $T_0$ is the initial temperature of the object at $t = 0$.
  • $k > 0$ is the positive cooling rate constant depending on the physical properties of the object.

Worked Example 2: Thermal Cooling of a Metal Rod

A heated steel rod with an initial temperature of $180^\circ\text{C}$ is placed into a climate-controlled room kept at a constant ambient temperature of $20^\circ\text{C}$. After $15\text{ minutes}$, the temperature of the rod cools to $100^\circ\text{C}$.

  1. Find the exact value of the cooling constant $k$.
  2. Determine how long it will take for the rod's temperature to reach $40^\circ\text{C}$.

Solution:

  1. Solving for $k$:
    • Given $T_0 = 180$, $T_m = 20$, and $T(15) = 100$: 100=20+(18020)e15k    80=160e15k    80160=e15k    0.5=e15k100 = 20 + (180 - 20)e^{-15k} \implies 80 = 160 e^{-15k} \implies \frac{80}{160} = e^{-15k} \implies 0.5 = e^{-15k}
    • Take natural logarithm: ln(0.5)=15k    k=ln(0.5)15=ln215=ln2150.04621 min1\ln(0.5) = -15k \implies k = \frac{\ln(0.5)}{-15} = \frac{-\ln 2}{-15} = \frac{\ln 2}{15} \approx 0.04621\text{ min}^{-1}
  2. Solving for Time $t$ when $T(t) = 40^\circ\text{C}$: 40=20+(160)ekt    20=160ekt    20160=ekt    0.125=ekt40 = 20 + (160)e^{-kt} \implies 20 = 160 e^{-kt} \implies \frac{20}{160} = e^{-kt} \implies 0.125 = e^{-kt}
    • Take natural logarithm: ln(0.125)=kt    t=ln(0.125)k=2.079440.0462145 minutes.\ln(0.125) = -k t \implies t = \frac{\ln(0.125)}{-k} = \frac{-2.07944}{-0.04621} \approx 45\text{ minutes}.

Logistic Growth Models

Uninhibited exponential growth assumes infinite resources. Real-world populations are bounded by environmental carrying capacities $c$. The logistic growth model accounts for resource limitations:

P(t)=c1+aebtP(t) = \frac{c}{1 + a e^{-bt}}

  • As $t \to \infty$, $e^{-bt} \to 0$, so $P(t) \to c$ (the carrying capacity).
  • The growth rate is highest when the population reaches half its carrying capacity ($P = c/2$).

3. Logarithmic Scale Models

Logarithmic functions compress broad dynamic ranges spanning many orders of magnitude into compact, manageable linear scales.

1. The Decibel Sound Intensity Scale

Sound intensity level $\beta$ in decibels ($\text{dB}$) is defined by:

β=10log10(II0)\beta = 10 \log_{10}\left(\frac{I}{I_0}\right)

where $I$ is the acoustic intensity of the sound wave (in $\text{W/m}^2$) and $I_0 = 10^{-12}\text{ W/m}^2$ is the baseline threshold of human hearing.

2. The Richter Earthquake Magnitude Scale

Earthquake magnitude $M$ on the Richter scale is defined by:

M=log10(IS)M = \log_{10}\left(\frac{I}{S}\right)

where $I$ is the measured seismic wave amplitude and $S$ is a standard baseline reference amplitude.

3. The Chemistry pH Scale

Acidity and alkalinity are measured via the hydrogen ion concentration $[\text{H}^+]$ in moles per liter:

pH=log10[H+]\text{pH} = -\log_{10}[\text{H}^+]

Worked Example 3: Decibel Intensity Comparison

A busy factory floor generates a noise level of $\beta_1 = 90\text{ dB}$, while a jet engine at takeoff generates $\beta_2 = 130\text{ dB}$. How many times more intense is the sound wave from the jet engine compared to the factory floor?

Solution:

  1. Express Intensities in Logarithmic Form: β1=10log10(I1I0)=90    log10(I1I0)=9    I1=I0109\beta_1 = 10 \log_{10}\left(\frac{I_1}{I_0}\right) = 90 \implies \log_{10}\left(\frac{I_1}{I_0}\right) = 9 \implies I_1 = I_0 \cdot 10^9 β2=10log10(I2I0)=130    log10(I2I0)=13    I2=I01013\beta_2 = 10 \log_{10}\left(\frac{I_2}{I_0}\right) = 130 \implies \log_{10}\left(\frac{I_2}{I_0}\right) = 13 \implies I_2 = I_0 \cdot 10^{13}
  2. Compute Ratio $\frac{I_2}{I_1}$: I2I1=I01013I0109=10139=104=10,000\frac{I_2}{I_1} = \frac{I_0 \cdot 10^{13}}{I_0 \cdot 10^9} = 10^{13 - 9} = 10^4 = 10,000
  3. The jet engine sound wave is $10,000$ times more physically intense than the factory floor noise.

4. Scannable Summary of Exponential & Logarithmic Models

Model NameGoverning EquationPrimary Variables / ConstantsTypical Scientific Application
Continuous Exponential$P(t) = P_0 e^{kt}$$P_0$: initial amount, $k$: growth rate ($k>0$)Bacterial growth, unconstrained populations
Radioactive Decay$A(t) = A_0 e^{-kt}$$t_{1/2} = \frac{\ln 2}{k}$, decay constant $k>0$Radiocarbon dating, medical isotope clearance
Newton's Law of Cooling$T(t) = T_m + (T_0 - T_m)e^{-kt}$$T_m$: ambient temp, $T_0$: initial tempThermal dynamics, forensic time-of-death estimation
Logistic Growth$P(t) = \frac{c}{1 + a e^{-bt}}$$c$: carrying capacity, inflection at $c/2$Bounded population growth, epidemic spread
Decibel Sound Scale$\beta = 10 \log_{10}(I / I_0)$$I_0 = 10^{-12}\text{ W/m}^2$ baselineAcoustics, audio engineering, hearing protection
Richter Magnitude$M = \log_{10}(I / S)$Base-10 logarithmic amplitude scaleSeismology, earthquake energy measurement

5. CLEP Exam Traps & Common Errors

  • Trap 1: Forgetting the Ambient Temperature Offset in Newton's Law
    Students often omit $T_m$ and incorrectly write $T(t) = T_0 e^{-kt}$. Remember that an object cools toward ambient temperature $T_m$, not absolute zero ($0^\circ$). The difference $(T(t) - T_m)$ decays exponentially.
  • Trap 2: Confusing Base-$e$ Continuous Rates with Base-$(1+r)$ Annual Rates
    A continuous growth rate of $5%$ ($k = 0.05$ in $e^{0.05 t}$) yields an effective annual yield of $e^{0.05} - 1 \approx 5.127%$, which is strictly greater than an annual compounding rate of $5%$ ($1.05^t$). Pay close attention to whether the problem specifies continuous growth or annual discrete growth.
  • Trap 3: Subtracting Decibels Directly Instead of Comparing Intensities
    Decibels are logarithmic. An increase of $30\text{ dB}$ is not a $30%$ increase; because $\frac{30}{10} = 3$, it represents a factor of $10^3 = 1,000$ times increase in physical sound intensity.
Test Your Knowledge

A culture of bacteria obeys the continuous growth model P(t) = P_0 e^(kt). If the initial population is 500 cells and it grows to 2,000 cells in 6 hours, what is the exact doubling time of the population?

A
B
C
D
Test Your Knowledge

A radioactive element has a half-life of 10 years. If a sample currently contains 80 grams, how many grams will remain after 30 years?

A
B
C
D
Test Your Knowledge

A warm pie at 100 degrees Celsius is removed from an oven and placed in a room held at a constant 20 degrees Celsius. After 10 minutes, the pie cools to 60 degrees Celsius. What is the temperature of the pie after 20 minutes?

A
B
C
D
Test Your Knowledge

An earthquake measures 6.0 on the Richter scale. A second earthquake is 1,000 times as intense in seismic wave amplitude as the first. What is the magnitude of the second earthquake?

A
B
C
D