17.3 Exponential & Logarithmic Functions, Base e & Logarithmic Properties
Key Takeaways
- Euler's number e = lim_{n -> inf} (1 + 1/n)^n approx 2.71828 is the unique base whose exponential growth rate equals its instantaneous value, serving as the universal constant for continuous dynamical processes.
- Logarithmic functions y = log_b(x) are inverses of exponential functions y = b^x; they have domain (0, inf), range (-inf, inf), vertical asymptote x = 0, and intercept (1, 0).
- Core operational laws—product log_b(uv) = log_b u + log_b v, quotient log_b(u/v) = log_b u - log_b v, power log_b(u^p) = p*log_b u, and change of base log_b x = ln x / ln b—allow multi-step condensation, expansion, and analytical solution of equations.
- Solving logarithmic equations requires verifying all potential solutions against original arguments to eliminate extraneous solutions where arguments are non-positive (<= 0).
- Real-world continuous dynamic models follow exponential structures: continuous compounding A(t) = P*e^(rt), radioactive decay N(t) = N0*e^(-kt) with half-life t_{1/2} = ln 2 / k, and Newton's Law of Cooling T(t) = Ts + (T0 - Ts)*e^(-kt).
17.3 Exponential & Logarithmic Functions, Base e & Logarithmic Properties
The Natural Base e and Exponential Function Foundations
Exponential functions model dynamic phenomena where the rate of change of a quantity is directly proportional to the quantity itself. The general exponential function is defined as: where $a \neq 0$ is the initial value (or vertical stretch), $b > 0$ and $b \neq 1$ is the base, and the independent variable $x$ serves as the exponent.
- If $b > 1$, the function models exponential growth: it is strictly increasing on $(-\infty, \infty)$ with $\lim_{x \to \infty} b^x = \infty$ and $\lim_{x \to -\infty} b^x = 0$.
- If $0 < b < 1$, the function models exponential decay: it is strictly decreasing on $(-\infty, \infty)$ with $\lim_{x \to \infty} b^x = 0$ and $\lim_{x \to -\infty} b^x = \infty$.
In both cases with $a > 0$, the domain is $(-\infty, \infty)$, the range is $(0, \infty)$, the horizontal asymptote is the line $y = 0$, and the $y$-intercept is $(0, a)$.
The most important base in advanced mathematics is the natural base $e$ (Euler's number), discovered by Jacob Bernoulli when examining continuous compound interest. It is formally defined by the limit: The number $e$ is irrational and transcendental. Its mathematical significance stems from calculus: $f(x) = e^x$ is the unique non-trivial real-valued function that is its own derivative ($\frac{d}{dx}e^x = e^x$), meaning its instantaneous rate of change at any point equals its current value. Continuous growth or decay is modeled by $f(t) = a e^{kt}$, where $k > 0$ represents continuous growth rate and $k < 0$ represents continuous decay rate.
Logarithmic Functions as Inverses and Their Geometric Properties
Because exponential functions $f(x) = b^x$ ($b > 0, b \neq 1$) are strictly monotonic, they pass the horizontal line test and are one-to-one (bijective). Consequently, they possess inverse functions called logarithmic functions: for $x > 0$, $b > 0$, and $b \neq 1$. A logarithm is fundamentally an exponent: $\log_b(x)$ is the exponent to which the base $b$ must be raised to produce the argument $x$.
- When the base is $e$, the logarithm is the natural logarithm, denoted $\ln(x) = \log_e(x)$.
- When the base is $10$, the logarithm is the common logarithm, denoted $\log(x) = \log_{10}(x)$.
Because inverse functions reflect across the line $y = x$, the domain and range of $f(x) = b^x$ swap for $g(x) = \log_b(x)$:
- Domain: $(0, \infty)$. The argument of a real logarithmic function must be strictly positive.
- Range: $(-\infty, \infty)$. A logarithm can take any real value.
- Vertical Asymptote: The line $x = 0$ ($y$-axis). For $b > 1$, as $x \to 0^+$, $\log_b(x) \to -\infty$.
- Intercept: $(1, 0)$, because $b^0 = 1 \implies \log_b(1) = 0$ for all valid bases $b$.
Core Algebraic Properties of Logarithms and the Change of Base Formula
From the laws of exponents, logarithms inherit four operational algebraic properties that govern simplification and equation solving:
- Product Property: The logarithm of a product is the sum of the logarithms:
- Quotient Property: The logarithm of a quotient is the difference of the logarithms:
- Power Property: The logarithm of a power is the exponent times the logarithm of the base argument:
- Identity and Inversion Properties:
To compute or manipulate logarithms with an arbitrary base $b$ in terms of natural or common logarithms, we utilize the Change of Base Formula:
Critical Algebraic Fallacies to Avoid
On the FTCE exam, test makers construct distractors around classic algebraic misconceptions:
- $\log_b(u + v) \neq \log_b u + \log_b v$ (logarithms do not distribute over addition).
- $\frac{\log_b u}{\log_b v} \neq \log_b(u - v)$ (the quotient of two logarithms is not the logarithm of a difference; by change of base, it equals $\log_v u$).
- $(\log_b u)^p \neq p \log_b u$ (raising the entire logarithm to a power is not equivalent to raising the argument to that power).
Solving Exponential and Logarithmic Equations and Extraneous Solutions
Solving transcendental equations requires navigating the inverse relationship between exponentials and logarithms:
-
Exponential Equations ($b^u = c$):
- Isolate the exponential expression on one side.
- Take the natural logarithm of both sides: $\ln(b^u) = \ln(c)$.
- Apply the power property: $u \ln b = \ln c \implies u = \frac{\ln c}{\ln b}$.
- When bases can be matched ($b^u = b^v$), use the one-to-one property: $u = v$.
-
Logarithmic Equations ($\log_b u + \log_b v = c$):
- Condense the logarithmic expressions into a single logarithm using product, quotient, or power properties: $\log_b(uv) = c$.
- Exponentiate both sides to eliminate the logarithm: $uv = b^c$.
- Solve the resulting algebraic equation for potential solutions.
- Check for Extraneous Solutions: Because algebraic steps like multiplying or squaring can expand the solution space, every potential solution must be substituted back into the original, uncondensed equation. Any value that produces a non-positive argument ($u \le 0$) is an extraneous solution and must be discarded.
Continuous Mathematical Modeling: Finance, Decay, and Cooling
Transcendental functions govern dynamic physical and financial processes:
-
Continuous Compound Interest: When compound interest is calculated continuously ($m \to \infty$ compounding periods per year), the compound amount formula $A = P(1 + r/m)^{mt}$ converges to: where $P$ is principal, $r$ is annual nominal interest rate, and $t$ is time in years. The doubling time is derived by setting $A = 2P \implies 2P = P e^{rt} \implies 2 = e^{rt} \implies t_{\text{double}} = \frac{\ln 2}{r}$.
-
Radioactive Decay and Half-Life: Radioactive decay follows the continuous exponential model: where $N_0$ is initial quantity and $k > 0$ is the decay constant. The half-life $t_{1/2}$ is the time required for half of the radioactive nuclei to decay ($N(t_{1/2}) = \frac{1}{2}N_0$):
-
Newton's Law of Cooling: The temperature $T(t)$ of an object placed in an ambient medium with constant temperature $T_s$ changes at a rate proportional to the temperature difference: where $T_0$ is initial temperature of the object and $k > 0$ is the cooling constant.
Logarithmic Properties and Formulas Reference
| Property / Law | Mathematical Formulation | Conditions / Domain Restrictions |
|---|---|---|
| Logarithmic Definition | $y = \log_b x \iff b^y = x$ | $x > 0, b > 0, b \neq 1$ |
| Product Law | $\log_b(uv) = \log_b u + \log_b v$ | $u > 0, v > 0$ |
| Quotient Law | $\log_b(u/v) = \log_b u - \log_b v$ | $u > 0, v > 0$ |
| Power Law | $\log_b(u^p) = p \log_b u$ | $u > 0, p \in \mathbb{R}$ |
| Change of Base | $\log_b x = \frac{\ln x}{\ln b} = \frac{\log x}{\log b}$ | $x > 0, b > 0, b \neq 1$ |
| Continuous Growth/Decay | $N(t) = N_0 e^{kt}$ | $k > 0$ (growth), $k < 0$ (decay) |
| Half-Life Relationship | $t_{1/2} = \frac{\ln 2}{k} \iff k = \frac{\ln 2}{t_{1/2}}$ | $k > 0, t_{1/2} > 0$ |
Worked Exemplar: Radioactive Decay and Half-Life Determination
Problem: A medical isotope utilized in radiation oncology has an initial mass of $80\text{ mg}$. After $24\text{ days}$, the sample has decayed to $10\text{ mg}$.
-
Determine the continuous decay constant $k$ and the half-life $t_{1/2}$.
-
Find the mass remaining after $20\text{ days}$.
-
Determine the time required for the sample to decay to $5%$ of its initial mass ($4\text{ mg}$).
-
Find Decay Constant and Half-Life: Using $N(t) = N_0 e^{-kt}$ with $N_0 = 80$ and $N(24) = 10$: Take the natural logarithm of both sides: Because $8 = 2^3$, $\ln 8 = 3\ln 2$. Thus: The half-life is: (Verification: $80 \to 40 \to 20 \to 10$ is 3 half-lives; $3 \times 8\text{ days} = 24\text{ days}$.)
-
Mass Remaining After 20 Days: Substitute $t = 20$ and $k = \frac{\ln 2}{8}$:
-
Time to Decay to 5% of Initial Mass (4 mg): Set $N(t) = 4$: Evaluating with $\ln 20 \approx 2.99573$ and $\ln 2 \approx 0.69315$: After approximately $34.58\text{ days}$, exactly $4\text{ mg}$ ($5%$) of the isotope remains.
What is the complete solution set of the logarithmic equation log_2(x) + log_2(x - 6) = 4 over the real numbers?
Using logarithmic properties and the change-of-base formula, what is the exact numerical value of the expression log_4(9) * log_3(32)?
A ceramic mug of hot coffee at an initial temperature of 190 deg F is placed in a room maintained at a constant ambient temperature of 70 deg F. Ten minutes later, the coffee has cooled to 130 deg F. Assuming Newton's Law of Cooling T(t) = Ts + (T0 - Ts)*e^(-kt) applies, how many total minutes after being placed in the room will the coffee reach 100 deg F?
What is the domain, range, and vertical asymptote of the transformed logarithmic function f(x) = ln(5 - 2x) + 3?