📚 PDF资源导航

CIE A-Level Pure Mathematics 1: Differentiation from First Principles to Applications — CIE A-Level 纯数学1:从第一原理到应用的微分完全指南

一、什么是微分?从割线斜率到切线斜率的概念跃迁 | What Is Differentiation? From Secant Slope to Tangent Slope

微分(Differentiation)是微积分的两大核心分支之一,它研究的是函数在某一点处的瞬时变化率。在 CIE A-Level Pure Mathematics 1 课程中,微分是你接触的第一个高等数学工具。要理解微分,我们可以从一个简单的几何直觉出发:想象一条曲线上的两个点,连接它们的直线叫做割线(secant line),割线的斜率表示这两个点之间的平均变化率。当我们把这两个点无限靠近时,割线就变成了切线(tangent line),而切线在这一点的斜率,就是函数在该点的导数(derivative),也就是微分的结果。

Differentiation is one of the two core branches of calculus, studying the instantaneous rate of change of a function at a given point. In the CIE A-Level Pure Mathematics 1 syllabus, differentiation is the first advanced mathematical tool you will encounter. To understand differentiation, we can start with a simple geometric intuition: imagine two points on a curve. The straight line connecting them is called a secant line, and its slope represents the average rate of change between those two points. As we bring the two points infinitely close together, the secant becomes a tangent line, and the slope of this tangent at that point is precisely the derivative of the function – the result of differentiation.

数学上用符号 f'(x) 或 dy/dx 来表示函数 y = f(x) 的导数。dy/dx 这个符号由莱布尼茨(Leibniz)发明,读作”dy by dx”,它直观地表示了 y 关于 x 的”无穷小变化率”。在 CIE 考试中,两种符号都会被广泛使用,你需要能够灵活地在它们之间切换。例如,对于函数 f(x) = x²,它的导数是 f'(x) = 2x,也可以写成 dy/dx = 2x。

Mathematically, the derivative of a function y = f(x) is denoted by f'(x) or dy/dx. The dy/dx notation, invented by Leibniz and pronounced “dy by dx”, intuitively represents the “infinitesimal rate of change” of y with respect to x. In CIE examinations, both notations are widely used, and you must be able to switch between them flexibly. For example, for the function f(x) = x², its derivative is f'(x) = 2x, which can also be written as dy/dx = 2x.

微分的一个关键应用是分析函数的增减性。当 f'(x) > 0 时,函数在该区间单调递增;当 f'(x) < 0 时,函数在该区间单调递减;而当 f'(x) = 0 时,函数在该点可能取到极大值、极小值或出现拐点。这种用导数研究函数行为的方法是 Pure Mathematics 1 考试中的高频考点,在 Paper 1 的 Section B 结构化大题中经常出现。

A key application of differentiation is analyzing the increasing and decreasing behavior of functions. When f'(x) > 0, the function is increasing on that interval; when f'(x) < 0, the function is decreasing; and when f'(x) = 0, the function may attain a maximum, a minimum, or an inflection point at that point. This method of studying function behavior through derivatives is a high-frequency topic in Pure Mathematics 1 exams, commonly appearing in Section B structured questions on Paper 1.

二、第一原理微分:极限定义与差商公式的代数推导 | Differentiation from First Principles: The Limit Definition and Algebraic Derivation of the Difference Quotient

第一原理(First Principles)是微分的理论基石。虽然在实际计算中我们通常使用微分法则(如幂法则、链式法则),但 CIE 考试明确要求你掌握从第一原理出发推导导数的方法。第一原理的核心思想是极限概念:导数定义为函数值的改变量除以自变量的改变量,当自变量的改变量趋近于零时的极限。用数学语言表达:

Differentiation from first principles is the theoretical foundation of calculus. Although in practice we typically use differentiation rules (such as the power rule, the chain rule), the CIE examination explicitly requires you to master the method of deriving derivatives from first principles. The core idea of first principles is the concept of limits: the derivative is defined as the limit of the change in the function value divided by the change in the variable, as the change in the variable approaches zero. Expressed in mathematical language:

f'(x) = lim[h→0] [f(x+h) − f(x)] / h

这个公式中的分子 f(x+h) − f(x) 叫做差商(difference quotient),而整个表达式是当 h → 0 时差商的极限。让我们用一个具体的例子来演示这个过程。对于 f(x) = x²,从第一原理求导的步骤如下:首先写出 f(x+h) = (x+h)² = x² + 2xh + h²;然后计算差商 [f(x+h) − f(x)] / h = [(x² + 2xh + h²) − x²] / h = (2xh + h²) / h = 2x + h;最后取 h → 0 时的极限,得到 f'(x) = 2x。这个过程清晰地展示了”消去 h 再取极限”的两步策略。

The numerator f(x+h) − f(x) in this formula is called the difference quotient, and the entire expression is the limit of the difference quotient as h → 0. Let’s demonstrate this process with a concrete example. For f(x) = x², the steps to differentiate from first principles are: first, write f(x+h) = (x+h)² = x² + 2xh + h²; then compute the difference quotient [f(x+h) − f(x)] / h = [(x² + 2xh + h²) − x²] / h = (2xh + h²) / h = 2x + h; finally, take the limit as h → 0 to obtain f'(x) = 2x. This process clearly illustrates the two-step strategy of “cancel h then take the limit.”

在 CIE Pure Mathematics 1 考试中,第一原理题型通常出现在 Paper 1 的 Section A 短答题中,分值为 3-5 分。考试可能要求你用第一原理求 x²、x³ 或 1/x 等基本函数的导数。关键得分点包括:正确写出 f(x+h) 的展开式、正确列出差商表达式、正确地进行代数化简(特别是提取公因式 h)、以及在最后一步明确写出”as h → 0″并得出正确结果。最常见的扣分点是忘记写极限符号 lim 或没有在最后一步说明 h → 0。

In the CIE Pure Mathematics 1 examination, first principles questions typically appear in Section A short-answer questions on Paper 1, worth 3-5 marks. The exam may ask you to use first principles to find the derivative of basic functions such as x², x³, or 1/x. Key scoring points include: correctly writing the expansion of f(x+h), correctly setting up the difference quotient expression, correctly performing algebraic simplification (especially factoring out h), and clearly stating “as h → 0” in the final step while obtaining the correct result. The most common point loss is forgetting to write the limit symbol lim or failing to mention h → 0 in the final step.

三、幂法则与基本微分公式:从 xⁿ 到常数倍的通用规则 | The Power Rule and Basic Differentiation Formulas: From xⁿ to Constant Multiples

幂法则(Power Rule)是微分中最基本也是最重要的公式。一旦你掌握了它,就可以快速地求出任何多项式函数的导数,而不需要每次都回到第一原理。幂法则的表述非常简单:如果 f(x) = xⁿ,那么 f'(x) = nxⁿ⁻¹。用语言描述就是:”指数下移变成系数,指数本身减 1″。例如,f(x) = x⁵ 的导数是 f'(x) = 5x⁴,f(x) = x¹⁰⁰ 的导数是 f'(x) = 100x⁹⁹。

The Power Rule is the most fundamental and important formula in differentiation. Once mastered, it allows you to quickly find the derivative of any polynomial function without returning to first principles every time. The power rule is stated very simply: if f(x) = xⁿ, then f'(x) = nxⁿ⁻¹. Described in words: “bring the exponent down as the coefficient, and reduce the exponent by 1.” For example, the derivative of f(x) = x⁵ is f'(x) = 5x⁴, and the derivative of f(x) = x¹⁰⁰ is f'(x) = 100x⁹⁹.

除了幂法则本身,你还需要掌握两个配套的基本规则:常数法则和常数倍法则。常数法则指出,常数的导数为零 – 因为常数函数的图像是一条水平线,斜率为零,所以 d/dx(c) = 0,其中 c 是任意常数。常数倍法则指出,常数可以”提出”微分运算符:d/dx[cf(x)] = c·f'(x)。这意味着你可以先把常数因子提取出来,只对函数部分进行微分,然后再把常数因子乘回去。例如,d/dx(5x³) = 5·d/dx(x³) = 5·3x² = 15x²。

In addition to the power rule itself, you also need to master two companion basic rules: the constant rule and the constant multiple rule. The constant rule states that the derivative of a constant is zero – because the graph of a constant function is a horizontal line with zero slope, so d/dx(c) = 0, where c is any constant. The constant multiple rule states that a constant can be “pulled out” of the differentiation operator: d/dx[cf(x)] = c·f'(x). This means you can first extract the constant factor, differentiate only the function part, and then multiply the constant factor back. For example, d/dx(5x³) = 5·d/dx(x³) = 5·3x² = 15x².

还有一个容易被忽略但考试中可能考查的规则:和差法则(Sum/Difference Rule)。函数的和(或差)的导数等于各自导数的和(或差):d/dx[f(x) ± g(x)] = f'(x) ± g'(x)。这意味着你可以”逐项微分” – 对于一个多项式,只需要对每一项分别求导即可。例如,对于 f(x) = 4x³ − 2x² + 7x − 9,逐项微分得到 f'(x) = 12x² − 4x + 7。注意常数项 −9 的导数为零,所以在结果中消失了。

There is also a rule that is easily overlooked but may be tested in the exam: the Sum/Difference Rule. The derivative of a sum (or difference) of functions equals the sum (or difference) of their individual derivatives: d/dx[f(x) ± g(x)] = f'(x) ± g'(x). This means you can “differentiate term by term” – for a polynomial, simply differentiate each term individually. For example, for f(x) = 4x³ − 2x² + 7x − 9, differentiating term by term yields f'(x) = 12x² − 4x + 7. Note that the derivative of the constant term −9 is zero, so it disappears from the result.

四、多项式微分的完整工作流程:从展开到求导的五步系统方法 | The Complete Polynomial Differentiation Workflow: A Five-Step Systematic Method from Expansion to Derivative

许多 CIE 考试中的多项式微分题目并不是以 xⁿ 的标准形式直接给出的,而是以因式相乘、括号展开或有理式等复杂形式出现。面对这类题目,一个系统化的五步工作流程可以帮你避免绝大多数粗心错误。第一步:判断是否需要展开。如果函数以因式相乘的形式给出,如 f(x) = (2x+1)(x−3),你必须先展开为多项式。第二步:执行展开。使用 FOIL 法则(先乘首项、再乘外项、再乘内项、最后乘尾项)或直接逐项相乘:(2x+1)(x−3) = 2x² − 6x + x − 3 = 2x² − 5x − 3。第三步:确认每一项的指数和系数无误。第四步:逐项应用幂法则求导:d/dx(2x²) = 4x,d/dx(−5x) = −5,d/dx(−3) = 0。第五步:合并结果,得到 f'(x) = 4x − 5。

Many polynomial differentiation questions in CIE examinations are not given directly in the standard xⁿ form, but rather appear in complex forms such as factored products, bracket expansions, or rational expressions. When facing such questions, a systematic five-step workflow can help you avoid the vast majority of careless errors. Step 1: Determine whether expansion is needed. If the function is given in factored form, such as f(x) = (2x+1)(x−3), you must first expand it into a polynomial. Step 2: Perform the expansion. Use the FOIL method (First, Outer, Inner, Last) or multiply term by term: (2x+1)(x−3) = 2x² − 6x + x − 3 = 2x² − 5x − 3. Step 3: Verify the exponent and coefficient of each term are correct. Step 4: Apply the power rule term by term: d/dx(2x²) = 4x, d/dx(−5x) = −5, d/dx(−3) = 0. Step 5: Combine the results to obtain f'(x) = 4x − 5.

对于含有负指数或分数指数的多项式,同样的幂法则依然适用,但需要格外小心算术运算。例如,如果 f(x) = 3/x²,先将其写为 f(x) = 3x⁻²,然后求导:f'(x) = 3·(−2)x⁻³ = −6x⁻³ = −6/x³。对于根式函数如 f(x) = √x,先写为 f(x) = x^(1/2),然后求导:f'(x) = (1/2)x^(−1/2) = 1/(2√x)。这个技巧在 CIE 考试中非常重要,因为考试经常以分式或根式的形式给出函数,测试你是否能够将它们转化为标准幂函数形式后再进行微分。

For polynomials containing negative or fractional exponents, the same power rule still applies, but extra care is needed with arithmetic. For example, if f(x) = 3/x², first rewrite it as f(x) = 3x⁻², then differentiate: f'(x) = 3·(−2)x⁻³ = −6x⁻³ = −6/x³. For radical functions such as f(x) = √x, first rewrite as f(x) = x^(1/2), then differentiate: f'(x) = (1/2)x^(−1/2) = 1/(2√x). This technique is very important in CIE examinations, as the exam often presents functions in fractional or radical form to test whether you can convert them into standard power function form before differentiating.

五、链式法则:复合函数的”洋葱剥皮”微分策略 | The Chain Rule: The “Onion Peeling” Differentiation Strategy for Composite Functions

链式法则(Chain Rule)用于求复合函数的导数。复合函数就是一个函数嵌套在另一个函数里面,像洋葱一样一层包着一层。链式法则的表述是:如果 y 是 u 的函数,而 u 是 x 的函数,那么 dy/dx = (dy/du) × (du/dx)。在 CIE Pure Mathematics 1 中,链式法则最常见的应用形式是:对于 f(x) = (ax + b)ⁿ,其导数为 f'(x) = n(ax + b)ⁿ⁻¹ × a。这个公式可以记忆为”先对外层函数求导(保持内部不变),再乘以内层函数的导数”。

The Chain Rule is used to find the derivative of composite functions. A composite function is one function nested inside another, like layers of an onion. The chain rule states: if y is a function of u, and u is a function of x, then dy/dx = (dy/du) × (du/dx). In CIE Pure Mathematics 1, the most common application of the chain rule is: for f(x) = (ax + b)ⁿ, its derivative is f'(x) = n(ax + b)ⁿ⁻¹ × a. This formula can be memorized as “first differentiate the outer function (keeping the inside unchanged), then multiply by the derivative of the inner function.”

让我们通过一个具体例子来理解”洋葱剥皮”的过程。对于 f(x) = (3x² + 2)⁵,外层函数是”某物的五次方”,内层函数是 3x² + 2。按照链式法则:首先对外层求导,得到 5(3x² + 2)⁴;然后乘以内层函数的导数 d/dx(3x² + 2) = 6x;最终结果 f'(x) = 5(3x² + 2)⁴ × 6x = 30x(3x² + 2)⁴。注意,你必须把内层导数乘进去,这是 CIE 考试中最常见的扣分点 – 很多学生只做了外层求导,忘记乘以 6x。

Let’s understand the “onion peeling” process through a concrete example. For f(x) = (3x² + 2)⁵, the outer function is “something to the fifth power,” and the inner function is 3x² + 2. Following the chain rule: first differentiate the outer layer to get 5(3x² + 2)⁴; then multiply by the derivative of the inner function d/dx(3x² + 2) = 6x; the final result is f'(x) = 5(3x² + 2)⁴ × 6x = 30x(3x² + 2)⁴. Note that you must multiply in the inner derivative – this is the most common point loss in CIE examinations: many students only differentiate the outer layer and forget to multiply by 6x.

链式法则也可以多次嵌套使用。例如,对于 f(x) = ((2x + 1)³ + 5)⁴,你需要先对外层(四次方)求导,再对内层 ((2x + 1)³ + 5) 求导,而内层又包含一个需要链式法则的 (2x + 1)³。这种”双重链式法则”的题目在 CIE Paper 1 的较难题目中偶尔出现,解题的关键是保持条理清晰,一步一步来,不要试图跳过中间步骤。

The chain rule can also be applied multiple times in nested fashion. For example, for f(x) = ((2x + 1)³ + 5)⁴, you need to first differentiate the outer layer (fourth power), then differentiate the inner layer ((2x + 1)³ + 5), which itself contains a (2x + 1)³ that requires the chain rule. This kind of “double chain rule” question occasionally appears in the harder problems of CIE Paper 1, and the key to solving them is to stay organized, go step by step, and not attempt to skip intermediate steps.

六、乘积法则:两个函数相乘时的微分策略与常见错误规避 | The Product Rule: Differentiation Strategy for Products of Two Functions and Avoiding Common Mistakes

乘积法则(Product Rule)用于求两个函数相乘时的导数。它的表述是:如果 y = u·v,其中 u 和 v 都是 x 的函数,那么 dy/dx = u·(dv/dx) + v·(du/dx)。记忆口诀是”第一个函数乘以第二个的导数,加上第二个函数乘以第一个的导数”。在 CIE Pure Mathematics 1 中,乘积法则通常以 f(x) = u(x)·v(x) 的形式考查,其中 u(x) 和 v(x) 是给定的关于 x 的表达式。

The Product Rule is used to find the derivative when two functions are multiplied together. It states: if y = u·v, where u and v are both functions of x, then dy/dx = u·(dv/dx) + v·(du/dx). The mnemonic is “the first function times the derivative of the second, plus the second function times the derivative of the first.” In CIE Pure Mathematics 1, the product rule is typically tested in the form f(x) = u(x)·v(x), where u(x) and v(x) are given expressions in terms of x.

最常见的错误是误以为乘积的导数等于导数的乘积 – 这是绝对错误的。d/dx(u·v) ≠ (du/dx)·(dv/dx)。例如,如果 f(x) = x²·(x+1),正确的做法是使用乘积法则:令 u = x²,v = x+1,则 u’ = 2x,v’ = 1,所以 f'(x) = x²·1 + (x+1)·2x = x² + 2x² + 2x = 3x² + 2x。如果你错误地直接相乘导数,你会得到 2x·1 = 2x,这完全是错误的。验证方法:你可以先展开 f(x) = x²(x+1) = x³ + x²,然后直接求导得到 f'(x) = 3x² + 2x,与乘积法则的结果一致。

The most common mistake is mistakenly believing that the derivative of a product equals the product of the derivatives – this is absolutely wrong. d/dx(u·v) ≠ (du/dx)·(dv/dx). For example, if f(x) = x²·(x+1), the correct approach is to use the product rule: let u = x², v = x+1, then u’ = 2x, v’ = 1, so f'(x) = x²·1 + (x+1)·2x = x² + 2x² + 2x = 3x² + 2x. If you incorrectly multiply the derivatives directly, you would get 2x·1 = 2x, which is completely wrong. Verification method: you can first expand f(x) = x²(x+1) = x³ + x², then differentiate directly to get f'(x) = 3x² + 2x, which matches the product rule result.

在 CIE 考试中,判断何时使用乘积法则还是先展开再求导是一个重要的策略决策。一般原则是:如果乘积展开后项数不多(比如两项相乘),先展开再逐项求导通常更快更安全;但如果乘积包含高次幂或根式(如 x²·√(x+1) 或 (2x+1)³·(x−3)⁴),使用乘积法则配合链式法则会更高效。考试中建议在草稿纸上快速评估两种方法的复杂度,选择较简洁的路径。

In CIE examinations, determining when to use the product rule versus expanding first and then differentiating is an important strategic decision. The general principle is: if the product expands to a manageable number of terms (e.g., two expressions multiplied), expanding first and differentiating term by term is usually faster and safer; however, if the product involves high powers or radicals (e.g., x²·√(x+1) or (2x+1)³·(x−3)⁴), using the product rule combined with the chain rule is more efficient. In the exam, it is recommended to quickly assess the complexity of both methods on scratch paper and choose the more concise path.

七、商法则:有理函数微分的标准公式与记忆技巧 | The Quotient Rule: Standard Formula and Memory Techniques for Differentiating Rational Functions

商法则(Quotient Rule)用于求两个函数相除(即有理函数)时的导数。它的表述是:如果 y = u/v,其中 u 和 v 都是 x 的函数,那么 dy/dx = [v·(du/dx) − u·(dv/dx)] / v²。记忆口诀是”分母乘以分子的导数,减去分子乘以分母的导数,整体除以分母的平方”。注意分子中是减号而不是加号 – 这与乘积法则不同,也是学生最容易出错的地方。

The Quotient Rule is used to find the derivative when one function is divided by another (i.e., a rational function). It states: if y = u/v, where u and v are both functions of x, then dy/dx = [v·(du/dx) − u·(dv/dx)] / v². The mnemonic is “denominator times derivative of numerator, minus numerator times derivative of denominator, all over denominator squared.” Note the minus sign in the numerator rather than a plus sign – this differs from the product rule and is the place where students most commonly make mistakes.

让我们看一个典型的 CIE 考试例题:求 f(x) = (x² + 1)/(2x − 3) 的导数。令 u = x² + 1,v = 2x − 3。则 u’ = 2x,v’ = 2。代入商法则公式:f'(x) = [(2x − 3)(2x) − (x² + 1)(2)] / (2x − 3)²。展开分子:(2x − 3)(2x) = 4x² − 6x,(x² + 1)(2) = 2x² + 2,所以分子 = (4x² − 6x) − (2x² + 2) = 2x² − 6x − 2。因此 f'(x) = (2x² − 6x − 2)/(2x − 3)²。注意最终答案中分母保留平方形式即可,不需要展开。

Let’s look at a typical CIE exam example: find the derivative of f(x) = (x² + 1)/(2x − 3). Let u = x² + 1, v = 2x − 3. Then u’ = 2x, v’ = 2. Substitute into the quotient rule formula: f'(x) = [(2x − 3)(2x) − (x² + 1)(2)] / (2x − 3)². Expand the numerator: (2x − 3)(2x) = 4x² − 6x, (x² + 1)(2) = 2x² + 2, so numerator = (4x² − 6x) − (2x² + 2) = 2x² − 6x − 2. Therefore f'(x) = (2x² − 6x − 2)/(2x − 3)². Note that in the final answer, the denominator should be left in squared form – there is no need to expand it.

一个实用的记忆技巧:商法则的分子可以记忆为”下乘上导减上乘下导”(bottom times derivative of top, minus top times derivative of bottom)。每次使用商法则时,在草稿纸上先写出这个结构框架:[v·(du/dx) − u·(dv/dx)] / v²,然后再填入具体的 u、v 及其导数。这样做可以减少符号错误。另外,如果分母是简单的单项式(如 f(x) = (3x+1)/x²),可以考虑先拆分为部分分式(3/x + 1/x²),然后直接用幂法则求导,避免商法则的复杂度。

A practical memory tip: the numerator of the quotient rule can be remembered as “bottom times derivative of top, minus top times derivative of bottom.” Every time you use the quotient rule, first write out this structural framework on scratch paper: [v·(du/dx) − u·(dv/dx)] / v², then fill in the specific u, v, and their derivatives. Doing so reduces sign errors. Additionally, if the denominator is a simple monomial (e.g., f(x) = (3x+1)/x²), consider splitting it into partial fractions first (3/x + 1/x²), then applying the power rule directly, avoiding the complexity of the quotient rule.

八、二阶导数与驻点性质判别:极大值、极小值与拐点的完整分类 | Second Derivatives and Classifying Stationary Points: Maxima, Minima, and Points of Inflection

一阶导数 f'(x) 告诉我们函数的瞬时变化率,而二阶导数 f”(x) 则告诉我们变化率本身的变化率 – 即函数曲线的”弯曲程度”。在 CIE Pure Mathematics 1 中,二阶导数最重要的应用是判别驻点(stationary points)的性质。驻点是 f'(x) = 0 的点,在这些点上切线是水平的。驻点可以分为三类:极大值点(local maximum)、极小值点(local minimum)和拐点(point of inflection)。

The first derivative f'(x) tells us the instantaneous rate of change of a function, while the second derivative f”(x) tells us the rate of change of the rate of change – that is, the “curvature” of the function’s graph. In CIE Pure Mathematics 1, the most important application of the second derivative is classifying the nature of stationary points. Stationary points are points where f'(x) = 0, at which the tangent is horizontal. Stationary points can be classified into three types: local maxima, local minima, and points of inflection.

二阶导数判别法的规则非常简洁:在驻点 x = a 处,如果 f”(a) > 0,那么该点是极小值点(曲线向上弯曲,像一个微笑的形状);如果 f”(a) < 0,那么该点是极大值点(曲线向下弯曲,像一个皱眉的形状);如果 f''(a) = 0,那么二阶导数判别法失效,需要使用一阶导数符号变化法进一步判断 - 检查 f'(x) 在 x = a 左侧和右侧的符号是否改变。如果符号从正变负,是极大值;从负变正,是极小值;如果符号不变,则是拐点。

The second derivative test rule is very concise: at a stationary point x = a, if f”(a) > 0, the point is a local minimum (the curve bends upward, like a smile); if f”(a) < 0, the point is a local maximum (the curve bends downward, like a frown); if f''(a) = 0, the second derivative test is inconclusive, and you must use the first derivative sign-change method for further judgment - check whether the sign of f'(x) changes on the left and right sides of x = a. If the sign changes from positive to negative, it's a maximum; from negative to positive, it's a minimum; if the sign does not change, it's a point of inflection.

让我们通过一个完整的例题来演示整个流程。对于 f(x) = x³ − 3x² − 9x + 5,首先求一阶导数:f'(x) = 3x² − 6x − 9 = 3(x² − 2x − 3) = 3(x − 3)(x + 1)。令 f'(x) = 0,得到 x = 3 或 x = −1。这两个就是驻点。然后求二阶导数:f”(x) = 6x − 6。在 x = 3 处,f”(3) = 12 > 0,所以 (3, f(3)) = (3, −22) 是极小值点。在 x = −1 处,f”(−1) = −12 < 0,所以 (−1, f(−1)) = (−1, 10) 是极大值点。最后计算对应的 y 值来完整地给出驻点坐标,这在 CIE 考试中是第 5-7 分的得分要求。

Let’s demonstrate the entire workflow through a complete example. For f(x) = x³ − 3x² − 9x + 5, first find the first derivative: f'(x) = 3x² − 6x − 9 = 3(x² − 2x − 3) = 3(x − 3)(x + 1). Set f'(x) = 0 to get x = 3 or x = −1. These are the stationary points. Then find the second derivative: f”(x) = 6x − 6. At x = 3, f”(3) = 12 > 0, so (3, f(3)) = (3, −22) is a local minimum. At x = −1, f”(−1) = −12 < 0, so (−1, f(−1)) = (−1, 10) is a local maximum. Finally, compute the corresponding y-values to give complete stationary point coordinates - this is a 5-7 mark requirement in CIE examinations.

九、切线方程与法线方程:从导数到直线方程的完整转化 | Tangent and Normal Equations: The Complete Transformation from Derivative to Linear Equation

导数的一个直接几何应用是求曲线在某一点处的切线和法线方程。在 CIE Pure Mathematics 1 考试中,这类题目几乎每套试卷都会出现,通常分值为 4-7 分。切线(tangent)是在给定点处与曲线相切(刚好接触)的直线,它的斜率等于函数在该点的导数值。法线(normal)是垂直于切线的直线,它的斜率是切线斜率的负倒数(即 −1/m)。

A direct geometric application of derivatives is finding the equation of the tangent and normal to a curve at a given point. In CIE Pure Mathematics 1 examinations, this type of question appears in nearly every paper, typically worth 4-7 marks. The tangent is the straight line that just touches the curve at a given point, and its gradient equals the derivative value of the function at that point. The normal is the line perpendicular to the tangent, and its gradient is the negative reciprocal of the tangent’s gradient (i.e., −1/m).

完整解题流程分为四个步骤。以”求曲线 y = x² + 3x 在 x = 2 处的切线和法线方程”为例。第一步:求 y 坐标。将 x = 2 代入原函数:y = 2² + 3(2) = 4 + 6 = 10,所以点是 (2, 10)。第二步:求切线斜率。先求导数 dy/dx = 2x + 3,在 x = 2 处斜率为 m_t = 2(2) + 3 = 7。第三步:求切线方程。使用点斜式 y − y₁ = m(x − x₁):y − 10 = 7(x − 2),化简为 y = 7x − 4。第四步:求法线方程。法线斜率 m_n = −1/7,使用点斜式:y − 10 = (−1/7)(x − 2),化简为 y = −x/7 + 72/7 或写成 7y = −x + 72。

The complete solution workflow involves four steps. Let’s use “find the equations of the tangent and normal to the curve y = x² + 3x at x = 2” as an example. Step 1: Find the y-coordinate. Substitute x = 2 into the original function: y = 2² + 3(2) = 4 + 6 = 10, so the point is (2, 10). Step 2: Find the tangent gradient. First find the derivative dy/dx = 2x + 3; at x = 2, the gradient is m_t = 2(2) + 3 = 7. Step 3: Find the tangent equation. Use point-slope form y − y₁ = m(x − x₁): y − 10 = 7(x − 2), simplify to y = 7x − 4. Step 4: Find the normal equation. Normal gradient m_n = −1/7, use point-slope form: y − 10 = (−1/7)(x − 2), simplify to y = −x/7 + 72/7 or 7y = −x + 72.

在 CIE 考试中,切线/法线题目有时会以更复杂的复合函数形式出现,需要结合链式法则或乘积法则先求导。例如,”求曲线 y = (2x − 1)³ 在 x = 1 处的切线方程” – 先用链式法则求导:dy/dx = 3(2x − 1)²·2 = 6(2x − 1)²,然后代入 x = 1 得到斜率为 6。但基本流程始终不变:求点坐标、求导数、求斜率、写方程。只要严格按照这四个步骤执行,这类题目是稳拿分的。

In CIE examinations, tangent/normal questions sometimes appear with more complex composite functions, requiring the chain rule or product rule to differentiate first. For example, “find the equation of the tangent to the curve y = (2x − 1)³ at x = 1” – first differentiate using the chain rule: dy/dx = 3(2x − 1)²·2 = 6(2x − 1)², then substitute x = 1 to get gradient 6. But the basic workflow never changes: find the point coordinates, find the derivative, find the gradient, write the equation. As long as you follow these four steps rigorously, this type of question is a guaranteed mark-earner.

十、变化率与实际应用:微分在运动学与最优化问题中的建模能力 | Rates of Change and Real-World Applications: Modeling with Differentiation in Kinematics and Optimization

微分在现实世界中最直接的应用是分析变化率(rate of change)。在 CIE Pure Mathematics 1 的应用题中,你通常会遇到一个描述物理量之间关系的函数,然后需要求某一时刻的变化率。这类题目最常以运动学(kinematics)的形式出现:如果位移 s 是时间 t 的函数 s = f(t),那么速度 v 就是位移对时间的导数 v = ds/dt,而加速度 a 是速度对时间的导数 a = dv/dt = d²s/dt²(即位移的二阶导数)。

The most direct real-world application of differentiation is analyzing rates of change. In CIE Pure Mathematics 1 application problems, you typically encounter a function describing the relationship between physical quantities and need to find the rate of change at a specific moment. This type of question most commonly appears in kinematics contexts: if displacement s is a function of time t, s = f(t), then velocity v is the derivative of displacement with respect to time, v = ds/dt, and acceleration a is the derivative of velocity with respect to time, a = dv/dt = d²s/dt² (i.e., the second derivative of displacement).

例如,一颗球的位移函数为 s(t) = t³ − 6t² + 9t(单位:米,t 以秒计)。求 t = 2 时的速度和加速度。速度 v(t) = ds/dt = 3t² − 12t + 9,代入 t = 2 得到 v(2) = 12 − 24 + 9 = −3 m/s(负号表示球在向反方向运动)。加速度 a(t) = dv/dt = 6t − 12,代入 t = 2 得到 a(2) = 0 m/s²。这类题目还会进一步问”球何时静止”,即解方程 v(t) = 0:3t² − 12t + 9 = 3(t² − 4t + 3) = 3(t − 1)(t − 3) = 0,所以 t = 1s 和 t = 3s 时球瞬时静止。

For example, a ball’s displacement function is s(t) = t³ − 6t² + 9t (in meters, t in seconds). Find the velocity and acceleration at t = 2. Velocity v(t) = ds/dt = 3t² − 12t + 9; substituting t = 2 gives v(2) = 12 − 24 + 9 = −3 m/s (the negative sign means the ball is moving in the opposite direction). Acceleration a(t) = dv/dt = 6t − 12; substituting t = 2 gives a(2) = 0 m/s². This type of question may further ask “when is the ball at rest,” i.e., solve v(t) = 0: 3t² − 12t + 9 = 3(t² − 4t + 3) = 3(t − 1)(t − 3) = 0, so the ball is instantaneously at rest at t = 1s and t = 3s.

另一类常见应用是最优化问题(optimization):利用微分求函数的最大值或最小值。典型题型是给你一个用 x 表示的面积、体积或成本函数,然后求使得该量取极值的 x 值。解题步骤是:写出目标函数、求一阶导数、令导数为零解方程、用二阶导数判别最大值还是最小值、最后回代求出实际的极值。这些题目通常出现在 Paper 1 的最后一道 Section B 大题中,是区分高分考生的关键题目。

Another common application is optimization problems: using differentiation to find the maximum or minimum value of a function. A typical question gives you an area, volume, or cost function expressed in terms of x, then asks for the value of x that makes that quantity an extremum. The solution steps are: write the objective function, find the first derivative, set the derivative to zero and solve the equation, use the second derivative to determine whether it’s a maximum or minimum, and finally substitute back to find the actual extreme value. These questions typically appear as the last Section B question on Paper 1 and are key differentiators for high-scoring candidates.

十一、CIE Pure Mathematics 1 微分七大常见错误与考场避坑指南 | Seven Common Differentiation Mistakes in CIE Pure Mathematics 1 and Your Exam-Day Survival Guide

基于历年 CIE 考试评分报告的总结,以下是 Pure Mathematics 1 微分题中最常见的七种错误,以及如何在考场上有效规避它们。错误一:忘记对常数项求导。常数的导数为零,但很多学生在逐项求导时会漏掉对常数项的”求导”(即直接丢掉,不写出导数结果的过程)。正确做法是在求导步骤中明确写下”d/dx(constant) = 0″,让阅卷老师看到你知道这个规则。错误二:链式法则中忘记乘以内部导数。如前所述,对于 (ax + b)ⁿ,必须乘以 a。这是 CIE 评分报告中年年提及的高频错误。

Based on a summary of past CIE examination marking reports, here are the seven most common mistakes in Pure Mathematics 1 differentiation questions and how to effectively avoid them in the exam. Mistake 1: Forgetting to differentiate the constant term. The derivative of a constant is zero, but many students, when differentiating term by term, skip writing the result of differentiating the constant. The correct approach is to explicitly write “d/dx(constant) = 0” in the differentiation step so the examiner sees you know this rule. Mistake 2: Forgetting to multiply by the inner derivative in the chain rule. As mentioned earlier, for (ax + b)ⁿ, you must multiply by a. This is the high-frequency error mentioned year after year in CIE marking reports.

错误三:乘积法则中加号和减号混淆。乘积法则是加号:u’v + uv’。不要把第二个加号写成减号。错误四:商法则分子中的减号顺序写反。商法则分子是 vu’ − uv’,不是 uv’ − vu’。错误五:二阶导数判别法失效时不知道怎么办。当 f”(x) = 0 时,必须使用一阶导数符号变化法,很多学生会在这个地方卡住并丢分。错误六:切线/法线题目中忘记先求 y 坐标。很多学生拿到函数和 x 值后直接求导写方程,但忘记了先代入原函数求出对应的 y 坐标,导致整道题白做。错误七:代数化简错误。微分本身可能不难,但后续的因式分解或展开运算出错,导致最终答案错误。

Mistake 3: Confusing the plus and minus signs in the product rule. The product rule uses a plus sign: u’v + uv’. Do not write the second plus as a minus. Mistake 4: Reversing the subtraction order in the quotient rule numerator. The quotient rule numerator is vu’ − uv’, not uv’ − vu’. Mistake 5: Not knowing what to do when the second derivative test is inconclusive. When f”(x) = 0, you must use the first derivative sign-change method; many students get stuck here and lose marks. Mistake 6: Forgetting to find the y-coordinate first in tangent/normal questions. Many students directly differentiate and write the equation after receiving the function and x-value, but forget to first substitute into the original function to find the corresponding y-coordinate, rendering the entire question void. Mistake 7: Algebraic simplification errors. The differentiation itself may not be difficult, but errors in subsequent factoring or expansion lead to an incorrect final answer.

考场应对策略:在答题前,花 30 秒时间浏览整道题,判断需要用到哪些微分法则;在每一步之间留出足够的书写空间,方便回头检查;做完后如果有时间,可以用另一种方法验证(例如乘积法则的结果可以通过先展开再求导来验证,幂法则的结果可以通过第一原理在特殊点上验证);最后,仔细检查括号、符号和指数 – 这三个地方是代数错误的”重灾区”。

Exam-day strategies: before answering, spend 30 seconds scanning the entire question to determine which differentiation rules are needed; leave enough writing space between steps for easy backtracking and checking; after finishing, if time permits, verify using an alternative method (e.g., the product rule result can be verified by expanding first and then differentiating, the power rule result can be verified using first principles at a special point); finally, carefully check brackets, signs, and exponents – these three areas are “hotspots” for algebraic errors.

Summary | 总结

微分是 CIE A-Level Pure Mathematics 1 的基石性内容,从第一原理的极限定义出发,到幂法则、链式法则、乘积法则和商法则的灵活运用,再到驻点分析、切线法线方程和实际应用中的变化率与最优化问题,构成了一个层层递进的知识体系。掌握这些内容不仅是为了应对考试 – 从更长远的角度看,微分是你未来学习 Pure Mathematics 3(P3)中更高级的微积分技巧(如隐函数微分、参数方程微分、指数与三角函数的微分)所必需的坚实基础。建议在学习过程中注重理解而非死记硬背,多做 CIE 历年真题来熟悉题型和评分标准,特别注意本文提到的七大常见错误,相信你一定能在考试中取得理想的成绩。

Differentiation is the cornerstone content of CIE A-Level Pure Mathematics 1. From the limit definition of first principles, through the flexible application of the power rule, chain rule, product rule, and quotient rule, to stationary point analysis, tangent and normal equations, and real-world applications in rates of change and optimization, it forms a progressively layered body of knowledge. Mastering this content is not just about passing the exam – from a longer-term perspective, differentiation is the essential solid foundation you need for the more advanced calculus techniques in Pure Mathematics 3 (P3), such as implicit differentiation, parametric differentiation, and differentiation of exponential and trigonometric functions. It is recommended to focus on understanding rather than rote memorization during your study, practice extensively with CIE past papers to familiarize yourself with question types and marking criteria, and pay special attention to the seven common mistakes highlighted in this article. With dedication, you will surely achieve your desired results in the examination.

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version