3.2 Logarithms and Logarithmic Functions
Key Takeaways
- The logarithm $\log_a N = b$ is defined as the inverse operation of exponentiation $a^b = N$ ($a>0, a \neq 1, N>0$), with essential operational rules $\log_a(MN) = \log_a M + \log_a N$ and the change of base formula $\log_a b = \frac{\log_c b}{\log_c a}$.
- The logarithmic function $y = \log_a x$ has domain $(0, +\infty)$, range $\mathbb{R}$, fixed point $(1,0)$, vertical asymptote $x = 0$, and monotonicity governed by base $a$ (increasing for $a>1$, decreasing for $0<a<1$).
- The functions $y = a^x$ and $y = \log_a x$ are mutual inverse functions, symmetric across the line $y = x$, satisfying operational identities $a^{\log_a x} = x$ ($x>0$) and $\log_a(a^x) = x$ ($x \in \mathbb{R}$).
- When solving logarithmic inequalities $\log_a f(x) > \log_a g(x)$, domain conditions $f(x) > 0$ and $g(x) > 0$ MUST be established prior to applying base monotonicity.
3.2 Logarithms and Logarithmic Functions
Logarithmic functions are the algebraic inverses of exponential functions. Introduced by John Napier in the 17th century to simplify complex astronomical calculations, logarithms convert multiplicative operations into additive ones. In modern Gaokao Mathematics, logarithms play a critical role in solving exponential equations, analyzing function growth rates, investigating derivative behavior in calculus, and establishing algebraic inequalities.
1. Definition of Logarithms and Fundamental Operational Laws
Mathematical Definition of Logarithm
If $a^b = N$ ($a > 0$ and $a \neq 1$), then the exponent $b$ is called the logarithm of $N$ to the base $a$, written as:
- $a$ is called the base ($a > 0, a \neq 1$).
- $N$ is called the argument (or number whose logarithm is taken), requiring $N > 0$.
- $b$ is the logarithm value ($b \in \mathbb{R}$).
Special Logarithmic Bases in Gaokao
- Common Logarithm: Base $a = 10$, denoted as $\lg N = \log_{10} N$.
- Natural Logarithm: Base $a = e \approx 2.718281828459...$, denoted as $\ln N = \log_e N$.
Core Identity: $\log_a 1 = 0$, $\log_a a = 1$, and $a^{\log_a N} = N$ ($N > 0$).
Operational Rules of Logarithms
For any valid base $a > 0, a \neq 1$ and positive numbers $M > 0, N > 0$:
Change of Base Formula
For bases $a > 0, a \neq 1$ and $c > 0, c \neq 1$, and argument $b > 0$:
Derived Corollaries:
- Reciprocal Rule: $\log_a b = \frac{1}{\log_b a}$
- Chain Multiplication Rule: $\log_a b \cdot \log_b c \cdot \log_c d = \log_a d$
2. Logarithmic Functions $y = \log_a x$ and Analytic Properties
Definition
A function of the form $f(x) = \log_a x$ ($a > 0, a \neq 1$) is defined as a logarithmic function with base $a$.
Analytic Properties Summary Table
| Property | Base $a > 1$ | Base $0 < a < 1$ |
|---|---|---|
| Domain | $(0, +\infty)$ | $(0, +\infty)$ |
| Range | $\mathbb{R} = (-\infty, +\infty)$ | $\mathbb{R} = (-\infty, +\infty)$ |
| Fixed Point | $(1, 0)$ since $\log_a 1 = 0$ | $(1, 0)$ since $\log_a 1 = 0$ |
| Monotonicity | Strictly Increasing on $(0, +\infty)$ | Strictly Decreasing on $(0, +\infty)$ |
| Sign Rules | $x > 1 \implies \log_a x > 0$<br>$0 < x < 1 \implies \log_a x < 0$ | $x > 1 \implies \log_a x < 0$<br>$0 < x < 1 \implies \log_a x > 0$ |
| Asymptote | Vertical Asymptote: $x = 0$ ($y$-axis)<br>$\lim_{x \to 0^+} \log_a x = -\infty$ | Vertical Asymptote: $x = 0$ ($y$-axis)<br>$\lim_{x \to 0^+} \log_a x = +\infty$ |
Inverse Function Symmetry
The exponential function $y = a^x$ and logarithmic function $y = \log_a x$ are inverse functions of each other:
- Their domains and ranges swap: Domain of $a^x$ is Range of $\log_a x$, and vice versa.
- Graphs of $y = a^x$ and $y = \log_a x$ are mirror images across the main diagonal line $y = x$.
3. Solving Logarithmic Equations and Inequalities
The Non-Negotiable Golden Rule: Domain First!
Before manipulating logarithmic equations or inequalities using logarithmic rules (e.g. combining $\log_a u + \log_a v = \log_a(uv)$), you MUST establish domain bounds. Combining terms can inadvertently expand the domain (e.g., $u > 0, v > 0$ becomes $uv > 0$, which allows $u < 0$ and $v < 0$, introducing extraneous false solutions!).
Equivalence Systems for Logarithmic Inequalities
For $\log_a f(x) > \log_a g(x)$:
- If $a > 1$:
- If $0 < a < 1$:
4. Worked Gaokao Exam Examples
Example 1: Solving a Quadratic Logarithmic Inequality
Problem: Solve the logarithmic inequality $\log_2(x^2 - 3x) \le 2$.
Detailed Solution:
- Establish Domain Condition: Arguments of logarithms must be strictly positive:
- Express Right-Hand Side with Base 2: Thus, the inequality becomes:
- Apply Base Monotonicity: Since base $a = 2 > 1$, the function $y = \log_2 u$ is strictly increasing, maintaining the inequality direction:
- Intersect Solution with Domain Bounds:
Example 2: Domain and Composite Monotonicity Analysis
Problem: Given function $f(x) = \log_{\frac{1}{2}}(x^2 - 2x - 3)$, determine its domain and find its strictly increasing interval.
Detailed Solution:
- Determine Domain: The inner expression must be strictly positive: Thus, domain $D = (-\infty, -1) \cup (3, +\infty)$.
- Analyze Inner Quadratic Function $u(x)$:
- Axis of symmetry is $x = 1$.
- On $(-\infty, -1)$, $u(x)$ is strictly decreasing and $u(x) > 0$.
- On $(3, +\infty)$, $u(x)$ is strictly increasing and $u(x) > 0$.
- Analyze Outer Function $g(u)$:
- $g(u) = \log_{\frac{1}{2}} u$ has base $a = \frac{1}{2} \in (0, 1)$, so $g(u)$ is strictly decreasing on $(0, +\infty)$.
- Apply Composite Monotonicity Rule:
- On $(-\infty, -1)$, $u(x)$ is decreasing and $g(u)$ is decreasing, so $f(x) = g(u(x))$ is strictly increasing.
- On $(3, +\infty)$, $u(x)$ is increasing and $g(u)$ is decreasing, so $f(x) = g(u(x))$ is strictly decreasing.
- Conclusion: The domain of $f(x)$ is $(-\infty, -1) \cup (3, +\infty)$, and its strictly increasing interval is $(-\infty, -1)$.
What is the domain of the function $f(x) = \log_3(x^2 - 5x + 6)$?
If $\log_2 3 = a$ and $\log_2 5 = b$, how is $\log_6 15$ expressed in terms of $a$ and $b$?
What is the solution set of the logarithmic inequality $\log_{\frac{1}{3}}(2x - 1) > -1$?