How to attack free-response questions and earn easy partial credit.
⏱️ ~3-4 hours of focused work∬ AP Calculus BC
title: "AP Calculus BC FRQ Practice Guide"
description: "Master the 6 FRQ archetypes: rate-in/rate-out, particle motion, polar/parametric, area/volume, series, and differential equations. Includes templates and worked examples."
date: "2026-01-15"
examDate: "May AP Exam"
topics:
FRQ Archetypes
Worked Examples
Scoring Rubrics
The AP Exam gives you 6 free-response questions. Each tests predictable patterns the College Board has reused for 20+ years. Master these templates, and you'll know exactly what to write when you see an FRQ on exam day.
The 6 FRQ archetypes
Archetype 1: Rate In / Rate Out (AB-shared)
Pattern: Water flows into/out of a tank or container. You're given a rate function and asked to find accumulated water, average rate, or when the container overflows.
Template:
Set up accumulation integral: amount=∫ab(rate in−rate out)dt.
Evaluate the integral.
Interpret units (gallons, liters, cubic feet).
Worked Example:
Water flows into a tank at a rate of (20+t) gallons/hour, and drains at 15 gallons/hour, for 0≤t≤10. The tank initially holds 50 gallons.
(b) Find the arc length of the curve from t=0 to t=2.
Solution:L=∫02(2t)2+(3t2)2dt=∫024t2+9t4dt=∫02t4+9t2dt
Using u=4+9t2, du=18tdt:
L=181∫440udu=181⋅32u3/2440=271[403/2−8]≈9.07
Archetype 3: Polar Curves (BC-only)
Pattern: A curve is defined in polar form r=f(θ). Find area enclosed, area between curves, or arc length.
Template:
Area:A=21∫αβr2dθ.
Area between:A=21∫αβ(router2−rinner2)dθ.
Worked Example:
Find the area enclosed by r=2+2cosθ.
Solution:
The curve is a cardioid. By symmetry, it completes one loop for 0≤θ≤2π.
A=21∫02π(2+2cosθ)2dθ=21∫02π(4+8cosθ+4cos2θ)dθ
Using cos2θ=21+cos2θ:
A=21[4θ+8sinθ+2(θ+2sin2θ)]02π=21⋅12π=6π
Archetype 4: Area and Volume (AB-shared)
Pattern: Find area between curves or volume by rotating about an axis.
Template:
Area between:∫ab(top−bottom)dx or ∫cd(right−left)dy.
Volume (disk):V=π∫ab[R(x)]2dx.
Volume (washer):V=π∫ab([R(x)]2−[r(x)]2)dx.
💡 Tip: Always identify the axis of rotation. If rotating about y=k (not the x-axis), adjust the radius: R=∣f(x)−k∣.
Archetype 5: Series and Convergence (BC-only)
Pattern: Determine if a series converges, find its sum, estimate error, or find the interval of convergence for a power series.
Template for convergence:
Geometric: Does it have the form ∑arn? If ∣r∣<1, it converges to 1−ra.
p-series: Does it have the form ∑np1? Converges iff p>1.
Ratio test: Compute L=limn→∞anan+1. If L<1, converges; L>1, diverges; L=1, test inconclusive.
Alternating: If (−1)nan where an is decreasing and liman=0, then converges (but may not converge absolutely).
Template for Lagrange error:∣Rn(x)∣≤(n+1)!M∣x−a∣n+1
where M=max∣f(n+1)(t)∣ on the interval.
Worked Example:
(a) Determine if ∑n=1∞2nn converges. If so, justify your test.
Solution: Use the ratio test.
limn→∞anan+1=limn→∞n/2n(n+1)/2n+1=limn→∞2nn+1=21<1
By the Ratio Test, the series converges.
(b) Find the interval of convergence for ∑n=0∞n+1(x−2)n.
Solution: Use the ratio test on (x−2)n.
limn→∞n+2(x−2)n+1⋅(x−2)nn+1=∣x−2∣limn→∞n+2n+1=∣x−2∣
Converges when ∣x−2∣<1, so 1<x<3 (open interval).
Test x=1:∑n+1(−1)n — alternating series, decreasing to 0, converges.
Test x=3:∑n+11=∑n1 (harmonic) — diverges.
IOC:[1,3).
Archetype 6: Taylor Polynomials and Power Series (BC-only)
Pattern: Write a Taylor polynomial about x=a, find Lagrange error bound, or use a known series to approximate a value.
Template:Pn(x)=∑k=0nk!f(k)(a)(x−a)k
Worked Example:
Write the 4th-degree Taylor polynomial for f(x)=ex centered at x=0. Use it to approximate e0.1 and find a bound on the error.
Solution:
All derivatives of ex are ex, so f(k)(0)=1 for all k.
P4(x)=1+x+2x2+6x3+24x4P4(0.1)=1+0.1+0.005+0.000167+0.0000042≈1.1052
Error bound:∣R4(0.1)∣≤5!M(0.1)5 where M=max∣et∣ on [0,0.1].
Since et≤e0.1<1.11 on [0,0.1]:
∣R4(0.1)∣<1201.11⋅(0.1)5≈0.000000925
⚠️ FRQ trap: Always compute the maximum of the derivative explicitly. Use calculus or endpoint analysis; don't just guess a bound.
Scoring rubric checklist
Every FRQ rubric demands:
Setup: Clearly state the integral, differential equation, or formula you're using.
Execution: Show all algebraic steps; don't jump to the answer.
Justification: If asked to justify, cite the theorem by name (MVT, IVT, First Derivative Test, Ratio Test, etc.).
Units: Always include them on applied problems.
Answer: Box your final answer or clearly state it in a sentence.
Ready to drill? Pick one archetype, solve 2-3 problems, then move to the next. Browse more FRQ examples →. You've got the patterns — now execute. 🎯