📚 PDF资源导航

GCSE Edexcel Maths: Introduction to Calculus – Key Points | GCSE Edexcel 数学:微积分基础 考点精讲

📚 GCSE Edexcel Maths: Introduction to Calculus – Key Points | GCSE Edexcel 数学:微积分基础 考点精讲

Calculus is a powerful branch of mathematics that deals with change and motion. At GCSE level, Edexcel introduces the fundamental ideas of differentiation and integration, focusing on algebraic functions and their applications to real-world problems like speed and acceleration. Mastering these basics will not only prepare you for the Higher tier exam but also lay a solid foundation for A-level mathematics.

微积分是数学中处理变化与运动的重要分支。在 GCSE 阶段,Edexcel 引入了微分和积分的基本概念,重点关注代数函数及其在速度、加速度等实际问题中的应用。掌握这些基础知识不仅能帮助你在 Higher tier 考试中取得好成绩,也为 A-level 数学打下坚实的基础。

1. What is Calculus? | 什么是微积分?

Calculus is the mathematical study of continuous change. It is split into two main branches: differentiation, which finds the rate at which a quantity changes, and integration, which measures the accumulation of quantities. In GCSE, you work with simple polynomial functions and apply differentiation to calculate gradients of curves, velocities, and accelerations.

微积分是研究连续变化的数学。它分为两个主要分支:微分用于求量变化的速率,积分则用于度量量的累积。在 GCSE 中,你将处理简单的多项式函数,并应用微分来计算曲线的斜率、速度和加速度。

The notation you will meet is dy/dx (read as ‘dee y by dee x’), which represents the derivative of y with respect to x. Integration is denoted by the symbol ∫, and you will often see an ‘indefinite integral’ that returns a family of functions plus an arbitrary constant + c.

你会见到的符号是 dy/dx(读作“dee y by dee x”),它表示 y 关于 x 的导数。积分使用符号 ∫ 表示,你经常会看到不定积分返回一族函数加上任意常数 + c。

Derivative: dy/dx    Indefinite integral: ∫ f(x) dx


2. The Gradient Function – Differentiation | 梯度函数——微分

Differentiation allows you to find the gradient of a curve at any point. For a function y = f(x), the derivative dy/dx gives a formula for the gradient of the tangent to the curve. When you differentiate, you are finding the gradient function.

微分让你能够找到曲线上任意一点处的斜率。对于函数 y = f(x),导数 dy/dx 给出了曲线切线的斜率公式。当你做微分时,你就是在寻找梯度函数。

The formal process uses the concept of a limit, but at GCSE you simply apply the power rule: if y = xn, then dy/dx = n xn−1. For example, if y = x², dy/dx = 2x1 = 2x.

正式的过程用到了极限的概念,但在 GCSE 中你只需应用幂法则:如果 y = xn,那么 dy/dx = n xn−1。例如,若 y = x²,则 dy/dx = 2x1 = 2x。

  • y = x³ → dy/dx = 3x²
  • y = x → dy/dx = 1x⁰ = 1
  • y = x⁻¹ → dy/dx = −1 x⁻² (only for extension)

若 y = xn,则 dy/dx = n xn−1


3. Differentiating a Constant | 常数的导数

The derivative of any constant term (a number on its own) is always zero. This makes sense because a constant function has a horizontal graph, so its gradient is zero everywhere.

任何常数项(单独的一个数)的导数总是零。这很合理,因为常数函数的图像是水平的,处处斜率为零。

For example, if y = 5, then dy/dx = 0. Even if the constant is part of a larger expression, its derivative vanishes: d/dx (7) = 0, d/dx (x² + 3) = 2x + 0 = 2x.

例如,若 y = 5,则 dy/dx = 0。即使常数是某个较大表达式的一部分,它的导数也会消失:d/dx (7) = 0,d/dx (x² + 3) = 2x + 0 = 2x。

Original function Derivative
y = 10 dy/dx = 0
y = x + 4 dy/dx = 1
y = x² − 6 dy/dx = 2x

4. The Sum and Difference Rule | 和差法则

When a function is made up of several terms added or subtracted, you can differentiate each term separately and then combine the results. This is called term-by-term differentiation.

当一个函数由几个项相加或相减组成时,你可以分别对每一项求导,然后合并结果。这称为逐项微分。

For instance, to differentiate y = 4x³ − 2x² + 5x − 7, you handle each term: d(4x³)/dx = 12x², d(−2x²)/dx = −4x, d(5x)/dx = 5, d(−7)/dx = 0. So dy/dx = 12x² − 4x + 5.

例如,对 y = 4x³ − 2x² + 5x − 7 求导,逐项处理:d(4x³)/dx = 12x²,d(−2x²)/dx = −4x,d(5x)/dx = 5,d(−7)/dx = 0。因此 dy/dx = 12x² − 4x + 5。

若 y = axn + bxm,则 dy/dx = a·n xn−1 + b·m xm−1


5. Finding Stationary Points | 寻找驻点

A stationary point occurs where the gradient of a curve is zero, i.e. dy/dx = 0. These points can be local maxima, local minima, or points of inflection. At GCSE, you usually need to identify the nature of these points using the second derivative or by observing the sign change of dy/dx.

驻点出现在曲线斜率为零的地方,即 dy/dx = 0。这些点可能是局部极大点、局部极小点或拐点。在 GCSE 中,你通常需要用二阶导数或观察 dy/dx 的符号变化来判断这些点的性质。

For example, given y = x² − 4x + 3, first find dy/dx = 2x − 4. Set 2x − 4 = 0 → x = 2. The y-coordinate is y = (2)² − 4(2) + 3 = −1. So the stationary point is (2, −1).

例如,已知 y = x² − 4x + 3,先求出 dy/dx = 2x − 4。令 2x − 4 = 0 → x = 2。y 坐标为 y = (2)² − 4(2) + 3 = −1。因此驻点为 (2, −1)。


6. Second Derivative and Nature of Points | 二阶导数与点的性质

The second derivative, written as d²y/dx², is obtained by differentiating dy/dx again. It tells you about the curvature of the graph. If d²y/dx² > 0 at a stationary point, the point is a minimum; if d²y/dx² < 0, it is a maximum.

二阶导数记作 d²y/dx²,是对 dy/dx 再次求导得到的。它反映了图像的弯曲方向。如果在驻点处 d²y/dx² > 0,则该点为极小点;若 d²y/dx² < 0,则为极大点。

Using the earlier example y = x² − 4x + 3: dy/dx = 2x − 4, so d²y/dx² = 2. Since 2 > 0, the stationary point at x = 2 is a minimum.

用前面的例子 y = x² − 4x + 3:dy/dx = 2x − 4,所以 d²y/dx² = 2。因为 2 > 0,x = 2 处的驻点为极小点。

If the second derivative equals zero, you must check the sign of dy/dx on either side of the stationary point to decide its nature.

如果二阶导数等于零,你必须检查驻点两侧 dy/dx 的符号来确定其性质。


7. Applications in Kinematics | 运动学中的应用

In GCSE Edexcel, calculus is often applied to motion described by a displacement function s(t), where s is distance from a fixed point and t is time. Velocity v is the rate of change of displacement, i.e. v = ds/dt. Acceleration a is the rate of change of velocity, a = dv/dt = d²s/dt².

在 GCSE Edexcel 中,微积分常应用于由位移函数 s(t) 描述的运动,其中 s 是到定点的距离,t 是时间。速度 v 是位移的变化率,即 v = ds/dt。加速度 a 是速度的变化率,a = dv/dt = d²s/dt²。

For example, if s = t³ − 6t² + 9t metres, then v = ds/dt = 3t² − 12t + 9 m/s, and a = d²s/dt² = 6t − 12 m/s². You can find times when the particle is at rest by solving v = 0.

例如,若 s = t³ − 6t² + 9t 米,则 v = ds/dt = 3t² − 12t + 9 米/秒,a = d²s/dt² = 6t − 12 米/秒²。你可以通过解 v = 0 找出质点静止的时刻。

Quantity Notation Obtained by
Displacement s Given function
Velocity v ds/dt
Acceleration a dv/dt = d²s/dt²

8. Introduction to Integration – The Reverse of Differentiation | 积分简介——微分的逆运算

Integration is the inverse process of differentiation. If you know dy/dx, integrating returns the original function y, plus an arbitrary constant c. This is called an indefinite integral, written ∫ f'(x) dx = f(x) + c.

积分是微分的逆过程。若已知 dy/dx,积分可以得到原函数 y,并带有一个任意常数 c。这称为不定积分,写作 ∫ f'(x) dx = f(x) + c。

The power rule for integration: ∫ xn dx = xn+1/(n+1) + c, provided n ≠ −1. For example, ∫ x² dx = x³/3 + c, and ∫ 3x² dx = x³ + c (because 3 × (x³/3) = x³).

积分的幂法则:∫ xn dx = xn+1/(n+1) + c,前提是 n ≠ −1。例如,∫ x² dx = x³/3 + c,以及 ∫ 3x² dx = x³ + c(因为 3 × (x³/3) = x³)。

∫ xn dx = (xn+1)/(n+1) + c    (n ≠ −1)


9. Definite Integrals and Area Under a Curve | 定积分与曲线下方面积

A definite integral has limits, e.g. ∫ₐᵇ f(x) dx, and gives the exact area under the curve y = f(x) between x = a and x = b, provided the curve lies above the x-axis. If the curve is below the x-axis, the integral gives a negative area, so you must take absolute values carefully.

定积分带有上下限,例如 ∫ₐᵇ f(x) dx,它能给出曲线 y = f(x) 在 x = a 与 x = b 之间的准确面积,前提是曲线位于 x 轴上方。如果曲线在 x 轴下方,积分会给出负面积,因此你需要仔细地取绝对值。

To evaluate a definite integral, first find the antiderivative F(x), then compute F(b) − F(a). E.g. ∫₁² 3x² dx = [x³]₁² = 2³ − 1³ = 8 − 1 = 7.

要计算定积分,先求出原函数 F(x),再计算 F(b) − F(a)。例如,∫₁² 3x² dx = [x³]₁² = 2³ − 1³ = 8 − 1 = 7。

This technique is extremely useful for finding areas of regions bounded by curves and straight lines.

这一技巧对于求解由曲线和直线围成的区域面积极为有用。


10. Worked Example – Maximising an Area | 例题——最大化面积

A common GCSE problem: A farmer has 40 m of fencing and wants to form a rectangular enclosure against an existing wall, using the wall as one side. Find the maximum area.

常见的 GCSE 题目:一个农场主有 40 米篱笆,想靠一面已有的墙围成一个矩形围栏,以墙作为一边。求最大面积。

Let the side parallel to the wall be x m, and the two perpendicular sides each be y m. Then x + 2y = 40, so x = 40 − 2y. Area A = xy = (40 − 2y)y = 40y − 2y². Differentiate: dA/dy = 40 − 4y. Set dA/dy = 0 → y = 10. Then x = 40 − 2(10) = 20. The second derivative d²A/dy² = −4 < 0, so it is a maximum. Maximum area = 20 × 10 = 200 m².

设平行于墙的边长为 x 米,两条垂直边各为 y 米。那么 x + 2y = 40,所以 x = 40 − 2y。面积 A = xy = (40 − 2y)y = 40y − 2y²。求导:dA/dy = 40 − 4y。令 dA/dy = 0 → y = 10。则 x = 40 − 2(10) = 20。二阶导数 d²A/dy² = −4 < 0,故为极大值。最大面积 = 20 × 10 = 200 平方米。


11. Key Steps for Solving Calculus Questions | 解微积分题的关键步骤

When tackling GCSE Edexcel calculus questions, always follow a systematic approach:

做 GCSE Edexcel 微积分题目时,请始终遵循系统的方法:

  • Read the problem carefully and identify what you are given and what you need to find.
    仔细读题,明确已知条件与所求。
  • Write down the appropriate function (e.g. area, displacement).
    写下合适的函数(例如面积、位移)。
  • Differentiate to find the gradient function or velocity, or integrate to find the original function or area.
    求导以得到梯度函数或速度,或积分以得到原函数或面积。
  • Set the derivative to zero for stationary points, or use the integral limits.
    对于驻点,令导数为零;对于面积,使用积分上下限。
  • Check the nature of stationary points with the second derivative.
    用二阶导数检查驻点性质。
  • Answer the specific question with correct units.
    用正确的单位回答具体问题。

12. Common Mistakes and Exam Tips | 常见错误与考试建议

Avoid these frequent errors to secure full marks:

避免以下常见错误以获取满分:

Mistake How to avoid it
Forgetting to multiply by the old power when differentiating Remember: multiply by power, then reduce power by 1.
Losing the constant term Always write ‘n + 1’ as the new power in integration and divide by it.
Not adding the constant +c in indefinite integrals The +c is essential unless you have limits. Examiners deduct marks.
Confusing velocity and acceleration v = ds/dt, a = dv/dt. Read the question carefully to know which is asked.

Finally, always show clear working and use correct mathematical notation. In Edexcel, method marks are generous if the process is logical.

最后,始终展示清晰的步骤并使用正确的数学符号。在 Edexcel 考试中,如果过程合理,方法分给得很大方。

Published by TutorHao | GCSE Edexcel Maths 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