ALEVEL

A-Level Mathematics: Mastering Differentiation — From First Principles to Advanced Techniques

Differentiation is the Swiss Army knife of A-Level Mathematics. It appears in every exam board — Edexcel, CAIE, AQA, OCR — and underpins topics from finding turning points to solving real-world optimization problems. But here’s the truth: most students memorize the rules without understanding why they work. In this guide, we’ll walk through differentiation from its very foundation (first principles) all the way to implicit differentiation and parametric equations. By the end, you’ll not only know the how — you’ll understand the why.

微分是 A-Level 数学中的瑞士军刀。 它出现在每个考试局 —— Edexcel、CAIE、AQA、OCR —— 并从寻找驻点到解决现实世界的优化问题,无处不在。但事实是:大多数学生只是背公式,却不理解它们为什么成立。在本指南中,我们将从微分的最基础(第一原理)出发,一直深入到隐函数微分和参数方程。到最后,你不仅知道怎么做 —— 你将理解为什么这么做。

1. What Is Differentiation? / 什么是微分?

At its core, differentiation answers one question: how fast is something changing at this exact moment? If you graph a function y = f(x), the derivative f'(x) or \displaystyle \frac{dy}{dx} tells you the slope of the tangent line at any point. That slope is the instantaneous rate of change.

从本质上说,微分回答了一个问题:在某一精确时刻,某个量变化得有多快? 如果你画出函数 y = f(x),导数 f'(x)\displaystyle \frac{dy}{dx} 告诉你任意点处切线的斜率。这个斜率就是瞬时变化率

2. First Principles: Where It All Begins / 第一原理:一切的起点

Every differentiation rule you’ve ever used comes from one definition — the limit of the difference quotient:

你学过的每一条微分法则都源自一个定义 —— 差商的极限

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

Let’s prove that the derivative of x^2 is 2x using this definition:

让我们用这个定义来证明 x^2 的导数是 2x

\displaystyle f'(x) = \lim_{h \to 0} \frac{(x+h)^2 - x^2}{h} = \lim_{h \to 0} \frac{x^2 + 2xh + h^2 - x^2}{h} = \lim_{h \to 0} (2x + h) = 2x

Beautiful, isn’t it? The h^2 term vanishes as h \to 0, leaving us with the clean result 2x. This is the kind of reasoning that exam boards love to test in proof-style questions — especially Edexcel Paper 1 and CAIE Pure 1.

很美,不是吗?当 h \to 0 时,h^2 项就消失了,留下简洁的结果 2x。考试局很喜欢在证明题中考察这种推理 —— 尤其是 Edexcel Paper 1 和 CAIE Pure 1。

3. The Power Rule and Beyond / 幂法则及更多

The most-used tool in your differentiation toolkit:

微分工具箱中最常用的工具:

If f(x) = x^n, then f'(x) = nx^{n-1}

But don’t stop there. Here’s a quick reference table for the key rules you MUST know:

但不要止步于此。以下是你必须掌握的关键法则速查表:

Rule / 法则 Formula / 公式 Example / 示例
Constant Multiple / 常数倍 \frac{d}{dx}[k f(x)] = k f'(x) 5x^3 \to 15x^2
Sum/Difference / 和差法则 \frac{d}{dx}[f(x) \pm g(x)] = f'(x) \pm g'(x) x^2 + \sin x \to 2x + \cos x
Product Rule / 乘积法则 \frac{d}{dx}[uv] = u'v + uv' x e^x \to e^x + xe^x
Quotient Rule / 商法则 \frac{d}{dx}\left[\frac{u}{v}\right] = \frac{u'v - uv'}{v^2} \frac{x}{\ln x} \to \frac{\ln x - 1}{(\ln x)^2}
Chain Rule / 链式法则 \frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx} \sin(x^2) \to 2x \cos(x^2)

4. Chain Rule Deep Dive / 链式法则深入

If there’s ONE rule that separates A-grade students from the rest, it’s the Chain Rule. You use it for composite functions — a function inside another function. The trick: identify the outer and inner functions, differentiate each, then multiply.

如果说有一条法则能把 A 等生和其他学生区分开,那就是链式法则。它用于复合函数 —— 一个函数套在另一个函数里面。技巧是:识别外层内层函数,分别求导,然后相乘。

Worked Example / 示例解析

Differentiate y = (3x^2 + 2)^5:

y = (3x^2 + 2)^5 求导:

  • Let u = 3x^2 + 2 (inner / 内层) and y = u^5 (outer / 外层)
  • \frac{dy}{du} = 5u^4 = 5(3x^2 + 2)^4
  • \frac{du}{dx} = 6x
  • \frac{dy}{dx} = 5(3x^2 + 2)^4 \times 6x = 30x(3x^2 + 2)^4

The Chain Rule earns its keep when you hit trigonometric and exponential composite functions. For instance:

链式法则在处理三角和指数复合函数时更是大显身手。例如:

  • \frac{d}{dx}[\sin(2x+1)] = 2\cos(2x+1)
  • \frac{d}{dx}[e^{x^2}] = 2x e^{x^2}
  • \frac{d}{dx}[\ln(\cos x)] = -\tan x

5. Special Derivatives You Must Memorize / 必须背会的特殊导数

Function f(x) Derivative f'(x)
e^x e^x
\ln x \frac{1}{x}
\sin x \cos x
\cos x -\sin x
\tan x \sec^2 x
a^x a^x \ln a
\log_a x \frac{1}{x \ln a}

Pro tip: For \sin and \cos, remember the cycle: differentiate four times and you’re back. \sin \to \cos \to -\sin \to -\cos \to \sin. Many students waste time re-deriving these in exams — just memorize them.

技巧提示: 对于 \sin\cos,记住这个循环:求导四次就回到原函数。\sin \to \cos \to -\sin \to -\cos \to \sin。许多学生在考试中浪费时间重新推导这些 —— 直接背下来。

6. Applications: Turning Points & Optimization / 应用:驻点与最优化

Differentiation isn’t just abstract algebra — it’s the engine behind some of the most practical math problems you’ll encounter. Here’s the standard workflow:

微分不只是抽象代数 —— 它是你将会遇到的最实用数学问题的引擎。以下是标准工作流程:

Finding Stationary Points / 寻找驻点

  1. Differentiate f(x) to get f'(x) / 求导得到 f'(x)
  2. Solve f'(x) = 0 to find x-coordinates / 解方程找到 x 坐标
  3. Classify using the second derivative f''(x) / 用二阶导数分类
    • f''(x) > 0 → minimum point / 极小值点
    • $latex f”(x) < 0$ → maximum point / 极大值点
    • f''(x) = 0 → possible point of inflection / 可能是拐点

Optimization Example / 最优化示例

Problem: A farmer has 100 m of fencing and wants to enclose a rectangular field against a wall. Find the maximum area.

问题: 一位农民有 100 米围栏,想靠墙围成一个矩形场地。求最大面积。

Solution: Let width = x, then length = 100 - 2x (one side is the wall / 一面靠墙).

A = x(100 - 2x) = 100x - 2x^2

\frac{dA}{dx} = 100 - 4x = 0 \implies x = 25

\frac{d^2A}{dx^2} = -4 \lt 0 → maximum / 最大值

Maximum area / 最大面积 = 25 \times 50 = 1250

The key insight: the second derivative confirms this is a maximum, not just a random stationary point. Skipping this verification costs marks in exams.

关键洞察:二阶导数确认这是最大值,而不仅仅是随机驻点。在考试中跳过验证这一步会丢分。

7. Implicit Differentiation / 隐函数微分

When y is not explicitly written as a function of x — for example, x^2 + y^2 = 25 — you need implicit differentiation. The golden rule: every time you differentiate a y term, multiply by \frac{dy}{dx}.

y 没有被显式地写成 x 的函数 —— 例如 x^2 + y^2 = 25 —— 你需要隐函数微分。黄金法则:每次对 y 项求导,都要乘以 \frac{dy}{dx}

Example: Find \frac{dy}{dx} for x^2 + y^2 = 25

2x + 2y\frac{dy}{dx} = 0

\frac{dy}{dx} = -\frac{x}{y}

This technique is essential for A-Level — it appears in tangent/normal problems, related rates, and differential equations. CAIE and Edexcel both test it heavily in Pure Mathematics 3.

这个技巧对 A-Level 至关重要 —— 它出现在切线/法线问题、相关变化率和微分方程中。CAIE 和 Edexcel 都在 Pure Mathematics 3 中大量考察。

8. Parametric Differentiation / 参数方程微分

When both x and y are given in terms of a parameter t, use:

xy 都用参数 t 表示时,使用:

\frac{dy}{dx} = \frac{dy/dt}{dx/dt}

Example: x = t^3, y = t^2 + t

\frac{dx}{dt} = 3t^2, \frac{dy}{dt} = 2t + 1

\frac{dy}{dx} = \frac{2t + 1}{3t^2}

For the second derivative in parametric form (a notorious exam trap):

对于参数形式的二阶导数(一个臭名昭著的考试陷阱):

\frac{d^2y}{dx^2} = \frac{d}{dx}\left(\frac{dy}{dx}\right) = \frac{d/dt(dy/dx)}{dx/dt}

Remember: you differentiate \frac{dy}{dx} with respect to t, then divide by \frac{dx}{dt} — NOT just differentiate \frac{dy}{dx} with respect to x!

记住:你要对 t 求导 \frac{dy}{dx},然后除以 \frac{dx}{dt} —— 不是直接对 x 求导!

9. Common Exam Pitfalls / 常见考试误区

After marking hundreds of A-Level papers, here are the mistakes I see again and again:

在批改过数百份 A-Level 试卷后,以下是我反复看到的错误:

# Pitfall / 常见误区 Correct Approach / 正确做法
1 Forgetting inner derivative in Chain Rule / 链式法则忘记乘内层导数 \frac{d}{dx}[\sin(3x)] = 3\cos(3x), not \cos(3x)
2 Using Quotient Rule when Product Rule is simpler / 该用乘积法则时用了商法则 Rewrite as x(x+1)^{-1}, use Product Rule / 改写后用乘积法则
3 Not verifying nature of stationary points / 没有验证驻点性质 Always use f''(x) or sign-change test / 始终用二阶导数或符号检验
4 Confusing d^2y/dx^2 in parametric form / 混淆参数形式二阶导数 \frac{d^2y}{dx^2} = \frac{d/dt(dy/dx)}{dx/dt}
5 Missing dy/dx when differentiating y terms implicitly / 隐函数遗漏 dy/dx \frac{d}{dx}[y^2] = 2y\frac{dy}{dx}, NOT just 2y

10. Study Strategy & Exam Tips / 学习策略与考试技巧

For the Exam / 考试策略

  • Show all steps. / 写出所有步骤。 Marks are awarded for method — even a wrong final answer can earn 4/6 marks if your differentiation steps are correct. / 分数按方法给 —— 即使最终答案错了,微分步骤正确也可能拿到 4/6 分。
  • Check your answer dimensionally. / 检查答案的维度。 A derivative should have the right “shape” — if f(x) = x^4, the derivative must contain x^3. A quick sanity check saves marks. / 导数应该有正确的”形态”——如果 f(x) = x^4,导数必含 x^3
  • Know when to simplify first. / 知道何时先化简。 y = \frac{x^3 + x^2}{x} = x^2 + x is MUCH easier differentiated after simplification. / 化简后再求导要容易得多。
  • Read the question carefully. / 仔细阅读题目。 “Find the gradient” needs f'(x), not the stationary point. Many students lose marks by doing the right math on the wrong question. / “求梯度”需要的是 f'(x),不是驻点。

6-Day Practice Plan / 六天练习计划

Day Focus / 重点 Practice / 练习量
1First Principles & Power Rule / 第一原理与幂法则20 questions / 题
2Product & Quotient Rules / 乘积与商法则15 mixed / 混合题
3Chain Rule Mastery / 链式法则精通20 composite / 复合函数
4Turning Points & Optimization / 驻点与最优化10 word problems / 应用题
5Implicit & Parametric / 隐函数与参数方程15 past paper / 历年真题
6Mixed Past Paper Practice / 综合真题模拟Full exam, timed / 计时完卷

11. Final Thoughts / 总结

Differentiation is the gateway to calculus, and calculus is the language of change. Whether you’re modeling population growth, optimizing a business process, or simply aiming for that A*, mastering these techniques will serve you far beyond the exam hall. Start with first principles to build real understanding, then practice until the Chain Rule becomes as natural as breathing.

微分是微积分的大门,而微积分是变化的语言。无论你是在建模人口增长、优化商业流程,还是仅仅为了拿到 A*,掌握这些技巧将使你在考场之外也受益无穷。从第一原理开始,建立真正的理解,然后不断练习,直到链式法则像呼吸一样自然。

Good luck with your studies — and remember, every great mathematician started exactly where you are now!

祝学业顺利 —— 记住,每一位伟大的数学家都曾站在你现在的位置!


🎓 需要一对一 A-Level 数学辅导?

专业教师 | 中英双语 | 线上线下均可

📞 16621398022 同微信

访问资源中心:www.tutorhao.com

关注公众号 tutorhao 获取更多 A-Level 学习资料

🎓 Need One-on-One A-Level Math Tutoring?

Professional tutors | Bilingual | Online & in-person

📞 16621398022 (WeChat available)

Visit our resource center: www.tutorhao.com

Follow tutorhao on WeChat for more A-Level study guides


Discover more from tutorhao

Subscribe to get the latest posts sent to your email.

Categories: ALEVEL

Tagged as: ,

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

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