8.3 Exponential & Logarithmic Functions, Laws & Modeling
Key Takeaways
- Exponential functions follow the standard algebraic form f(x) = a·b^x (a ≠ 0, b > 0, b ≠ 1), exhibiting exponential growth when b > 1 and exponential decay when 0 < b < 1, with a fundamental horizontal asymptote at y = 0.
- The natural exponential base e ≈ 2.71828 is an irrational mathematical constant underlying continuous compounding, natural population growth, and continuous decay dynamics.
- A logarithm is mathematically defined as the inverse of an exponential expression: log_b(x) = y ⟺ b^y = x for base b > 0, b ≠ 1 and strictly positive argument x > 0; common logarithms use base 10 (log x) and natural logarithms use base e (ln x).
- Algebraic simplification of logarithmic expressions relies on the Product Rule (log_b(xy) = log_b x + log_b y), Quotient Rule (log_b(x/y) = log_b x - log_b y), Power Rule (log_b(x^k) = k·log_b x), and Change of Base Formula (log_b x = ln x / ln b).
- When solving logarithmic equations, all potential algebraic solutions must be tested in original logarithmic arguments to identify and discard extraneous solutions (arguments producing ≤ 0); exponential modeling formulas include periodic compounding A = P(1 + r/n)^(nt), continuous compounding A = P·e^(rt), and radioactive decay N(t) = N_0(1/2)^(t/h).
Exponential & Logarithmic Functions, Laws & Modeling
Core Advanced Algebra: Exponential and logarithmic relationships model multiplicative growth, decay dynamics, and inverse scaling across advanced mathematics. The ACCUPLACER Advanced Algebra and Functions test measures your proficiency in converting between exponential and logarithmic representations, applying logarithmic operational identities, solving exponential equations with like and unlike bases, filtering extraneous roots, and evaluating real-world growth and decay models.
Exponential Functions: Structural Properties, Growth & Decay
An exponential function is a non-linear function where the independent variable $x$ appears in the exponent:
- $a$ is the initial value (since $f(0) = a \cdot b^0 = a$, corresponding to the $y$-intercept $(0, a)$).
- $b$ is the base (growth or decay factor).
EXPONENTIAL GROWTH (b > 1) EXPONENTIAL DECAY (0 < b < 1)
y ▲ y ▲
│ ╭─── │ ───╮
│ ╭╯ │ ╰╮
│ ╭╯ │ ╰╮
│ ╭╯ │ ╰╮
│ (0,a) │ (0,a)
│ ───╯ │ ╰───
└────────────────────────► x └────────────────────────► x
Horizontal Asymptote: y = 0 Horizontal Asymptote: y = 0
Key Graphical Characteristics of $f(x) = a \cdot b^x$ ($a > 0$)
- Domain: $(-\infty, \infty)$ (all real numbers).
- Range: $(0, \infty)$ (strictly positive real numbers).
- Horizontal Asymptote: The line $y = 0$ ($x$-axis).
- Monotonicity:
- If $b > 1$, the function models Exponential Growth (strictly increasing). As $x \to \infty, f(x) \to \infty$; as $x \to -\infty, f(x) \to 0$.
- If $0 < b < 1$, the function models Exponential Decay (strictly decreasing). As $x \to \infty, f(x) \to 0$; as $x \to -\infty, f(x) \to \infty$.
- Growth and Decay Rates ($r$):
- Growth Factor: $b = 1 + r$ (where $r > 0$ is the percentage growth rate in decimal form).
- Decay Factor: $b = 1 - r$ (where $0 < r < 1$ is the percentage decay rate in decimal form).
The Natural Exponential Base $e$
The mathematical constant $e$ (Euler's number) is an irrational constant defined as the limiting value:
The natural exponential function $f(x) = e^x$ is the foundational model for continuous compound interest, unrestricted population dynamics, and radioactive decay.
Logarithmic Functions: Formal Definition & Inverse Properties
A logarithm represents the exponent to which a base must be raised to produce a specified value. Logarithms are the exact algebraic inverses of exponential functions.
The Fundamental Equivalence Identity
- Exponential form: $2^5 = 32 \iff$ Logarithmic form: $\log_2(32) = 5$
- Exponential form: $10^{-3} = 0.001 \iff$ Logarithmic form: $\log_{10}(0.001) = -3$
- Exponential form: $e^k = M \iff$ Logarithmic form: $\ln(M) = k$
Domain, Range & Asymptotes of Logarithmic Functions
Because logarithmic functions are the inverses of exponential functions, their domains and ranges are completely reversed:
- Domain: $(0, \infty)$ — The argument of a logarithm must be strictly positive. $\log_b(0)$ and $\log_b(\text{negative})$ are undefined in the real number system.
- Range: $(-\infty, \infty)$ (all real numbers).
- Vertical Asymptote: The vertical line $x = 0$ ($y$-axis).
- $x$-Intercept: $(1, 0)$ because $\log_b(1) = 0$ for any valid base $b$.
Common Logarithms vs. Natural Logarithms
- Common Logarithm (Base 10): Written as $\log(x) \equiv \log_{10}(x)$.
- Natural Logarithm (Base $e$): Written as $\ln(x) \equiv \log_e(x)$.
Inverse Cancellation Identities
- $\log_b(b^x) = x$ for all $x \in \mathbb{R}$, and $b^{\log_b x} = x$ for all $x > 0$
- $\ln(e^x) = x$ for all $x \in \mathbb{R}$, and $e^{\ln x} = x$ for all $x > 0$
- $\log_b(b) = 1$ and $\ln(e) = 1$
- $\log_b(1) = 0$ and $\ln(1) = 0$
Fundamental Laws of Logarithms & Change of Base
Logarithmic properties convert complex multiplication, division, and exponentiation into simpler arithmetic operations.
Logarithm Laws Reference Table
| Law Name | Mathematical Identity | Example Application | Common Error / Pitfall |
|---|---|---|---|
| Product Rule | $\log_b(u \cdot v) = \log_b u + \log_b v$ | $\log_3(9x) = \log_3 9 + \log_3 x = 2 + \log_3 x$ | $\log_b(u + v) \neq \log_b u + \log_b v$ |
| Quotient Rule | $\log_b\left(\frac{u}{v}\right) = \log_b u - \log_b v$ | $\ln\left(\frac{e^4}{x}\right) = \ln(e^4) - \ln x = 4 - \ln x$ | $\frac{\log_b u}{\log_b v} \neq \log_b u - \log_b v$ |
| Power Rule | $\log_b(u^k) = k \cdot \log_b u$ | $\log_2(x^7) = 7 \log_2 x$ | $(\log_b u)^k \neq k \log_b u$ |
| Change of Base Formula | $\log_b x = \frac{\log_c x}{\log_c b} = \frac{\ln x}{\ln b} = \frac{\log x}{\log b}$ | $\log_4 18 = \frac{\ln 18}{\ln 4} \approx 2.079$ | $\log_b x \neq \frac{\ln b}{\ln x}$ |
Expanding and Condensing Logarithmic Expressions
- Expanding: Break down composite arguments into sums and differences of single-variable logarithms:
- Condensing: Combine multiple logarithmic terms with identical bases into a single compact logarithmic term:
Solving Exponential Equations
Method 1: Equating Common Bases (One-to-One Property)
When both sides of an exponential equation can be expressed as powers of the same base $b$:
Worked Example: Equating Common Bases
Solve for $x$: $27^{2x - 1} = 9^{x + 4}$.
- Step 1 (Express both sides with base 3): $27 = 3^3$ and $9 = 3^2$.
- Step 2 (Set exponents equal):
- Step 3 (Solve for $x$):
Method 2: Solving Equations with Unlike Bases Using Logarithms
When bases cannot be matched, isolate the exponential expression and take the natural logarithm ($\ln$) or common logarithm ($\log$) of both sides.
Worked Example: Unlike Bases
Solve for $x$: $5 \cdot 2^{3x - 2} = 80$.
- Step 1 (Isolate exponential term): Divide by 5: $2^{3x - 2} = 16$.
- Step 2 (Recognize base or apply logs): Since $16 = 2^4$:
- General Case with non-matching base (e.g., $2^{3x-2} = 15$):
Method 3: Quadratic Form Exponential Equations
Equations of the form $A(e^x)^2 + B(e^x) + C = 0$ can be solved by substituting $u = e^x$:
(Note: If a factor yields $e^x = -4$, discard it immediately because $e^x > 0$ for all real $x$.)
Solving Logarithmic Equations & Filtering Extraneous Solutions
Solving Single & Multi-Logarithm Equations
- Condense all logarithmic terms on each side into a single logarithm using the Product and Quotient rules.
- Convert to exponential form ($b^y = x$) or apply the one-to-one property ($\log_b u = \log_b v \implies u = v$).
- Solve the resulting algebraic equation.
- Check all solutions in original expressions: Discard any root that results in the logarithm of a non-positive number ($\le 0$).
Worked Example: Logarithmic Equation with Extraneous Root
Solve for $x$: $\log_3(x + 6) + \log_3(x) = 3$.
- Step 1 (Condense using Product Rule):
- Step 2 (Convert to exponential form):
- Step 3 (Form and solve quadratic equation):
- Step 4 (Test candidate solutions in original equation):
- Test $x = 3$: $\log_3(3 + 6) + \log_3(3) = \log_3(9) + \log_3(3) = 2 + 1 = 3$ (Valid!).
- Test $x = -9$: $\log_3(-9)$ is undefined because the argument $-9 \le 0$. Discard $x = -9$ as an extraneous root.
- Conclusion: The unique valid solution is $x = 3$.
Real-World Mathematical Modeling: Growth, Decay & Compound Interest
Exponential functions accurately model phenomena where rate of change is proportional to current magnitude.
Applied Exponential Models Reference Table
| Application Domain | Mathematical Formula | Parameter Definitions |
|---|---|---|
| Periodic Compound Interest | $A(t) = P\left(1 + \frac{r}{n} | |
| ight)^{nt}$ | $P = \text{principal}$, $r = \text{annual interest rate (decimal)}$, $n = \text{compounding periods per year}$, $t = \text{time in years}$, $A(t) = \text{total accumulated balance}$ | |
| Continuous Compound Interest | $A(t) = P e^{rt}$ | $P = \text{principal}$, $r = \text{continuous interest rate}$, $t = \text{years}$, $e \approx 2.71828$ |
| General Exponential Growth/Decay | $N(t) = N_0 (1 \pm r)^t = N_0 e^{kt}$ | $N_0 = \text{initial quantity}$, $r = \text{fractional growth/decay rate}$, $k = \text{continuous growth/decay constant}$ |
| Radioactive Decay & Half-Life | $N(t) = N_0 \left(\frac{1}{2}\right)^{t / h}$ | $N_0 = \text{initial mass}$, $h = \text{half-life duration}$, $t = \text{elapsed time}$ |
Compounding Frequencies ($n$)
- Annual: $n = 1$
- Semi-annual: $n = 2$
- Quarterly: $n = 4$
- Monthly: $n = 12$
- Daily: $n = 365$
Worked Example: Continuous Financial Doubling Time
How many years will it take for an investment of $$5,000$ to double if it is invested in an account earning $8%$ annual interest compounded continuously?
- Step 1 (Set up model): $A(t) = P e^{rt} \implies 10,000 = 5,000 e^{0.08 t}$.
- Step 2 (Isolate exponential term): $e^{0.08 t} = 2$.
- Step 3 (Apply natural logarithm): $\ln(e^{0.08 t}) = \ln(2) \implies 0.08 t = \ln(2)$.
- Step 4 (Solve for $t$): $t = \frac{\ln 2}{0.08} \approx \frac{0.69315}{0.08} \approx 8.66\text{ years}$.
Solve for $x$ in the exponential equation $4 \cdot 3^{2x - 1} = 108$.
What is the complete real solution set for the logarithmic equation $\log_6(x + 5) + \log_6(x) = 2$?
An initial sample of 120 grams of a radioactive isotope decays according to the model $N(t) = 120 \left(\frac{1}{2}\right)^{t / 15}$, where $t$ is measured in hours. How many grams of the isotope remain after 45 hours?