An exponential function has the form $f(x) = a^x$, where $a > 0$ and $a \neq 1$. The base $a$ determines the growth or decay rate.
| Base $a$ | Behavior | Example |
|---|---|---|
| $a > 1$ | Exponential growth (increasing) | $f(x) = 2^x$ |
| $0 < a < 1$ | Exponential decay (decreasing) | $f(x) = (0.5)^x$ |
Population growth: $P(t) = 1000 \cdot (1.05)^t$, where $t$ is years. After 10 years: $P(10) = 1000 \cdot (1.05)^{10} \approx 1628$.
Radioactive decay: $M(t) = M_0 \cdot (0.5)^{t/h}$, where $h$ is half-life.
A logarithmic function is the inverse of an exponential function. $y = \log_a x$ means $a^y = x$, where $a > 0$, $a \neq 1$, and $x > 0$.
| Base $a$ | Notation | Example |
|---|---|---|
| $a = 10$ | $\log_{10} x$ or $\log x$ | $\log 100 = 2$ |
| $a = e$ | $\ln x$ (natural log) | $\ln e^2 = 2$ |
Expand $\ln\left(\frac{x^2 y}{z}\right)$.
Solution: $\ln(x^2 y) - \ln z = \ln x^2 + \ln y - \ln z = 2\ln x + \ln y - \ln z$.
Condense $3\ln x + 2\ln y - \ln z$ into a single logarithm.
Solution: $\ln x^3 + \ln y^2 - \ln z = \ln\left(\frac{x^3 y^2}{z}\right)$.
Exponential and logarithmic functions are inverses of each other:
| Function | Domain | Range | Key Feature |
|---|---|---|---|
| $f(x) = a^x$ | $(-\infty, \infty)$ | $(0, \infty)$ | Horizontal asymptote at $y=0$ |
| $f(x) = \log_a x$ | $(0, \infty)$ | $(-\infty, \infty)$ | Vertical asymptote at $x=0$ |
Find the domain of $f(x) = \ln(x-3)$.
Solution: The argument of $\ln$ must be positive: $x-3 > 0 \Rightarrow x > 3$. Domain: $(3, \infty)$.
Find the domain of $f(x) = \log_2(5 - x)$.
Solution: $5 - x > 0 \Rightarrow x < 5$. Domain: $(-\infty, 5)$.
Interactive graph below. Click buttons to see different exponential and logarithmic functions:
Evaluate $\log_3 81$.
$3^4 = 81$, so $\log_3 81 = 4$.
Expand $\ln(x^4 y^2)$.
$\ln(x^4 y^2) = \ln x^4 + \ln y^2 = 4\ln x + 2\ln y$.
Find the domain of $f(x) = \ln(2x + 4)$.
$2x + 4 > 0 \Rightarrow 2x > -4 \Rightarrow x > -2$. Domain: $(-2, \infty)$.
Condense $2\ln x - \ln y$ into a single logarithm.
$2\ln x - \ln y = \ln x^2 - \ln y = \ln\left(\frac{x^2}{y}\right)$.
Simplify $10^{\log_{10} 7}$.
$10^{\log_{10} 7} = 7$ (since exponentials and logs are inverses).