Differential equations are BC-exclusive territory, and this unit rewards knowing a handful of standard models cold: Newton's Law of Cooling (a quantity approaching a limiting value at a rate proportional to how far away it still is), exponential decay (a quantity shrinking at a rate proportional to itself), and logistic growth (a population that grows fastest at half its carrying capacity and levels off as it approaches that capacity). Alongside these models, the exam tests Euler's method as a numerical way to approximate a solution when no clean closed form exists, and slope fields as a visual way to read a differential equation's behavior directly off a picture.
Euler's method works by repeatedly taking a small step in the direction the differential equation says the solution is currently heading: ynew = yold + (slope at the current point)×Δ x, then moving to the new point and repeating. It's an approximation, not the exact solution, so a natural follow-up question is always how far off that approximation actually is compared to solving the equation exactly. For logistic growth dP/dt = kP(1−P/L), the single fact worth memorizing is that the growth rate is a maximum exactly when P=L/2 — before that point growth is accelerating, after it growth is decelerating even though the population is still increasing. For a slope field, the key reading skill is noticing which variable the slope actually depends on: if the pattern of dashes looks identical across every column (doesn't change with x) but does change from row to row, the differential equation must be a function of y alone, and vice versa.
Below are 11 AP Calculus BC-style practice problems covering Euler's method and its error, Newton's Law of Cooling, exponential decay, logistic growth, reading a slope field, and motion under constant gravitational acceleration. 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.