AP Calculus BC Practice: Differentiation (19 Step-by-Step Explanations)
Free 1,500+ AP Calculus BC Practice Problems Full QBank with instant scoring and explanations
Start Practicing Free →
AP Calculus BC · Differentiation

Differentiation: AP Calculus BC Practice Problems

AP Calculus BC pushes differentiation well beyond mechanical rules: the exam regularly asks you to estimate a derivative numerically from a table of values, reason about what a derivative's existence or sign guarantees (or doesn't) using the Mean Value Theorem and Rolle's Theorem, find the derivative of an inverse function without ever finding an explicit formula for the inverse, and differentiate curves defined parametrically. Each of these skills shows up constantly on the exam, often combined within a single multi-part question.

Table-based derivative problems reward careful bookkeeping more than calculation: when the target x-value is a table endpoint, you're forced to use a one-sided (forward or backward) difference quotient with the nearest available point, and when estimating a second derivative, you first estimate two ordinary derivatives from consecutive intervals and then treat those slope estimates as data points to differentiate again. Reasoning problems about the Mean Value Theorem and Rolle's Theorem hinge on precisely which hypotheses are given — continuity alone is not the same as differentiability, and only Rolle's Theorem (which requires both, plus equal function values at the endpoints) guarantees a point where the derivative is exactly zero. The inverse function derivative formula, (f−1)′(b) = 1/f′(a) where f(a)=b, shows up constantly and is easy to apply once you identify which given value of a you actually need.

Below are 19 AP Calculus BC-style practice problems covering all of these skills, plus the standard trigonometric limits (like limx→0 sin(x)/x) that come up so often they're worth memorizing, and derivatives of curves given parametrically. Work through each problem, select your answer, and check whether you got it right — every problem includes a complete, step-by-step explanation. Once you've worked through these, keep building your skills with thousands more official-style questions in our free AP Calculus BC QBank.

1
Estimating a derivative at a table's endpoint

The table gives the values of a function f that is differentiable on the interval [0,1]:

x0.100.300.400.550.650.80
f(x)0.1400.3200.4100.3750.3300.260

According to this table, the best approximation of f′(0.10) is

Full Explanation

Since x=0.10 is the leftmost value in the table, there's no data point to its left — the best estimate uses a forward difference quotient with the next available point, x=0.30.

f′(0.10) ≈ [f(0.30)−f(0.10)] / (0.30−0.10) = (0.320−0.140)/0.20.

= 0.180/0.20 = 0.90.

The correct answer is B.

2
Estimating a derivative near a table's endpoint

From the values of f shown, estimate f′(3).

x2.852.902.932.973.00
f(x)9.208.107.306.506.20
Full Explanation

Since x=3.00 is the last (rightmost) value in the table, use a backward difference quotient with the closest available point, x=2.97.

f′(3) ≈ [f(3.00)−f(2.97)] / (3.00−2.97) = (6.20−6.50)/0.03.

= −0.30/0.03 = −10.

The correct answer is D.

3
Estimating the derivative of an inverse function

Using the values shown in the table for Question 2, estimate (f−1)′(6.20).

Full Explanation

The inverse function derivative formula is (f−1)′(b) = 1/f′(a), where a is the input satisfying f(a)=b.

From the table, f(3.00) = 6.20, so a=3.00. From Question 2, f′(3) ≈ −10.

(f−1)′(6.20) ≈ 1/(−10) = −0.1.

The correct answer is A.

4
What a table guarantees, via Rolle's Theorem

The table below shows some points on a function f that is both continuous and differentiable on the closed interval [1,9]:

x13579
f(x)4035303540

Which must be true?

Full Explanation

Since f is differentiable (hence continuous) on [1,9] and f(1) = f(9) = 40, Rolle's Theorem guarantees at least one c in (1,9) with f′(c) = 0. This is the only choice that's guaranteed by the given information.

Choice A assumes the true minimum occurs exactly at the tabulated point x=5, but the actual function could dip even lower somewhere between the sampled points — the table alone doesn't guarantee f′(5)=0 specifically.

Choice B isn't guaranteed either; the function's behavior between x=5 and x=7 isn't fully determined by just two table values. Choice C isn't guaranteed since the function's true maximum between sample points could exceed 40.

The correct answer is D.

5
Difference quotients and concavity

If f is differentiable and difference quotients underestimate the slope of f at x=a for all h>0, which must be true?

Full Explanation

The difference quotient is [f(a+h)−f(a)]/h. Using a Taylor expansion, this is approximately f′(a) + (1/2)f″(a)h for small h.

For the difference quotient to be less than f′(a) (an underestimate) for every h>0, the correction term (1/2)f″(a)h must be negative for h>0, which means f″(a) ≤ 0.

This is exactly the condition for f to be concave down: when a function curves downward, secant lines drawn to the right of a point lie below the tangent line's direction, making the secant's slope smaller than the true derivative.

The correct answer is D.

6
What continuity alone does (and doesn't) guarantee

If f(p) = f(q) = 0 and f(x) is continuous on [p,q], then

Full Explanation

Only continuity is given here — not differentiability. Rolle's Theorem requires differentiability to guarantee a point where f′=0, so choice C cannot be concluded, and choice D goes even further by claiming the derivative must exist everywhere, which also isn't guaranteed.

Choice A is too strong: f could rise above zero (or dip below) throughout the open interval and only return to zero exactly at the two endpoints — it doesn't have to be zero everywhere in between.

A continuous function satisfying f(p)=f(q)=0 could easily be nonzero at every point strictly between p and q (like a simple bump or dip that touches zero only at the endpoints) — this is entirely possible.

The correct answer is B.

6 down, 13 to go — keep practicing.

Explore 1,500+ Free AP Calculus BC Problems
7
Derivative of an inverse function from given values

Suppose f(2)=5, f′(2)=4, and f′(5)=7. Then (f−1)′(5) equals

Full Explanation

Use the inverse function derivative formula: (f−1)′(b) = 1/f′(a), where a satisfies f(a)=b.

Since f(2)=5, we know f−1(5)=2, so the a we need is 2, not 5. That means f′(5)=7 is extra information that isn't actually needed here.

(f−1)′(5) = 1/f′(2) = 1/4.

The correct answer is C.

8
Recognizing the definition of a derivative inside a limit

If limx→3 [h(x)−h(3)] / (x−3) = 5, it follows necessarily that

Full Explanation

This expression is exactly the definition of the derivative of h at x=3: h′(3) = limx→3 [h(x)−h(3)]/(x−3). Since this limit is given to equal 5, it follows directly that h′(3)=5.

For the expression h(x)−h(3) to even make sense, h(3) must be defined — ruling out choice A. Since h is differentiable at 3, it must also be continuous there — ruling out choice B.

Choice C is a trap: differentiability at 3 implies limx→3h(x) = h(3), but nothing here tells us h(3) itself equals 5 — that numerical value belongs to the derivative, not to h(3) or the ordinary limit of h(x).

The correct answer is D.

9
Estimating a second derivative from a table

A differentiable function f has the values shown. Estimate f″(1.3).

x1.01.21.41.6
f(x)6101628
Full Explanation

Estimate two ordinary derivatives from consecutive intervals, treating each as centered at its interval's midpoint. From x=1.0 to x=1.2 (centered at x=1.1): f′ ≈ (10−6)/(1.2−1.0) = 4/0.2 = 20.

From x=1.4 to x=1.6 (centered at x=1.5): f′ ≈ (28−16)/(1.6−1.4) = 12/0.2 = 60.

Now estimate the second derivative as the rate of change between these two derivative estimates, using the distance between their centers (1.1 and 1.5): f″(1.3) ≈ (60−20)/(1.5−1.1) = 40/0.4 = 100.

The correct answer is D.

10
Related rates · a conical reservoir

Water is draining from a conical reservoir (apex at the bottom) at a constant rate. If h(t) is the rate of change of the depth of the water, then h is

Full Explanation

For a cone, the radius at the water's surface is proportional to the depth (by similar triangles): r=kh for some constant k. So the volume is V = (1/3)πr2h = (1/3)πk2h3.

Since water drains at a constant rate, dV/dt is a negative constant. Differentiating, dV/dt = πk2h2 · dh/dt, so dh/dt = (dV/dt)/(πk2h2), which is inversely proportional to h2 — a nonlinear relationship, not linear.

As the tank drains, h decreases, which makes h2 smaller, which makes the magnitude of dh/dt (still negative) grow larger — meaning dh/dt itself is getting more negative, i.e. decreasing, as time goes on.

The correct answer is D.

11
Counting where a tangent is parallel to a secant line

At how many points on the interval [−7,7] is a tangent to y = x+cos(x) parallel to the secant line on [−7,7]?

Full Explanation

Find the secant line's slope: [f(7)−f(−7)] / 14 = [(7+cos7)−(−7+cos7)]/14 = 14/14 = 1 (the cosine terms cancel since cosine is even).

A tangent is parallel to this secant wherever f′(x) = 1−sin(x) = 1, which happens exactly when sin(x) = 0, i.e. at x = 0, ±π, ±2π, …

Check which of these fall inside [−7,7]: π ≈ 3.14 and 2π ≈ 6.28 both fit (since 6.28<7), but 3π ≈ 9.42 does not.

That gives x = 0, π, −π, 2π, −2π — five points total. The correct answer is D.

12
Standard trigonometric limit · ratio of sines

limx→0 sin(5x)/sin(2x) is

Full Explanation

Use the standard limit limu→0 sin(u)/u = 1. Rewrite the expression to expose this pattern: sin(5x)/sin(2x) = [sin(5x)/(5x)] · [5x/(2x)] · [(2x)/sin(2x)].

As x→0, the first and third bracketed factors both approach 1, leaving just the middle ratio: 5x/(2x) = 5/2.

The correct answer is B.

13
A limit combining 1−cos(u) with a higher power

limx→0 [1−cos(3x)] / x2 is

Full Explanation

Use the standard limit limu→0 [1−cos(u)]/u2 = 1/2. Rewrite with u=3x: [1−cos(3x)]/x2 = [1−cos(3x)]/(3x)2 · 9 (multiplying and dividing by 9 to turn x2 into (3x)2).

As x→0 (so 3x→0 too), the first factor approaches 1/2 by the standard limit.

(1/2) × 9 = 9/2. The correct answer is B.

14
Standard trigonometric limit · tangent over x

limx→0 tan(2πx)/x is

Full Explanation

Since tan(u) = sin(u)/cos(u) and cos(u) → 1 as u→0, tan(u) behaves just like sin(u) for small u, so limu→0 tan(u)/u = 1 as well.

Rewrite the expression to match this pattern: tan(2π x)/x = [tan(2π x)/(2π x)] × 2π.

As x→0, the bracketed factor approaches 1, leaving 1 × 2π = 2π.

The correct answer is D.

14 down, 5 to go — almost there.

Explore 1,500+ Free AP Calculus BC Problems
15
Challenge · a classic limit involving sin(1/x)

limx→∞ x·sin(1/x)

Full Explanation

Let u=1/x. As x→∞, u→0+, and the expression becomes x· sin(1/x) = sin(u)/u.

This is exactly the standard limit limu→0 sin(u)/u = 1.

The correct answer is A.

16
Parametric derivative · a cycloid-style curve

x = t+sin(t) and y = 1+cos(t). Choose the alternative that is the derivative dy/dx.

Full Explanation

Differentiate each equation with respect to t: dx/dt = 1+cos(t) and dy/dt = −sin(t).

Use dy/dx = (dy/dt)/(dx/dt): dy/dx = −sin(t)/(1+cos(t)).

The correct answer is B.

17
Parametric derivative · an astroid-style curve

x = sin3(θ) and y = cos3(θ). Choose the alternative that is the derivative dy/dx.

Full Explanation

Use the chain rule for each: dx/dθ = 3sin2(θ)cos(θ) and dy/dθ = −3cos2(θ)sin(θ).

dy/dx = [−3cos2(θ)sin(θ)] / [3sin2(θ)cos(θ)]. The factor of 3 cancels, along with one power each of sin and cos.

This leaves −cos(θ)/sin(θ) = −cot(θ).

The correct answer is A.

18
Parametric derivative · exponential functions

x = 1+e−t and y = t−et. Choose the alternative that is the derivative dy/dx.

Full Explanation

Differentiate each: dx/dt = −e−t and dy/dt = 1−et.

dy/dx = (1−et) / (−e−t) = −(1−et) · et (multiplying numerator and denominator by et to clear the negative exponent).

Distribute: −(1−et)et = (et−1)et = e2t−et.

The correct answer is B.

19
Parametric derivative · simplifying in terms of x

x = 1/(3−t) and y = 2−ln(3−t) (t<3). Choose the alternative that is the derivative dy/dx.

Full Explanation

Differentiate each: dx/dt = 1/(3−t)2 (using the power/chain rule on (3−t)−1), and dy/dt = 1/(3−t).

dy/dx = [1/(3−t)] ÷ [1/(3−t)2] = (3−t)2/(3−t) = (3−t).

Since x = 1/(3−t), it follows that (3−t) = 1/x. Substituting gives a clean expression purely in terms of x.

dy/dx = 1/x. The correct answer is C.

Want more practice like this?

Explore 1,500+ Free AP Calculus BC Problems

Keep building your skills with the full AP Calculus BC QBank — thousands of free, official-style practice problems with instant scoring and detailed explanations.