📚 Mastering Differentiation from First Principles | 掌握第一性原理求导
In Edexcel A-Level Mathematics, differentiation from first principles appears regularly in Pure Mathematics papers. It tests whether you understand the limiting process behind the derivative, not just the shortcut rules.
在 Edexcel A-Level 数学中,第一性原理求导经常在 Pure Mathematics 试卷中出现。它考查你是否真正理解导数背后的极限过程,而不仅仅会使用简便法则。
1. What Is First Principles? | 什么是第一性原理?
Differentiation from first principles means calculating the gradient of a tangent to a curve by taking the limit of the gradient of a chord as the two points get infinitely close.
第一性原理求导是通过让弦的两个交点无限接近,取弦斜率的极限来计算曲线切线斜率的方法。
If you are given a curve y = f(x), the derivative f'(x) measures how fast y changes with respect to x at a single point. First principles builds this idea from a simple straight-line gradient.
如果给定曲线 y = f(x),导数 f'(x) 衡量 y 在某一单点处相对于 x 的变化快慢。第一性原理从简单的直线斜率概念构建出这一思想。
2. The Limit Definition of the Derivative | 导数的极限定义
The formal definition of the derivative from first principles is written as follows:
第一性原理导数的正式定义如下:
f'(x) = limh→0 [f(x+h) − f(x)] / h
Here, h represents a small change in x. The expression f(x+h) − f(x) is the change in y, so dividing by h gives the gradient of the chord joining the two points.
这里 h 表示 x 的一个微小增量。表达式 f(x+h) − f(x) 是 y 的变化量,因此除以 h 就得到连接两点的弦的斜率。
The limit h → 0 shrinks the chord until it becomes the tangent at the point where x is fixed. This limit, if it exists, is the derivative.
极限 h → 0 不断缩短弦,直到它成为在固定 x 点处的切线。这个极限如果存在,就是导数。
3. Geometric Meaning of the Chord | 弦的几何意义
Imagine two points on the curve: P with coordinates (x, f(x)) and Q with coordinates (x+h, f(x+h)). The straight line through P and Q is called a chord.
想象曲线上的两个点:P 坐标为 (x, f(x)),Q 坐标为 (x+h, f(x+h))。经过 P 和 Q 的直线称为弦。
The gradient of this chord is the rise over the run: [f(x+h) − f(x)] / h. As Q slides closer to P, the chord rotates and approaches the tangent line at P.
这条弦的斜率是纵差除以横差:[f(x+h) − f(x)] / h。当 Q 沿曲线滑向 P 时,弦发生旋转,并趋近于 P 点处的切线。
This is why the derivative is often described as the limiting gradient of a chord. It gives a precise meaning to the slope of a curve at a point.
这就是为什么导数常被描述为弦的极限斜率。它为曲线在某一点处的斜率赋予了精确含义。
4. Worked Proof for f(x) = x² | f(x) = x² 的分步证明
Edexcel frequently asks you to prove from first principles that the derivative of x² is 2x. Start with the definition:
Edexcel 经常要求用第一性原理证明 x² 的导数是 2x。从定义开始:
f'(x) = limh→0 [(x+h)² − x²] / h
Expand (x+h)² to get x² + 2xh + h². Then subtract x²:
展开 (x+h)² 得到 x² + 2xh + h²。然后减去 x²:
f'(x) = limh→0 (2xh + h²) / h
Factor h from the numerator and cancel it with the denominator, provided h ≠ 0:
从分子中提取 h 并与分母约去,前提是 h ≠ 0:
f'(x) = limh→0 (2x + h)
Finally, let h approach 0. Since 2x does not depend on h, the limit is simply 2x.
最后令 h 趋于 0。因为 2x 不依赖于 h,极限就是 2x。
5. Extending to f(x) = xⁿ | 推广到 f(x) = xⁿ
The same limiting process can be applied to f(x) = xⁿ for positive integer powers. Expanding (x+h)ⁿ using the binomial theorem gives the leading terms:
同样的极限过程可以应用于正整数次幂的 f(x) = xⁿ。利用二项式定理展开 (x+h)ⁿ 得到主要项:
(x+h)ⁿ = xⁿ + nxⁿ⁻¹h + [n(n−1)/2]xⁿ⁻²h² + … + hⁿ
Subtract xⁿ and divide by h. Every remaining term contains at least one factor of h, except nxⁿ⁻¹. Letting h → 0 leaves nxⁿ⁻¹.
减去 xⁿ 并除以 h。除 nxⁿ⁻¹ 之外,其余每一项都至少含有一个 h 因子。令 h → 0 后只剩下 nxⁿ⁻¹。
This justifies the standard power rule for differentiation. However, Edexcel proof questions usually focus on small powers such as x² or x³.
这验证了标准的幂函数微分法则。不过 Edexcel 的证明题通常集中在 x² 或 x³ 等较小的幂次上。
6. Differentiating f(x) = √x | 对 f(x) = √x 求导
First principles also works for surds. For f(x) = √x, the derivative is found by rationalising the numerator:
第一性原理同样适用于根式。对于 f(x) = √x,通过对分子有理化来求导:
f'(x) = limh→0 [√(x+h) − √x] / h
Multiply the numerator and denominator by √(x+h) + √x. The numerator becomes (x+h) − x, which simplifies to h.
将分子和分母同时乘以 √(x+h) + √x。分子变为 (x+h) − x,化简为 h。
f'(x) = limh→0 h / [h(√(x+h) + √x)] = limh→0 1 / [√(x+h) + √x]
As h tends to 0, √(x+h) tends to √x. Therefore the limit is 1 / (2√x), which matches the expected result from the power rule with n = 1/2.
当 h 趋于 0 时,√(x+h) 趋于 √x。因此极限为 1 / (2√x),这与幂法则在 n = 1/2 时的结果一致。
7. Common Mistakes to Avoid | 常见失分点
One common error is to cancel h incorrectly or forget that h cannot be zero before cancellation. You must simplify the difference quotient fully before applying the limit.
一个常见错误是错误地约去 h,或者忘记在约分前 h 不能为零。你必须在取极限之前完全化简差商。
Another frequent mistake is writing f(x+h) incorrectly. For example, if f(x) = 3x² − 2x, then f(x+h) = 3(x+h)² − 2(x+h), not 3x² + h² − 2x.
另一个常见错误是错误地写出 f(x+h)。例如,如果 f(x) = 3x² − 2x,那么 f(x+h) = 3(x+h)² − 2(x+h),而不是 3x² + h² − 2x。
- Always use brackets when substituting x+h into f(x).
- 替换 f(x) 中的 x+h 时一定要使用括号。
- Do not take the limit too early; simplify the fraction first.
- 不要过早取极限;先化简分式。
- Show all steps clearly, as Edexcel awards method marks even if a small slip occurs.
- 清晰展示所有步骤,因为即使出现小的失误,Edexcel 也会给方法分。
8. Linking to Standard Differentiation Rules | 与标准微分法则的联系
Once you have proved a result from first principles, you can compare it with the standard rule. For f(x) = x², first principles gives f'(x) = 2x, which agrees with the power rule: multiply by the power and reduce the power by one.
一旦你用第一性原理证明了某个结果,就可以将其与标准法则进行比较。对于 f(x) = x²,第一性原理给出 f'(x) = 2x,这与幂法则一致:乘以指数并将指数减一。
Understanding this connection helps you interpret derivative results rather than just applying them mechanically. It also strengthens your ability to handle unseen proof questions.
理解这种联系有助于你解释导数结果,而不仅仅是机械地套用公式。它还能提高你处理陌生证明题的能力。
The standard rules are shortcuts for the limit process. The first principles definition is the foundation on which all those rules are built.
标准法则只是极限过程的简便运算。第一性原理定义是所有那些法则建立的基础。
9. Exam-Style Worked Example | Edexcel 风格例题
Question: Given f(x) = x² − 5x, use differentiation from first principles to find f'(x). Then find the gradient of the curve at x = 3.
题目:已知 f(x) = x² − 5x,用第一性原理求 f'(x)。然后求曲线在 x = 3 处的斜率。
Step 1: Write f(x+h) carefully.
第一步:仔细写出 f(x+h)。
f(x+h) = (x+h)² − 5(x+h) = x² + 2xh + h² − 5x − 5h
Step 2: Substitute into the derivative definition.
第二步:代入导数定义。
f'(x) = limh→0 [(x² + 2xh + h² − 5x − 5h) − (x² − 5x)] / h
Step 3: Simplify the numerator. The x² and −5x terms cancel:
第三步:化简分子。x² 和 −5x 项相互抵消:
f'(x) = limh→0 (2xh + h² − 5h) / h
Step 4: Factor h and cancel.
第四步:提取 h 并约分。
f'(x) = limh→0 (2x + h − 5)
Step 5: Let h → 0 to obtain f'(x) = 2x − 5. At x = 3, the gradient is f'(3) = 2(3) − 5 = 1.
第五步:令 h → 0 得到 f'(x) = 2x − 5。在 x = 3 处,斜率为 f'(3) = 2(3) − 5 = 1。
10. Summary and Checklist | 总结与清单
Remember the key definition and the standard first principles procedure:
记住关键定义和第一性原理的标准步骤:
f'(x) = limh→0 [f(x+h) − f(x)] / h
| Step | Action | 中文 |
|---|---|---|
| 1 | Write f(x+h) correctly using brackets | 用括号正确写出 f(x+h) |
| 2 | Form and simplify the difference quotient | 构造并化简差商 |
| 3 | Cancel any common h factor | 约去公因式 h |
| 4 | Take the limit as h → 0 | 取 h → 0 时的极限 |
Before an exam, practise proving the derivative of x², x³, 1/x and √x from first principles. These cover the main algebraic techniques Edexcel expects.
考前请练习从第一性原理证明 x²、x³、1/x 和 √x 的导数。这些涵盖了 Edexcel 期望掌握的主要代数技巧。
If you can show every step clearly, you will earn method marks and reduce the risk of losing accuracy under time pressure.
如果你能清晰展示每一步,就能获得方法分,并减少在时间压力下因准确性而失分的风险。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导