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.
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
| Feature | Linear Model ($y = mx + b$) | Exponential Model ($y = a b^x$) |
|---|---|---|
| Rate of Change | Constant absolute rate: $\frac{\Delta y}{\Delta x} = m$ | Constant relative (percentage) rate: $\frac{\Delta y}{y} = r$ |
| Table Test | Difference 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 Dominance | Grows steadily; eventually outpaced by exponential | Outpaces 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$ | 0 | 1 | 2 | 3 | 4 |
|---|---|---|---|---|---|
| $y$ | 14 | 19 | 24 | 29 | 34 |
- 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$ | 0 | 1 | 2 | 3 | 4 |
|---|---|---|---|---|---|
| $y$ | 12 | 36 | 108 | 324 | 972 |
- 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
- $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:
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:
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?
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
- 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
- Common Logarithm (Base 10): Written as $\log(x) = \log_{10}(x)$. Used in engineering, chemistry (pH scale), and the Richter scale.
- 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 Name | Algebraic Identity | Verbal 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:
- Apply the Quotient Rule: $\log_2(x^5 \sqrt{y}) - \log_2(z^3)$
- Apply the Product Rule to the numerator: $\log_2(x^5) + \log_2(y^{1/2}) - \log_2(z^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}$
- Express both bases as powers of 3: $(3^2)^{2x - 1} = (3^3)^{x + 2}$
- Multiply exponents: $3^{4x - 2} = 3^{3x + 6}$
- 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$.
- Isolate the exponential base: $2^{3x} = \frac{80}{5} = 16$
- 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$
- Take the natural logarithm of both sides: $\ln(3^x) = \ln(20)$
- Apply the Power Rule: $x \cdot \ln(3) = \ln(20)$
- 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.
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?
Which of the following algebraic expressions is completely equivalent to log₃[(x⁴ · √y) / z²] for positive real variables x, y, and z?
What is the real solution for x in the exponential equation 2^(3x - 1) = 16^(x - 2)?