Algebra 1.3
1.3 Exponential &
Logarithmic Functions
Properties of Exponents
These rules are the foundation of everything in this chapter:
| Rule | Formula |
|---|---|
| Product | $a^m \cdot a^n = a^{m+n}$ |
| Quotient | $\dfrac{a^m}{a^n} = a^{m-n}$ |
| Power | $(a^m)^n = a^{mn}$ |
| Negative | $a^{-n} = \dfrac{1}{a^n}$ |
| Fractional | $a^{1/n} = \sqrt[n]{a}$ |
Exponential Functions
An exponential function has the form:
The key feature is that the variable is in the exponent, not the base.
Why $a > 0$ and $a \neq 1$?
- $a > 0$ — a negative base causes problems, e.g. $(-2)^{1/2}$ is undefined in real numbers
- $a \neq 1$ — $1^x = 1$ for all $x$, which is just a constant, not useful
Shape of the Graph
| Condition | Behavior | Example |
|---|---|---|
| $a > 1$ | Increasing — grows rapidly | $2^x$ |
| $0 < a < 1$ | Decreasing — decays toward zero | $(1/2)^x$ |
Definition of Logarithm
The logarithm is simply the inverse of the exponential function:
Read $\log_a b$ as: "What power do I raise $a$ to, in order to get $b$?" (Pronounced as 'log base a of b')
| Logarithm Form | Exponential Form | Answer |
|---|---|---|
| $\log_2 8 = ?$ | $2^? = 8$ | $3$ |
| $\log_3 9 = ?$ | $3^? = 9$ | $2$ |
| $\log_5 1 = ?$ | $5^? = 1$ | $0$ |
| $\log_2 \frac{1}{4} = ?$ | $2^? = \frac{1}{4}$ | $-2$ |
Domain and Range of $\log_a x$
| $a^x$ | $\log_a x$ | |
|---|---|---|
| Domain | All real numbers | $x > 0$ only |
| Range | $y > 0$ only | All real numbers |
Logarithm Rules
Let $a > 0$, $a \neq 1$, and $M, N > 0$:
| Rule | Formula | Intuition |
|---|---|---|
| Product | $\log_a(MN) = \log_a M + \log_a N$ | Exponents add when multiplying |
| Quotient | $\log_a\dfrac{M}{N} = \log_a M - \log_a N$ | Exponents subtract when dividing |
| Power | $\log_a M^k = k\log_a M$ | Exponent moves to front |
| Base identity | $\log_a a = 1$ | Because $a^1 = a$ |
| Zero identity | $\log_a 1 = 0$ | Because $a^0 = 1$ |
| Inverse | $a^{\log_a M} = M$ | Log and exponential cancel out |
Change of Base Formula
Calculators only compute $\log_{10}$ and $\ln$. To compute any other base:
Example: $\log_2 7 = \dfrac{\ln 7}{\ln 2} \approx \dfrac{1.946}{0.693} \approx 2.807$
Solving Exponential Equations
Strategy: Get the same base on both sides, then equate the exponents.
Solving Logarithmic Equations
Strategy: Isolate the logarithm, then convert to exponential form.
Natural Logarithm $\ln x$ and $e$
The Number $e$
$e$ is a special mathematical constant:
It is irrational — just like $\pi$, it goes on forever without repeating. It arises naturally in growth and decay problems.
Natural Logarithm
The natural logarithm is simply the logarithm with base $e$:
All the same logarithm rules apply. The most used identities are:
Why is $e$ Special?
This makes $e^x$ the most natural base for exponential functions in advanced mathematics, and you will fully appreciate this property in calculus.
Summary Checklist
- ✓ Identify and sketch the graph of $a^x$ for $a > 1$ and $0 < a < 1$
- ✓ Convert freely between logarithmic and exponential form
- ✓ Apply all 6 logarithm rules correctly
- ✓ Use the change of base formula
- ✓ Solve exponential equations — same base method and log method
- ✓ Solve logarithmic equations and check for extraneous solutions
- ✓ Know the key identities involving $e$ and $\ln$
Comments
Post a Comment