📚 Calculus Core Concepts and Problem-Solving Techniques | 微积分核心概念与解题技巧
Calculus is the mathematical study of continuous change, and it forms the backbone of advanced mathematics in the A-Level syllabus. This article provides a comprehensive review of core calculus concepts and essential problem-solving techniques that students must master for examinations.
微积分是研究连续变化的数学学科,是 A-Level 数学大纲中高级数学内容的核心基础。本文系统梳理微积分核心概念与考试必备解题技巧,帮助学生高效复习、精准提分。
1. Limits and Continuity | 极限与连续性
The concept of a limit describes the value that a function approaches as the input approaches a certain point. We write: lim(x→a) f(x) = L, meaning that as x gets arbitrarily close to a, f(x) gets arbitrarily close to L.
极限描述的是当自变量趋近于某一点时,函数值所趋近的数值。记作:lim(x→a) f(x) = L,表示当 x 无限接近 a 时,f(x) 无限接近 L。
For a function to be continuous at a point x = a, three conditions must hold: f(a) must be defined, lim(x→a) f(x) must exist, and lim(x→a) f(x) = f(a). If any condition fails, the function is discontinuous at that point.
函数在 x = a 处连续必须满足三个条件:f(a) 有定义、lim(x→a) f(x) 存在,且 lim(x→a) f(x) = f(a)。任一条件不满足,则函数在该点不连续。
When evaluating limits, common techniques include direct substitution, factoring and cancelling, rationalising, and using standard limits such as lim(x→0) sin x / x = 1.
求极限的常用方法包括:直接代入、因式分解约分、有理化处理,以及运用标准极限,例如 lim(x→0) sin x / x = 1。
2. The Derivative: Definition and Geometric Meaning | 导数的定义与几何意义
The derivative of a function f at a point x is defined as the limit of the difference quotient: f'(x) = lim(h→0) [f(x+h) – f(x)] / h. This represents the instantaneous rate of change of f at x.
函数 f 在点 x 处的导数定义为差商的极限:f'(x) = lim(h→0) [f(x+h) – f(x)] / h。它表示 f 在 x 处的瞬时变化率。
Geometrically, the derivative f'(a) gives the slope of the tangent line to the curve y = f(x) at the point (a, f(a)). The equation of this tangent line is y – f(a) = f'(a)(x – a).
在几何意义上,导数 f'(a) 表示曲线 y = f(x) 在点 (a, f(a)) 处切线的斜率。切线方程为 y – f(a) = f'(a)(x – a)。
It is essential to distinguish between average rate of change over an interval [x₁, x₂] and instantaneous rate of change. The average rate is [f(x₂) – f(x₁)] / (x₂ – x₁), while the instantaneous rate is the limit as the interval shrinks to zero.
务必区分区间 [x₁, x₂] 上的平均变化率与瞬时变化率。平均变化率为 [f(x₂) – f(x₁)] / (x₂ – x₁),而瞬时变化率是区间长度趋近于零时的极限。
3. Differentiation Rules | 求导法则
The power rule states that if f(x) = xⁿ, then f'(x) = nxⁿ⁻¹. This rule applies to all real exponents n, including negative and fractional powers.
幂法则指出:若 f(x) = xⁿ,则 f'(x) = nxⁿ⁻¹。该法则适用于一切实数指数 n,包括负指数与分数指数。
The product rule states that if y = uv, then dy/dx = u(dv/dx) + v(du/dx). The quotient rule states that if y = u/v, then dy/dx = [v(du/dx) – u(dv/dx)] / v².
乘积法则:若 y = uv,则 dy/dx = u(dv/dx) + v(du/dx)。商法则:若 y = u/v,则 dy/dx = [v(du/dx) – u(dv/dx)] / v²。
Students should memorise the derivatives of standard functions: d/dx(sin x) = cos x, d/dx(cos x) = -sin x, d/dx(eˣ) = eˣ, and d/dx(ln x) = 1/x.
学生需要熟记基本函数的导数:d/dx(sin x) = cos x,d/dx(cos x) = -sin x,d/dx(eˣ) = eˣ,d/dx(ln x) = 1/x。
4. The Chain Rule | 链式法则
The chain rule is used to differentiate composite functions. If y = f(g(x)), then dy/dx = f'(g(x)) · g'(x), or equivalently, dy/dx = dy/du · du/dx where u = g(x).
链式法则用于求复合函数的导数。若 y = f(g(x)),则 dy/dx = f'(g(x)) · g'(x),等价地可写成 dy/dx = dy/du · du/dx,其中 u = g(x)。
For example, to differentiate y = (3x² + 1)⁵, let u = 3x² + 1, then y = u⁵. We have dy/du = 5u⁴ and du/dx = 6x, so dy/dx = 5(3x² + 1)⁴ × 6x = 30x(3x² + 1)⁴.
例如,对 y = (3x² + 1)⁵ 求导,令 u = 3x² + 1,则 y = u⁵。dy/du = 5u⁴,du/dx = 6x,因此 dy/dx = 5(3x² + 1)⁴ × 6x = 30x(3x² + 1)⁴。
A common mnemonic is “differentiate the outside, keep the inside, multiply by the derivative of the inside.” This helps avoid the frequent error of forgetting to multiply by the inner derivative.
口诀是”外层求导、内层照写、乘以内层导数”。这有助于避免常见的错误——忘记乘以内层函数的导数。
5. Implicit Differentiation | 隐函数求导
When y is defined implicitly as a function of x through an equation such as x² + y² = 25, we differentiate both sides with respect to x, treating y as a function of x and applying the chain rule whenever we differentiate a term involving y.
当 y 通过方程(如 x² + y² = 25)隐式地由 x 定义时,我们对方程两边关于 x 求导,将 y 视为 x 的函数,并在对含 y 的项求导时运用链式法则。
For the equation x² + y² = 25, differentiating both sides gives 2x + 2y(dy/dx) = 0. Solving for dy/dx yields dy/dx = -x/y.
对于 x² + y² = 25,两边求导得 2x + 2y(dy/dx) = 0。解出 dy/dx = -x/y。
Implicit differentiation is particularly useful for finding derivatives of curves that cannot be easily written as y = f(x), such as circles, ellipses, and more complex relations.
隐函数求导尤其适用于那些不易写成 y = f(x) 形式的曲线,例如圆、椭圆以及更复杂的关系式。
6. Parametric Differentiation | 参数方程求导
When a curve is defined parametrically by x = f(t) and y = g(t), the derivative dy/dx is found using: dy/dx = (dy/dt) / (dx/dt), provided that dx/dt ≠ 0.
当曲线由参数方程 x = f(t)、y = g(t) 定义时,导数 dy/dx 通过下式求得:dy/dx = (dy/dt) / (dx/dt),前提是 dx/dt ≠ 0。
For example, if x = t² and y = t³, then dx/dt = 2t and dy/dt = 3t², giving dy/dx = (3t²)/(2t) = 3t/2.
例如,若 x = t²、y = t³,则 dx/dt = 2t,dy/dt = 3t²,因此 dy/dx = (3t²)/(2t) = 3t/2。
The second derivative in parametric form is d²y/dx² = [d/dt(dy/dx)] / (dx/dt). This requires differentiating dy/dx with respect to t and then dividing by dx/dt.
参数形式的二阶导数为 d²y/dx² = [d/dt(dy/dx)] / (dx/dt)。即先对 dy/dx 关于 t 求导,再除以 dx/dt。
7. Increasing, Decreasing, and Stationary Points | 增减性与驻点
If dy/dx > 0 on an interval, the function is increasing; if dy/dx < 0, it is decreasing. Stationary points occur where dy/dx = 0.
若区间内 dy/dx > 0,函数递增;若 dy/dx < 0,函数递减。驻点出现在 dy/dx = 0 处。
To classify stationary points, use the second derivative test: if d²y/dx² > 0 at a stationary point, it is a local minimum; if d²y/dx² < 0, it is a local maximum. If d²y/dx² = 0, the test is inconclusive, and one should examine the sign of dy/dx on either side.
使用二阶导数判别驻点类型:若驻点处 d²y/dx² > 0,则为局部极小值;若 d²y/dx² < 0,则为局部极大值。若 d²y/dx² = 0,判别法失效,需考察 dy/dx 两侧的符号变化。
An inflection point is where the curve changes concavity, which occurs where d²y/dx² = 0 and the sign of d²y/dx² changes. Not all points with zero second derivative are inflection points.
拐点是曲线凹凸性发生改变的点,出现在 d²y/dx² = 0 且 d²y/dx² 符号发生变化处。并非所有二阶导数为零的点都是拐点。
8. Indefinite Integration | 不定积分
Integration is the reverse process of differentiation. The indefinite integral of f(x) with respect to x is written as ∫ f(x) dx = F(x) + C, where F'(x) = f(x) and C is the constant of integration.
积分是求导的逆运算。函数 f(x) 关于 x 的不定积分记作 ∫ f(x) dx = F(x) + C,其中 F'(x) = f(x),C 为积分常数。
The power rule for integration states that ∫ xⁿ dx = xⁿ⁺¹ / (n+1) + C for n ≠ -1. For n = -1, we have ∫ x⁻¹ dx = ∫ (1/x) dx = ln|x| + C.
幂函数积分法则:∫ xⁿ dx = xⁿ⁺¹ / (n+1) + C(n ≠ -1)。当 n = -1 时,∫ x⁻¹ dx = ∫ (1/x) dx = ln|x| + C。
Standard integrals include: ∫ sin x dx = -cos x + C, ∫ cos x dx = sin x + C, ∫ eˣ dx = eˣ + C. For linear arguments, remember the factor 1/a: ∫ e^(ax) dx = (1/a)e^(ax) + C.
常用积分公式包括:∫ sin x dx = -cos x + C,∫ cos x dx = sin x + C,∫ eˣ dx = eˣ + C。对于线性函数作为自变量的情况,注意系数因子 1/a:∫ e^(ax) dx = (1/a)e^(ax) + C。
9. Integration by Substitution | 换元积分法
Integration by substitution is the reverse of the chain rule. If we let u = g(x), then du = g'(x) dx, and the integral ∫ f(g(x))g'(x) dx becomes ∫ f(u) du.
换元积分法是链式法则的逆运算。令 u = g(x),则 du = g'(x) dx,于是积分 ∫ f(g(x))g'(x) dx 化为 ∫ f(u) du。
For definite integrals, the limits must also be changed when a substitution is made. If x = a corresponds to u = g(a) and x = b corresponds to u = g(b), then:
对于定积分,作换元时必须同步更换积分上下限。若 x = a 对应 u = g(a),x = b 对应 u = g(b),则:
∫ₐᵇ f(g(x))g'(x) dx = ∫₍g(a)₎ᵍ⁽ᵇ⁾ f(u) du
When the integrand involves √(a² – x²), the substitution x = a sin θ is often effective. For √(a² + x²), try x = a tan θ. Recognising these patterns comes with practice.
当被积函数含有 √(a² – x²) 时,常令 x = a sin θ。对于 √(a² + x²),可尝试 x = a tan θ。熟悉这些模式需要大量练习。
10. Integration by Parts | 分部积分法
Integration by parts is derived from the product rule for differentiation. The formula is: ∫ u dv = uv – ∫ v du. Choose u and dv so that ∫ v du is simpler than the original integral.
分部积分法由乘积法则推导而来,公式为:∫ u dv = uv – ∫ v du。选择合适的 u 和 dv,使得 ∫ v du 比原积分更简单。
A helpful ordering rule for choosing u is “LIATE”: Logarithmic functions, Inverse trigonometric functions, Algebraic functions, Trigonometric functions, and Exponential functions. Functions higher on the list should generally be chosen as u.
选择 u 的常用优先顺序是”LIATE”法则:对数函数、反三角函数、代数函数、三角函数、指数函数。在列表中越靠前的函数,通常越应选作 u。
For example, to compute ∫ x·eˣ dx, let u = x and dv = eˣ dx. Then du = dx and v = eˣ, giving ∫ x·eˣ dx = x·eˣ – ∫ eˣ dx = x·eˣ – eˣ + C = eˣ(x – 1) + C.
例如,计算 ∫ x·eˣ dx 时,令 u = x,dv = eˣ dx,则 du = dx,v = eˣ,于是 ∫ x·eˣ dx = x·eˣ – ∫ eˣ dx = x·eˣ – eˣ + C = eˣ(x – 1) + C。
11. Definite Integrals and Areas | 定积分与面积
The definite integral ∫ₐᵇ f(x) dx = F(b) – F(a), where F is any antiderivative of f. This is known as the Fundamental Theorem of Calculus.
定积分 ∫ₐᵇ f(x) dx = F(b) – F(a),其中 F 是 f 的任意一个原函数。这就是微积分基本定理。
The area bounded by the curve y = f(x), the x-axis, and the vertical lines x = a and x = b is given by ∫ₐᵇ |f(x)| dx. If f(x) ≥ 0 on [a, b], the area is simply ∫ₐᵇ f(x) dx.
由曲线 y = f(x)、x 轴以及直线 x = a 和 x = b 围成的面积为 ∫ₐᵇ |f(x)| dx。若 f(x) ≥ 0,则面积即为 ∫ₐᵇ f(x) dx。
To find the area between two curves y = f(x) and y = g(x), we integrate the difference of the upper and lower functions: Area = ∫ₐᵇ |f(x) – g(x)| dx, where a and b are the x-coordinates of their intersection points.
求两条曲线 y = f(x) 与 y = g(x) 之间的面积时,积分上下函数之差:面积 = ∫ₐᵇ |f(x) – g(x)| dx,其中 a、b 为两曲线交点的横坐标。
12. First-Order Differential Equations | 一阶微分方程
A first-order differential equation involves the first derivative dy/dx and may be solved by separation of variables when it can be written in the form dy/dx = f(x)g(y). Rearranging gives ∫ (1/g(y)) dy = ∫ f(x) dx.
一阶微分方程涉及一阶导数 dy/dx。当方程可写成 dy/dx = f(x)g(y) 的形式时,可用分离变量法求解。整理后得到 ∫ (1/g(y)) dy = ∫ f(x) dx。
For example, to solve dy/dx = 2xy, separate variables: ∫ (1/y) dy = ∫ 2x dx, giving ln|y| = x² + C. Exponentiating both sides yields y = Ae^(x²), where A = ±eᶜ.
例如,解 dy/dx = 2xy,分离变量得 ∫ (1/y) dy = ∫ 2x dx,即 ln|y| = x² + C。两边取指数得 y = Ae^(x²),其中 A = ±eᶜ。
Initial conditions are used to determine the arbitrary constant. For instance, if y(0) = 3, then 3 = A·e⁰ = A, so the particular solution is y = 3e^(x²).
利用初始条件确定任意常数。例如,若 y(0) = 3,则 3 = A·e⁰ = A,因此特解为 y = 3e^(x²)。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply