IB Math: Notation and Definition of Derivatives | IB数学:导数的记号与定义

📚 IB Math: Notation and Definition of Derivatives | IB数学:导数的记号与定义

The derivative is one of the most powerful concepts in IB Mathematics. Understanding its notation and precise definition is essential for solving problems involving rates of change, tangent lines, and optimization. In this article, we explore the formal definition of the derivative, its various notations, and how to apply these ideas in the IB syllabus.

导数是IB数学中最核心的概念之一。理解导数的记号与精确定义,是解决变化率、切线斜率以及最优化问题的基础。本文将系统梳理导数的形式化定义、常用记号,以及如何在IB课程中灵活运用这些知识。


1. The Intuitive Idea of the Derivative | 导数的直观含义

Imagine a car moving along a straight road. Its position at time t is given by s(t). The average velocity over a time interval [t, t + h] is the change in position divided by the change in time: (s(t + h) − s(t)) / h. As the interval becomes smaller, the average velocity approaches the instantaneous velocity at time t. This limiting value is the derivative.

设想一辆汽车沿直线行驶,其位置为时间 t 的函数 s(t)。在时间区间 [t, t + h] 内,平均速度为位置变化量除以时间变化量,即 (s(t + h) − s(t)) / h。当区间长度趋于零时,平均速度趋近于 t 时刻的瞬时速度,这个极限值就是导数。


2. The Formal Definition of the Derivative | 导数的形式化定义

Let f be a function defined on an open interval containing x. The derivative of f at x, denoted f′(x), is defined by the limit:

f′(x) = limh→0 (f(x + h) − f(x)) / h

If this limit exists, we say that f is differentiable at x. Geometrically, f′(x) represents the slope of the tangent line to the graph of y = f(x) at the point (x, f(x)).

设 f 是在包含 x 的开区间上有定义的函数。f 在 x 处的导数记为 f′(x),定义为如下极限:

f′(x) = limh→0 (f(x + h) − f(x)) / h

若该极限存在,则称 f 在 x 处可导。几何上,f′(x) 表示曲线 y = f(x) 在点 (x, f(x)) 处切线的斜率。


3. Alternative Definition Using a Point a | 使用点 a 的等价定义

Sometimes it is convenient to define the derivative at a specific point a. An equivalent formulation is:

f′(a) = limx→a (f(x) − f(a)) / (x − a)

This version emphasizes the secant line through (a, f(a)) and (x, f(x)), and shows how its slope tends to the tangent slope as x approaches a.

有时在特定点 a 处定义导数更为方便。等价的表述是:

f′(a) = limx→a (f(x) − f(a)) / (x − a)

这个版本强调了经过 (a, f(a)) 与 (x, f(x)) 的割线,并展示了当 x 趋近于 a 时割线斜率如何趋于切线斜率。


4. Leibniz Notation dy/dx | 莱布尼茨记号 dy/dx

While f′(x) is compact, the Leibniz notation, introduced by Gottfried Wilhelm Leibniz, is widely used in IB Mathematics. If y = f(x), then the derivative is written:

dy/dx 或 d/dx f(x)

Leibniz notation is especially useful when applying the chain rule: if y = f(u) and u = g(x), then dy/dx = dy/du × du/dx. It also makes the units of the derivative explicit, such as metres per second for distance over time.

虽然 f′(x) 书写简洁,但莱布尼茨记号在IB数学中同样广泛使用。若 y = f(x),则导数写作:

dy/dx 或 d/dx f(x)

莱布尼茨记号在链式法则中尤为方便:若 y = f(u) 且 u = g(x),则 dy/dx = dy/du × du/dx。它还能直观地体现导数的单位,例如距离对时间的导数为米每秒。


5. Newton’s Dot Notation | 牛顿的点记号

In physics and applied contexts, Newton’s dot notation represents differentiation with respect to time. If s is position, then ṡ (s with a dot above) denotes velocity, and s̈ (s with two dots) denotes acceleration. This notation is concise but only used for time derivatives.

在物理与应用问题中,牛顿的点记号表示对时间求导。若 s 为位移,则 ṡ(s 上方加一点)表示速度,s̈(s 上方加两点)表示加速度。该记号简洁,但仅用于对时间的导数。


6. Higher-Order Derivatives | 高阶导数

The derivative of a derivative is called the second derivative. Using Leibniz notation, the second derivative is written d²y/dx²; using prime notation, it is f″(x). The third derivative is f‴(x), and the nth derivative is f⁽ⁿ⁾(x). In IB applications, the second derivative is used to determine concavity and points of inflection.

导数的导数称为二阶导数。在莱布尼茨记号中写作 d²y/dx²;在撇号记号中写作 f″(x)。三阶导数为 f‴(x),n 阶导数为 f⁽ⁿ⁾(x)。在IB考试中,二阶导数常用于判断函数的凹凸性与拐点。


7. Differentiability and Continuity | 可导性与连续性

A key theorem states: if f is differentiable at x, then f is continuous at x. However, the converse is not true. For example, f(x) = |x| is continuous at x = 0 but not differentiable there, because its left and right derivatives differ. Understanding this distinction is vital for solving AP-style and IB-style multiple choice questions.

重要定理:若 f 在 x 处可导,则 f 在 x 处连续。但逆命题不成立。例如 f(x) = |x| 在 x = 0 处连续却不可导,因为其左导数和右导数不相等。理解这一区别对于解答IB和类似题型的选择题至关重要。


8. Derivatives from First Principles | 用一阶原理求导(导数的定义求导)

IB courses often require students to differentiate simple functions using the definition rather than standard rules. For example, let f(x) = x². Then:

f′(x) = limh→0 ((x + h)² − x²) / h = limh→0 (2xh + h²) / h = limh→0 (2x + h) = 2x

This process is known as differentiating from first principles, and it reinforces the limit-based meaning of the derivative.

IB课程通常要求学生使用定义而非现成规则来求简单函数的导数。例如,设 f(x) = x²,则:

f′(x) = limh→0 ((x + h)² − x²) / h = limh→0 (2xh + h²) / h = limh→0 (2x + h) = 2x

这一过程称为“用一阶原理求导”,它加深了导数基于极限的本质理解。


9. Common Derivative Rules in Leibniz Notation | 莱布尼茨记号下的常见求导法则

In the Leibniz framework, the basic rules become intuitive. The power rule states: if y = xⁿ, then dy/dx = n xⁿ⁻¹. The product rule states: if y = uv, then dy/dx = u dv/dx + v du/dx. The quotient rule states: if y = u/v, then dy/dx = (v du/dx − u dv/dx) / v².

d/dx (u × v) = u × dv/dx + v × du/dx

These rules, together with the chain rule, allow efficient differentiation of complicated functions.

在莱布尼茨框架下,基本法则变得直观。幂法则:若 y = xⁿ,则 dy/dx = n xⁿ⁻¹。乘法法则:若 y = uv,则 dy/dx = u dv/dx + v du/dx。除法法则:若 y = u/v,则 dy/dx = (v du/dx − u dv/dx) / v²。

d/dx (u × v) = u × dv/dx + v × du/dx

这些法则与链式法则相结合,可以高效地计算复杂函数的导数。


10. Interpreting Notation in Exam Questions | 在考试题中理解记号

IB exam questions often use notation such as f′(2), dy/dx|x=2, or d/dx [sin x]. You must be comfortable translating between them. For example, dy/dx|x=2 means evaluate the derivative at x = 2, which is exactly the same as f′(2). Likewise, d/dx [ln x] means the derivative of ln x with respect to x.

IB考试中经常出现 f′(2)、dy/dx|x=2 或 d/dx [sin x] 等记号。你需要熟练地在它们之间转换。例如,dy/dx|x=2 表示在 x = 2 处求导数值,与 f′(2) 完全相同。同样,d/dx [ln x] 表示 ln x 对 x 的导数。


11. Table of Derivative Notations | 导数记号总结表

The following table summarises the main notations used for the first and second derivatives:

下表总结了常见的一阶和二阶导数记号:

Description / 描述 Prime notation / 撇号记号 Leibniz notation / 莱布尼茨记号
First derivative / 一阶导数 f′(x) dy/dx
Second derivative / 二阶导数 f″(x) d²y/dx²
At x = a / 在 x = a 处 f′(a) dy/dx|x=a

Remember that all notations represent the same limit, so choose the one most convenient for the problem at hand.

请记住,所有这些记号都表示同一个极限,解题时应选择最方便的一种。


12. Common Pitfalls and Exam Tips | 常见误区与考试技巧

One common mistake is forgetting that dy/dx is not a fraction, although it behaves like one in the chain rule. Another pitfall is misusing the product rule by writing d/dx (uv) = du/dx × dv/dx, which is false. To succeed in IB exams, always check whether a question asks for the derivative at a point or the derivative function, and state your final answer using the notation in the question.

常见误区之一是将 dy/dx 误认为普通分数,尽管它在链式法则中表现类似分数。另一个误区是误用乘法法则,写成 d/dx (uv) = du/dx × dv/dx,这是错误的。要在IB考试中取得成功,务必确认题目要求的是某一点处的导数还是导函数,并使用题目中的记号写出最终答案。


Published by TutorHao | IB Mathematics Revision Series | aleveler.com

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

Comments

屏轩国际教育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.

Discover more from aleveler.com

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

Continue reading