AP Calculus ABDigital Practice Test — Multiple Choice · Self-Study Edition
105:00
running
Directions
This practice set contains 17 hard, non-calculator-restricted multiple-choice questions covering the topics AP Calculus AB students most often miss: related rates, implicit differentiation, L'Hôpital's Rule, the Fundamental Theorem of Calculus, average value, particle motion, the Mean Value Theorem, optimization, separable differential equations, the chain rule, curve analysis from f', u-substitution, piecewise differentiability, limits, and Riemann/trapezoidal sums.
Select an answer choice to see whether it is correct and read the full worked solution immediately. A graphing calculator (Desmos) is available at all times via the "Calculator" button. Work every problem by hand first — the goal is to build the reasoning that lets you solve any version of these questions, not just recognize this one.
To print a clean copy for paper practice, uncheck "Include explanations" below before printing.
1
A 13-foot ladder leans against a vertical wall. The bottom of the ladder is pulled away from the wall at a constant rate of 2 ft/sec. At the instant the bottom of the ladder is 5 feet from the wall, at what rate is the height of the top of the ladder decreasing?
Correct answer: (B) 5/6 ft/sec
Let \(x\) = distance of the base from the wall, \(y\) = height of the top on the wall. Since the ladder length is fixed: \(x^2+y^2=169\).
Differentiate with respect to \(t\): \(2x\dfrac{dx}{dt}+2y\dfrac{dy}{dt}=0\).
When \(x=5\): \(y=\sqrt{169-25}=12\). Substitute \(x=5,\ y=12,\ \dfrac{dx}{dt}=2\):
The negative sign means \(y\) is decreasing, so the top slides down at \(\dfrac{5}{6}\) ft/sec. Common error: forgetting to solve for \(y\) first (choice C swaps \(x\) and \(y\)); choice D wrongly assumes \(\frac{dy}{dt}=-\frac{dx}{dt}\).
2
If \(xy^2+x^2y=6\), what is \(\dfrac{dy}{dx}\) at the point \((1,2)\)?
Correct answer: (A) −8/5
Differentiate both terms with the product rule, treating \(y\) as a function of \(x\):
So: \(y^2+2xy\,y'+2xy+x^2y'=0 \;\Rightarrow\; y'(2xy+x^2) = -(y^2+2xy)\)
At \((1,2)\): numerator \(=-(4+4)=-8\); denominator \(=(4+1)=5\). So \(y'=-\dfrac{8}{5}\).
Common error: dropping one product-rule term (e.g. forgetting the \(2xy\) piece from either derivative) produces the wrong denominator or sign, leading to (B), (C), or (D).
3
\[\lim_{x\to 0}\dfrac{e^{2x}-1-2x}{x^2}=?\]
Correct answer: (C) 2
Direct substitution gives \(\frac{0}{0}\), so apply L'Hôpital's Rule. Differentiate top and bottom:
\[\lim_{x\to0}\dfrac{2e^{2x}-2}{2x}\]
This is still \(\frac{0}{0}\) at \(x=0\), so apply L'Hôpital again:
\[\lim_{x\to0}\dfrac{4e^{2x}}{2}=\dfrac{4}{2}=2\]
Common error: stopping after only one application (giving the indeterminate form \(0/0\) mistaken for an answer, or careless algebra giving (B) or (D)).
4
Let \(g(x)=\displaystyle\int_{1}^{x}\dfrac{t^2-4}{t}\,dt\). What is \(g'(3)\)?
Correct answer: (C) 5/3
By the Fundamental Theorem of Calculus (Part 1), \(g'(x)=\dfrac{x^2-4}{x}\) directly — there is no need to integrate first.
\[g'(3)=\dfrac{9-4}{3}=\dfrac{5}{3}\]
Common error: integrating the expression first and then differentiating (wastes time and invites arithmetic mistakes), or forgetting to divide by \(x\) (giving choice A).
5
What is the average value of \(f(x)=x\sin(x^2)\) on the interval \([0,\sqrt{\pi}]\)?
Correct answer: (A) 1/√π
Average value \(=\dfrac{1}{\sqrt\pi-0}\displaystyle\int_0^{\sqrt\pi} x\sin(x^2)\,dx\). Let \(u=x^2,\ du=2x\,dx\):
So the average value is \(\dfrac{1}{\sqrt\pi}\cdot 1=\dfrac{1}{\sqrt\pi}\).
Common error: forgetting to divide by the interval length \(\sqrt\pi-0\) (giving choice B), which is the most frequent mistake on average-value problems.
6
A particle moves along a line with position \(s(t)=t^3-6t^2+9t\). At \(t=4\), is the particle speeding up or slowing down, and what is its speed at that instant?
Correct answer: (A) Speeding up; speed = 9
\(v(t)=s'(t)=3t^2-12t+9\), \(a(t)=v'(t)=6t-12\).
At \(t=4\): \(v(4)=48-48+9=9\), and \(a(4)=24-12=12\).
Since \(v(4)\) and \(a(4)\) have the same sign (both positive), the particle is speeding up. Speed \(=|v(4)|=9\).
Common error: confusing velocity with speed, or assuming positive acceleration always means "speeding up" without first checking the sign of velocity.
7
Let \(f(x)=x^3-x\) on \([0,2]\). According to the Mean Value Theorem, what is the value of \(c\) in \((0,2)\) guaranteed by the theorem?
Correct answer: (A) 2√3/3
Average rate of change: \(\dfrac{f(2)-f(0)}{2-0}=\dfrac{6-0}{2}=3\).
\(f'(x)=3x^2-1\). Set \(f'(c)=3\): \(3c^2-1=3 \Rightarrow c^2=\dfrac43 \Rightarrow c=\dfrac{2}{\sqrt3}=\dfrac{2\sqrt3}{3}\) (the negative root is outside \([0,2]\)).
Common error: leaving the answer as \(\frac{2}{\sqrt3}\) and mismatching it against a rationalized answer choice, or an arithmetic slip when solving \(3c^2=4\).
8
An open-top box with a square base is to have a volume of 32 ft³. What base side length \(x\) minimizes the total surface area?
Correct answer: (B) x = 4
Volume: \(x^2h=32 \Rightarrow h=\dfrac{32}{x^2}\). Surface area (no top): \(S=x^2+4xh=x^2+\dfrac{128}{x}\).
Common error: stopping after only two layers of the chain rule and forgetting the derivative of the innermost \(2x^2+1\) (giving choice B), or dropping the outer \(\cos\) factor (choice C).
11
Suppose \(f'(x)=(x-1)(x+2)^2\) for all \(x\). Which statement correctly describes the local extrema of \(f\)?
Correct answer: (D)
Critical points occur where \(f'(x)=0\): \(x=1\) and \(x=-2\).
Near \(x=-2\), the factor \((x+2)^2\) is never negative, so the sign of \(f'(x)\) is controlled entirely by \((x-1)\), which is negative on both sides of \(x=-2\). Since \(f'\) does not change sign at \(x=-2\), it is not a local extremum (it's a stationary/inflection-type point).
Near \(x=1\): for \(x<1\), \(f'(x)<0\); for \(x>1\), \(f'(x)>0\). The sign changes from negative to positive, so \(x=1\) is a local minimum.
Common error: assuming every root of \(f'\) is an extremum, without checking whether the sign actually changes — squared factors are the classic trap.
12
\[\int_0^2 x\sqrt{x^2+5}\,dx=?\]
Correct answer: (A)
Let \(u=x^2+5,\ du=2x\,dx\). When \(x=0,\ u=5\); when \(x=2,\ u=9\).
Common error: forgetting the factor of \(\tfrac12\) from \(du=2x\,dx\) (giving choice B or C), or forgetting to shift the bounds by 5 when substituting (giving choice D).
13
Let \(f(x)=\begin{cases}x^2+1 & x\le 1\\ ax+b & x>1\end{cases}\). For which values of \(a\) and \(b\) is \(f\) differentiable at \(x=1\)?
Correct answer: (A) a = 2, b = 0
Continuity at \(x=1\) requires: \(1^2+1=a(1)+b \Rightarrow a+b=2\).
Differentiability requires the one-sided derivatives to match. Since \(\frac{d}{dx}(x^2+1)=2x\), the left derivative at \(x=1\) is \(2\). The right derivative is simply \(a\). So \(a=2\).
Substituting into \(a+b=2\): \(b=0\).
Common error: checking only continuity (which alone permits infinitely many \((a,b)\) pairs) and forgetting that differentiability adds the second, stronger condition that pins down both constants uniquely.
14
\[\lim_{x\to 4}\dfrac{\sqrt{x}-2}{x-4}=?\]
Correct answer: (C) 1/4
Multiply numerator and denominator by the conjugate \(\sqrt{x}+2\):
As \(x\to4\): \(\dfrac{1}{\sqrt4+2}=\dfrac{1}{4}\).
Common error: substituting \(x=4\) directly into the original expression (gives the undefined form \(0/0\) and tempts students to guess \(0\)), or an arithmetic slip after rationalizing.
15
Water drains from an inverted conical tank (vertex down) with top radius 5 m and height 10 m at a rate of 3 m³/min. At the instant the water depth is 6 m, at what rate is the depth decreasing?
Correct answer: (A) 1/(3π) m/min
By similar triangles, \(\dfrac{r}{h}=\dfrac{5}{10}=\dfrac12 \Rightarrow r=\dfrac h2\).
At \(h=6\), with \(\dfrac{dV}{dt}=-3\): \(-3=\dfrac{\pi(36)}{4}\dfrac{dh}{dt}=9\pi\dfrac{dh}{dt} \Rightarrow \dfrac{dh}{dt}=-\dfrac{1}{3\pi}\).
Common error: using the radius directly without substituting \(r=h/2\) first, which leaves two variables in the volume equation and makes the related-rates equation unsolvable.
16
Selected values of \(f\) are given in the table below.
\(x\): 0, 2, 5, 7, 10 | \(f(x)\): 3, 5, 8, 10, 15
Using a trapezoidal approximation with the given subintervals, estimate \(\displaystyle\int_0^{10}f(x)\,dx\).
Correct answer: (A) 83
The subintervals are unequal width, so each trapezoid must be computed separately: \(\frac{\Delta x}{2}\big(f(\text{left})+f(\text{right})\big)\).
Common error: using only left endpoints (choice B, \(=67\)) or only right endpoints (choice C, \(=99\)) instead of averaging both — this is the single most common mistake on non-uniform table data. Note that the trapezoidal estimate is always the average of the left and right sums: \((67+99)/2=83\), which is a good way to double-check your work.
17
Let \(g(x)=\displaystyle\int_{x^2}^{x^3}\sqrt{1+t^2}\,dt\). What is \(g'(x)\)?
Correct answer: (A)
Both bounds are functions of \(x\), so this needs the generalized Fundamental Theorem of Calculus (Leibniz rule):
Common error: forgetting to multiply each term by the derivative of its bound (choice B), or making a sign error and adding instead of subtracting (choice C) — remember the lower-bound term is always subtracted.