16.1 Limit Concepts and Derivatives of Elementary Functions
Key Takeaways
- The derivative f'(x_0) represents the exact instantaneous rate of change of a function at a point, defined as the limit of the average rate of change as \Delta x approaches 0.
- Elementary derivative formulas (power, exponential, logarithmic, and trigonometric) serve as fundamental building blocks for solving complex Gaokao calculus problems.
- Differentiation rules (sum, product, quotient, and chain rule) allow systematic calculation of derivatives for composite and structured functions.
- A function must be continuous at a point to be differentiable, though continuity alone does not guarantee differentiability.
16.1 Limit Concepts and Derivatives of Elementary Functions
Differential calculus is one of the most powerful mathematical frameworks tested in the National College Entrance Examination (Gaokao). At its core, calculus transitions mathematical analysis from static quantities to dynamic rates of change. Understanding how limits lead to instantaneous derivatives forms the indispensable foundation for curve analysis, optimization, and real-world mathematical modeling.
1. Concept of Limits, Continuity, and Average Rate of Change
1.1 Average Rate of Change
Consider a function $y = f(x)$ defined on an open interval containing $x_0$. When the independent variable $x$ changes from $x_0$ to $x_0 + \Delta x$, the corresponding change in the function values is \Delta y = f(x_0 + \Delta x) - f(x_0). The ratio of these increments is defined as the average rate of change of $f(x)$ over the interval $[x_0, x_0 + \Delta x]$:
Geometrically, this ratio represents the secant line slope connecting points $P(x_0, f(x_0))$ and $Q(x_0 + \Delta x, f(x_0 + \Delta x))$ on the graph of $y = f(x)$.
1.2 Instantaneous Rate of Change and the Formal Derivative
As the increment \Delta x shrinks toward $0$, the secant line rotates about point $P$. If the ratio $\frac{\Delta y}{\Delta x}$ approaches a finite limit as \Delta x \to 0, this limit is called the instantaneous rate of change or the derivative of $f(x)$ at $x = x_0$, denoted as $f'(x_0)$ or $\left.\frac{df}{dx}\right|_{x=x_0}$:
Alternatively, letting $x = x_0 + \Delta x$, the limit can be expressed as:
1.3 Continuity vs. Differentiability
A function $f(x)$ is continuous at $x_0$ if $\lim_{x \to x_0} f(x) = f(x_0)$. A fundamental theorem of calculus establishes that differentiability implies continuity:
Proof: Since $f'(x_0) = \lim_{x \to x_0} \frac{f(x) - f(x_0)}{x - x_0}$, we can write:
Thus, $\lim_{x \to x_0} f(x) = f(x_0)$, proving continuity. Note that the converse is false: functions like $f(x) = |x|$ are continuous at $x=0$ but non-differentiable because the left-hand limit ($-1$) and right-hand limit ($+1$) of the difference quotient do not match.
2. Derivation of Standard Elementary Function Derivatives
In Gaokao Mathematics, candidates must memorize and fluently apply the derivative formulas for standard elementary functions. Below are their formal mathematical definitions and key derivations from first principles.
| Function Type | Function $f(x)$ | Derivative $f'(x)$ | Domain Restrictions |
|---|---|---|---|
| Constant | $c$ | $0$ | $x \in \mathbb{R}$ |
| Power | $x^n$ ($n \in \mathbb{R}$) | $n x^{n-1}$ | $x > 0$ for real exponents |
| Exponential | $a^x$ ($a > 0, a \neq 1$) | $a^x \ln a$ | $x \in \mathbb{R}$ |
| Natural Exponential | $e^x$ | $e^x$ | $x \in \mathbb{R}$ |
| Logarithmic | $\log_a x$ ($a > 0, a \neq 1$) | $\frac{1}{x \ln a}$ | $x > 0$ |
| Natural Logarithm | $\ln x$ | $\frac{1}{x}$ | $x > 0$ |
| Sine | $\sin x$ | $\cos x$ | $x \in \mathbb{R}$ |
| Cosine | $\cos x$ | $-\sin x$ | $x \in \mathbb{R}$ |
2.1 First-Principles Derivation of Power Function Derivative $f(x) = x^n$ ($n \in \mathbb{N}^*$)
Using the definition of the derivative:
Applying the Binomial Expansion Theorem:
Substituting this back into the difference quotient:
2.2 First-Principles Derivation of Natural Exponential $f(x) = e^x$
Using the standard limit identity $\lim_{t \to 0} \frac{e^t - 1}{t} = 1$:
2.3 First-Principles Derivation of Sine Function $f(x) = \sin x$
Using the trigonometric sum-to-product identity $\sin A - \sin B = 2 \cos\left(\frac{A+B}{2}\right) \sin\left(\frac{A-B}{2}\right)$ and important limit $\lim_{\theta \to 0} \frac{\sin \theta}{\theta} = 1$:
3. Differentiation Operational Rules and Composite Chain Rule
Let $u(x)$ and $v(x)$ be differentiable functions on an interval $I$.
-
Linearity (Sum and Constant Multiple Rule):
-
Product Rule:
-
Quotient Rule:
-
Chain Rule for Composite Functions: If $y = f(u)$ and $u = g(x)$ are differentiable, then the composite function $y = f(g(x))$ has derivative:
4. Worked Gaokao Exam Problem
Problem Statement
Given the function $f(x) = x^2 e^x - \ln(2x + 1)$ defined on $x > -\frac{1}{2}$:
- Compute the general derivative expression $f'(x)$.
- Evaluate the instantaneous rate of change at $x = 0$.
- Determine the equation of the tangent line to $y = f(x)$ at point $(0, f(0))$.
Step-by-Step Solution
Step 1: Compute $f'(x)$ using differentiation rules. The function consists of two parts: $g(x) = x^2 e^x$ and $h(x) = \ln(2x + 1)$.
- For $g(x) = x^2 e^x$, apply the product rule $(uv)' = u'v + uv'$:
- For $h(x) = \ln(2x + 1)$, apply the chain rule with $u = 2x + 1$ and $h(u) = \ln u$: Combining both components:
Step 2: Evaluate $f'(0)$ and $f(0)$.
- Substitute $x = 0$ into $f(x)$:
- Substitute $x = 0$ into $f'(x)$:
Step 3: Derive the tangent line equation. The point of tangency is $(0, 0)$ and the slope is $k = f'(0) = -2$. Using the point-slope form $y - y_0 = k(x - x_0)$:
Final Answer: $f'(x) = (x^2 + 2x)e^x - \frac{2}{2x+1}$, $f'(0) = -2$, and the tangent line equation is $2x + y = 0$.
What is the derivative of the composite function f(x) = x * ln(3x) for x > 0?
If f(x) = e^(2x) * cos(x), what is f'(0)?
Which of the following statements regarding continuity and differentiability is mathematically correct?