← All Exam Answers

2025 AP Calculus AB Free-Response Questions — Full Solutions

Complete worked solutions with scoring breakdowns for all 6 FRQs

6 Questions24 Parts TotalFull Solutions Included

Questions 1–2 (Part A, 30 min) permit a graphing calculator. Questions 3–6 (Part B, 60 min) do not.

Question 1

Calculator OK

Invasive Species Spread Rate

Rate, Average Value & Optimization

Hard
An invasive species of plant appears in a fruit grove at time t=0t = 0 and begins to spread. The function CC defined by C(t)=7.6arctan(0.2t)C(t) = 7.6\arctan(0.2t) models the number of acres in the fruit grove affected by the species tt weeks after the species appears. It can be shown that C(t)=3825+t2C'(t) = \dfrac{38}{25 + t^2}. (Calculator should be in radian mode.)
Part AEasy2 points
Find the average number of acres affected by the invasive species from time t=0t = 0 to time t=4t = 4 weeks. Show the setup for your calculations.

Answer

14004C(t)dt=14(11.112896)=2.7782242.778\dfrac{1}{4-0}\int_0^4 C(t)\,dt = \dfrac{1}{4}(11.112896) = 2.778224 \approx 2.778 acres
Full Solution & Work

Apply the average value formula

The average value of CC on [0,4][0,4] is:
14004C(t)dt\frac{1}{4-0}\int_0^4 C(t)\,dt

Evaluate with a calculator

04C(t)dt=11.112896\int_0^4 C(t)\,dt = 11.112896

14(11.112896)=2.778224\frac{1}{4}(11.112896) = 2.778224

From
t=0t=0 to t=4t=4 weeks, the average number of acres affected was **2.778 acres**.

AP Scoring — 2 Points

**P1**: Correct average-value setup 1404C(t)dt\frac{1}{4}\int_0^4 C(t)\,dt (division by 4 can be shown implicitly via the correct answer).
**P2**: Correct answer 2.778, accurate to three decimal places.
Part BMedium2 points
Find the time tt when the instantaneous rate of change of CC equals the average rate of change of CC over the time interval 0t40 \leq t \leq 4. Show the setup for your calculations.

Answer

t=2.1542982.154t = 2.154298 \approx 2.154 weeks
Full Solution & Work

Find the average rate of change of C on [0,4]

C(4)C(0)40=1.282008\frac{C(4)-C(0)}{4-0} = 1.282008

(since
C(0)=0C(0)=0 and C(4)=7.6arctan(0.8)=5.128031C(4) = 7.6\arctan(0.8) = 5.128031)

Set the instantaneous rate equal to it and solve

C(t)=3825+t2=1.282008C'(t) = \frac{38}{25+t^2} = 1.282008

Solving with a calculator:
t=2.154298t = 2.154298.

AP Scoring — 2 Points

**P1**: Uses the correct average rate of change C(4)C(0)40\frac{C(4)-C(0)}{4-0} (or an equivalent expression like 1.2821.282).
**P2**: Correct answer
t=2.154t = 2.154, supported by the equation C(t)=1.282C'(t) = 1.282.

Common mistake: Presenting only "$t = 1.282$" without the supporting equation earns neither point — the average rate of change and the equation $C'(t) = \text{average rate}$ must both appear.

Part CEasy2 points
Assume that the invasive species continues to spread according to the given model for all times t>0t > 0. Write a limit expression that describes the end behavior of the rate of change in the number of acres affected by the species. Evaluate this limit expression.

Answer

limtC(t)=limt3825+t2=0\lim_{t \to \infty} C'(t) = \lim_{t \to \infty} \dfrac{38}{25+t^2} = 0
Full Solution & Work

Write the limit of the rate function

The rate of change is C(t)C'(t), so the end behavior is described by:
limtC(t)=limt3825+t2\lim_{t \to \infty} C'(t) = \lim_{t \to \infty} \frac{38}{25+t^2}

Evaluate

As tt \to \infty, the denominator 25+t225+t^2 \to \infty while the numerator stays fixed at 38, so:
limt3825+t2=0\lim_{t \to \infty} \frac{38}{25+t^2} = 0

AP Scoring — 2 Points

**P1**: Correct limit expression — either limtC(t)\lim_{t\to\infty} C'(t) or limt3825+t2\lim_{t\to\infty} \frac{38}{25+t^2}. Writing limtC(t)\lim_{t\to\infty} C(t) instead does **not** earn this point (that describes the acres, not the rate).
**P2**: Correct value 0.

Common mistake: A very common slip: writing $\lim_{t\to\infty} C(t)$ instead of $C'(t)$. The question asks about the *rate of change*, so it must be the derivative inside the limit.

Part DHard3 points
At time t=4t = 4 weeks after the invasive species appears in the fruit grove, measures are taken to counter the spread of the species. The function AA, defined by A(t)=C(t)4t0.1ln(x)dxA(t) = C(t) - \int_4^t 0.1\ln(x)\,dx, models the number of acres affected by the species over the time interval 4t364 \leq t \leq 36. At what time tt, for 4t364 \leq t \leq 36, does AA attain its maximum value? Justify your answer.

Answer

t=11.442t = 11.442 (or 11.44111.441) weeks
Full Solution & Work

Differentiate A using FTC

By the Fundamental Theorem of Calculus:
A(t)=C(t)0.1lntA'(t) = C'(t) - 0.1\ln t

Set A'(t) = 0 and solve

A maximum on [4,36][4,36] occurs where A(t)=0A'(t)=0 or at an endpoint.
A(t)=C(t)0.1lnt=0    C(t)=0.1lntA'(t) = C'(t) - 0.1\ln t = 0 \implies C'(t) = 0.1\ln t

Solving numerically:
t=11.441700t = 11.441700.

Candidates test

tA(t)45.12803111.44177.316978361.743056\begin{array}{c|c} t & A(t) \\\hline 4 & 5.128031 \\ 11.4417 & 7.316978 \\ 36 & 1.743056 \end{array}

The largest value of
A(t)A(t) occurs at t=11.442t = 11.442.

AP Scoring — 3 Points

**P1**: Considers A(t)=0A'(t) = 0, i.e. sets C(t)0.1lnt=0C'(t) - 0.1\ln t = 0 (equivalently C(t)=0.1lntC'(t)=0.1\ln t). Just presenting t=11.4417t=11.4417 without this equation does **not** earn the point.
**P2**: A complete justification — either a candidates-test table evaluating
A(4)A(4), A(11.442)A(11.442), A(36)A(36), or a sign analysis of A(t)A'(t) around t=11.442t=11.442.
**P3**: Correct final answer
t=11.442t = 11.442 (or 11.441), supported by the work above.

Common mistake: A first- or second-derivative test alone (a *local* argument) does not earn the justification point on a closed-interval max/min question — AP requires a *global* argument: either compare $A$ at all candidates (endpoints + critical points), or show $A'$ changes from $+$ to $-$ specifically at $t=11.442$ and note it's the only critical point in the interval.

Study the concept

Learn the theory behind this question type with worked examples and strategy tips.

Practice More
Gary Chang

Gary Chang

Calculus Educator

5+ Years of Calculus Teaching Experience | AP Calculus Specialist. Dedicated to helping students master calculus through step-by-step logic and clear visualizations.

Want to go deeper?

Practice FRQ by topic

Master each concept type before the next exam.

Browse All FRQ Types