📚 AP Calculus Pre-Exam Knowledge Summary | AP微积分考前知识点汇总
This article provides a concise yet comprehensive overview of the essential topics tested on the AP Calculus AB and BC exams. From limits and continuity to infinite series, each section is designed to refresh your memory and reinforce key formulas, theorems, and problem-solving strategies. Use it as a last-minute study guide or a structured review checklist to ensure you are fully prepared for the exam.
本文简洁而全面地梳理了AP微积分AB与BC考试涉及的核心知识点。从极限与连续性到无穷级数,每一节都旨在唤醒你的记忆,并巩固关键公式、定理和解题策略。既可当作考前冲刺指南,也可作为结构化复习清单,确保你为考试做好充分准备。
1. Limits and Continuity | 极限与连续性
The concept of a limit describes the value a function approaches as the input approaches some value. If f(x) gets arbitrarily close to L as x approaches c from either side, we write limx→c f(x) = L. One-sided limits, limx→c⁻ f(x) and limx→c⁺ f(x), must both exist and be equal for the two-sided limit to exist.
极限描述了当输入趋近于某一值时函数趋近的值。如果当 x 从两侧趋近于c时,f(x) 无限接近 L,我们记作 limx→c f(x) = L。单侧极限 limx→c⁻ f(x) 和 limx→c⁺ f(x) 必须同时存在且相等,双侧极限才存在。
Continuity at a point requires three conditions: f(c) is defined, limx→c f(x) exists, and limx→c f(x) = f(c). Functions that are not continuous may have removable, jump, or infinite discontinuities. Common types of indeterminate forms like 0/0 or ∞/∞ can often be resolved by factoring, rationalizing, or using L’Hôpital’s Rule.
函数在某点连续需要满足三个条件:f(c) 有定义,limx→c f(x) 存在,且 limx→c f(x) = f(c)。不连续的函数可能有可去间断点、跳跃间断点或无穷间断点。常见的 0/0 或 ∞/∞ 等不定式通常可通过因式分解、有理化或洛必达法则求解。
The Squeeze Theorem states that if g(x) ≤ f(x) ≤ h(x) near c and lim g(x) = lim h(x) = L, then lim f(x) = L. This is particularly useful for limits involving sine and cosine, such as limx→0 (sin x)/x = 1.
夹逼定理指出,如果在 c 附近有 g(x) ≤ f(x) ≤ h(x) 且 lim g(x) = lim h(x) = L,则 lim f(x) = L。该定理对于包含正弦和余弦的极限特别有用,例如 limx→0 (sin x)/x = 1。
2. Definition of the Derivative | 导数的定义
The derivative of a function f at a point x is defined as f'(x) = limh→0 [f(x + h) – f(x)] / h, provided this limit exists. An equivalent definition uses the difference quotient at a specific point: f'(a) = limx→a [f(x) – f(a)] / (x – a). The derivative represents the instantaneous rate of change of f with respect to x and gives the slope of the tangent line to the graph of f at that point.
函数 f 在点 x 处的导数定义为 f'(x) = limh→0 [f(x + h) – f(x)] / h,前提是该极限存在。等价的定义使用特定点的差商:f'(a) = limx→a [f(x) – f(a)] / (x – a)。导数表示 f 关于 x 的瞬时变化率,并给出了函数图像在该点处切线的斜率。
Differentiability implies continuity; if f is differentiable at a, then f is continuous at a. However, continuity does not guarantee differentiability (e.g., |x| at x = 0). Students should be able to estimate derivatives from tables and graphs, and interpret derivative values in real-world contexts such as velocity and acceleration.
可导必然连续;如果 f 在 a 处可导,那么 f 在 a 处连续。然而,连续不一定可导(例如 |x| 在 x = 0 处)。考生应能从表格和图像中估算导数,并在速度与加速度等实际情境中解释导数值的含义。
3. Differentiation Rules | 求导法则
The basic derivative rules form the foundation for all calculus work. The power rule: d/dx [xⁿ] = n·xⁿ⁻¹. The sum, difference, and constant multiple rules allow term‑by‑term differentiation. The product rule: (uv)’ = u’v + uv’. The quotient rule: (u/v)’ = (u’v – uv’) / v². The chain rule is used for composite functions: (f(g(x)))’ = f'(g(x)) · g'(x).
基本求导法则是所有微积分运算的基础。幂函数法则:d/dx [xⁿ] = n·xⁿ⁻¹。和、差与常数倍法则允许逐项求导。乘法法则:(uv)’ = u’v + uv’。除法法则:(u/v)’ = (u’v – uv’) / v²。链式法则用于复合函数:(f(g(x)))’ = f'(g(x)) · g'(x)。
Derivatives of common transcendental functions must be memorized:
常见超越函数的导数必须牢记:
- d/dx [sin x] = cos x; d/dx [cos x] = –sin x
- d/dx [tan x] = sec² x; d/dx [cot x] = –csc² x
- d/dx [sec x] = sec x tan x; d/dx [csc x] = –csc x cot x
- d/dx [eˣ] = eˣ; d/dx [aˣ] = aˣ ln a
- d/dx [ln x] = 1/x; d/dx [logₐ x] = 1/(x ln a)
Inverse trigonometric functions also appear on the BC exam: d/dx [arcsin x] = 1/√(1−x²), d/dx [arctan x] = 1/(1+x²). Implicit differentiation is used when a function is not explicitly solved for y, and logarithmic differentiation helps when a function involves a variable in both the base and the exponent.
反三角函数的导数也出现在BC考试中:d/dx [arcsin x] = 1/√(1−x²),d/dx [arctan x] = 1/(1+x²)。隐函数求导用于函数未明确解出 y 的情形,而对数求导法在底数和指数都含变量时非常有效。
4. Applications of Derivatives | 导数的应用
The first derivative f'(x) tells us where a function is increasing (f'(x) > 0) or decreasing (f'(x) < 0). Critical points occur where f'(x) = 0 or f'(x) does not exist. The first derivative test identifies local maxima and minima by analyzing the sign change of f' around critical points.
一阶导数 f'(x) 告诉我们函数在何处递增 (f'(x) > 0) 或递减 (f'(x) < 0)。临界点出现在 f'(x) = 0 或 f'(x) 不存在的点。一阶导数检验通过分析临界点附近 f' 的符号变化来确定局部极大值和极小值。
The second derivative f”(x) provides information about concavity: concave up when f”(x) > 0, concave down when f”(x) < 0. Points where the concavity changes are inflection points. The second derivative test can also confirm local extrema: if f'(c) = 0 and f''(c) > 0, there is a local minimum; if f”(c) < 0, a local maximum.
二阶导数 f”(x) 提供了关于凹凸性的信息:当 f”(x) > 0 时为凹向上,当 f”(x) < 0 时为凹向下。凹凸性发生改变的点为拐点。二阶导数检验同样可以确认局部极值:若 f'(c) = 0 且 f''(c) > 0,则有局部极小值;若 f”(c) < 0,则为局部极大值。
Optimization problems involve finding absolute maximum or minimum values on a closed interval or over a domain, using critical points and endpoint evaluation. Related rates problems require relating two or more changing quantities through differentiation with respect to time, often using the chain rule.
最优化问题涉及在闭区间或定义域上寻找绝对最大值或最小值,需借助临界点和端点评估。相关变化率问题则需要通过关于时间的求导,将两个或多个变化中的量联系起来,常运用链式法则。
For particle motion, if s(t) is position, then velocity v(t) = s'(t) and acceleration a(t) = v'(t) = s”(t). Speed is |v(t)|. A particle is moving to the right when v(t) > 0, to the left when v(t) < 0, and is speeding up when velocity and acceleration have the same sign.
在质点运动中,若 s(t) 为位置,则速度 v(t) = s'(t),加速度 a(t) = v'(t) = s”(t)。速率为 |v(t)|。当 v(t) > 0 时质点向右运动,当 v(t) < 0 时向左运动;当速度与加速度同号时,质点加速。
5. Riemann Sums and Definite Integrals | 黎曼和与定积分
Riemann sums approximate the area under a curve by summing areas of rectangles. Using left, right, or midpoint sample points, a Riemann sum for a function f on [a, b] with n subintervals of equal width Δx = (b – a)/n is Σ f(xᵢ*) Δx. As n → ∞, the limit of this sum gives the definite integral.
黎曼和通过矩形面积求和来近似曲线下的面积。使用左端点、右端点或中点采样,函数 f 在区间 [a, b] 上分成 n 个等宽子区间 Δx = (b – a)/n 的黎曼和为 Σ f(xᵢ*) Δx。当 n → ∞ 时,该和的极限即为定积分。
The definite integral ∫ₐᵇ f(x) dx represents the net signed area between the graph of f and the x‑axis from a to b. Key properties include additivity over intervals, reversal of limits (∫ₐᵇ f = –∫ᵇₐ f), and linearity. Students should be able to evaluate definite integrals using geometry (areas of rectangles, triangles, semicircles) when possible.
定积分 ∫ₐᵇ f(x) dx 表示函数图像与 x 轴之间从 a 到 b 的净有向面积。关键性质包括区间可加性、积分限交换变号 (∫ₐᵇ f = –∫ᵇₐ f) 以及线性性质。考生应能在可能时利用几何图形(矩形、三角形、半圆的面积)计算定积分。
6. The Fundamental Theorem of Calculus | 微积分基本定理
The Fundamental Theorem of Calculus (FTC) connects differentiation and integration. Part I: If F(x) = ∫ₐˣ f(t) dt, then F'(x) = f(x). This guarantees that every continuous function has an antiderivative. Chain rule extensions apply: d/dx ∫ₐᵍ⁽ˣ⁾ f(t) dt = f(g(x)) · g'(x).
微积分基本定理 (FTC) 将微分与积分联系在一起。第一部分:若 F(x) = ∫ₐˣ f(t) dt,则 F'(x) = f(x)。这保证了每个连续函数都有反导数。链式法则的拓展适用:d/dx ∫ₐᵍ⁽ˣ⁾ f(t) dt = f(g(x)) · g'(x)。
Part II (Evaluation Theorem): ∫ₐᵇ f(x) dx = F(b) – F(a), where F is any antiderivative of f. This is the primary tool for computing exact values of definite integrals. Mean Value Theorem for Integrals states that there exists some c in [a, b] such that f(c) = (1/(b – a)) ∫ₐᵇ f(x) dx. The average value of f on [a, b] is given by that same expression.
第二部分(求值定理):∫ₐᵇ f(x) dx = F(b) – F(a),其中 F 是 f 的任一反导数。这是计算定积分精确值的主要工具。积分中值定理指出,在 [a, b] 内存在某个 c,使得 f(c) = (1/(b – a)) ∫ₐᵇ f(x) dx。而 f 在 [a, b] 上的平均值也由同一表达式给出。
7. Integration Techniques | 积分技巧
Antidifferentiation is the reverse of differentiation. Basic methods include direct integration using known antiderivatives, u‑substitution (the reverse of the chain rule), and for BC students, integration by parts: ∫ u dv = uv – ∫ v du, and integration by partial fractions for rational functions. Completing the square and long division may also be needed to prepare integrands.
反微分是微分的逆运算。基本方法包括使用已知反导数的直接积分法、换元积分法(链式法则的逆运算),以及对BC考生而言,分部积分法:∫ u dv = uv – ∫ v du,以及有理函数的部分分式积分法。配方法和长除法也可能用于被积函数的预处理。
Important antiderivative patterns to recognize:
需要识别的重要反导数模式:
- ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ –1)
- ∫ 1/x dx = ln|x| + C
- ∫ eˣ dx = eˣ + C; ∫ aˣ dx = aˣ/ln a + C
- ∫ sin x dx = –cos x + C; ∫ cos x dx = sin x + C
- ∫ sec² x dx = tan x + C; ∫ csc² x dx = –cot x + C
- ∫ 1/(1+x²) dx = arctan x + C; ∫ 1/√(1−x²) dx = arcsin x + C
For BC students, improper integrals with infinite limits or unbounded integrands are evaluated using limits. L’Hôpital’s Rule is frequently used to evaluate limits involving indeterminate forms for both AB and BC, especially with limits of integration.
对于BC学生,涉及无穷积分限或无界被积函数的反常积分通过极限来求值。AB和BC考试中,洛必达法则常用于计算涉及不定式的极限,尤其是在积分限的极限中。
8. Applications of Integrals | 积分的应用
Integrals are used to find the area between curves: if f(x) ≥ g(x) on [a, b], the area is ∫ₐᵇ [f(x) – g(x)] dx. When curves are given as functions of y, integrate with respect to y. Volumes of solids with known cross‑sectional area A(x) perpendicular to the x‑axis are V = ∫ₐᵇ A(x) dx.
积分用于求曲线间的面积:若在 [a, b] 上 f(x) ≥ g(x),则面积为 ∫ₐᵇ [f(x) – g(x)] dx。当曲线以 y 为自变量给出时,则对 y 积分。对于横截面面积 A(x) 垂直于 x 轴的立体,体积为 V = ∫ₐᵇ A(x) dx。
Volume by disks/washers for revolution around the x‑axis: V = π ∫ₐᵇ [R(x)]² dx for a solid disk, and V = π ∫ₐᵇ ([R(x)]² – [r(x)]²) dx for washers (rotation around a horizontal line). For rotation around the y‑axis or vertical lines, use disk/washer with respect to y or the shell method (BC). Arc length (BC): s = ∫ₐᵇ √(1 + [f'(x)]²) dx for functions; for parametric curves, s = ∫ √( (dx/dt)² + (dy/dt)² ) dt.
绕 x 轴旋转的圆盘/垫圈体积:实心圆盘体积 V = π ∫ₐᵇ [R(x)]² dx,垫圈体积 V = π ∫ₐᵇ ([R(x)]² – [r(x)]²) dx(绕水平线旋转)。对于绕 y 轴或垂直线的旋转,可使用对 y 的圆盘/垫圈法,或柱壳法(BC)。弧长(BC):对于函数,s = ∫ₐᵇ √(1 + [f'(x)]²) dx;对于参数曲线,s = ∫ √( (dx/dt)² + (dy/dt)² ) dt。
9. Differential Equations | 微分方程
A differential equation involves an unknown function and its derivatives. Verifying a solution means substituting the function into the equation. Slope fields provide a graphical representation of a first‑order differential equation dy/dx = F(x, y), showing the slope at each point. A particular solution follows a specific initial condition through the slope field.
微分方程包含未知函数及其导数。验证解意味着将函数代入方程。斜率场为形如 dy/dx = F(x, y) 的一阶微分方程提供了图像表示,展示每一点的斜率。特解在斜率场中遵循特定的初始条件。
Separation of variables is the primary method for solving first‑order ODEs on the exam. Write dy/dx = g(x)h(y), separate to 1/h(y) dy = g(x) dx, and integrate both sides. After integration, solve for y explicitly if possible, and use the initial condition to find the constant C. Exponential growth and decay models follow dP/dt = kP, with solution P(t) = P₀ eᵏᵗ.
分离变量法是考试中求解一阶常微分方程的主要方法。将方程写为 dy/dx = g(x)h(y),分离成 1/h(y) dy = g(x) dx,然后两边积分。积分后尽可能解出 y 的显式形式,并利用初始条件求出常数 C。指数增长与衰减模型遵循 dP/dt = kP,其解为 P(t) = P₀ eᵏᵗ。
Logistic growth (BC) is modeled by dP/dt = kP(1 – P/L), where L is the carrying capacity. The solution is P(t) = L / (1 + Ce⁻ᵏᵗ) and the curve has an inflection point at P = L/2 when the growth rate is maximal. Euler’s method (BC) provides numerical approximations for yₙ₊₁ = yₙ + h·F(xₙ, yₙ) with step size h.
逻辑斯蒂增长(BC)的模型为 dP/dt = kP(1 – P/L),其中 L 为环境容纳量。解为 P(t) = L / (1 + Ce⁻ᵏᵗ),曲线在 P = L/2 处有拐点,此时增长率最大。欧拉方法(BC)以步长 h 提供数值近似:yₙ₊₁ = yₙ + h·F(xₙ, yₙ)。
10. Parametric and Polar Functions (BC) | 参数方程与极坐标 (BC)
Parametric equations define x = f(t) and y = g(t). The derivative dy/dx is given by (dy/dt) / (dx/dt) provided dx/dt ≠ 0. The second derivative d²y/dx² = d/dx [dy/dx] = (d/dt [dy/dx]) / (dx/dt). The length of a parametric curve from t = a to t = b is s = ∫ₐᵇ √( (dx/dt)² + (dy/dt)² ) dt.
参数方程定义 x = f(t) 和 y = g(t)。导数 dy/dx 由 (dy/dt) / (dx/dt) 给出,前提是 dx/dt ≠ 0。二阶导数 d²y/dx² = d/dx [dy/dx] = (d/dt [dy/dx]) / (dx/dt)。参数曲线从 t = a 到 t = b 的弧长为 s = ∫ₐᵇ √( (dx/dt)² + (dy/dt)² ) dt。
Polar coordinates use (r, θ) where r is the directed distance from the pole and θ is the angle. Conversion: x = r cos θ, y = r sin θ, r² = x² + y², tan θ = y/x. The area of a polar region bounded by r = f(θ) from θ = α to θ = β is A = ½ ∫ₐᵝ [f(θ)]² dθ.
极坐标使用 (r, θ),其中 r 为到极点的有向距离,θ 为角度。转换关系:x = r cos θ,y = r sin θ,r² = x² + y²,tan θ = y/x。由 r = f(θ) 所围极地区域从 θ = α 到 θ = β 的面积为 A = ½ ∫ₐᵝ [f(θ)]² dθ。
The slope of a tangent line in polar form: d y/d x = ( (dr/dθ) sin θ + r cos θ ) / ( (dr/dθ) cos θ – r sin θ ). When finding intersections, solve simultaneously, but check for the pole where r = 0 for any θ.
极坐标形式下切线的斜率为:d y/d x = ( (dr/dθ) sin θ + r cos θ ) / ( (dr/dθ) cos θ – r sin θ )。求交点时需联立求解,并检查极点处 r = 0 对于任意 θ 的情形。
11. Sequences and Series (BC) | 数列与级数 (BC)
A sequence {aₙ} converges to L if limn→∞ aₙ = L. A series Σ aₙ converges if the sequence of its partial sums converges. The nth‑term test for divergence states that if lim aₙ ≠ 0, then Σ aₙ diverges. Geometric series Σ arⁿ⁻¹ converges to a/(1−r) if |r| < 1.
数列 {aₙ} 收敛于 L,如果 limn→∞ aₙ = L。级数 Σ aₙ 收敛,如果其部分和数列收敛。第 n 项发散检验指出,若 lim aₙ ≠ 0,则 Σ aₙ 发散。几何级数 Σ arⁿ⁻¹ 当 |r| < 1 时收敛于 a/(1−r)。
Common convergence tests include the Integral Test for positive, decreasing functions; p‑series Σ 1/nᵖ converges if p > 1 and diverges if p ≤ 1; Comparison and Limit Comparison Tests; Alternating Series Test (if bₙ decreases to 0, Σ (−1)ⁿ bₙ converges); and the Ratio Test for absolute convergence. Radius and interval of convergence for power series Σ aₙ (x − c)ⁿ are found using the Ratio Test or Root Test, with endpoints checked separately.
常见的收敛检验法包括:适用于正值递减函数的积分检验;p‑级数 Σ 1/nᵖ 当 p > 1 收敛,p ≤ 1 发散;比较检验和极限比较检验;交错级数检验(若 bₙ 递减趋于 0,则 Σ (−1)ⁿ bₙ 收敛);以及用于绝对收敛的比值检验。幂级数 Σ aₙ (x − c)ⁿ 的收敛半径和收敛区间通过比值检验或根值检验求得,端点需单独检验。
Taylor and Maclaurin series represent functions as infinite sums: f(x) = Σ (f⁽ⁿ⁾(c)/n!)(x − c)ⁿ. The Maclaurin series is a Taylor series centered at c = 0. Key expansions to know: eˣ = Σ xⁿ/n!; sin x = Σ (−1)ⁿ x²ⁿ⁺¹/(2n+1)!; cos x = Σ (−1)ⁿ x²ⁿ/(2n)!; 1/(1−x) = Σ xⁿ for |x| < 1. The Lagrange error bound estimates the remainder of a Taylor polynomial.
泰勒级数和麦克劳林级数将函数表示为无穷和:f(x) = Σ (f⁽ⁿ⁾(c)/n!)(x − c)ⁿ。麦克劳林级数是中心为 c = 0 的泰勒级数。必须掌握的关键展开式:eˣ = Σ xⁿ/n!;sin x = Σ (−1)ⁿ x²ⁿ⁺¹/(2n+1)!;cos x = Σ (−1)ⁿ x²ⁿ/(2n)!;1/(1−x) = Σ xⁿ (|x| < 1)。拉格朗日误差界用于估算泰勒多项式的余项。
Published by TutorHao | AP Calculus Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply