Free Practice Test: AP Calculus AB

Last updated: August 16, 2026

Start free practice exam →

AP exams let you earn college credit, test out of an intro-level class, or both, while showing college admissions officers you can handle rigorous coursework. Most colleges and universities in the US recognize AP credit for a strong score.
AP Calculus AB covers roughly the first semester of college calculus: limits, derivatives, and an introduction to integrals. It's built on top of a strong precalculus foundation, so if algebra, functions, and trigonometry feel shaky, that's usually the first thing worth shoring up before diving into calculus-specific review.

Fast Calculus AB Study Guide

The AP Calculus AB exam runs about 3 hours and 15 minutes and is split into four timed parts. Section I has 30 multiple-choice questions in 60 minutes without a calculator, followed by 15 multiple-choice questions in 45 minutes where a graphing calculator is required. Section II has 2 free-response questions in 30 minutes where a graphing calculator is required, followed by 4 free-response questions in 60 minutes without a calculator. Multiple-choice and free-response sections are weighted equally toward your final score of 1 to 5, and a graphing calculator capable of specific built-in functions (like graphing a function and finding zeros) is required for parts of the exam. Confirm the current approved calculator list and exact timing against the AP Course and Exam Description before test day.

Limits and Continuity (10–12%)

The course opens with the concept that everything else in calculus is built on: the limit. You'll need to evaluate limits algebraically, graphically, and numerically, understand one-sided limits, and know the formal definition of continuity at a point (the limit exists, the function value exists, and they're equal). The Intermediate Value Theorem and how to identify removable versus non-removable discontinuities are common exam topics here.

Differentiation Rules and Techniques (~27% combined)

This is where you build your derivative toolkit: the power rule, product rule, quotient rule, and chain rule, plus derivatives of trigonometric, exponential, logarithmic, and inverse functions. Implicit differentiation (used when a relationship between x and y isn't solved explicitly for y) is consistently tested and trips up students who haven't practiced it enough. You should be able to apply these rules fluently and quickly, since later units assume you can differentiate without thinking hard about the mechanics.

Applications of Differentiation (~28% combined)

Once you can find a derivative, the course asks what it's for. Contextual applications cover related rates (how two changing quantities relate to each other) and using derivatives to describe motion (position, velocity, and acceleration). Analytical applications cover the Mean Value Theorem, using the first derivative to find intervals of increase/decrease and local extrema, using the second derivative to find concavity and inflection points, and optimization problems, where you maximize or minimize a real-world quantity.

Integration and Accumulation of Change (17–20%)

Introduces the definite integral as a way of measuring accumulated change: think of it as the reverse operation of differentiation. You'll need Riemann sums as an approximation method, the Fundamental Theorem of Calculus (which connects derivatives and integrals), basic antiderivative rules, and u-substitution for slightly more complex integrals. Interpreting an integral in context, like total distance traveled given a velocity function, is a recurring free-response format.

Differential Equations and Applications of Integration (17–20% combined)

Differential equations cover slope fields and separable differential equations, including the classic exponential growth/decay model. Applications of Integration cover using integrals to find the area between two curves and the volume of a solid formed by revolving a region around an axis (disk and washer methods, in particular). These back-of-course topics show up reliably in at least one free-response question each year.

Calculus AB Free Practice Test

So, are you ready to test the waters? Take this practice quiz and judge your preparation level before diving into deeper study. AP test questions cover a mix of multiple-choice questions and free-response questions. The following are original sample questions, written by Powerhouse Prep, in the style of the types of questions that may appear on the exam.

Question 1: What is the derivative of f(x) = x^3 * sin(x)?

  1. f'(x) = 3x^2 * cos(x)
  2. f'(x) = 3x^2 * sin(x) + x^3 * cos(x)
  3. f'(x) = 3x^2 * sin(x) - x^3 * cos(x)
  4. f'(x) = x^3 * cos(x)

Correct Answer: B. f'(x) = 3x^2 * sin(x) + x^3 * cos(x)

Explanation: This requires the product rule: if f(x) = u(x)v(x), then f'(x) = u'(x)v(x) + u(x)v'(x). Here u(x) = x^3, so u'(x) = 3x^2, and v(x) = sin(x), so v'(x) = cos(x). Plugging in gives f'(x) = 3x^2 * sin(x) + x^3 * cos(x). A common mistake is multiplying the derivatives together instead, which is not how the product rule works.


Question 2: A particle moves along a line with position function s(t) = t^3 - 6t^2 + 9t. At what time(s) is the particle momentarily at rest?

  1. t = 0 only
  2. t = 1 and t = 3
  3. t = 0 and t = 9
  4. t = 3 only

Correct Answer: B. t = 1 and t = 3

Explanation: The particle is at rest when its velocity, v(t) = s'(t), equals zero. Differentiating gives v(t) = 3t^2 - 12t + 9 = 3(t^2 - 4t + 3) = 3(t - 1)(t - 3). Setting v(t) = 0 gives t = 1 and t = 3. This kind of problem tests both your differentiation skills and your understanding that velocity, not position, is what tells you when a particle stops moving.


Question 3: Using a right Riemann sum with 4 equal subintervals to approximate the integral of f(x) = x^2 from x = 0 to x = 4, which of the following describes what the approximation will do relative to the true value of the integral?

  1. Underestimate the true value, since f(x) = x^2 is increasing on this interval
  2. Overestimate the true value, since f(x) = x^2 is increasing on this interval
  3. Exactly equal the true value regardless of the number of subintervals
  4. There is not enough information to determine this

Correct Answer: B. Overestimate the true value, since f(x) = x^2 is increasing on this interval

Explanation: For a function that is increasing over the interval, a right Riemann sum uses the function value at the right endpoint of each subinterval, which is the largest value of f(x) on that subinterval. That means each rectangle's height is at least as large as the average height of the curve across that piece, so the sum overestimates the true area under the curve. A left Riemann sum would underestimate it for the same reason, in reverse.


Question 4: A spherical balloon is being inflated so that its volume increases at a constant rate of 12 cubic centimeters per second. Which calculus concept is directly needed to find how fast the radius is increasing when the radius is 3 cm?

  1. Definite integration
  2. Related rates (implicit differentiation with respect to time)
  3. The Mean Value Theorem
  4. Riemann sums

Correct Answer: B. Related rates (implicit differentiation with respect to time)

Explanation: This is a classic related rates problem: you're given how fast one quantity (volume) is changing and asked to find how fast a related quantity (radius) is changing at a specific instant. You'd start with the volume formula for a sphere, V = (4/3)πr^3, differentiate both sides implicitly with respect to time t, and solve for dr/dt using the given dV/dt and the radius value provided.


Question 5: If f'(x) > 0 for all x in an interval and f''(x) < 0 for all x in that same interval, which of the following describes the graph of f on that interval?

  1. Increasing and concave up
  2. Increasing and concave down
  3. Decreasing and concave up
  4. Decreasing and concave down

Correct Answer: B. Increasing and concave down

Explanation: The sign of the first derivative tells you whether the function is increasing or decreasing: f'(x) > 0 means f is increasing. The sign of the second derivative tells you concavity: f''(x) < 0 means f is concave down. Together, that describes a function that is increasing but at a decreasing rate: picture a curve rising toward a horizontal asymptote or leveling off, like the top half of an upside-down parabola.


More AP Calculus AB Study Resources

Looking for a study guide to fill a couple gaps, or just want a full length practice exam? A few resources worth checking out below. If you do find these recommendations useful, please shop through the affiliate links to help support this site.

Barron's AP Calculus Premium Study Guide

Covers both AB and BC content, so make sure you're focusing on the AB-relevant chapters; strong on worked examples for the free-response format.


Princeton Review Cracking the AP Calculus AB Exam

AB-specific, with a good balance of concept review and calculator-active vs. calculator-inactive practice, mirroring the exam's actual structure.


AP Calculus AB Practice Problem Workbook

Extra problem sets are the single highest-leverage way to prepare for this exam. Calculus is a skill you build through repetition, not just reading.


Plenty of other resources exist – just do a quick internet search – but these are a good place to start.