一、什么是微分?从曲线斜率到瞬时变化率 | What Is Differentiation? From Curve Slope to Instantaneous Rate of Change
微分(Differentiation)是 AS Level 纯数学中最核心的概念之一。它的本质是研究函数在某一点处的瞬时变化率 – 也就是曲线在该点的切线斜率。在 Edexcel AS 数学大纲中,微分是 Pure Mathematics Paper 1 的重点考察内容,通常占据 25-30% 的分值。
Differentiation is one of the most fundamental concepts in AS Level Pure Mathematics. At its core, it studies the instantaneous rate of change of a function at a given point – that is, the slope of the tangent line to the curve at that point. In the Edexcel AS Mathematics specification, differentiation is a major topic in Pure Mathematics Paper 1, typically accounting for 25-30% of the marks.
想象你正在驾驶一辆汽车。你不仅想知道开了多远(距离),还想知道在某一时刻开得多快(速度)。微分就是从”距离函数”推导出”速度函数”的数学工具。更一般地说,给定函数 y = f(x),微分帮助我们找到 f'(x),也就是梯度函数(gradient function)。
Imagine you are driving a car. You want to know not just how far you have travelled (distance), but how fast you are going at a particular moment (speed). Differentiation is the mathematical tool that derives the “speed function” from the “distance function”. More generally, given a function y = f(x), differentiation helps us find f'(x), the gradient function.
二、第一原理求导:用极限定义导数 | Differentiation from First Principles: Defining the Derivative Using Limits
Edexcel AS 考试中经常出现”用第一原理求导”的题目。这个方法从导数的定义出发:f'(x) = lim[h→0] (f(x+h) – f(x)) / h。虽然考试中很少需要用它来求复杂函数的导数,但理解这个定义对于掌握微分的本质至关重要。
Questions on “differentiation from first principles” appear regularly in Edexcel AS exams. This method starts from the definition of the derivative: f'(x) = lim[h→0] (f(x+h) – f(x)) / h. While you rarely need it to differentiate complex functions in exams, understanding this definition is essential for grasping what differentiation really means.
以 f(x) = x² 为例。按照第一原理:f'(x) = lim[h→0] ((x+h)² – x²) / h = lim[h→0] (x² + 2xh + h² – x²) / h = lim[h→0] (2xh + h²) / h = lim[h→0] (2x + h) = 2x。这就是为什么 x² 的导数是 2x – 不是死记硬背的规则,而是极限运算的自然结果。
Take f(x) = x² as an example. Using first principles: f'(x) = lim[h→0] ((x+h)² – x²) / h = lim[h→0] (x² + 2xh + h² – x²) / h = lim[h→0] (2xh + h²) / h = lim[h→0] (2x + h) = 2x. This is why the derivative of x² is 2x – not a rule to memorise blindly, but the natural result of a limit calculation.
考试技巧:在 Edexcel 试卷中,第一原理求导题通常出现在 Section A(无计算器部分),分值为 3-5 分。关键步骤包括:写出定义式、展开并化简分子、约去 h、令 h→0 求极限。每一步都需要清晰展示,否则可能因”步骤不完整”而失分。
Exam tip: In Edexcel papers, first principles questions usually appear in Section A (non-calculator), worth 3-5 marks. Key steps include: writing the definition, expanding and simplifying the numerator, cancelling h, and taking the limit as h→0. Every step must be clearly shown, or you risk losing marks for “incomplete working”.
三、幂法则:最快求导方法及其证明 | The Power Rule: The Fastest Differentiation Method and Its Proof
对于多项式函数,幂法则(power rule)是最高效的求导工具:如果 f(x) = xⁿ,那么 f'(x) = nxⁿ⁻¹。例如,x⁵ 的导数是 5x⁴,x³ 的导数是 3x²。这个规则适用于任何实数指数 n,包括分数和负数指数。
For polynomial functions, the power rule is the most efficient differentiation tool: if f(x) = xⁿ, then f'(x) = nxⁿ⁻¹. For example, the derivative of x⁵ is 5x⁴, and the derivative of x³ is 3x². This rule applies for any real exponent n, including fractional and negative exponents.
幂法则可以推广到包含系数的项:如果 f(x) = axⁿ,那么 f'(x) = anxⁿ⁻¹。对于多项式,逐项求导即可:f(x) = 3x⁴ – 2x³ + 5x – 7 的导数是 f'(x) = 12x³ – 6x² + 5。注意常数项(如 -7)求导后变为 0,因为常数函数的斜率为零。
The power rule extends to terms with coefficients: if f(x) = axⁿ, then f'(x) = anxⁿ⁻¹. For polynomials, differentiate term by term: f(x) = 3x⁴ – 2x³ + 5x – 7 has derivative f'(x) = 12x³ – 6x² + 5. Note that constant terms (like -7) become 0 after differentiation, because a constant function has zero slope.
常见错误:忘记将常数项消去、在负指数时算错新指数(x⁻² → -2x⁻³,而非 -2x⁻¹)、混淆 x 的导数(是 1,不是 0)。在 Edexcel AS 考试中,幂法则求导题通常为 4-6 分,是必须拿到的基础分。
Common mistakes: forgetting to eliminate constant terms, miscalculating the new exponent with negative powers (x⁻² → -2x⁻³, not -2x⁻¹), and confusing the derivative of x (which is 1, not 0). In Edexcel AS exams, power rule questions typically carry 4-6 marks and represent foundational marks you must secure.
四、切线与法线方程:微分的几何应用 | Tangent and Normal Equations: Geometric Applications of Differentiation
微分的一个直接应用是求曲线在某点的切线和法线方程。切线是在该点与曲线”刚好接触”的直线,其斜率等于该点的导数值 f'(a)。法线是垂直于切线的直线,其斜率为 -1/f'(a)。
A direct application of differentiation is finding the equations of tangents and normals to a curve at a given point. The tangent is the straight line that “just touches” the curve at that point, with slope equal to the derivative value f'(a). The normal is the line perpendicular to the tangent, with slope -1/f'(a).
完整解题套路:先求 y 坐标(将 x 值代入原函数),再求梯度(将 x 值代入导数),然后用点斜式 y – y₁ = m(x – x₁) 写出直线方程。例如,求 y = x³ – 3x 在 x = 1 处的切线:y₁ = 1 – 3 = -2,f'(x) = 3x² – 3,m = f'(1) = 0,切线为 y = -2(水平线)。法线为 x = 1(竖直线)。
Complete solution routine: first find the y-coordinate (substitute x into the original function), then find the gradient (substitute x into the derivative), and finally use point-slope form y – y₁ = m(x – x₁) to write the line equation. For example, find the tangent to y = x³ – 3x at x = 1: y₁ = 1 – 3 = -2, f'(x) = 3x² – 3, m = f'(1) = 0, tangent is y = -2 (horizontal line). Normal is x = 1 (vertical line).
Edexcel 真题中,切线/法线题目通常为 5-7 分,要求写出最终方程的形式为 ax + by + c = 0(系数为整数)。务必注意法线斜率的分母不能为零 – 当 f'(a) = 0 时,法线为竖直直线 x = a。
In Edexcel past papers, tangent/normal questions typically carry 5-7 marks and require the final equation in the form ax + by + c = 0 (with integer coefficients). Always check that the normal’s gradient denominator is not zero – when f'(a) = 0, the normal is a vertical line x = a.
五、二阶导数与驻点分类:判断极大值、极小值还是拐点 | Second Derivatives and Stationary Point Classification: Maximum, Minimum, or Point of Inflection
一阶导数 f'(x) 告诉我们函数的增减趋势。当 f'(x) > 0 时函数递增,f'(x) < 0 时函数递减。当 f'(x) = 0 时,对应的点称为驻点(stationary point),可能是局部极大值、局部极小值或拐点。
The first derivative f'(x) tells us whether a function is increasing or decreasing. When f'(x) > 0 the function is increasing, and when f'(x) < 0 it is decreasing. When f'(x) = 0, the corresponding point is called a stationary point, which could be a local maximum, a local minimum, or a point of inflection.
二阶导数 f”(x) 用于判断驻点的性质:若 f”(a) > 0,驻点为局部极小值(曲线向上弯曲);若 f”(a) < 0,驻点为局部极大值(曲线向下弯曲);若 f''(a) = 0,需要进一步检验 - 可能是拐点,也可能仍是极值。
The second derivative f”(x) classifies stationary points: if f”(a) > 0, it is a local minimum (curve bends upwards); if f”(a) < 0, it is a local maximum (curve bends downwards); if f''(a) = 0, further investigation is needed - it could be a point of inflection or still an extremum.
完整的驻点分析题(Edexcel 常见 8-10 分大题)要求:求 f'(x) 并设为零解方程 → 求出所有驻点坐标 → 计算二阶导数 f”(x) → 逐一判断每个驻点的性质 → 给出结论。例如,y = x³ – 3x:f'(x) = 3x² – 3 = 0 得 x = ±1,(1, -2) 处 f”(1) = 6 > 0 为极小值;(-1, 2) 处 f”(-1) = -6 < 0 为极大值。
A complete stationary point analysis (common Edexcel 8-10 mark question) requires: find f'(x) and set to zero to solve → find coordinates of all stationary points → compute the second derivative f”(x) → classify each stationary point → state conclusions. For example, y = x³ – 3x: f'(x) = 3x² – 3 = 0 gives x = ±1. At (1, -2): f”(1) = 6 > 0, local minimum. At (-1, 2): f”(-1) = -6 < 0, local maximum.
六、递增与递减函数:利用导数分析函数行为 | Increasing and Decreasing Functions: Using Derivatives to Analyse Function Behaviour
函数的单调性是 AS 数学的重要考点。利用 f'(x) 的符号可以判断函数在哪些区间递增或递减。将导数因式分解后画符号表(sign diagram)是最可靠的方法。
Function monotonicity is an important topic in AS Mathematics. The sign of f'(x) determines the intervals where a function is increasing or decreasing. Factorising the derivative and drawing a sign diagram is the most reliable method.
步骤:求 f'(x) → 因式分解 → 找出 f'(x) = 0 的根(临界点)→ 在各区间测试符号 → 写出递增区间 (f'(x) > 0) 和递减区间 (f'(x) < 0)。例:f(x) = x³ - 3x² - 9x + 5,f'(x) = 3x² - 6x - 9 = 3(x+1)(x-3),临界点为 x = -1 和 x = 3。x < -1 时 f'(x) > 0(递增),-1 < x < 3 时 f'(x) < 0(递减),x > 3 时 f'(x) > 0(递增)。
Steps: find f'(x) → factorise → find the roots of f'(x) = 0 (critical points) → test the sign in each interval → write the intervals of increase (f'(x) > 0) and decrease (f'(x) < 0). Example: f(x) = x³ - 3x² - 9x + 5, f'(x) = 3x² - 6x - 9 = 3(x+1)(x-3), critical points at x = -1 and x = 3. For x < -1: f'(x) > 0 (increasing); -1 < x < 3: f'(x) < 0 (decreasing); x > 3: f'(x) > 0 (increasing).
七、最优化问题:微分在实际建模中的应用 | Optimisation Problems: Differentiation in Real-World Modelling
AS Edexcel 数学的应用题部分经常出现最优化(optimisation)问题。这类题目要求你根据实际情境建立函数模型,然后利用微分找到最大值或最小值。典型例子包括:最小化材料成本、最大化围栏面积、最优化产品利润。
Applied questions in AS Edexcel Mathematics often feature optimisation problems. These require you to build a function model from a real-world scenario, then use differentiation to find the maximum or minimum value. Classic examples include: minimising material cost, maximising enclosure area, and optimising product profit.
解题框架:读题识别变量 → 写出需要优化量的表达式(通常含两个变量)→ 用约束条件消去一个变量 → 得到单变量函数 → 求导并设 f'(x) = 0 → 用二阶导数确认是最大值还是最小值 → 回答原问题(带单位)。例如:”一个无盖长方体盒子的底为正方形,容积固定为 500 cm³,求最小表面积”。设底边长为 x,高为 h,则 x²h = 500,表面积 S = x² + 4xh = x² + 2000/x,求导得 dS/dx = 2x – 2000/x² = 0,解得 x = 10 cm。
Solution framework: read and identify variables → write an expression for the quantity to optimise (usually with two variables) → use the constraint to eliminate one variable → obtain a single-variable function → differentiate and set f'(x) = 0 → confirm maximum or minimum with the second derivative → answer the original question (with units). Example: “An open-topped box with a square base has a fixed volume of 500 cm³. Find the minimum surface area.” Let base side = x, height = h. Then x²h = 500, surface area S = x² + 4xh = x² + 2000/x. Differentiate: dS/dx = 2x – 2000/x² = 0, giving x = 10 cm.
Edexcel 最优化题通常为 7-9 分,是区分学生水平的题目。务必展示完整的建模和求导过程,且最后一定要用二阶导数(或一阶导数符号变化)验证极值类型。仅写出 f'(x) = 0 得到的结果而不验证性质,通常会丢掉 1-2 分。
Edexcel optimisation questions typically carry 7-9 marks and differentiate student ability levels. Always show the full modelling and differentiation process, and always verify the extremum type using the second derivative (or first derivative sign change). Writing just the result from f'(x) = 0 without verifying the nature of the stationary point will usually lose 1-2 marks.
九、常见函数的导数公式:需要熟练掌握的基本求导表 | Derivatives of Common Functions: The Essential Differentiation Table
在 AS Edexcel 纯数学中,除了多项式,你还需要熟练处理以下几种常见函数的求导。每种函数都有对应的公式,但更重要的是理解公式的来源,而不是死记硬背。
In AS Edexcel Pure Mathematics, beyond polynomials, you need to handle the derivatives of several common function types. Each has a corresponding formula, but understanding where the formula comes from is more important than rote memorisation.
分式函数 1/x 的导数:将 1/x 写为 x⁻¹,应用幂法则得到导数为 -x⁻² = -1/x²。这里的关键技巧是将所有函数先写成 xⁿ 的形式。类似地,√x = x^(1/2),导数为 (1/2)x^(-1/2) = 1/(2√x)。1/x² = x⁻²,导数为 -2x⁻³ = -2/x³。
Derivative of 1/x: rewrite as x⁻¹, apply the power rule to get -x⁻² = -1/x². The key technique is rewriting everything as xⁿ first. Similarly, √x = x^(1/2), derivative is (1/2)x^(-1/2) = 1/(2√x). 1/x² = x⁻², derivative is -2x⁻³ = -2/x³.
常数的导数始终为零:d/dx(c) = 0。为什么?因为常数函数的图像是一条水平直线,在任何点的斜率都是 0。同样,x 的导数是 1:d/dx(x) = 1,因为 y = x 是一条斜率为 1 的直线。这两个公式虽然简单,但在组合求导(如 5x³ + 2x – 1)中是最常被遗忘的步骤。
The derivative of a constant is always zero: d/dx(c) = 0. Why? Because a constant function is a horizontal line, with slope 0 everywhere. Similarly, the derivative of x is 1: d/dx(x) = 1, because y = x is a line with slope 1. These two formulas are simple but are the most commonly forgotten steps in combined differentiation (e.g., 5x³ + 2x – 1).
多重法则(constant multiple rule):d/dx[cf(x)] = c · f'(x)。求导运算可以”穿过”常数系数。例如 d/dx(7x⁴) = 7 · 4x³ = 28x³。和差法则(sum/difference rule):d/dx[f(x) ± g(x)] = f'(x) ± g'(x)。多项式就是这些基本法则的反复组合应用。
Constant multiple rule: d/dx[cf(x)] = c · f'(x). Differentiation “passes through” constant coefficients. For example, d/dx(7x⁴) = 7 · 4x³ = 28x³. Sum/difference rule: d/dx[f(x) ± g(x)] = f'(x) ± g'(x). Polynomials are simply repeated applications of these basic rules in combination.
十、从原函数图像推断导数图像:梯度函数的可视化 | Sketching the Derivative Graph from the Original Function: Visualising the Gradient Function
Edexcel AS 考试中有一类独特的题型:给出 f(x) 的图像,要求画出 f'(x) 的草图。这类题考察的是对导数概念的可视化理解,而非计算能力。
Edexcel AS exams feature a distinctive question type: given the graph of f(x), sketch the graph of f'(x). These questions test visual understanding of the derivative concept, not computational ability.
关键对应关系:f(x) 的驻点(f'(x) = 0)对应于 f'(x) 图像与 x 轴的交点。f(x) 递增的区间对应于 f'(x) 图像在 x 轴上方(正值)。f(x) 递减的区间对应于 f'(x) 图像在 x 轴下方(负值)。f(x) 的拐点对应于 f'(x) 的驻点。f(x) 为三次函数时 f'(x) 为二次函数(抛物线);f(x) 为二次函数时 f'(x) 为一次函数(直线)。
Key correspondences: stationary points of f(x) (where f'(x) = 0) correspond to x-intercepts of the f'(x) graph. Intervals where f(x) is increasing correspond to regions where the f'(x) graph is above the x-axis (positive values). Intervals where f(x) is decreasing correspond to regions where the f'(x) graph is below the x-axis (negative values). Points of inflection of f(x) correspond to stationary points of f'(x). If f(x) is cubic, f'(x) is quadratic (a parabola); if f(x) is quadratic, f'(x) is linear (a straight line).
典型考题:”下图是 y = f(x) 的图像。在同一坐标系中画出 y = f'(x) 的草图。” 解答步骤:标记 f(x) 所有驻点的 x 坐标 → 这些是 f'(x) 与 x 轴的交点 → 判断 f(x) 在各区间的增减 → 确定 f'(x) 在各区间的正负(在 x 轴上方还是下方)→ 根据 f(x) 的次数确定 f'(x) 的曲线形状 → 画出草图。这类题通常为 3-4 分。
Typical exam question: “The diagram shows the graph of y = f(x). On the same axes, sketch the graph of y = f'(x).” Solution steps: mark the x-coordinates of all stationary points of f(x) → these are the x-intercepts of f'(x) → determine where f(x) is increasing or decreasing → determine where f'(x) is positive or negative (above or below the x-axis) → use the degree of f(x) to determine the shape of f'(x) → sketch the graph. These questions typically carry 3-4 marks.
十一、真题演练:三步法解微分综合题 | Exam Practice: A Three-Step Method for Comprehensive Differentiation Questions
面对 Edexcel AS 中的微分综合大题(8-12 分),建议采用”三步法”框架,确保不遗漏任何得分点。
For comprehensive differentiation questions in Edexcel AS (8-12 marks), the recommended “three-step method” framework ensures no mark is left behind.
第一步:系统求导。拿到函数后立即求一阶导数 f'(x) 和二阶导数 f”(x),即使题目暂时只要求其中一种。这是因为后续步骤几乎必然需要两者。将 f'(x) 因式分解为乘积形式,方便后续解方程和画符号表。
Step 1: Systematic differentiation. As soon as you see the function, find both f'(x) and f”(x), even if the question currently only asks for one. This is because later parts almost certainly need both. Factorise f'(x) into product form to make equation-solving and sign diagrams easier later.
第二步:求关键点。令 f'(x) = 0 解出所有驻点的 x 坐标。代入 f(x) 求出对应的 y 坐标,写出完整的坐标形式。这一步也同时得到了 f'(x) = 0 的根,为后续分析做好了准备。
Step 2: Find key points. Set f'(x) = 0 and solve for the x-coordinates of all stationary points. Substitute into f(x) to find the corresponding y-coordinates, writing complete coordinate pairs. This step also yields the roots of f'(x) = 0, ready for the subsequent analysis.
第三步:分类与分析。将每个驻点的 x 坐标代入 f”(x) 判断性质。如果需要分析增减区间,用 f'(x) 的因式分解式画符号表。注意:当 f”(x) = 0 时,改用一阶导数的符号变化来判断 – 如果 f'(x) 在驻点两侧符号相同,则为拐点;符号相反(且 f'(x) = 0),则为极值。
Step 3: Classify and analyse. Substitute each stationary point’s x-coordinate into f”(x) to determine its nature. If interval analysis is needed, use the factorised form of f'(x) to draw a sign diagram. Note: when f”(x) = 0, switch to checking the sign change of the first derivative – if f'(x) has the same sign on both sides of the stationary point, it is a point of inflection; if the sign changes (and f'(x) = 0), it is an extremum.
十二、微分与积分的关系:为 A2 数学做好准备 | The Relationship Between Differentiation and Integration: Preparing for A2 Mathematics
微分和积分互为逆运算 – 这是微积分基本定理的核心内容。理解这一关系不仅有助于当前 AS 阶段的学习,也为 A2(Year 2)的进阶内容打下坚实基础。
Differentiation and integration are inverse operations – this is the core of the Fundamental Theorem of Calculus. Understanding this relationship not only supports current AS-level study but also builds a solid foundation for the advanced A2 (Year 2) content.
具体来说:如果对 f(x) 求导得到 f'(x),那么对 f'(x) 积分就回到 f(x)(差一个常数)。例如,x³ 求导得 3x²,那么 3x² 积分得 x³ + C。这个常数 C(积分常数)的出现是因为求导过程中常数信息会丢失 – 一个函数的导数只能告诉你曲线的”形状”(斜率变化),而无法告诉你曲线的”位置”(上下平移)。
Specifically: if differentiating f(x) gives f'(x), then integrating f'(x) returns f(x) (up to a constant). For example, x³ differentiates to 3x², and integrating 3x² gives x³ + C. This constant C (the constant of integration) arises because constant information is lost during differentiation – a derivative only tells you the “shape” of the curve (how the slope changes), not its “position” (vertical translation).
在 Edexcel AS 纯数学中,积分的考察范围是”不定积分”(indefinite integration),即求原函数。当你看到 ∫xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ -1) 时,这本质上就是幂法则的逆运算。理解”求导是降低幂次、积分是升高幂次”这一点,可以帮助你双向验证计算的正确性。
In Edexcel AS Pure Mathematics, integration is tested as “indefinite integration” – finding antiderivatives. When you see ∫xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ -1), this is essentially the inverse of the power rule. Understanding that “differentiation decreases the power while integration increases the power” helps you verify calculations in both directions.
另外,Edexcel 考试中常见的题型:给定 f'(x) 和曲线上的一个点,求 f(x) 的表达式。这时先对 f'(x) 积分得到 f(x) + C,再代入已知点坐标求出 C 的值。这是微分与积分结合的经典题目,通常 5-6 分。
Additionally, a common Edexcel exam question type: given f'(x) and a point on the curve, find the expression for f(x). First integrate f'(x) to get f(x) + C, then substitute the known point to find C. This is a classic question combining differentiation and integration, typically worth 5-6 marks.
八、Edexcel AS 微分考点总结与常见失分陷阱 | Edexcel AS Differentiation: Topic Summary and Common Pitfalls
AS Edexcel 数学微分的核心考点可归纳为:第一原理求导(3-5 分)、幂法则及多项式求导(4-6 分)、切线与法线(5-7 分)、驻点分析与分类(8-10 分)、函数的递增递减区间(4-6 分)、最优化问题(7-9 分)。总计约占 Pure Mathematics Paper 1 的 25-30 分。
The core Edexcel AS differentiation topics can be summarised as: first principles (3-5 marks), power rule and polynomial differentiation (4-6 marks), tangents and normals (5-7 marks), stationary point analysis and classification (8-10 marks), increasing and decreasing intervals (4-6 marks), and optimisation problems (7-9 marks). Together they account for roughly 25-30 marks in Pure Mathematics Paper 1.
最高频的失分陷阱:① 求导后忘记常数项变为 0 – 多写一个常数。② 二阶导数判断时 f”(x) = 0 不做进一步检验就直接判定为拐点。③ 切线方程写出后未按要求化为 ax + by + c = 0 的标准形式。④ 最优化问题中未用二阶导数验证极值性质。⑤ 第一原理求导中漏写 “lim” 符号,导致步骤被判定为不完整。⑥ 在分数指数或负指数时运算出错 – 建议考前集中练习 x^(1/2)、x^(-1)、x^(3/2) 等常见类型的求导。
The most frequent pitfalls: (1) forgetting that constants become 0 after differentiation – adding an extra constant term. (2) When f”(x) = 0, jumping straight to “point of inflection” without further investigation. (3) Not converting the tangent equation to the required standard form ax + by + c = 0. (4) Failing to verify extremum type with the second derivative in optimisation problems. (5) Omitting the “lim” symbol in first principles working, causing marks to be deducted for incomplete steps. (6) Errors with fractional or negative exponents – targeted practice on x^(1/2), x^(-1), and x^(3/2) derivatives before the exam is strongly recommended.
Summary | 总结
微分是 Edexcel AS 纯数学的基石性内容,贯穿从多项式求导到实际建模的整个知识链条。掌握幂法则及其推广、切线与法线方程的求解、驻点的分类判定以及最优化问题的完整解题框架,就掌握了 Pure Mathematics Paper 1 中将近三分之一的分数。理解第一原理求导虽然在实际计算中使用不多,但对于深入理解微分的本质和应对考试中的概念性问题至关重要。建议考生将微分与后续的积分内容对比学习,因为两者互为逆运算,共同构成 AS 数学的核心分析工具。
Differentiation is a cornerstone of Edexcel AS Pure Mathematics, spanning the entire knowledge chain from polynomial differentiation to real-world modelling. Mastering the power rule and its extensions, tangent and normal equations, stationary point classification, and the complete optimisation problem framework secures nearly one-third of the marks in Pure Mathematics Paper 1. Understanding differentiation from first principles, while less frequently used in direct computation, is essential for grasping the true meaning of differentiation and handling conceptual exam questions. Students are advised to study differentiation alongside integration, as the two are inverse operations that together form the core analytical toolkit of AS Mathematics.
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导