AP Calculus AB · Problem Set

Master Calculus
One Problem at a Time

20 core problems covering every key unit — designed to catch the mistakes most students make.

20Problems
6Units
4Choices Each
0 / 20 done
Score: 0
Unit 1
Limits & Continuity
Q 01
🔥 Most Missed 🪤 Trap Alert
TRAP: 0/0 ≠ no limit — always FACTOR first

Evaluate the limit:

\[\lim_{x \to 3} \frac{x^2 - 9}{x - 3}\]
Quick Example Factor \(x^2 - 9 = (x-3)(x+3)\), then cancel \((x-3)\). You get \(\lim_{x\to 3}(x+3) = 6\).
Q 02
📌 Key Concept
CONTINUITY CHECK: f(a) exists · limit exists · they're EQUAL

The function \(f(x) = \dfrac{x^2 - 4}{x - 2}\) is not continuous at \(x = 2\) because:

Q 03
🔥 Most Missed
SQUEEZE: sin(θ)/θ → 1 as θ → 0 (radians only!)

Evaluate:

\[\lim_{x \to 0} \frac{\sin(5x)}{x}\]
Trick Multiply top and bottom by 5: \(\dfrac{\sin(5x)}{5x} \cdot 5\). As \(x\to 0\), \(\dfrac{\sin(5x)}{5x}\to 1\), so the answer is \(5\).
Q 04
🪤 Trap Alert
IVT: f continuous on [a,b] → hits EVERY value between f(a) and f(b)

Let \(f\) be continuous on \([1, 4]\) with \(f(1) = -2\) and \(f(4) = 7\). By the Intermediate Value Theorem, which of the following is guaranteed?

Unit 2–3
Differentiation Rules
Q 05
📌 Key Concept 🔥 Most Missed
CHAIN RULE: d/dx[f(g(x))] = f'(g(x)) · g'(x) — "outer × inner'"

Find \(\dfrac{d}{dx}\left[\sin(x^3)\right]\).

Step-by-step Outer function: \(\sin(\square)\), so outer derivative = \(\cos(\square)\).
Inner function: \(g(x)=x^3\), so \(g'(x)=3x^2\).
Answer: \(\cos(x^3) \cdot 3x^2\)
Q 06
🪤 Trap Alert
PRODUCT RULE: (uv)' = u'v + uv' — don't just multiply derivatives!

Find \(\dfrac{d}{dx}\left[x^2 \cdot e^x\right]\).

Q 07
🔥 Most Missed 🪤 Trap Alert
IMPLICIT DIFF: treat y as y(x), apply chain rule → dy/dx appears, then SOLVE for it

Given \(x^2 + y^2 = 25\), find \(\dfrac{dy}{dx}\) using implicit differentiation.

Process Differentiate both sides: \(2x + 2y\dfrac{dy}{dx} = 0\). Solve: \(\dfrac{dy}{dx} = -\dfrac{x}{y}\).
Q 08
📌 Key Concept
TANGENT LINE: y − f(a) = f'(a)(x − a) — plug in the POINT then the SLOPE

The line tangent to \(f(x) = x^3 - 2x\) at \(x = 1\) has equation:

Unit 4
Contextual Applications of Derivatives
Q 09
🔥 Most Missed
MVT: f'(c) = [f(b)−f(a)]/(b−a) — average slope = instantaneous slope somewhere

Let \(f(x) = x^2\) on \([1, 3]\). By the Mean Value Theorem, the value of \(c \in (1,3)\) satisfying \(f'(c) = \dfrac{f(3)-f(1)}{3-1}\) is:

Q 10
📌 Key Concept 🪤 Trap Alert
RELATED RATES: draw diagram · write equation · DIFFERENTIATE with respect to t

A ladder 10 ft long leans against a wall. The bottom slides away at 2 ft/s. When the bottom is 6 ft from the wall, how fast is the top sliding down?

Setup \(x^2 + y^2 = 100\). Differentiate: \(2x\dfrac{dx}{dt} + 2y\dfrac{dy}{dt}=0\).
At \(x=6\): \(y=8\). Solve: \(\dfrac{dy}{dt} = -\dfrac{6\cdot 2}{8} = -\dfrac{3}{2}\).
Unit 5
Analytical Applications of Derivatives
Q 11
🔥 Most Missed
1ST DERIV TEST: f' + → − means LOCAL MAX; f' − → + means LOCAL MIN

Let \(f'(x) = (x-1)(x-4)\). Which of the following is true about local extrema of \(f\)?

Q 12
📌 Key Concept 🪤 Trap Alert
CONCAVITY: f'' > 0 → concave UP (smile); f'' < 0 → concave DOWN (frown)

The function \(f(x) = x^4 - 4x^3\). On what interval is \(f\) concave up?

Process \(f'(x) = 4x^3-12x^2\). \(f''(x) = 12x^2-24x = 12x(x-2)\).
\(f'' > 0\) when \(x < 0\) or \(x > 2\).
Q 13
🔥 Optimization
OPTIMIZE: set f'(x)=0 → find critical pts → verify with 1st or 2nd deriv test

A rectangle has perimeter 40. What dimensions maximize its area?

Unit 6
Integration & Accumulation
Q 14
📌 Key Concept
POWER RULE (∫): ∫x^n dx = x^(n+1)/(n+1) + C — add 1 to exponent, divide by new exponent

Evaluate \(\displaystyle\int (3x^2 + 2x - 5)\, dx\).

Q 15
🔥 Most Missed 🪤 Trap Alert
FTC Part 1: d/dx[∫(a to x) f(t)dt] = f(x) — just PLUG IN x, don't integrate!

If \(F(x) = \displaystyle\int_1^x (t^2 + 1)\,dt\), then \(F'(x) =\)

Q 16
📌 Key Concept
FTC Part 2: ∫(a to b)f(x)dx = F(b) − F(a) — evaluate antiderivative at BOUNDS

Evaluate \(\displaystyle\int_0^2 (x^2 - x)\,dx\).

Q 17
🔥 Most Missed
U-SUB: pick u = inner function → find du → REPLACE everything, no x's left!

Evaluate \(\displaystyle\int 2x\cos(x^2)\,dx\).

U-substitution Let \(u = x^2\), then \(du = 2x\,dx\). Integral becomes \(\int \cos(u)\,du = \sin(u) + C = \sin(x^2)+C\).
Unit 6–8
Area · Differential Equations
Q 18
📌 Key Concept 🪤 Trap Alert
AREA BETWEEN CURVES: ∫[TOP − BOTTOM]dx — always subtract the LOWER function

Find the area between \(f(x) = x^2\) and \(g(x) = x\) on \([0, 1]\).

Which is on top? On \([0,1]\): \(x \geq x^2\), so \(\displaystyle\int_0^1(x - x^2)\,dx = \left[\frac{x^2}{2} - \frac{x^3}{3}\right]_0^1 = \frac{1}{2}-\frac{1}{3} = \frac{1}{6}\).
Q 19
🔥 Most Missed
SEPARABLE DE: move y's to one side, x's to other → INTEGRATE both sides → solve for y

Solve the differential equation \(\dfrac{dy}{dx} = 2xy\) with \(y(0) = 3\).

Steps Separate: \(\dfrac{dy}{y} = 2x\,dx\). Integrate: \(\ln|y| = x^2 + C\). Exponentiate: \(y = Ae^{x^2}\). Apply IC: \(A = 3\).
Q 20
🔥 Trap 🪤 Hardest
POSITION / VELOCITY / ACCELERATION: v=s', a=v'=s'' · displacement = ∫v dt

A particle moves along the \(x\)-axis with velocity \(v(t) = t^2 - 4\). What is the total distance (not displacement) traveled on \([0, 3]\)?

Key Distinction Total distance = \(\displaystyle\int_0^3|v(t)|\,dt\). The particle reverses at \(t=2\) (where \(v=0\)).
\(\displaystyle\int_0^2(4-t^2)\,dt + \int_2^3(t^2-4)\,dt = \frac{16}{3} + \frac{5}{3} = 7\).
0/20 Score

Well Done! 🎉

Keep practicing to perfect your score.