4.3 Linear vs. Exponential Growth, Logarithms & Applied Modeling

Key Takeaways

  • Linear growth occurs at a constant additive rate of change (constant first differences Δy), while exponential growth occurs at a constant multiplicative rate (constant growth factor b or constant percentage rate r).
  • The exponential model y = a·b^t = a(1 + r)^t models growth when b > 1 (r > 0) and decay when 0 < b < 1 (r < 0); doubling time and half-life models follow A(t) = A₀(2)^(t/d) and A(t) = A₀(1/2)^(t/h).
  • A logarithm is the inverse of an exponent: y = log_b(x) ⟺ b^y = x (for b > 0, b ≠ 1, x > 0), with the natural logarithm ln(x) = log_e(x) and common logarithm log(x) = log₁₀(x).
  • The three core logarithm operational properties (Product Rule log_b(xy) = log_b x + log_b y, Quotient Rule log_b(x/y) = log_b x - log_b y, and Power Rule log_b(x^k) = k·log_b x) enable isolating variable exponents when solving exponential equations.
Last updated: August 2026

4.3 Linear vs. Exponential Growth, Logarithms & Applied Modeling

Distinguishing between linear and exponential processes is a vital quantitative reasoning skill tested extensively on the CLEP College Mathematics exam. This section details how to identify growth models from data tables, formulate exponential and half-life equations, apply logarithmic laws, and solve exponential equations.


1. Distinguishing Linear vs. Exponential Growth Models

The fundamental distinction between linear and exponential models lies in how output values change across equal intervals of the independent variable:

+-----------------------------------------------------------------------------+
|                     LINEAR VS. EXPONENTIAL COMPARISON                       |
|                                                                             |
|   LINEAR GROWTH: y = mx + b               EXPONENTIAL GROWTH: y = a * b^x   |
|   -------------------------               -------------------------------   |
|   - ADDITIVE rate of change               - MULTIPLICATIVE rate of change   |
|   - Adds constant amount Δy each step     - Multiplies by constant factor b |
|   - Constant FIRST DIFFERENCES            - Constant CONSECUTIVE RATIOS     |
|   - Graph: Straight line with slope m     - Graph: Rapidly accelerating arc |
|                                                                             |
|   Example (Δx = 1):                       Example (Δx = 1):                 |
|   x: 0,  1,  2,  3,  4                    x: 0,  1,  2,  3,  4              |
|   y: 5,  8, 11, 14, 17  (+3 each time)    y: 5, 10, 20, 40, 80  (*2 each time|
+-----------------------------------------------------------------------------+

Growth Model Comparison Matrix

FeatureLinear Model ($y = mx + b$)Exponential Model ($y = a b^x$)
Rate of ChangeConstant absolute rate: $\frac{\Delta y}{\Delta x} = m$Constant relative (percentage) rate: $\frac{\Delta y}{y} = r$
Table TestDifference test: $y_{k+1} - y_k = \text{constant}$Ratio test: $\frac{y_{k+1}}{y_k} = \text{constant} = b$
Mathematical Equation$y = mx + b$ ($m = \text{slope}, b = \text{intercept}$)$y = a(1 + r)^t = a b^t$ ($a = \text{initial}, b = \text{factor}$)
Contextual Clue Words"grows by $$50$ per year", "adds 4 units daily""grows by $5%$ annually", "doubles every 3 hours"
Long-Term DominanceGrows steadily; eventually outpaced by exponentialOutpaces every linear or polynomial function as $x \to \infty$

Identifying Growth from Numerical Tables

Worked Example: Determine whether each table represents a linear or exponential model and write the equation:

Table A:

$x$01234
$y$1419242934
  • Check differences: $19 - 14 = 5$, $24 - 19 = 5$, $29 - 24 = 5$, $34 - 29 = 5$.
  • The first differences are constant ($\Delta y = 5$). This is linear growth.
  • Equation: $y = 5x + 14$.

Table B:

$x$01234
$y$1236108324972
  • Check ratios: $\frac{36}{12} = 3$, $\frac{108}{36} = 3$, $\frac{324}{108} = 3$, $\frac{972}{324} = 3$.
  • The consecutive ratios are constant ($b = 3$). This is exponential growth.
  • Equation: $y = 12(3)^x$.

2. Exponential Growth and Decay Formulations

General Exponential Growth & Decay Equation

y=a(1±r)t=abty = a(1 \pm r)^t = a b^t

  • $a$: Initial value / starting quantity at $t = 0$.
  • $r$: Fractional growth rate ($+r$) or decay rate ($-r$) per unit time.
  • $b = 1 + r$: Growth factor ($b > 1$ represents exponential growth).
  • $b = 1 - r$: Decay factor ($0 < b < 1$ represents exponential decay).
  • $t$: Number of elapsed time intervals.

Population Doubling Time Model

When a population doubles every $d$ time units, the model is formulated as:

N(t)=N02t/dN(t) = N_0 \cdot 2^{t/d}

Radioactive Half-Life Decay Model

The half-life ($h$) of a radioactive substance is the time required for half of the original mass to decay:

A(t)=A0(12)t/h=A02t/hA(t) = A_0 \cdot \left(\frac{1}{2}\right)^{t/h} = A_0 \cdot 2^{-t/h}

Worked Example: A radioactive isotope has a half-life of 12 days. If a sample contains 320 mg initially, how many milligrams remain after 36 days?

A(36)=320(12)36/12=320(12)3=32018=40 mgA(36) = 320 \cdot \left(\frac{1}{2}\right)^{36/12} = 320 \cdot \left(\frac{1}{2}\right)^3 = 320 \cdot \frac{1}{8} = 40\text{ mg}


3. Fundamental Logarithmic Concepts and Base Systems

A logarithm is the mathematical inverse of an exponential expression. It answers the fundamental question: "To what power must the base be raised to produce this number?"

The Formal Definition

y=logb(x)    by=x(b>0,b1,x>0)y = \log_b(x) \iff b^y = x \quad (b > 0, b \neq 1, x > 0)

  • The base $b$ must be positive and not equal to 1.
  • The argument $x$ must be strictly positive ($x > 0$).
+-----------------------------------------------------------------------------+
|                      EXPONENTIAL <---> LOGARITHM BRIDGE                     |
|                                                                             |
|      EXPONENTIAL FORM                              LOGARITHMIC FORM         |
|                                                                             |
|           BASE ^ EXPONENT = VALUE               log_BASE (VALUE) = EXPONENT |
|                                                                             |
|             2 ^ 5 = 32          <=========>         log_2 (32) = 5          |
|            10 ^ 3 = 1,000       <=========>         log_10(1,000) = 3       |
|             e ^ 0 = 1           <=========>         ln(1) = 0               |
+-----------------------------------------------------------------------------+

Two Standard Base Systems

  1. Common Logarithm (Base 10): Written as $\log(x) = \log_{10}(x)$. Used in engineering, chemistry (pH scale), and the Richter scale.
  2. Natural Logarithm (Base $e$): Written as $\ln(x) = \log_e(x)$, where $e \approx 2.71828$. Used in continuous compounding, physics, and calculus.

Fundamental Logarithmic Identities

  • $\log_b(1) = 0$ (because $b^0 = 1$)
  • $\log_b(b) = 1$ (because $b^1 = b$)
  • $\log_b(b^x) = x$ and $b^{\log_b(x)} = x$ (Inverse cancellation properties)

4. Operational Laws of Logarithms

Logarithmic properties enable condensing multiple logarithms into a single term or expanding complex algebraic expressions for simplification:

Property NameAlgebraic IdentityVerbal Description
Product Rule$\log_b(M \cdot N) = \log_b(M) + \log_b(N)$The logarithm of a product is the sum of the logarithms
Quotient Rule$\log_b\left(\frac{M}{N}\right) = \log_b(M) - \log_b(N)$The logarithm of a quotient is the difference of the logarithms
Power Rule$\log_b(M^k) = k \cdot \log_b(M)$The exponent of the argument pulls out as a multiplicative coefficient
Change of Base Formula$\log_b(x) = \frac{\log_c(x)}{\log_c(b)} = \frac{\ln(x)}{\ln(b)} = \frac{\log(x)}{\log(b)}$Converts a logarithm in base $b$ to any convenient base $c$

Worked Example: Algebraic Expansion

Expand the expression $\log_2\left(\frac{x^5 \sqrt{y}}{z^3}\right)$ as a sum, difference, and product of simple logarithms:

  1. Apply the Quotient Rule: $\log_2(x^5 \sqrt{y}) - \log_2(z^3)$
  2. Apply the Product Rule to the numerator: $\log_2(x^5) + \log_2(y^{1/2}) - \log_2(z^3)$
  3. Apply the Power Rule to all exponents: $5\log_2(x) + \frac{1}{2}\log_2(y) - 3\log_2(z)$

5. Solving Exponential Equations Using Logarithms

Strategy 1: Equating Common Bases ($b^u = b^v \implies u = v$)

When both sides of an equation can be expressed as powers of the same base, equate their exponents directly.

Worked Example: Solve $9^{2x - 1} = 27^{x + 2}$

  1. Express both bases as powers of 3: $(3^2)^{2x - 1} = (3^3)^{x + 2}$
  2. Multiply exponents: $3^{4x - 2} = 3^{3x + 6}$
  3. Equate exponents: $4x - 2 = 3x + 6 \implies x = 8$

Strategy 2: Taking Natural / Common Logarithms

When bases cannot be converted into matching integers, isolate the exponential term and take the natural logarithm ($\ln$) of both sides.

Worked Example: Solve $5 \cdot 2^{3x} = 80$ for $x$.

  1. Isolate the exponential base: $2^{3x} = \frac{80}{5} = 16$
  2. Since $16 = 2^4$: $2^{3x} = 2^4 \implies 3x = 4 \implies x = \frac{4}{3}$

Worked Example (Non-matching powers): Solve $3^{x} = 20$

  1. Take the natural logarithm of both sides: $\ln(3^x) = \ln(20)$
  2. Apply the Power Rule: $x \cdot \ln(3) = \ln(20)$
  3. Isolate $x$: $x = \frac{\ln(20)}{\ln(3)} \approx \frac{2.9957}{1.0986} \approx 2.727$

6. Common CLEP Traps & Strategic Checkpoints

  • Trap 1: False Logarithm Distributive Rules:
    • $\log_b(M + N) \neq \log_b(M) + \log_b(N)$ (The log of a sum CANNOT be split).
    • $\log_b(M \cdot N) = \log_b(M) + \log_b(N)$ (Only a product splits into a sum).
    • $\frac{\log_b(M)}{\log_b(N)} \neq \log_b(M - N)$ (The quotient of two logs is Change of Base $\log_N(M)$, not a subtraction).
  • Trap 2: Mixing Up Percent Growth with the Growth Factor: A population increasing by $8%$ annually has a growth factor of $b = 1 + 0.08 = 1.08$, not $b = 0.08$ or $b = 8$.
  • Trap 3: Logarithms of Zero and Negative Numbers: $\log_b(0)$ and $\log_b(-x)$ are undefined in the real number system. Always reject extraneous algebraic solutions that result in a non-positive logarithmic argument.
  • Trap 4: Additive vs. Multiplicative Word Problem Distinctions: Look carefully at units: "$$500$ each year" is linear, whereas "$5%$ each year" is exponential.
Test Your Knowledge

A biologist measures the count of bacterial cells P(t) in a culture at regular 3-hour intervals: • t = 0 hours: 120 cells • t = 3 hours: 360 cells • t = 6 hours: 1,080 cells • t = 9 hours: 3,240 cells Which equation accurately models the bacterial population at any time t ≥ 0?

A
B
C
D
Test Your Knowledge

Which of the following algebraic expressions is completely equivalent to log₃[(x⁴ · √y) / z²] for positive real variables x, y, and z?

A
B
C
D
Test Your Knowledge

What is the real solution for x in the exponential equation 2^(3x - 1) = 16^(x - 2)?

A
B
C
D