← All Units← 返回单元列表 ← Course Hub← 课程主页
U N I V E R S I T Y  C A L C U L U S
Unit A3 · Solutions解答

Differentiation Rules · Solutions微分法则 · 解答

Companion to the University-Style Practice Set大学风格练习题的配套解答

MEDIUM HARD CORE PROOF APPLIED

Sections 1 to 7: power/sum/constant-multiple rules, product rule, quotient rule, chain rule, combining rules, polynomials and rational functions, pitfalls1 至 7 节:幂法则/求和法则/常数倍法则、乘积法则、商法则、链式法则、综合运用、多项式与有理函数、常见错误CALC I



PART I  ·  CORE TECHNIQUES第一部分  ·  核心技巧Computational fluency · 28 marks计算熟练度 · 28分

Worked Solutions详细解答

Q1MEDIUMCOREpower, constant-multiple, and sum rules幂法则、常数倍法则与求和法则[6 marks]

Differentiate: (a) $f(x)=4x^{5}-\frac{3}{2}x^{4}+7x-9$; (b) $g(x)=\frac{5}{x^{3}}-\frac{2}{\sqrt{x}}+6x^{2/3}$; (c) $h(x)=\pi x^{4}-e\,x^{2}+\sqrt{3}$.

Answers:答案:  (a) $20x^{4}-6x^{3}+7$  ·  (b) $-15x^{-4}+x^{-3/2}+4x^{-1/3}$  ·  (c) $4\pi x^{3}-2ex$

(a) Polynomial: power rule term by term(a) 多项式:逐项应用幂法则 M1·A1

Apply the constant-multiple and power rules to each term, and the sum rule to add them. The constant $-9$ differentiates to $0$. (M1)对每一项应用常数倍法则和幂法则,用求和法则将各项相加。常数项 $-9$ 的导数为 $0$。(M1)

$$ f'(x)=4\cdot 5x^{4}-\tfrac{3}{2}\cdot 4x^{3}+7\cdot 1-0=20x^{4}-6x^{3}+7. $$

(A1)

(b) Rewrite negative and fractional exponents first(b) 先将负指数和分数指数改写 M1·A1

Rewrite as $g(x)=5x^{-3}-2x^{-1/2}+6x^{2/3}$ and apply the power rule to each term. (M1)将其改写为 $g(x)=5x^{-3}-2x^{-1/2}+6x^{2/3}$,再对每项应用幂法则。(M1)

$$ g'(x)=5\cdot(-3)x^{-4}-2\cdot\left(-\tfrac{1}{2}\right)x^{-3/2}+6\cdot\tfrac{2}{3}x^{-1/3}=-15x^{-4}+x^{-3/2}+4x^{-1/3}. $$

(A1)

(c) Treat $\pi$, $e$, and $\sqrt{3}$ as constants(c) 将 $\pi$、$e$ 与 $\sqrt{3}$ 视为常数 M1·A1

$\pi$ and $e$ are constants, so the constant-multiple rule applies exactly as for any real number coefficient. The term $\sqrt{3}$ is a constant, so its derivative is $0$. (M1)$\pi$ 与 $e$ 均为常数,因此常数倍法则的应用方式与任何实数系数完全相同。$\sqrt{3}$ 也是常数,其导数为 $0$。(M1)

$$ h'(x)=\pi\cdot 4x^{3}-e\cdot 2x+0=4\pi x^{3}-2ex. $$

(A1)

Insight.洞察。 The single most common error in (b) is treating $\frac{5}{x^3}$ as $5x^3$ and $\frac{2}{\sqrt{x}}$ as $2x^{1/2}$, losing the negative sign on the exponent. Always convert to $5x^{-3}$ and $2x^{-1/2}$ before differentiating. In (c), note that $\pi$ and $e$ are transcendental constants: they behave identically to $2$ or $7$ as coefficients. The derivative of a constant term is zero regardless of how complicated the constant is.(b) 中最常见的错误是将 $\frac{5}{x^3}$ 当作 $5x^3$、将 $\frac{2}{\sqrt{x}}$ 当作 $2x^{1/2}$,从而丢失指数上的负号。求导前务必将其转化为 $5x^{-3}$ 和 $2x^{-1/2}$。在 (c) 中,注意 $\pi$ 与 $e$ 是超越常数:作为系数时,它们与 $2$ 或 $7$ 的作用完全相同。无论常数多么复杂,常数项的导数均为零。
Q2MEDIUMCOREproduct rule乘积法则[8 marks]

Differentiate without expanding first: (a) $f(x)=(3x^{2}+1)(x^{3}-2x)$; (b) $g(x)=x^{4}(2x^{2}-5)^{3}$; (c) $h(x)=(x^{2}+3)(x^{2}-3)$ by the product rule and then by expanding; verify they agree.

Answers:答案:  (a) $15x^{4}-15x^{2}-2$  ·  (b) $4x^{3}(2x^{2}-5)^{2}(5x^{2}-5)$  ·  (c) $4x^{3}$ (both methods两种方法)

(a) Standard product rule(a) 标准乘积法则 M1·A1·A1

Let $u=3x^{2}+1$ and $v=x^{3}-2x$, so $u'=6x$ and $v'=3x^{2}-2$. The product rule gives $(uv)'=u'v+uv'$. (M1)令 $u=3x^{2}+1$,$v=x^{3}-2x$,则 $u'=6x$,$v'=3x^{2}-2$。乘积法则给出 $(uv)'=u'v+uv'$。(M1)

$$ f'(x)=6x\left(x^{3}-2x\right)+\left(3x^{2}+1\right)\!\left(3x^{2}-2\right). $$

Expand term by term: $6x^{4}-12x^{2}$ and $9x^{4}-6x^{2}+3x^{2}-2=9x^{4}-3x^{2}-2$. (A1)逐项展开:$6x^{4}-12x^{2}$ 与 $9x^{4}-6x^{2}+3x^{2}-2=9x^{4}-3x^{2}-2$。(A1)

$$ f'(x)=6x^{4}-12x^{2}+9x^{4}-3x^{2}-2=15x^{4}-15x^{2}-2. $$

(A1)

(b) Product rule with the chain rule on the second factor(b) 对第二因子运用链式法则的乘积法则 M1·A1·A1

Let $u=x^{4}$ (so $u'=4x^{3}$) and $v=(2x^{2}-5)^{3}$ (chain rule: $v'=3(2x^{2}-5)^{2}\cdot 4x=12x(2x^{2}-5)^{2}$). (M1)令 $u=x^{4}$(则 $u'=4x^{3}$),$v=(2x^{2}-5)^{3}$(链式法则:$v'=3(2x^{2}-5)^{2}\cdot 4x=12x(2x^{2}-5)^{2}$)。(M1)

$$ g'(x)=4x^{3}\!\left(2x^{2}-5\right)^{3}+x^{4}\cdot 12x\!\left(2x^{2}-5\right)^{2}=4x^{3}\!\left(2x^{2}-5\right)^{3}+12x^{5}\!\left(2x^{2}-5\right)^{2}. $$

Factor out $4x^{3}(2x^{2}-5)^{2}$: (A1)提取公因子 $4x^{3}(2x^{2}-5)^{2}$:(A1)

$$ g'(x)=4x^{3}\!\left(2x^{2}-5\right)^{2}\!\left[\left(2x^{2}-5\right)+3x^{2}\right]=4x^{3}\!\left(2x^{2}-5\right)^{2}\!\left(5x^{2}-5\right). $$

(A1) This can also be written as $20x^{3}(x^{2}-1)(2x^{2}-5)^{2}$.(A1) 也可写作 $20x^{3}(x^{2}-1)(2x^{2}-5)^{2}$。

(c) Product rule, then verify(c) 乘积法则,然后验证 M1·A1

Product rule with $u=x^{2}+3$, $v=x^{2}-3$: $h'(x)=2x(x^{2}-3)+(x^{2}+3)(2x)=2x^{3}-6x+2x^{3}+6x=4x^{3}$. (M1)取 $u=x^{2}+3$,$v=x^{2}-3$,用乘积法则:$h'(x)=2x(x^{2}-3)+(x^{2}+3)(2x)=2x^{3}-6x+2x^{3}+6x=4x^{3}$。(M1)

Verification by expansion: $h(x)=(x^{2}+3)(x^{2}-3)=x^{4}-9$, so $h'(x)=4x^{3}$. Both give the same answer. (A1)展开验证:$h(x)=(x^{2}+3)(x^{2}-3)=x^{4}-9$,故 $h'(x)=4x^{3}$。两种方法结果一致。(A1)

Insight.洞察。 Part (b) illustrates the key skill of combining two rules without expanding: treat $(2x^{2}-5)^{3}$ as a single entity, differentiate it by the chain rule to get its contribution to $g'$, and then factor the result to the simplest form. Expanding $(2x^{2}-5)^{3}$ first would produce 8 terms and create far more room for error. Part (c) confirms that the product rule is not just a formula but an identity: the answer must match no matter which method you use.(b) 展示了不展开便综合运用两条法则的核心技巧:将 $(2x^{2}-5)^{3}$ 视为一个整体,用链式法则求其对 $g'$ 的贡献,再将结果因式分解到最简形式。若先展开 $(2x^{2}-5)^{3}$,将产生8项,出错概率大幅增加。(c) 证实乘积法则不只是一个公式,而是一个恒等式:无论用哪种方法,答案都必须一致。
Q3HARDCOREchain rule, including nested chains链式法则,含嵌套链式[8 marks]

Differentiate: (a) $f(x)=(3x^{4}-2x+1)^{6}$; (b) $g(x)=\sqrt{5x^{3}+\sqrt{x}}$ (nested chain); (c) $h(x)=\left(\frac{x^{2}+1}{x-1}\right)^{4}$ (chain with inner quotient).

Answers:答案:  (a) $6(12x^{3}-2)(3x^{4}-2x+1)^{5}$  ·  (b) $\dfrac{15x^{2}+\frac{1}{2}x^{-1/2}}{2\sqrt{5x^{3}+\sqrt{x}}}$  ·  (c) $\dfrac{4(x^{2}+1)^{3}(x^{2}-2x-1)}{(x-1)^{5}}$

(a) One-layer chain rule(a) 单层链式法则 M1·A1

Outer function: $u^{6}$ with $u=3x^{4}-2x+1$. Inner derivative: $u'=12x^{3}-2$. Chain rule: (M1)外层函数为 $u^{6}$,其中 $u=3x^{4}-2x+1$。内层导数:$u'=12x^{3}-2$。链式法则:(M1)

$$ f'(x)=6\!\left(3x^{4}-2x+1\right)^{5}\cdot\!\left(12x^{3}-2\right). $$

(A1) This is fully simplified.(A1) 此为最简形式。

(b) Nested chain: outer square root, inner sum, innermost square root(b) 嵌套链式:外层平方根、内层求和、最内层平方根 M1·M1·A1

Write $g(x)=\left(5x^{3}+x^{1/2}\right)^{1/2}$. The outermost function is $(\cdot)^{1/2}$; its argument is $5x^{3}+x^{1/2}$, which itself contains the inner chain $x^{1/2}$. (M1)将其写为 $g(x)=\left(5x^{3}+x^{1/2}\right)^{1/2}$。最外层函数为 $(\cdot)^{1/2}$;其自变量为 $5x^{3}+x^{1/2}$,其中又含内层链式 $x^{1/2}$。(M1)

Differentiate the outer function and multiply by the derivative of its argument: (M1)对外层函数求导,再乘以自变量的导数:(M1)

$$ g'(x)=\frac{1}{2}\!\left(5x^{3}+x^{1/2}\right)^{-1/2}\cdot\!\left(15x^{2}+\tfrac{1}{2}x^{-1/2}\right). $$

This can be written as $\dfrac{15x^{2}+\frac{1}{2}x^{-1/2}}{2\sqrt{5x^{3}+\sqrt{x}}}$. (A1)可写为 $\dfrac{15x^{2}+\frac{1}{2}x^{-1/2}}{2\sqrt{5x^{3}+\sqrt{x}}}$。(A1)

(c) Chain rule with quotient rule inside(c) 内层含商法则的链式法则 M1·M1·A1

Let $u=\dfrac{x^{2}+1}{x-1}$. Chain rule gives $h'(x)=4u^{3}\cdot u'$. (M1)令 $u=\dfrac{x^{2}+1}{x-1}$。链式法则给出 $h'(x)=4u^{3}\cdot u'$。(M1)

Compute $u'$ by the quotient rule: $u'=\dfrac{2x(x-1)-(x^{2}+1)(1)}{(x-1)^{2}}=\dfrac{2x^{2}-2x-x^{2}-1}{(x-1)^{2}}=\dfrac{x^{2}-2x-1}{(x-1)^{2}}$. (M1)用商法则计算 $u'$:$u'=\dfrac{2x(x-1)-(x^{2}+1)(1)}{(x-1)^{2}}=\dfrac{2x^{2}-2x-x^{2}-1}{(x-1)^{2}}=\dfrac{x^{2}-2x-1}{(x-1)^{2}}$。(M1)

Therefore因此

$$ h'(x)=4\!\left(\frac{x^{2}+1}{x-1}\right)^{3}\cdot\frac{x^{2}-2x-1}{(x-1)^{2}}=\frac{4(x^{2}+1)^{3}(x^{2}-2x-1)}{(x-1)^{5}}. $$

(A1)

Insight.洞察。 In (b), always strip away the layers from the outside inward: the outermost $(\cdot)^{1/2}$ gives $\frac{1}{2}(\cdot)^{-1/2}$, and then the derivative of the argument $5x^{3}+\sqrt{x}$ must include the chain for the $\sqrt{x}$ sub-layer. Forgetting the innermost layer ($\frac{1}{2}x^{-1/2}$ term) is the most common error. In (c), the denominator exponent grows: the outer chain raises the denominator power by 3, and the quotient rule contributes another factor of $(x-1)^{2}$, giving $(x-1)^{5}$ total. Tracking exponents in the denominator carefully is essential.在 (b) 中,始终从外到内逐层剥离:最外层 $(\cdot)^{1/2}$ 给出 $\frac{1}{2}(\cdot)^{-1/2}$,然后自变量 $5x^{3}+\sqrt{x}$ 的导数必须包含 $\sqrt{x}$ 子层的链式部分。忘记最内层($\frac{1}{2}x^{-1/2}$ 项)是最常见的错误。在 (c) 中,分母指数累积增长:外层链式将分母幂次提升3,商法则又贡献一个 $(x-1)^{2}$ 因子,总计给出 $(x-1)^{5}$。仔细追踪分母中的指数至关重要。
Q4HARDCOREquotient rule商法则[6 marks]

Differentiate using the quotient rule: (a) $f(x)=\frac{x^{3}-3x}{x^{2}+1}$; (b) $g(x)=\frac{x^{2}-4x+4}{(x+1)^{2}}$; (c) $h(x)=\frac{x^{3}}{x^{2}+3}$, and find all $x$ with $h'(x)=0$.

Answers:答案:  (a) $\dfrac{x^{4}+6x^{2}-3}{(x^{2}+1)^{2}}$  ·  (b) $\dfrac{6(x-2)}{(x+1)^{3}}$  ·  (c) $h'(x)=\dfrac{x^{2}(x^{2}+9)}{(x^{2}+3)^{2}}$; zero at $x=0$ only仅 $x=0$ 处为零

(a) Quotient rule: polynomial numerator(a) 商法则:多项式分子 M1·A1

With $N=x^{3}-3x$ and $D=x^{2}+1$: $N'=3x^{2}-3$, $D'=2x$. Quotient rule $\frac{N'D-ND'}{D^{2}}$: (M1)取 $N=x^{3}-3x$,$D=x^{2}+1$:$N'=3x^{2}-3$,$D'=2x$。商法则 $\frac{N'D-ND'}{D^{2}}$:(M1)

$$ f'(x)=\frac{(3x^{2}-3)(x^{2}+1)-(x^{3}-3x)(2x)}{(x^{2}+1)^{2}}. $$

Expand the numerator: $(3x^{4}+3x^{2}-3x^{2}-3)-(2x^{4}-6x^{2})=3x^{4}-3-2x^{4}+6x^{2}=x^{4}+6x^{2}-3$. (A1)展开分子:$(3x^{4}+3x^{2}-3x^{2}-3)-(2x^{4}-6x^{2})=3x^{4}-3-2x^{4}+6x^{2}=x^{4}+6x^{2}-3$。(A1)

$$ f'(x)=\frac{x^{4}+6x^{2}-3}{(x^{2}+1)^{2}}. $$

(b) Recognise the structure before differentiating(b) 求导前先识别结构 M1·A1

Note $x^{2}-4x+4=(x-2)^{2}$, so $g(x)=\dfrac{(x-2)^{2}}{(x+1)^{2}}$. With $N=(x-2)^{2}$, $D=(x+1)^{2}$: $N'=2(x-2)$, $D'=2(x+1)$. (M1)注意 $x^{2}-4x+4=(x-2)^{2}$,故 $g(x)=\dfrac{(x-2)^{2}}{(x+1)^{2}}$。取 $N=(x-2)^{2}$,$D=(x+1)^{2}$:$N'=2(x-2)$,$D'=2(x+1)$。(M1)

$$ g'(x)=\frac{2(x-2)(x+1)^{2}-(x-2)^{2}\cdot 2(x+1)}{(x+1)^{4}}=\frac{2(x-2)(x+1)\!\left[(x+1)-(x-2)\right]}{(x+1)^{4}}. $$

The bracket simplifies to $3$, giving $g'(x)=\dfrac{6(x-2)}{(x+1)^{3}}$. (A1)括号化简为 $3$,得 $g'(x)=\dfrac{6(x-2)}{(x+1)^{3}}$。(A1)

(c) Quotient rule and setting $h'=0$(c) 商法则与令 $h'=0$ M1·A1

With $N=x^{3}$, $D=x^{2}+3$: $N'=3x^{2}$, $D'=2x$. (M1)取 $N=x^{3}$,$D=x^{2}+3$:$N'=3x^{2}$,$D'=2x$。(M1)

$$ h'(x)=\frac{3x^{2}(x^{2}+3)-x^{3}(2x)}{(x^{2}+3)^{2}}=\frac{3x^{4}+9x^{2}-2x^{4}}{(x^{2}+3)^{2}}=\frac{x^{4}+9x^{2}}{(x^{2}+3)^{2}}=\frac{x^{2}(x^{2}+9)}{(x^{2}+3)^{2}}. $$

Since $x^{2}+9\ge 9>0$ and $(x^{2}+3)^{2}>0$ for all real $x$, the only zero of $h'$ is $x^{2}=0$, i.e. $x=0$. (A1)由于对所有实数 $x$ 均有 $x^{2}+9\ge 9>0$ 且 $(x^{2}+3)^{2}>0$,$h'$ 的唯一零点为 $x^{2}=0$,即 $x=0$。(A1)

Insight.洞察。 In (b), factoring the numerator before applying the quotient rule lets you cancel common factors much more easily. In (c), notice that after simplification $h'(x)=\frac{x^{2}(x^{2}+9)}{(x^{2}+3)^{2}}\ge 0$ for all real $x$, which means $h$ is non-decreasing everywhere. The only point where $h'=0$ is $x=0$, yet $h$ does not have a local maximum or minimum there (the derivative merely touches zero). This is a situation where the second-derivative test or sign analysis tells you the tangent is horizontal but the function keeps going up.在 (b) 中,应用商法则前先对分子因式分解,可更轻松地约去公因子。在 (c) 中,注意化简后对所有实数 $x$ 有 $h'(x)=\frac{x^{2}(x^{2}+9)}{(x^{2}+3)^{2}}\ge 0$,这意味着 $h$ 处处单调不减。$h'=0$ 的唯一点为 $x=0$,但 $h$ 在该点既非极大值也非极小值(导数仅在此处接触零)。这是二阶导数判别法或符号分析告知切线水平但函数仍持续递增的典型情形。
PART II  ·  DEFINITIONS AND PROOF第二部分  ·  定义与证明Rigorous arguments · 26 marks严格论证 · 26分

Worked Solutions详细解答

Q5HARDPROOFproduct rule from the limit definition由极限定义推导乘积法则[10 marks]

Prove $(fg)'(x)=f'(x)g(x)+f(x)g'(x)$ using the limit definition, via the add-subtract trick. Then differentiate $p(x)=(x^{3}+1)(2x^{2}-3x)$.

Answers:答案:  (a) see proof见证明  ·  (b) $(fg)'=f'(x)g(x)+f(x)g'(x)$  ·  (c) $p'(x)=10x^{4}-12x^{3}+4x-3$

(a) Set up the difference quotient and add-subtract(a) 建立差商并运用加减技巧 M1·M1·A1·A1

By definition, $(fg)'(x)=\displaystyle\lim_{h\to 0}\frac{f(x+h)g(x+h)-f(x)g(x)}{h}$. (M1)由定义,$(fg)'(x)=\displaystyle\lim_{h\to 0}\frac{f(x+h)g(x+h)-f(x)g(x)}{h}$。(M1)

Add and subtract $f(x+h)g(x)$ in the numerator (this is the key algebraic trick): (M1)在分子中加减 $f(x+h)g(x)$(这是关键的代数技巧):(M1)

$$\frac{f(x+h)g(x+h)-f(x+h)g(x)+f(x+h)g(x)-f(x)g(x)}{h}.$$

Group and factor: (A1)分组并提取公因子:(A1)

$$=f(x+h)\cdot\frac{g(x+h)-g(x)}{h}+\frac{f(x+h)-f(x)}{h}\cdot g(x).$$

(A1) This expresses the single difference quotient as two separate difference quotients, each recognisable as a derivative.(A1) 这将单一差商表示为两个独立差商之和,每个都可识别为某个导数。

(b) Take the limit; explain continuity(b) 取极限;解释连续性 M1·A1·R1

Take the limit as $h\to 0$. (M1) The second difference quotient $\dfrac{f(x+h)-f(x)}{h}\to f'(x)$ by definition. The first difference quotient $\dfrac{g(x+h)-g(x)}{h}\to g'(x)$ by definition.令 $h\to 0$ 取极限。(M1) 第二个差商 $\dfrac{f(x+h)-f(x)}{h}\to f'(x)$(由定义)。第一个差商 $\dfrac{g(x+h)-g(x)}{h}\to g'(x)$(由定义)。

The factor $f(x+h)$ in the first term needs care: because $f$ is differentiable at $x$, it is also continuous there, so $f(x+h)\to f(x)$ as $h\to 0$. (R1)第一项中的因子 $f(x+h)$ 需要特别注意:由于 $f$ 在 $x$ 处可微,故在该点也连续,从而当 $h\to 0$ 时 $f(x+h)\to f(x)$。(R1)

$$(fg)'(x)=f(x)\cdot g'(x)+f'(x)\cdot g(x)=f'(x)g(x)+f(x)g'(x). \quad\square$$

(A1)

(c) Apply the product rule to $p(x)$(c) 将乘积法则应用于 $p(x)$ M1·A1·A1

Let $u=x^{3}+1$ and $v=2x^{2}-3x$, so $u'=3x^{2}$ and $v'=4x-3$. (M1)令 $u=x^{3}+1$,$v=2x^{2}-3x$,则 $u'=3x^{2}$,$v'=4x-3$。(M1)

$$p'(x)=3x^{2}\!\left(2x^{2}-3x\right)+\left(x^{3}+1\right)\!\left(4x-3\right).$$

Expand: $6x^{4}-9x^{3}$ and $4x^{4}-3x^{3}+4x-3$. (A1)展开:$6x^{4}-9x^{3}$ 与 $4x^{4}-3x^{3}+4x-3$。(A1)

$$p'(x)=6x^{4}-9x^{3}+4x^{4}-3x^{3}+4x-3=10x^{4}-12x^{3}+4x-3.$$

(A1)

Insight.洞察。 The add-subtract trick is the engine of the product rule proof. The number $f(x+h)g(x)$ is "bridging" between $f(x+h)g(x+h)$ and $f(x)g(x)$: it shares the new $x+h$ argument with the first term and the old $g(x)$ with the second. The continuity argument ($f(x+h)\to f(x)$) is often glossed over but is logically necessary: without it, the first term would not simplify to $f(x)g'(x)$. A function can have a derivative at a point without being continuous there only if we redefine derivative, which standard calculus does not do.加减技巧是乘积法则证明的核心。$f(x+h)g(x)$ 起到"桥接"作用,连接 $f(x+h)g(x+h)$ 与 $f(x)g(x)$:它与第一项共享新的 $x+h$ 自变量,与第二项共享旧的 $g(x)$。连续性论证($f(x+h)\to f(x)$)常被一笔带过,但在逻辑上不可或缺:若无此论证,第一项将无法化简为 $f(x)g'(x)$。若重新定义导数,函数可以在某点有导数而不连续,但标准微积分不做此定义。
Q6HARDPROOFpower rule for integer n by mathematical induction用数学归纳法证明整数次幂法则[8 marks]

Prove $\frac{d}{dx}(x^{n})=nx^{n-1}$ for all positive integers $n$ by induction. Then find $f''(x)$ and $f'''(x)$ for $f(x)=x^{5}-3x^{3}+2x$.

Answers:答案:  (a) base case confirmed基础情形已证  ·  (b) inductive step complete归纳步骤已完成  ·  (c) $f''(x)=20x^{3}-18x$; $f'''(x)=60x^{2}-18$

(a) Base case $n=1$ from the definition(a) 由定义证明基础情形 $n=1$ M1·A1·R1

Let $f(x)=x^{1}=x$. By the limit definition: (M1)令 $f(x)=x^{1}=x$。由极限定义:(M1)

$$f'(x)=\lim_{h\to 0}\frac{(x+h)-x}{h}=\lim_{h\to 0}\frac{h}{h}=\lim_{h\to 0}1=1.$$

Since $1=1\cdot x^{0}$, the formula $nx^{n-1}$ holds for $n=1$. (A1) The base case is established. (R1)由于 $1=1\cdot x^{0}$,公式 $nx^{n-1}$ 对 $n=1$ 成立。(A1) 基础情形已证。(R1)

(b) Inductive step: from $n=k$ to $n=k+1$(b) 归纳步骤:从 $n=k$ 到 $n=k+1$ M1·A1·R1

Assume $\dfrac{d}{dx}(x^{k})=kx^{k-1}$ for some positive integer $k$. (M1) Write $x^{k+1}=x\cdot x^{k}$ and apply the product rule (proved in Q5):假设对某正整数 $k$ 有 $\dfrac{d}{dx}(x^{k})=kx^{k-1}$。(M1) 将 $x^{k+1}=x\cdot x^{k}$,并应用(Q5 中已证的)乘积法则:

$$\frac{d}{dx}\!\left(x^{k+1}\right)=\frac{d}{dx}\!\left(x\cdot x^{k}\right)=1\cdot x^{k}+x\cdot kx^{k-1}=x^{k}+kx^{k}=(k+1)x^{k}.$$

(A1) This is exactly the formula $nx^{n-1}$ evaluated at $n=k+1$. (R1)(A1) 这正是公式 $nx^{n-1}$ 在 $n=k+1$ 处的结果。(R1)

By the principle of mathematical induction, $\dfrac{d}{dx}(x^{n})=nx^{n-1}$ holds for all positive integers $n$.由数学归纳法原理,$\dfrac{d}{dx}(x^{n})=nx^{n-1}$ 对所有正整数 $n$ 成立。

(c) Higher-order derivatives of $f(x)=x^{5}-3x^{3}+2x$(c) $f(x)=x^{5}-3x^{3}+2x$ 的高阶导数 M1·A1

$f'(x)=5x^{4}-9x^{2}+2$ (power rule on each term). Differentiate again: (M1)$f'(x)=5x^{4}-9x^{2}+2$(对每项应用幂法则)。再次求导:(M1)

$$f''(x)=20x^{3}-18x.$$

Differentiate once more: $f'''(x)=60x^{2}-18$. (A1)再求导一次:$f'''(x)=60x^{2}-18$。(A1)

Insight.洞察。 Mathematical induction is the natural vehicle for the power rule on positive integers because the inductive step requires a rule already proved (here the product rule), and the argument builds the tower $n=1,2,3,\ldots$ one rung at a time. Note that the induction only directly proves the rule for positive integers; extending to negative integers requires the quotient rule, and to rational exponents requires implicit differentiation. Each extension is a separate theorem, not a "free" consequence of the induction.数学归纳法是证明正整数幂法则的自然工具,因为归纳步骤需要一条已证的法则(此处为乘积法则),论证过程逐步建立 $n=1,2,3,\ldots$ 的阶梯。注意,归纳法仅直接证明正整数情形;推广到负整数需要商法则,推广到有理数指数需要隐式求导。每次推广都是一个独立的定理,而非归纳的"免费"推论。
Q7MEDIUMPROOFquotient rule derived from the product rule由乘积法则推导商法则[8 marks]

Derive $Q'(x)=\frac{f'(x)g(x)-f(x)g'(x)}{[g(x)]^{2}}$ from $f=Q\cdot g$ and the product rule. Then differentiate $r(x)=\frac{x^{4}-1}{x^{2}+1}$.

Answers:答案:  (a) $Q'=\frac{f'g-fg'}{g^{2}}$ via rearrangement通过整理得到  ·  (b) minus sign in the numerator分子中的负号  ·  (c) $r'(x)=2x$

(a) Derive $Q'$ by rearranging $f=Qg$(a) 通过整理 $f=Qg$ 推导 $Q'$ M1·M1·A1

Since $f(x)=Q(x)\cdot g(x)$, differentiate both sides using the product rule: $f'(x)=Q'(x)g(x)+Q(x)g'(x)$. (M1)由 $f(x)=Q(x)\cdot g(x)$,对两边用乘积法则求导:$f'(x)=Q'(x)g(x)+Q(x)g'(x)$。(M1)

Rearrange to isolate $Q'(x)$: $Q'(x)g(x)=f'(x)-Q(x)g'(x)$, so整理以分离 $Q'(x)$:$Q'(x)g(x)=f'(x)-Q(x)g'(x)$,故

$$Q'(x)=\frac{f'(x)-Q(x)g'(x)}{g(x)}=\frac{f'(x)}{g(x)}-\frac{f(x)}{g(x)}\cdot\frac{g'(x)}{g(x)}$$

(using $Q=f/g$). (M1) Combine over the common denominator $[g(x)]^{2}$:(利用 $Q=f/g$)。(M1) 通分,公分母为 $[g(x)]^{2}$:

$$Q'(x)=\frac{f'(x)g(x)-f(x)g'(x)}{[g(x)]^{2}}.\quad\square$$

(A1)

(b) Sign structure of the quotient rule(b) 商法则的符号结构 M1·A1·R1

Rewrite: $Q'=\dfrac{f'g-fg'}{g^{2}}$. Compare with the product rule $(fg)'=f'g+fg'$. (M1)改写为:$Q'=\dfrac{f'g-fg'}{g^{2}}$。与乘积法则 $(fg)'=f'g+fg'$ 对比。(M1)

The numerator of the quotient rule carries a minus sign before $fg'$, whereas the product rule carries a plus. (A1) The minus arises because differentiating $1/g$ produces $-g'/g^{2}$ (chain rule on the reciprocal), reversing the sign. (R1) A correct mnemonic: "top-prime times bottom, minus top times bottom-prime, over bottom-squared."商法则的分子在 $fg'$ 前有一个负号,而乘积法则有正号。(A1) 负号来源于对 $1/g$ 求导得 $-g'/g^{2}$(对倒数应用链式法则),从而改变了符号。(R1) 正确的记忆口诀:「分子导数乘分母,减去分子乘分母导数,除以分母的平方。」

(c) Apply to $r(x)=\frac{x^{4}-1}{x^{2}+1}$(c) 应用于 $r(x)=\frac{x^{4}-1}{x^{2}+1}$ M1·A1

$N=x^{4}-1$, $D=x^{2}+1$, $N'=4x^{3}$, $D'=2x$. (M1)$N=x^{4}-1$,$D=x^{2}+1$,$N'=4x^{3}$,$D'=2x$。(M1)

$$r'(x)=\frac{4x^{3}(x^{2}+1)-(x^{4}-1)(2x)}{(x^{2}+1)^{2}}=\frac{4x^{5}+4x^{3}-2x^{5}+2x}{(x^{2}+1)^{2}}=\frac{2x^{5}+4x^{3}+2x}{(x^{2}+1)^{2}}.$$

Factor: $\dfrac{2x(x^{4}+2x^{2}+1)}{(x^{2}+1)^{2}}=\dfrac{2x(x^{2}+1)^{2}}{(x^{2}+1)^{2}}=2x$. (A1)因式分解:$\dfrac{2x(x^{4}+2x^{2}+1)}{(x^{2}+1)^{2}}=\dfrac{2x(x^{2}+1)^{2}}{(x^{2}+1)^{2}}=2x$。(A1)

This agrees with differentiating $r(x)=(x^{2}-1)(x^{2}+1)/(x^{2}+1)=x^{2}-1$ directly.这与直接对 $r(x)=(x^{2}-1)(x^{2}+1)/(x^{2}+1)=x^{2}-1$ 求导结果一致。

Insight.洞察。 The derivation in (a) shows that the quotient rule is not a new axiom but a consequence of the product rule together with the derivative of a reciprocal. Part (c) has a beautiful check: $r(x)=\frac{x^{4}-1}{x^{2}+1}=\frac{(x^{2}-1)(x^{2}+1)}{x^{2}+1}=x^{2}-1$ on the reals (the denominator is never zero), so $r'=2x$ is immediate. The quotient rule recovers exactly the same answer after cancellation, which confirms both the rule and the algebra. Always look for such simplifications before (or after) differentiating a rational function.(a) 中的推导表明,商法则不是新的公理,而是乘积法则与倒数导数的推论。(c) 有一个漂亮的验证:在实数域上(分母永不为零),$r(x)=\frac{x^{4}-1}{x^{2}+1}=\frac{(x^{2}-1)(x^{2}+1)}{x^{2}+1}=x^{2}-1$,因此 $r'=2x$ 可直接得出。商法则在约分后恢复完全相同的答案,既验证了法则本身,也验证了代数运算。对有理函数求导前(或求导后)应始终寻找此类化简机会。
PART III  ·  APPLICATIONS AND SYNTHESIS第三部分  ·  应用与综合Extended problems · 28 marks综合应用题 · 28分

Worked Solutions详细解答

Q8HARDAPPLIEDchain rule combined with product rule链式法则与乘积法则的综合运用[8 marks]

For $F(x)=x^{3}(x^{2}+4)^{5}$: (a) differentiate; (b) factor to the form $x^{2}(x^{2}+4)^{4}(Ax^{2}+B)$; (c) find zeros of $F'$ and classify each.

Answers:答案:  (a) $3x^{2}(x^{2}+4)^{5}+10x^{4}(x^{2}+4)^{4}$  ·  (b) $A=13$, $B=12$  ·  (c) $x=0$ only; neither a max nor a min唯一;既非极大值也非极小值

(a) Product rule with chain rule on the second factor(a) 对第二因子运用链式法则的乘积法则 M1·A1

Let $u=x^{3}$ and $v=(x^{2}+4)^{5}$. Then $u'=3x^{2}$ and, by the chain rule, $v'=5(x^{2}+4)^{4}\cdot 2x=10x(x^{2}+4)^{4}$. (M1)令 $u=x^{3}$,$v=(x^{2}+4)^{5}$。则 $u'=3x^{2}$,由链式法则 $v'=5(x^{2}+4)^{4}\cdot 2x=10x(x^{2}+4)^{4}$。(M1)

$$F'(x)=3x^{2}\!\left(x^{2}+4\right)^{5}+x^{3}\cdot 10x\!\left(x^{2}+4\right)^{4}=3x^{2}\!\left(x^{2}+4\right)^{5}+10x^{4}\!\left(x^{2}+4\right)^{4}.$$

(A1)

(b) Factor out the common term(b) 提取公因子 M1·A1·A1

Both terms share the factor $x^{2}(x^{2}+4)^{4}$. Extract it: (M1)两项共有公因子 $x^{2}(x^{2}+4)^{4}$,提取之:(M1)

$$F'(x)=x^{2}\!\left(x^{2}+4\right)^{4}\!\left[3(x^{2}+4)+10x^{2}\right]=x^{2}\!\left(x^{2}+4\right)^{4}\!\left(3x^{2}+12+10x^{2}\right).$$

(A1) Combine like terms in the bracket:(A1) 合并括号内的同类项:

$$F'(x)=x^{2}\!\left(x^{2}+4\right)^{4}\!\left(13x^{2}+12\right).$$

So $A=13$ and $B=12$. (A1)故 $A=13$,$B=12$。(A1)

(c) Sign analysis of $F'$(c) $F'$ 的符号分析 M1·A1·R1

Set $F'(x)=0$: the three factors are $x^{2}$, $(x^{2}+4)^{4}$, and $13x^{2}+12$. (M1)令 $F'(x)=0$:三个因子为 $x^{2}$、$(x^{2}+4)^{4}$ 和 $13x^{2}+12$。(M1)

  • $x^{2}=0$ gives $x=0$.$x^{2}=0$ 给出 $x=0$。
  • $(x^{2}+4)^{4}=0$ requires $x^{2}=-4$, which has no real solution.$(x^{2}+4)^{4}=0$ 要求 $x^{2}=-4$,无实数解。
  • $13x^{2}+12=0$ requires $x^{2}=-12/13$, which has no real solution.$13x^{2}+12=0$ 要求 $x^{2}=-12/13$,无实数解。

So the only zero of $F'$ on $\mathbb{R}$ is $x=0$. (A1) For $x\ne 0$: $x^{2}>0$, $(x^{2}+4)^{4}>0$, and $13x^{2}+12>0$, so $F'(x)>0$. Hence $F$ is strictly increasing on $(-\infty,0)$ and on $(0,\infty)$, and $F'$ does not change sign at $x=0$. The point $(0,F(0))=(0,0)$ is neither a local maximum nor a local minimum. (R1)故 $F'$ 在 $\mathbb{R}$ 上的唯一零点为 $x=0$。(A1) 当 $x\ne 0$ 时:$x^{2}>0$,$(x^{2}+4)^{4}>0$,$13x^{2}+12>0$,故 $F'(x)>0$。因此 $F$ 在 $(-\infty,0)$ 和 $(0,\infty)$ 上均严格递增,$F'$ 在 $x=0$ 处不变号。点 $(0,F(0))=(0,0)$ 既非极大值点也非极小值点。(R1)

Insight.洞察。 Factoring $F'$ completely before setting it to zero is far more efficient than using the quadratic formula on an expanded expression. Here the factored form reveals immediately that $(x^{2}+4)^{4}$ and $13x^{2}+12$ are always positive, reducing the zero-finding to $x^{2}=0$. The sign analysis also shows that $F$ is monotonically increasing (except at $x=0$, where the derivative merely touches zero): this is an example of a critical point that is not an extremum, sometimes called a terrace point or inflection with horizontal tangent.令 $F'$ 等于零前先将其完全因式分解,比对展开表达式使用求根公式高效得多。此处的因式分解形式立即揭示 $(x^{2}+4)^{4}$ 和 $13x^{2}+12$ 恒为正,从而将求零点简化为 $x^{2}=0$。符号分析还表明 $F$ 单调递增(除 $x=0$ 处导数仅触零外):这是一个临界点不是极值点的例子,有时称为平台点或水平切线拐点。
Q9HARDAPPLIEDhorizontal tangents of a rational function有理函数的水平切线[10 marks]

For $f(x)=\frac{x^{2}-4}{x^{2}+4}$: (a) domain; (b) $f'(x)=\frac{16x}{(x^{2}+4)^{2}}$; (c) horizontal tangent point(s); (d) horizontal asymptotes.

Answers:答案:  (a) all reals全体实数  ·  (b) $\frac{16x}{(x^{2}+4)^{2}}$  ·  (c) $(0,-1)$  ·  (d) $y=1$; not attained不可取到

(a) Domain(a) 定义域 A1·R1

The denominator is $x^{2}+4\ge 4>0$ for all real $x$ (since $x^{2}\ge 0$), so it is never zero. (A1) The domain of $f$ is all of $\mathbb{R}$. (R1)对所有实数 $x$,分母 $x^{2}+4\ge 4>0$(因为 $x^{2}\ge 0$),故分母永不为零。(A1) $f$ 的定义域为全体实数 $\mathbb{R}$。(R1)

(b) Quotient rule and simplification(b) 商法则与化简 M1·A1·A1

$N=x^{2}-4$, $D=x^{2}+4$, $N'=2x$, $D'=2x$. Quotient rule: (M1)$N=x^{2}-4$,$D=x^{2}+4$,$N'=2x$,$D'=2x$。商法则:(M1)

$$f'(x)=\frac{2x(x^{2}+4)-(x^{2}-4)(2x)}{(x^{2}+4)^{2}}.$$

Unsimplified numerator: $2x^{3}+8x-2x^{3}+8x=16x$. (A1)未化简的分子:$2x^{3}+8x-2x^{3}+8x=16x$。(A1)

$$f'(x)=\frac{16x}{(x^{2}+4)^{2}}.$$

(A1)

(c) Horizontal tangent: set $f'=0$(c) 水平切线:令 $f'=0$ M1·A1·A1

$f'(x)=0$ if and only if the numerator $16x=0$, i.e. $x=0$ (the denominator is always positive). (M1)$f'(x)=0$ 当且仅当分子 $16x=0$,即 $x=0$(分母恒为正)。(M1)

At $x=0$: $f(0)=\dfrac{0-4}{0+4}=\dfrac{-4}{4}=-1$. (A1) The only point with a horizontal tangent is $(0,-1)$. (A1)在 $x=0$ 处:$f(0)=\dfrac{0-4}{0+4}=\dfrac{-4}{4}=-1$。(A1) 唯一的水平切线点为 $(0,-1)$。(A1)

(d) Horizontal asymptotes(d) 水平渐近线 M1·A1

As $x\to\pm\infty$, the highest-power terms dominate: (M1)当 $x\to\pm\infty$ 时,最高次项占主导:(M1)

$$f(x)=\frac{x^{2}-4}{x^{2}+4}=\frac{1-4/x^{2}}{1+4/x^{2}}\longrightarrow\frac{1}{1}=1.$$

The horizontal asymptote is $y=1$. (A1) To confirm $f$ never equals $1$: set $\dfrac{x^{2}-4}{x^{2}+4}=1$ gives $x^{2}-4=x^{2}+4$, i.e. $-4=4$, a contradiction. So $f(x)<1$ for all $x$, and $f$ only approaches $y=1$.水平渐近线为 $y=1$。(A1) 验证 $f$ 从不等于 $1$:令 $\dfrac{x^{2}-4}{x^{2}+4}=1$ 得 $x^{2}-4=x^{2}+4$,即 $-4=4$,矛盾。故对所有 $x$ 有 $f(x)<1$,$f$ 仅趋近于 $y=1$。

Insight.洞察。 The denominator $x^{2}+4$ is a prototype for "never zero": adding a positive constant to $x^{2}$ ensures positivity on all of $\mathbb{R}$, which means the quotient rule can be applied without worrying about domain restrictions. The derivative $\frac{16x}{(x^{2}+4)^{2}}$ also shows that $f$ is decreasing on $(-\infty,0)$ and increasing on $(0,\infty)$, so $(0,-1)$ is a global minimum. The function rises toward $y=1$ from below as $x\to\pm\infty$ but never reaches it: this is a strict inequality asymptote.分母 $x^{2}+4$ 是「永不为零」的典型:在 $x^{2}$ 上加一个正常数,可确保其在全体 $\mathbb{R}$ 上为正,因此可直接应用商法则而无需担心定义域限制。导数 $\frac{16x}{(x^{2}+4)^{2}}$ 还表明 $f$ 在 $(-\infty,0)$ 上递减,在 $(0,\infty)$ 上递增,故 $(0,-1)$ 是全局最小值点。函数从下方趋向 $y=1$,但永远不能到达:这是严格不等式型渐近线。
Q10HARDAPPLIEDcombining all rules: tangent line and common pitfalls综合所有法则:切线与常见错误[10 marks]

For $G(x)=\frac{(x^{2}+1)^{3}}{x^{3}-8}$ ($x\ne 2$): (a) find $G'(x)$; (b) find $G(3)$, $G'(3)$, and the tangent line at $x=3$; (c) refute the claim that $G'$ can never be negative; (d) identify the two rules misapplied in $G'(x)=\frac{3(x^{2}+1)^{2}}{3x^{2}}$.

Answers:答案:  (a) $G'(x)=\dfrac{3x(x^{2}+1)^{2}(x^{3}-x-16)}{(x^{3}-8)^{2}}$  ·  (b) tangent:切线: $y=\dfrac{7200}{361}x-\dfrac{2600}{361}$  ·  (c) $G'(1)<0$  ·  (d) quotient rule omitted; chain rule applied only to numerator商法则被省略;链式法则仅用于分子

(a) Quotient rule with chain rule on the numerator(a) 分子使用链式法则的商法则 M1·M1·A1

Let $N=(x^{2}+1)^{3}$ and $D=x^{3}-8$. Chain rule on $N$: $N'=3(x^{2}+1)^{2}\cdot 2x=6x(x^{2}+1)^{2}$. $D'=3x^{2}$. (M1)令 $N=(x^{2}+1)^{3}$,$D=x^{3}-8$。对 $N$ 应用链式法则:$N'=3(x^{2}+1)^{2}\cdot 2x=6x(x^{2}+1)^{2}$。$D'=3x^{2}$。(M1)

Quotient rule: (M1)商法则:(M1)

$$G'(x)=\frac{6x(x^{2}+1)^{2}(x^{3}-8)-(x^{2}+1)^{3}\cdot 3x^{2}}{(x^{3}-8)^{2}}.$$

Factor $(x^{2}+1)^{2}$ from the numerator:从分子中提取 $(x^{2}+1)^{2}$:

$$G'(x)=\frac{(x^{2}+1)^{2}\!\left[6x(x^{3}-8)-3x^{2}(x^{2}+1)\right]}{(x^{3}-8)^{2}}.$$

Expand the bracket: $6x^{4}-48x-3x^{4}-3x^{2}=3x^{4}-3x^{2}-48x=3x(x^{3}-x-16)$. (A1)展开括号:$6x^{4}-48x-3x^{4}-3x^{2}=3x^{4}-3x^{2}-48x=3x(x^{3}-x-16)$。(A1)

$$G'(x)=\frac{3x(x^{2}+1)^{2}(x^{3}-x-16)}{(x^{3}-8)^{2}}.$$

(b) Point and tangent line at $x=3$(b) $x=3$ 处的点与切线 M1·A1·A1

$G(3)=\dfrac{(9+1)^{3}}{27-8}=\dfrac{1000}{19}$. For $G'(3)$: numerator factors at $x=3$: (M1)$G(3)=\dfrac{(9+1)^{3}}{27-8}=\dfrac{1000}{19}$。计算 $G'(3)$:$x=3$ 处分子的各因子:(M1)

  • $3x=9$$3x=9$
  • $(x^{2}+1)^{2}=(10)^{2}=100$$(x^{2}+1)^{2}=(10)^{2}=100$
  • $x^{3}-x-16=27-3-16=8$$x^{3}-x-16=27-3-16=8$
  • $(x^{3}-8)^{2}=(19)^{2}=361$$(x^{3}-8)^{2}=(19)^{2}=361$
$$G'(3)=\frac{9\cdot 100\cdot 8}{361}=\frac{7200}{361}. $$

(A1) The tangent line through $\!\left(3,\dfrac{1000}{19}\right)$ with slope $\dfrac{7200}{361}$:(A1) 过点 $\!\left(3,\dfrac{1000}{19}\right)$、斜率为 $\dfrac{7200}{361}$ 的切线:

$$y-\frac{1000}{19}=\frac{7200}{361}(x-3).$$

Since $\dfrac{1000}{19}=\dfrac{19000}{361}$, this gives $y=\dfrac{7200}{361}x-\dfrac{21600}{361}+\dfrac{19000}{361}=\dfrac{7200}{361}x-\dfrac{2600}{361}$. (A1)由于 $\dfrac{1000}{19}=\dfrac{19000}{361}$,得 $y=\dfrac{7200}{361}x-\dfrac{21600}{361}+\dfrac{19000}{361}=\dfrac{7200}{361}x-\dfrac{2600}{361}$。(A1)

(c) Counterexample showing $G'$ can be negative(c) 说明 $G'$ 可以为负的反例 M1·A1

The sign of $G'$ is determined by the factor $3x(x^{3}-x-16)$, since $(x^{2}+1)^{2}>0$ and $(x^{3}-8)^{2}>0$ always. (M1) At $x=1$: $x^{3}-x-16=1-1-16=-16<0$, and $3x=3>0$, so $3x(x^{3}-x-16)=3\cdot(-16)=-48<0$. Therefore $G'(1)<0$. (A1) The student's error is that a positive numerator of $G$ does not imply a positive derivative of $G$; the denominator and its derivative both contribute.$G'$ 的符号由因子 $3x(x^{3}-x-16)$ 决定,因为 $(x^{2}+1)^{2}>0$ 且 $(x^{3}-8)^{2}>0$ 恒成立。(M1) 在 $x=1$ 处:$x^{3}-x-16=1-1-16=-16<0$,而 $3x=3>0$,故 $3x(x^{3}-x-16)=3\cdot(-16)=-48<0$。因此 $G'(1)<0$。(A1) 该学生的错误在于:$G$ 的分子为正并不意味着 $G$ 的导数为正;分母及其导数均参与影响导数的符号。

(d) Two misapplied rules(d) 两条被误用的法则 A1·A1

Error 1: The student did not apply the quotient rule. They differentiated only the numerator and placed the result over the derivative of the denominator, which is not the quotient rule formula $\frac{N'D-ND'}{D^{2}}$. (A1)错误1:该学生未应用商法则。他们只对分子求导,将结果置于分母导数之上,这不是商法则公式 $\frac{N'D-ND'}{D^{2}}$。(A1)

Error 2: Even if the student had intended some version of "differentiate numerator over derivative of denominator," they placed $3x^{2}$ (the derivative of $x^{3}-8$) in the denominator rather than the denominator itself squared. The correct formula requires $(D)^{2}=(x^{3}-8)^{2}$ in the denominator, not $D'=3x^{2}$. (A1)错误2:即使该学生想用「分子导数除以分母导数」这种形式,他们也将 $3x^{2}$(即 $x^{3}-8$ 的导数)放在了分母,而非分母本身的平方。正确公式要求分母为 $(D)^{2}=(x^{3}-8)^{2}$,而非 $D'=3x^{2}$。(A1)

Insight.洞察。 Q10 combines every rule covered in the unit: chain rule inside the quotient rule, with factoring to simplify $G'$, followed by exact numerical evaluation and tangent-line geometry. Part (c) is a reminder that the sign of a function and the sign of its derivative are independent: $G$ is positive for $x>2$ (numerator always positive, denominator positive), but $G'$ can be negative there because the quotient rule mixes the function's value with both the numerator's and denominator's rates of change. Part (d) captures the two most frequent errors students make when differentiating a ratio: omitting the $-ND'$ term and confusing $D$ with $D'$ in the denominator.第10题综合了本单元所有法则:商法则中嵌套链式法则,因式分解化简 $G'$,再进行精确数值计算和切线几何。(c) 提醒我们:函数的符号与其导数的符号彼此独立。$G$ 在 $x>2$ 时为正(分子恒正,分母也正),但 $G'$ 在该范围内可以为负,因为商法则将函数值与分子和分母的变化率混合在一起。(d) 抓住了学生对商式求导时最常犯的两种错误:遗漏 $-ND'$ 项,以及在分母中混淆 $D$ 与 $D'$。