AB / BC
| AP Calculus AB | AP Calculus BC | |
|---|---|---|
| Equivalent | Calculus I (1 semester) | Calculus I + II (2 semesters) |
| Section I | 45 MCQ · 1h45m · 50% | 45 MCQ · 1h45m · 50% |
| Section II | 6 FRQ · 1h30m · 50% | 6 FRQ · 1h30m · 50% |
| Calculator | Part A: no calc · Part B: allowed | Same as AB |
| BC-only | — | Series, parametric, polar, advanced integration, logistic, Euler's method |
- Thuộc công thức đạo hàm và tích phân như bảng cửu chương
- FRQ: Viết MỌI bước — đừng nhảy bước! Từng dòng = marks
- Calculator section: Dùng graph, NDERIV, FNINT thành thạo
- Units: Luôn kèm đơn vị nếu bài có context (m/s, cm²…)
- BC students: Học kỹ convergence tests và Taylor series
(x→0)
(x→0)
(x→∞)
(x→∞)
(x→∞)
(x→∞)
Tìm lim[x→2] (x² − 4) / (x − 2)
Phân tích tử số: (x²−4)/(x−2) = (x−2)(x+2)/(x−2) = x+2 Thay x = 2: 2 + 2 = 4 ∴ Đáp án: 4
Tìm lim[x→∞] (3x² + 5) / (2x² − 1)
Cùng bậc (x²/x²) → tỉ số hệ số đầu = 3/2 ∴ Đáp án: 3/2
Tìm lim[x→0] sin(3x) / (5x)
Viết lại: (3/5) × [sin(3x) / (3x)] Khi x→0: sin(3x)/(3x) → 1 = 3/5 × 1 = 3/5 ∴ Đáp án: 3/5
Tìm lim[x→0] (eˣ − 1) / x [dùng L'Hôpital]
Dạng 0/0 → L'Hôpital: lim (eˣ − 1)/x = lim eˣ/1 = e⁰ = 1 ∴ Đáp án: 1
| f(x) | f'(x) | f(x) | f'(x) |
|---|---|---|---|
| sin x | cos x | cos x | −sin x |
| tan x | sec²x | cot x | −csc²x |
| sec x | sec x tan x | csc x | −csc x cot x |
| eˣ | eˣ | aˣ | aˣ ln a |
| ln x | 1/x | logₐ x | 1/(x ln a) |
| arcsin x | 1/√(1−x²) | arccos x | −1/√(1−x²) |
| arctan x | 1/(1+x²) | arccot x | −1/(1+x²) |
Tìm dy/dx của y = x³ sin(2x)
Product rule: y' = (x³)' · sin(2x) + x³ · [sin(2x)]' (x³)' = 3x² [sin(2x)]' = cos(2x) · 2 (chain rule) y' = 3x² sin(2x) + 2x³ cos(2x)
Tìm dy/dx của y = ln(x² + 1)
Chain rule: d/dx [ln u] = u'/u y' = [d/dx (x²+1)] / (x²+1) = 2x / (x²+1)
Tìm dy/dx (implicit): x² + y² = 25
Đạo hàm cả 2 vế theo x: 2x + 2y · (dy/dx) = 0 2y · (dy/dx) = −2x dy/dx = −x/y
Tìm critical points và local extrema của f(x) = x³ − 3x + 2
f'(x) = 3x² − 3 = 3(x−1)(x+1) = 0 → x = ±1 f''(x) = 6x f''(1) = 6 > 0 → local min tại x = 1, f(1) = 0 f''(−1) = −6 < 0 → local max tại x = −1, f(−1) = 4
Hình tròn có r tăng 2 cm/s. Tìm dA/dt khi r = 5.
A = πr² dA/dt = 2πr · dr/dt Thay r = 5, dr/dt = 2: dA/dt = 2π(5)(2) = 20π cm²/s
Dùng linearisation của f(x) = √x tại a = 25 để xấp xỉ √26.
f(25) = 5 f'(x) = 1/(2√x) → f'(25) = 1/10 = 0.1 L(x) = f(a) + f'(a)(x − a) L(26) = 5 + 0.1(26 − 25) = 5 + 0.1 = 5.1 (Giá trị thực: √26 ≈ 5.0990)
∫ (3x² + 2x − 1) dx
= x³ + x² − x + C
∫ 2x cos(x²) dx
u = x², du = 2x dx = ∫ cos u du = sin u + C = sin(x²) + C
∫[0→π] sin x dx
= [−cos x]₀ᴾ = −cos π − (−cos 0) = −(−1) + 1 = 2
Tìm diện tích giữa y = x² và y = x từ x = 0 đến x = 1.
Trên [0,1]: x ≥ x², nên top = x, bottom = x² A = ∫₀¹ (x − x²) dx = [x²/2 − x³/3]₀¹ = 1/2 − 1/3 = 1/6
Thể tích quay y = √x quanh Ox, x ∈ [0, 4]. (Disk method)
V = π ∫₀⁴ (√x)² dx = π ∫₀⁴ x dx = π [x²/2]₀⁴ = π(8) = 8π
Giải: dy/dx = 2xy, y(0) = 3
Separable: dy/y = 2x dx ∫ dy/y = ∫ 2x dx ln|y| = x² + C y = Ae^(x²) Apply y(0) = 3: A = 3 ∴ y = 3e^(x²)
d/dx [∫₀^(x²) sin(t) dt]
FTC2 + Chain rule: f(g(x)) · g'(x) = sin(x²) · d/dx(x²) = sin(x²) · 2x = 2x sin(x²)
Integration by parts: ∫ x eˣ dx
LIATE: u = x (Algebraic), dv = eˣ dx (Exponential)
du = dx, v = eˣ
∫ x eˣ dx = xeˣ − ∫ eˣ dx
= xeˣ − eˣ + C
= eˣ(x − 1) + C| Test | Condition | Use when |
|---|---|---|
| nth-Term (Div) | lim aₙ ≠ 0 → diverges | Quick check. Cannot prove convergence. |
| Geometric | Sum = a/(1−r) if |r| < 1 | Series is arⁿ form |
| p-Series | Conv if p > 1; div if p ≤ 1 | Series is 1/nᵖ form |
| Integral Test | Conv if ∫₁∞ f(x)dx converges | f positive, decreasing, continuous |
| Direct Comparison | aₙ ≤ bₙ (conv) · aₙ ≥ bₙ (div) | Compare with known series |
| Limit Comparison | lim aₙ/bₙ = L (0 < L < ∞) | Both behave same way |
| Ratio Test | lim |aₙ₊₁/aₙ| < 1: conv · >1: div | Factorials, exponentials, n! |
| Root Test | lim |aₙ|^(1/n) < 1: conv | nth power expressions |
| Alternating Series | aₙ decreasing → 0: conv | ∑(−1)ⁿ aₙ form |
- Step 1: nth-term test trước — nếu lim aₙ ≠ 0, diverges ngay
- Step 2: Nhận dạng Geometric/p-series?
- Step 3: Có n! hoặc aⁿ → Ratio Test
- Step 4: So sánh được với 1/nᵖ hoặc geometric → Comparison
- Step 5: Có (−1)ⁿ → Alternating Series Test
Phải thuộc 5 series dưới đây — xuất hiện thường xuyên trong cả MCQ và FRQ.
Determine convergence: ∑ 3/5ⁿ (n = 0 to ∞)
Geometric series: a = 3/5, r = 1/5 |r| = 1/5 < 1 → CONVERGES Sum = a/(1−r) = (3/5)/(1−1/5) = (3/5)/(4/5) = 3/4
Determine convergence: ∑ n/(n+1) (n = 1 to ∞)
nth-term test: lim[n→∞] n/(n+1) = 1 ≠ 0 ∴ DIVERGES (necessary condition for convergence fails)
Ratio test: ∑ n! / 3ⁿ
L = lim |aₙ₊₁/aₙ| = lim |(n+1)!/3ⁿ⁺¹ × 3ⁿ/(n!)| = lim (n+1)/3 = ∞ > 1 ∴ DIVERGES
Tìm Taylor polynomial bậc 3 của f(x) = eˣ tại a = 0.
f(x) = eˣ → f⁽ⁿ⁾(0) = 1 for all n
P₃(x) = f(0)/0! + f'(0)/1! · x + f''(0)/2! · x² + f'''(0)/3! · x³
= 1 + x + x²/2 + x³/6Xấp xỉ sin(0.1) dùng Maclaurin đến bậc 3.
sin x ≈ x − x³/6 (Maclaurin bậc 3)
sin(0.1) ≈ 0.1 − (0.1)³/6
= 0.1 − 0.001/6
= 0.1 − 0.000167
= 0.099833
(Giá trị thực: 0.0998334…)x = t², y = t³. Tìm dy/dx và d²y/dx².
dx/dt = 2t, dy/dt = 3t²
dy/dx = (dy/dt)/(dx/dt) = 3t²/2t = 3t/2
d²y/dx² = [d/dt(dy/dx)] / (dx/dt)
= [d/dt(3t/2)] / (2t)
= (3/2) / (2t)
= 3/(4t)Tìm diện tích vùng bên trong r = 2cosθ.
A = ½ ∫[0→π] (2cosθ)² dθ = ½ ∫[0→π] 4cos²θ dθ = 2 ∫[0→π] (1 + cos2θ)/2 dθ = ∫[0→π] (1 + cos2θ) dθ / ... = [θ + sin2θ/2]₀ᴾ = π + 0 − 0 = π
| f(x) | f'(x) |
|---|---|
| xⁿ | nxⁿ⁻¹ |
| sin x | cos x |
| cos x | −sin x |
| tan x | sec²x |
| eˣ | eˣ |
| aˣ | aˣ ln a |
| ln x | 1/x |
| arcsin x | 1/√(1−x²) |
| arctan x | 1/(1+x²) |
| f(g(x)) | f'(g) · g' |
| fg | f'g + fg' |
| f/g | (f'g − fg') / g² |
| Integral | Result |
|---|---|
| ∫ xⁿ dx | xⁿ⁺¹/(n+1) + C |
| ∫ 1/x dx | ln|x| + C |
| ∫ eˣ dx | eˣ + C |
| ∫ sin x dx | −cos x + C |
| ∫ cos x dx | sin x + C |
| ∫ sec²x dx | tan x + C |
| ∫ 1/(1+x²) dx | arctan x + C |
| ∫ 1/√(1−x²) dx | arcsin x + C |
| ∫ u dv | uv − ∫ v du |
| Formula | Application |
|---|---|
| Area = ∫|f−g| dx | Between two curves |
| V = π∫R² dx | Disk method (solid of revolution) |
| V = π∫(R²−r²) dx | Washer method |
| V = 2π∫x·f(x) dx | Shell method (BC) |
| L = ∫√(1+f'²) dx | Arc length (BC) |
| Avg = 1/(b−a)·∫f dx | Average value of f on [a,b] |
| dy/dx = (dy/dt)/(dx/dt) | Parametric slope (BC) |
| A = ½∫r² dθ | Polar area (BC) |
- Từng bước đầy đủ: Công thức → thay số → kết quả. Không nhảy bước — mỗi dòng = marks
- Calculator section: Viết biểu thức đầy đủ trước, rồi mới viết kết quả số
- Units: Nếu bài có context (m/s, cm², giây…) → luôn viết đơn vị
- Justify: Nếu bài hỏi "justify", phải viết lý do — "f' changes sign from + to −"
- Graph: Label rõ trục, điểm intercept, asymptote, điểm quan trọng
- AB vs BC: AB students bỏ qua các phần ghi (BC only). BC students làm hết
- Quên + C trong indefinite integrals
- Không verify initial condition trong differential equations
- Nhầm direction khi tìm area (top − bottom, không phải bottom − top)
- Dùng Disk khi nên dùng Washer (quên trừ r)
- Quên nhân g'(x) trong FTC2 với chain rule
- nth-term test: chỉ dùng để DIVERGE, không chứng minh convergence
