📚 AP Calculus Exam Review: Key Concepts and Last-Minute Tips | AP微积分考前复习要点总结
The AP Calculus exam (AB and BC) tests your understanding of limits, derivatives, integrals, and their applications. This summary covers the essential concepts, common pitfalls, and efficient strategies to help you review effectively in the final days before the test.
AP微积分考试(AB 和 BC)考查你对极限、导数、积分及其应用的理解。这篇总结涵盖了核心概念、常见错误和高效策略,帮助你在考前最后几天有效复习。
1. Limits and Continuity | 极限与连续性
Understand the formal definition of a limit and how to evaluate limits graphically, numerically, and analytically. Know the conditions for continuity: f(c) is defined, limit as x→c exists, and limit equals f(c).
理解极限的形式化定义,以及如何从图像、数值和解析方法求极限。掌握连续性的条件:f(c) 有定义,x→c 时极限存在,且极限等于 f(c)。
Key algebraic techniques for indeterminate forms (0/0, ∞/∞) include factoring, rationalizing, and using special limits like lim(x→0) sin(x)/x = 1 and lim(x→∞) (1 + 1/x)^x = e.
处理不定式(0/0, ∞/∞)的关键代数技巧包括因式分解、有理化,以及利用特殊极限如 lim(x→0) sin(x)/x = 1 和 lim(x→∞) (1 + 1/x)^x = e。
- Squeeze Theorem: if g(x) ≤ f(x) ≤ h(x) near c and limits of g and h both equal L, then lim(x→c) f(x) = L.
- 夹逼定理:如果在 c 附近 g(x) ≤ f(x) ≤ h(x) 且 g 和 h 的极限都是 L,则 lim(x→c) f(x) = L。
- Types of discontinuities: removable (hole), jump, infinite (vertical asymptote).
- 间断点类型:可去间断点(空心点)、跳跃间断点、无穷间断点(垂直渐近线)。
2. Derivative Definition and Basic Rules | 导数定义与基本求导法则
The derivative f ‘(x) = lim(h→0) [f(x+h) – f(x)] / h represents the instantaneous rate of change and the slope of the tangent line. Be able to compute derivatives using this limit definition if asked.
导数 f ‘(x) = lim(h→0) [f(x+h) – f(x)] / h 表示瞬时变化率和切线的斜率。如果题目要求,要能用这个极限定义计算导数。
Master the power rule, product rule, quotient rule, and chain rule. For the chain rule, if y = f(g(x)), then dy/dx = f ‘(g(x)) · g'(x).
熟练掌握幂法则、乘法法则、除法法则和链式法则。对于链式法则,若 y = f(g(x)),则 dy/dx = f ‘(g(x)) · g'(x)。
- Derivatives of e^x, a^x, ln x, log_a x, sin x, cos x, tan x, sec x, csc x, cot x, and inverse trig functions.
- e^x, a^x, ln x, log_a x, sin x, cos x, tan x, sec x, csc x, cot x 以及反三角函数的导数。
- Implicit differentiation: differentiate both sides of an equation with respect to x, treating y as a function of x; remember to multiply by dy/dx when differentiating y.
- 隐函数求导:对方程两边关于 x 求导,将 y 视为 x 的函数;对 y 求导时记得乘以 dy/dx。
3. Applications of Derivatives | 导数的应用
Use the first derivative f ‘(x) to find intervals of increase/decrease and critical points. Use the second derivative f ”(x) to determine concavity and points of inflection. The First Derivative Test and Second Derivative Test help classify local extrema.
利用一阶导数 f ‘(x) 确定函数的增减区间和临界点。利用二阶导数 f ”(x) 判断凹凸性和拐点。一阶导数检验和二阶导数检验可用于对局部极值进行分类。
Understand the Mean Value Theorem (MVT): if f is continuous on [a,b] and differentiable on (a,b), there exists a c in (a,b) such that f ‘(c) = [f(b) – f(a)] / (b-a).
理解中值定理 (MVT):如果 f 在 [a,b] 上连续,在 (a,b) 内可导,则存在 c ∈ (a,b) 使得 f ‘(c) = [f(b) – f(a)] / (b-a)。
- Related rates: set up an equation relating the quantities, differentiate with respect to time t, plug in known values and rates, solve for the unknown rate.
- 相关变化率:建立关联各量的方程,关于时间 t 求导,代入已知值和变化率,求解未知变化率。
- Optimization: express the quantity to be maximized/minimized as a function of one variable, find critical points, check endpoints and the behavior of the function.
- 优化问题:将需要最大化或最小化的量表示为单一变量的函数,找出临界点,检查端点和函数性态。
4. The Indefinite Integral and Basic Antiderivatives | 不定积分与基本反导数
The indefinite integral ∫ f(x) dx represents the family of all antiderivatives of f(x). Always include the constant of integration +C.
不定积分 ∫ f(x) dx 表示 f(x) 的所有反导数构成的函数族。务必加上积分常数 +C。
Know the power rule for integration: ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ -1), and ∫ 1/x dx = ln |x| + C. Memorize antiderivatives of e^x, sin x, cos x, sec² x, etc.
掌握积分的幂法则:∫ xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ -1),以及 ∫ 1/x dx = ln |x| + C。熟记 e^x, sin x, cos x, sec² x 等的反导数。
- Integration by substitution (u-substitution): let u = g(x), du = g'(x) dx; rewrite the integral entirely in terms of u.
- 换元积分法(u 替换):令 u = g(x), du = g'(x) dx;将积分完全用 u 表示。
- For definite integrals, remember to change the limits of integration to u-values, or substitute back before evaluating at original limits.
- 对于定积分,记得将积分限转换为 u 值,或者在代回原变量后再用原限计算。
5. The Fundamental Theorem of Calculus | 微积分基本定理
The FTC connects differentiation and integration. Part 1: If F(x) = ∫(a to x) f(t) dt, then F ‘(x) = f(x). Part 2: ∫(a to b) f(x) dx = F(b) – F(a), where F is any antiderivative of f.
微积分基本定理将微分与积分联系起来。第一部分:若 F(x) = ∫(a 到 x) f(t) dt,则 F ‘(x) = f(x)。第二部分:∫(a 到 b) f(x) dx = F(b) – F(a),其中 F 是 f 的任一反导数。
Be able to apply the chain rule with FTC Part 1: d/dx [∫(a to g(x)) f(t) dt] = f(g(x)) · g'(x). If the upper limit is constant and lower limit contains x, factor out a negative sign.
要能将链式法则与 FTC 第一部分结合使用:d/dx [∫(a 到 g(x)) f(t) dt] = f(g(x)) · g'(x)。如果上限为常数、下限含 x,记得提出负号。
6. Definite Integrals and Accumulation Functions | 定积分与累积函数
The definite integral ∫(a to b) f(x) dx represents the net signed area between the graph of f and the x-axis from a to b. Areas above the axis are positive, below are negative.
定积分 ∫(a 到 b) f(x) dx 表示从 a 到 b 函数 f 图像与 x 轴之间的带号净面积。轴上方面积为正,下方面积为负。
Interpretation as total change: ∫(a to b) rate of change dx = net change in the quantity. This is crucial for problems involving velocity/position, flow rates, or population growth.
理解为总变化量:∫(a 到 b) 变化率 dx = 该量的净变化。这对涉及速度/位置、流速或种群增长的问题至关重要。
- Properties: ∫(a to b) [f(x) ± g(x)] dx = ∫ f ± ∫ g; ∫(a to b) k·f(x) dx = k·∫ f; ∫(a to b) f(x) dx = -∫(b to a) f(x) dx.
- 性质:∫(a 到 b) [f(x) ± g(x)] dx = ∫ f ± ∫ g; ∫(a 到 b) k·f(x) dx = k·∫ f; ∫(a 到 b) f(x) dx = -∫(b 到 a) f(x) dx。
- Average value of f on [a,b] = (1/(b-a)) ∫(a to b) f(x) dx.
- f 在 [a,b] 上的平均值 = (1/(b-a)) ∫(a 到 b) f(x) dx。
7. Applications of Definite Integrals: Area and Volume | 定积分的应用:面积与体积
Area between curves: if f(x) ≥ g(x) on [a,b], area = ∫(a to b) [f(x) – g(x)] dx. For functions of y, area = ∫(c to d) [right(y) – left(y)] dy.
曲线间的面积:若在 [a,b] 上 f(x) ≥ g(x),则面积 = ∫(a 到 b) [f(x) – g(x)] dx。对于 y 的函数,面积 = ∫(c 到 d) [右函数(y) – 左函数(y)] dy。
Volumes of solids with known cross-sections: if cross-sectional area A(x) is perpendicular to the x-axis, volume = ∫(a to b) A(x) dx.
已知截面的立体体积:如果横截面面积 A(x) 垂直于 x 轴,则体积 = ∫(a 到 b) A(x) dx。
- Disk method (revolving around x-axis): V = π ∫ [f(x)]² dx. Washer method: V = π ∫ [R(x)² – r(x)²] dx.
- 圆盘法(绕 x 轴旋转):V = π ∫ [f(x)]² dx。垫圈法:V = π ∫ [R(x)² – r(x)²] dx。
- Shell method (revolving around y-axis for functions of x): V = 2π ∫ x·f(x) dx (when taking vertical shells).
- 柱壳法(x 的函数绕 y 轴旋转):V = 2π ∫ x·f(x) dx(取垂直壳层时)。
8. Differential Equations and Slope Fields | 微分方程与斜率场
A differential equation involves an unknown function and its derivatives. Verifying a solution means plugging the candidate function and its derivatives into the equation and checking if it holds.
微分方程包含未知函数及其导数。验证解意味着将候选函数及其导数代入方程,检查是否成立。
Slope fields give a visual representation of a first-order differential equation dy/dx = F(x, y). At each point (x, y), a short line segment with slope F(x, y) is drawn. Match slope fields by testing slopes at key points.
斜率场为一阶微分方程 dy/dx = F(x, y) 提供直观表示。在每个点 (x, y) 绘制斜率为 F(x, y) 的短线段。通过测试关键点的斜率来匹配斜率场。
- Separation of variables: if dy/dx = g(x)·h(y), rewrite as (1/h(y)) dy = g(x) dx, integrate both sides, solve for y if possible.
- 分离变量法:若 dy/dx = g(x)·h(y),重写为 (1/h(y)) dy = g(x) dx,两边积分,可能的话解出 y。
- Exponential growth/decay model: dy/dt = k y, solution y = y₀ e^(kt). Understand how to find k from given data.
- 指数增长/衰减模型:dy/dt = k y,解为 y = y₀ e^(kt)。理解如何从给定数据求 k。
9. Parametric Equations, Polar Coordinates, and Vectors (BC) | 参数方程、极坐标与向量 (BC)
For parametric equations x = f(t), y = g(t), the derivative dy/dx = (dy/dt) / (dx/dt). The second derivative d²y/dx² = d(dy/dx)/dt / (dx/dt).
对于参数方程 x = f(t), y = g(t),导数 dy/dx = (dy/dt) / (dx/dt)。二阶导数 d²y/dx² = d(dy/dx)/dt / (dx/dt)。
Arc length (parametric): L = ∫ √[(dx/dt)² + (dy/dt)²] dt over the interval. Speed = √[(dx/dt)² + (dy/dt)²]; total distance = ∫ speed dt.
弧长(参数形式):L = ∫ √[(dx/dt)² + (dy/dt)²] dt 在给定区间上。速率 = √[(dx/dt)² + (dy/dt)²];总路程 = ∫ 速率 dt。
- Polar curves r = f(θ): area enclosed = ½ ∫ r² dθ; slope dy/dx = (r’ sin θ + r cos θ) / (r’ cos θ – r sin θ).
- 极坐标曲线 r = f(θ):所围面积 = ½ ∫ r² dθ;斜率 dy/dx = (r’ sin θ + r cos θ) / (r’ cos θ – r sin θ)。
- Vector-valued functions: derivative r'(t) gives velocity, |r'(t)| is speed; acceleration r”(t). Position = ∫ velocity dt.
- 向量值函数:导数 r'(t) 为速度,|r'(t)| 为速率;加速度为 r”(t)。位置 = ∫ 速度 dt。
10. Infinite Sequences and Series (BC) | 无穷数列与级数 (BC)
A sequence converges if the limit of a_n as n→∞ exists and is finite. A series Σ a_n converges if the sequence of partial sums converges. Divergence Test: if lim a_n ≠ 0, the series diverges.
如果当 n→∞ 时 a_n 的极限存在且有限,则数列收敛。如果部分和数列收敛,则级数 Σ a_n 收敛。发散检验:若 lim a_n ≠ 0,则级数发散。
Important convergence tests: Integral Test (for positive, decreasing functions), p-series Σ 1/n^p converges if p > 1; Comparison Test and Limit Comparison Test; Ratio Test (useful for factorials/exponentials); Alternating Series Test (terms decrease in absolute value and limit → 0).
重要收敛检验法:积分检验(对正值递减函数),p-级数 Σ 1/n^p 当 p > 1 时收敛;比较检验与极限比较检验;比值检验(适用于阶乘/指数);交错级数检验(项的绝对值递减且极限 → 0)。
- Radius and interval of convergence for power series Σ a_n (x – c)^n: find using Ratio Test or Root Test; then check endpoints.
- 幂级数 Σ a_n (x – c)^n 的收敛半径和收敛区间:用比值检验或根值检验求半径,然后检查端点。
- Taylor and Maclaurin polynomials/series: P_n(x) = f(c) + f ‘(c)(x-c) + f ”(c)(x-c)²/2! + … + f⁽ⁿ⁾(c)(x-c)^n/n! . Lagrange error bound helps estimate the remainder.
- 泰勒多项式/级数和麦克劳林级数:P_n(x) = f(c) + f ‘(c)(x-c) + f ”(c)(x-c)²/2! + … + f⁽ⁿ⁾(c)(x-c)^n/n! 。拉格朗日误差界可估计余项大小。
11. Common Mistakes and Exam Tips | 常见错误与应试技巧
Always check the hypotheses of theorems before applying them (e.g., continuity for MVT, differentiability for L’Hôpital’s Rule). L’Hôpital’s Rule applies only to 0/0 or ∞/∞ indeterminate forms; rewrite products or differences as quotients if needed.
在应用定理之前,务必检查定理的条件(例如,MVT 需要连续性,洛必达法则需要可导性)。洛必达法则仅适用于 0/0 或 ∞/∞ 不定式;必要时将乘积或差式改写为商的形式。
When solving free-response questions, show clear work and include units. For integrals, check if a function is even or odd to simplify calculations: if f is even, ∫(-a to a) f(x) dx = 2∫(0 to a) f(x) dx; if odd, integral = 0.
在解答自由回答题时,要展示清晰的解题过程并带上单位。对于积分,检查函数是否为奇函数或偶函数以简化计算:若 f 为偶函数,∫(-a 到 a) f(x) dx = 2∫(0 到 a) f(x) dx;若为奇函数,积分 = 0。
- Don’t forget +C on indefinite integrals, and always change limits of integration when substituting in definite integrals.
- 不定积分不要忘记 +C,在定积分换元时务必更换积分限。
- Practice interpreting graphs of f, f ‘, f ”: know how to identify extrema, inflection points, and concavity from each.
- 练习解读 f, f ‘, f ” 的图像:知道如何从每个图像判断极值点、拐点和凹凸性。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导