🇺🇸 AP Exams (Advanced Placement) · subject
AP Exams (Advanced Placement) AP Calculus (AB & BC) Syllabus
Every chapter and topic of AP Calculus (AB & BC) examined in AP Exams (Advanced Placement) — 6 chapters, 27 topics and 42 sub-topics, plus 51 flashcards written against it.
AP Calculus (AB & BC) syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for AP Calculus (AB & BC) in AP Exams (Advanced Placement), not a summary of it.
-
Limits and Continuity
4 topics- Understanding Limits
- Estimating limits from graphs and tables
- Algebraic evaluation of limits
- One-sided limits
- Limits Involving Infinity
- Vertical asymptotes and infinite limits
- Limits at infinity and horizontal asymptotes
- Continuity
- Continuity at a point and on intervals
- Types of discontinuities
- Intermediate Value Theorem
- Squeeze Theorem and Special Limits
- Limit of sin(x)/x
- Removing indeterminate forms
- Understanding Limits
-
Differentiation
4 topics- Definition and Interpretation of the Derivative
- Derivative as a limit of difference quotients
- Derivative as instantaneous rate of change
- Differentiability and continuity
- Derivative Rules
- Power, product, and quotient rules
- Chain rule
- Derivatives of trigonometric, exponential, and logarithmic functions
- Implicit and Inverse Differentiation
- Implicit differentiation
- Derivatives of inverse functions
- Inverse trigonometric derivatives
- Higher-Order Derivatives
- Definition and Interpretation of the Derivative
-
Applications of Derivatives
6 topics- Related Rates
- Linearization and Differentials
- Analysis of Functions
- Increasing/decreasing and the first derivative test
- Concavity and the second derivative test
- Inflection points and critical points
- Optimization Problems
- Mean Value Theorem and Rolle's Theorem
- L'Hopital's Rule
-
Integration and the Fundamental Theorem
4 topics- Antiderivatives and Indefinite Integrals
- Riemann Sums and Definite Integrals
- Left, right, and midpoint sums
- Trapezoidal approximation
- Fundamental Theorem of Calculus
- Evaluation part
- Accumulation functions
- Techniques of Integration
- u-substitution
- Integration by parts (BC)
- Partial fractions (BC)
-
Applications of Integration and Differential Equations
5 topics- Area Between Curves
- Volumes of Solids
- Disk and washer methods
- Cross-sections
- Accumulation and Average Value
- Differential Equations
- Slope fields
- Separation of variables
- Exponential and logistic models (BC)
- Arc Length (BC)
-
Series, Parametrics, and Polar (BC)
4 topics- Sequences and Series Convergence
- Geometric and p-series
- Ratio, comparison, and integral tests
- Alternating series and error bounds
- Power Series
- Radius and interval of convergence
- Taylor and Maclaurin series
- Parametric Equations and Vectors
- Derivatives of parametric curves
- Motion in the plane
- Polar Coordinates
- Polar curves and area
- Sequences and Series Convergence
AP Calculus (AB & BC) flashcards for AP Exams (Advanced Placement)
19 of 51 cards from the AP Calculus (AB & BC) deck — real questions with worked answers.
What is the formal (epsilon-delta) definition of the limit lim(x→c) f(x) = L?
For every ε>0 there exists δ>0 such that if 0<|x−c|<δ then |f(x)−L|<ε.
When does a two-sided limit lim(x→c) f(x) exist?
It exists if and only if the left-hand limit and right-hand limit both exist and are equal: lim(x→c⁻) f(x) = lim(x→c⁺) f(x).
How do you determine the horizontal asymptotes of a rational function from its limits at infinity?
Compare degrees: if deg(numerator)<deg(denominator), y=0; if equal, y = ratio of leading coefficients; if numerator degree is larger, there is no horizontal asymptote (limit is ±∞).
What does it mean for a function to have a vertical asymptote at x=a in terms of limits?
At least one one-sided limit is infinite: lim(x→a⁺) f(x) = ±∞ or lim(x→a⁻) f(x) = ±∞.
State the three conditions for a function f to be continuous at x=c.
(1) f(c) is defined, (2) lim(x→c) f(x) exists, and (3) lim(x→c) f(x) = f(c).
Name and distinguish the three main types of discontinuities.
Removable (hole; limit exists but ≠ f(c) or f(c) undefined), jump (left and right limits differ), and infinite/essential (a one-sided limit is ±∞, as at a vertical asymptote).
State the Squeeze (Sandwich) Theorem.
If g(x) ≤ f(x) ≤ h(x) near c and lim(x→c) g(x) = lim(x→c) h(x) = L, then lim(x→c) f(x) = L.
What are the two special trigonometric limits used with the Squeeze Theorem?
lim(x→0) sin(x)/x = 1 and lim(x→0) (1−cos x)/x = 0.
State the Intermediate Value Theorem (IVT).
If f is continuous on [a,b] and N is any value between f(a) and f(b), then there exists c in (a,b) with f(c)=N.
What is the limit definition of the derivative f'(x)?
f'(x) = lim(h→0) [f(x+h) − f(x)] / h (equivalently lim(x→a) [f(x)−f(a)]/(x−a) at a point).
What does the derivative represent geometrically and physically?
Geometrically it is the slope of the tangent line to the curve; physically it is the instantaneous rate of change (e.g., velocity is the derivative of position).
If a function is differentiable at a point, what can you conclude about continuity, and is the converse true?
Differentiability implies continuity at that point. The converse is false: a function can be continuous but not differentiable (e.g., |x| at x=0).
State the Power Rule, Product Rule, and Quotient Rule.
Power: d/dx(xⁿ)=n·xⁿ⁻¹. Product: (uv)'=u'v+uv'. Quotient: (u/v)'=(u'v−uv')/v².
State the Chain Rule.
d/dx[f(g(x))] = f'(g(x))·g'(x).
Give the derivatives of sin x, cos x, tan x, and eˣ.
d/dx sin x = cos x; d/dx cos x = −sin x; d/dx tan x = sec²x; d/dx eˣ = eˣ.
Give the derivatives of ln x, aˣ, and arctan x.
d/dx ln x = 1/x; d/dx aˣ = aˣ·ln a; d/dx arctan x = 1/(1+x²).
What is the process of implicit differentiation?
Differentiate both sides with respect to x, applying the chain rule to y-terms (multiply by dy/dx), then solve algebraically for dy/dx.
What is the formula for the derivative of an inverse function (f⁻¹)'(a)?
(f⁻¹)'(a) = 1 / f'(f⁻¹(a)), where f(f⁻¹(a)) = a.
What is a higher-order derivative, and what does the second derivative tell you?
A higher-order derivative is the derivative of a derivative. The second derivative f''(x) measures concavity (and acceleration when f is position).
Planning AP Calculus (AB & BC) for AP Exams (Advanced Placement)
AP Calculus (AB & BC) is about 17% of the AP Exams (Advanced Placement) syllabus by topic count — 27 of 161 topics, spread over 6 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 30 hours.
The heaviest chapters are Applications of Derivatives (6 topics), Applications of Integration and Differential Equations (5 topics), Limits and Continuity (4 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
AP Calculus (AB & BC) (AP Exams (Advanced Placement)) FAQ
What is in the AP Exams (Advanced Placement) AP Calculus (AB & BC) syllabus?
AP Calculus (AB & BC) is split into 6 chapters — Limits and Continuity, Differentiation, Applications of Derivatives, Integration and the Fundamental Theorem, Applications of Integration and Differential Equations and Series, Parametrics, and Polar (BC), containing 27 topics and 42 sub-topics in total.
How is AP Calculus (AB & BC) structured in the AP Exams (Advanced Placement) syllabus?
6 chapters. AP Calculus (AB & BC) accounts for about 17% of the topics in the whole AP Exams (Advanced Placement) syllabus (27 of 161).
How long should I spend on AP Calculus (AB & BC) for AP Exams (Advanced Placement)?
Budget around 30 hours for a first pass through AP Calculus (AB & BC) — about 45 minutes per topic plus 12 minutes per sub-topic across its 27 topics. Add revision cycles on top.
Are there flashcards for AP Exams (Advanced Placement) AP Calculus (AB & BC)?
Yes — a 51-card AP Calculus (AB & BC) deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.