Differentiation from First Principles | 从第一原理求导

📚 Differentiation from First Principles | 从第一原理求导

In A-Level Edexcel Mathematics, differentiation from first principles is the formal way to understand what a derivative actually measures. It is not just a rule to memorise; it shows how the gradient of a curve is defined using a limit. This topic appears frequently in Pure Mathematics 1 and is often tested as a short structured question requiring clear algebraic steps.

在 A-Level Edexcel 数学中,从第一原理求导是理解导数真正含义的正式方法。它不仅仅是一条需要记忆的规则,还展示了如何用极限定义曲线的斜率。这个主题在 Pure Mathematics 1 中经常出现,通常作为一道简短的结构化试题,要求写出清晰的代数步骤。


1. What Is a Derivative? | 什么是导数

The derivative of a function f(x) at a point gives the gradient of the tangent to the curve at that point. In other words, it describes the instantaneous rate of change of f(x) with respect to x. This idea is fundamental because many real-world quantities, such as velocity and acceleration, are defined as rates of change.

函数 f(x) 在某一点的导数表示曲线在该点处切线的斜率。换句话说,它描述了 f(x) 相对于 x 的瞬时变化率。这个思想是基础性的,因为许多现实世界中的量,例如速度和加速度,都是用变化率来定义的。

Before using standard differentiation rules, Edexcel requires you to understand how the derivative is obtained from a limit. The first principles method gives this formal foundation and helps you avoid careless errors when simplifying algebraic expressions.

在使用标准求导法则之前,Edexcel 要求你理解导数是如何通过极限得到的。第一原理方法提供了这一形式基础,并帮助你在化简代数表达式时避免粗心错误。


2. The First Principles Formula | 第一原理公式

For a function y = f(x), the derivative f'(x) is defined by the limit:

对于函数 y = f(x),导数 f'(x) 由以下极限定义:

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

Here, h represents a small change in x. The numerator f(x + h) − f(x) is the change in y, and dividing by h gives the average gradient over the interval from x to x + h. Taking the limit as h approaches zero gives the instantaneous gradient at x.

这里 h 表示 x 的一个微小变化。分子 f(x + h) − f(x) 是 y 的变化量,除以 h 得到从 x 到 x + h 区间上的平均斜率。令 h 趋近于 0 取极限,就得到 x 处的瞬时斜率。

This formula is given in the Edexcel formula booklet, but you must be able to apply it confidently without relying on the booklet in every step. The key skill is expanding and simplifying f(x + h) before taking the limit.

这个公式在 Edexcel 公式手册中给出,但你必须能够不依赖公式手册而熟练地应用它。关键技能是在取极限之前先展开并化简 f(x + h)。


3. Worked Example: f(x) = x² | 示例:f(x) = x²

Differentiate f(x) = x² from first principles. First, find f(x + h):

从第一原理求 f(x) = x² 的导数。首先,求 f(x + h):

f(x + h) = (x + h)² = x² + 2xh + h²

Then subtract f(x):

然后减去 f(x):

f(x + h) − f(x) = (x² + 2xh + h²) − x² = 2xh + h²

Now divide by h:

现在除以 h:

[ f(x + h) − f(x) ] / h = (2xh + h²) / h = 2x + h

Finally, take the limit as h tends to 0. The term h disappears, leaving f'(x) = 2x. This matches the standard rule that the derivative of x² is 2x.

最后,令 h 趋近于 0 取极限。项 h 消失,得到 f'(x) = 2x。这与标准法则中 x² 的导数为 2x 一致。


4. Worked Example: f(x) = x³ | 示例:f(x) = x³

Differentiate f(x) = x³ from first principles. Begin by expanding f(x + h):

从第一原理求 f(x) = x³ 的导数。首先展开 f(x + h):

f(x + h) = (x + h)³ = x³ + 3x²h + 3xh² + h³

Subtract f(x) = x³:

减去 f(x) = x³:

f(x + h) − f(x) = 3x²h + 3xh² + h³

Divide every term by h:

将每一项除以 h:

[ f(x + h) − f(x) ] / h = 3x² + 3xh + h²

As h approaches 0, the terms 3xh and h² both approach 0. Therefore, f'(x) = 3x². This example shows how the binomial expansion is essential when working from first principles.

当 h 趋近于 0 时,项 3xh 和 h² 都趋近于 0。因此,f'(x) = 3x²。这个例子说明在使用第一原理时,二项式展开是必不可少的。


5. Worked Example: f(x) = 1/x | 示例:f(x) = 1/x

Differentiate f(x) = 1/x from first principles, where x ≠ 0. Start with f(x + h) = 1 / (x + h). Then form the difference:

从第一原理求 f(x) = 1/x 的导数,其中 x ≠ 0。首先有 f(x + h) = 1 / (x + h)。然后构造差:

f(x + h) − f(x) = 1 / (x + h) − 1 / x

Combine the two fractions over a common denominator x(x + h):

将两个分数通分为分母 x(x + h):

1 / (x + h) − 1 / x = [ x − (x + h) ] / [ x(x + h) ] = −h / [ x(x + h) ]

Now divide by h, which cancels the h in the numerator:

现在除以 h,约去分子中的 h:

[ f(x + h) − f(x) ] / h = −1 / [ x(x + h) ]

Let h approach 0. The expression becomes −1 / x², so f'(x) = −1 / x². This is the same result as the power rule, but it demonstrates careful algebraic manipulation with fractions.

令 h 趋近于 0。该表达式变为 −1 / x²,因此 f'(x) = −1 / x²。这与幂法则的结果相同,但它展示了对分数进行细致代数处理的过程。


6. Notation Used in Edexcel Exams | Edexcel 考试中的记号

Edexcel uses several equivalent notations for derivatives. You should recognise all of them and use the one specified in the question. The main notations are summarised below.

Edexcel 使用几种等价的导数记号。你应该认识所有这些记号,并使用题目中指定的那一种。主要的记号总结如下。

Notation Meaning 中文含义
f'(x) Derivative of f with respect to x f 对 x 的导数
dy/dx Rate of change of y with respect to x y 对 x 的变化率
d/dx [ f(x) ] Differentiation operator applied to f(x) 作用于 f(x) 的微分算子

In a first principles question, the working normally uses f(x + h) and f(x), then writes the derivative as f'(x) or dy/dx in the final answer. Use the notation that the examiner expects, as mixing symbols can make your solution harder to follow.

在第一原理题中,解题过程通常使用 f(x + h) 和 f(x),然后在最终答案中将导数写为 f'(x) 或 dy/dx。请使用考官期望的记号,因为混用符号会使你的解答更难理解。


7. Common Mistakes to Avoid | 常见错误

One common error is forgetting to expand f(x + h) fully before subtracting f(x). For example, writing (x + h)² as x² + h² will immediately produce the wrong derivative. Always use the correct binomial expansion or algebraic identity.

一个常见错误是在减去 f(x) 之前没有完整展开 f(x + h)。例如,将 (x + h)² 写成 x² + h² 会立即导致错误的导数。务必使用正确的二项式展开或代数恒等式。

Another mistake is dividing by h incorrectly when a fraction is involved. In the example f(x) = 1/x, many students forget to combine the fractions first. Always simplify the numerator fully before dividing by h, otherwise the limit may not be obvious.

另一个错误是在涉及分数时除以 h 的方式不正确。在 f(x) = 1/x 的例子中,许多学生忘记先通分。一定要在除以 h 之前完全化简分子,否则极限可能不明确。

Finally, do not write ‘h = 0’ directly after dividing by h. Strictly, h approaches 0 but is never equal to 0 during the simplification. Writing the limit notation correctly is important for method marks in Edexcel mark schemes.

最后,不要在除以 h 后直接写 ‘h = 0’。严格来说,h 趋近于 0,但在化简过程中永远不等于 0。正确书写极限记号对于在 Edexcel 评分方案中获得方法分非常重要。


8. Exam-Style Technique | 考试技巧

When answering an Edexcel first principles question, show every line of working clearly. The mark scheme usually awards marks for finding f(x + h), forming the difference, dividing by h, and taking the limit. Even if your final algebra is incorrect, you can still earn method marks for these steps.

在回答 Edexcel 第一原理题时,要清楚地写出每一行过程。评分方案通常会为求 f(x + h)、构造差、除以 h 和取极限这些步骤给分。即使你最后的代数结果有误,你仍然可以通过这些步骤获得方法分。

A good exam technique is to state the first principles formula at the start of your solution. Then substitute f(x) and f(x + h) carefully, using brackets to avoid sign errors. After simplifying, write the limit explicitly before giving the final derivative.

一个好的考试技巧是在解答开始时先写出第一原理公式。然后仔细代入 f(x) 和 f(x + h),使用括号以避免符号错误。化简后,在给出最终导数之前明确写出极限。

If the question says ‘differentiate from first principles’, you must not use the standard power rule as your main method. However, you can use the standard result to check your answer once you have finished the first principles working.

如果题目说 ‘从第一原理求导’,你不能将标准幂法则作为主要方法。但是,在完成第一原理过程后,你可以用标准结果来检验答案。


9. Practice Questions | 练习题

Try these short Edexcel-style questions. In each case, use the first principles definition, showing all steps.

尝试以下简短的 Edexcel 风格练习题。在每种情况下,使用第一原理定义,并展示所有步骤。

  • Differentiate f(x) = 2x² from first principles.
    中文:从第一原理求 f(x) = 2x² 的导数。
  • Differentiate f(x) = x² + 3x from first principles.
    中文:从第一原理求 f(x) = x² + 3x 的导数。
  • Differentiate f(x) = 1 / (2x) from first principles, where x ≠ 0.
    中文:从第一原理求 f(x) = 1 / (2x) 的导数,其中 x ≠ 0。

Answers: the derivative of 2x² is 4x; the derivative of x² + 3x is 2x + 3; the derivative of 1 / (2x) is −1 / (2x²). If you obtained these results, you have a solid understanding of the method.

答案:2x² 的导数是 4x;x² + 3x 的导数是 2x + 3;1 / (2x) 的导数是 −1 / (2x²)。如果你得到了这些结果,说明你对这个方法有了扎实的理解。


10. Key Takeaways | 要点总结

Differentiation from first principles is a limit-based method that defines the gradient of a curve. The formula f'(x) = lim (h → 0) [ f(x + h) − f(x) ] / h must be quoted and applied with precise algebra. Practising expansions with x², x³ and 1/x will prepare you for the most common Edexcel questions.

从第一原理求导是一种基于极限的方法,用于定义曲线的斜率。必须引用公式 f'(x) = lim (h → 0) [ f(x + h) − f(x) ] / h,并用精确的代数加以应用。练习 x²、x³ 和 1/x 的展开会让你为最常见的 Edexcel 题目做好准备。

Remember that marks are awarded for method and clarity. A well-structured solution with the formula, substitution, difference, division by h, and limit statement will reliably earn high marks, even if the algebra is challenging.

请记住,分数是根据方法和清晰度给出的。一个结构良好的解答,包括公式、代入、差、除以 h 和极限陈述,即使代数较难,也能可靠地获得高分。

Published by TutorHao | Edexcel A-Level Mathematics Revision Series | aleveler.com

更多咨询请联系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