AP Calculus AB and BC

30 AP Calculus Exit Tickets by Unit

An exit ticket earns its two minutes only if it produces one line you can sort into got it, close, or missed it without rereading, since the goal is choosing what to reteach tomorrow, not grading tonight. The thirty below are grouped by unit, limits through BC series, each stating that one required line.

Sort the stack, do not grade it

A bell ringer opens class by making a student commit to something before computing. An exit ticket closes class the other way: it asks for the one line that proves the day's method landed, written in the last two minutes while the work is still fresh. The two live at opposite ends of the same period, and a class that runs both gets a read on a misconception both before and after the lesson meets it.

Each entry below lists the prompt and, separately, the one line a correct answer has to contain. That line is rarely the final number. On a related rates problem, two students can both write down the same rate while only one of them actually differentiated the constraint equation with respect to time before substituting, and that step is the part worth checking in two minutes flat.

Limits (Unit 1)

A limit exit ticket should confirm a student reaches for algebra before a calculator, and can tell a hole apart from an asymptote.

PromptThe one line a correct answer must include
Evaluate limx4x2x4\lim_{x \to 4} \frac{\sqrt{x}-2}{x-4}.Multiplying by the conjugate x+2\sqrt{x}+2 over itself before canceling, reaching 14\frac{1}{4}.
A piecewise function is f(x)=x+1f(x)=x+1 for x<2x<2 and f(x)=3x3f(x)=3x-3 for x2x \ge 2. Is ff continuous at x=2x=2?Comparing the left-hand limit (33) to f(2)f(2) (33) and confirming the two match before declaring continuity.
Find limx3x256x2+x\lim_{x \to \infty} \frac{3x^2-5}{6x^2+x}.Dividing every term by x2x^2, the highest power present, to reach 12\frac{1}{2} rather than 00 or infinity.
Does f(x)=1x1f(x)=\frac{1}{x-1} have a removable or non-removable discontinuity at x=1x=1?Naming it non-removable because the one-sided limits run to opposite infinities instead of approaching one shared finite value.

Derivatives basics (Unit 2)

These tickets check the rules a student needs on reflex: rewriting a radical before the power rule, ordering the quotient rule's numerator, and recalling tangent's derivative correctly.

PromptThe one line a correct answer must include
Differentiate f(x)=4x32xf(x)=4x^3-2\sqrt{x}.Rewriting x\sqrt{x} as x1/2x^{1/2} before applying the power rule, reaching f(x)=12x21xf'(x)=12x^2-\frac{1}{\sqrt{x}}.
Differentiate f(x)=x2x+1f(x)=\frac{x^2}{x+1} with the quotient rule.Keeping the numerator order as (derivative of top)(bottom) minus (top)(derivative of bottom), reaching f(x)=x2+2x(x+1)2f'(x)=\frac{x^2+2x}{(x+1)^2}.
State ddx[tanx]\frac{d}{dx}[\tan x] from memory, then differentiate g(x)=5tanx+2xg(x)=5\tan x+2x.Recalling ddx[tanx]=sec2x\frac{d}{dx}[\tan x]=\sec^2 x, not secant's own derivative, then reaching g(x)=5sec2x+2g'(x)=5\sec^2 x+2.
Differentiate f(x)=x2exf(x)=x^2e^x with the product rule.Adding (derivative of first)(second) to (first)(derivative of second), then factoring to f(x)=ex(x2+2x)f'(x)=e^x(x^2+2x).

Chain rule, implicit, and inverse functions (Unit 3)

A student differentiating yny^n inside an implicit equation is running the chain rule on yy itself, which is the habit these four tickets isolate.

ddx[yn]=nyn1dydx\frac{d}{dx}\big[y^n\big] = n\,y^{n-1}\,\frac{dy}{dx}
PromptThe one line a correct answer must include
Differentiate f(x)=(3x1)5f(x)=(3x-1)^5.Naming 3x13x-1 as the inner function and multiplying by its derivative, 33, reaching f(x)=15(3x1)4f'(x)=15(3x-1)^4.
Differentiate f(x)=esinxf(x)=e^{\sin x}.Leaving esinxe^{\sin x} untouched and multiplying by the derivative of the exponent, cosx\cos x.
Find dydx\frac{dy}{dx} for x3+y3=6xyx^3+y^3=6xy at the point (3,3)(3,3).Attaching dydx\frac{dy}{dx} to every differentiated yy term before isolating it, then reporting dydx=1\frac{dy}{dx}=-1 at that point.
Differentiate y=arctan(3x)y=\arctan(3x).Matching 3x3x to uu in ddx[arctanu]=u1+u2\frac{d}{dx}[\arctan u]=\frac{u'}{1+u^2}, reaching y=31+9x2y'=\frac{3}{1+9x^2}.

Applications of derivatives (Units 4 and 5)

These five close a lesson on what the derivative is doing to a real quantity: a rate, an extremum, a change in concavity.

PromptThe one line a correct answer must include
A spherical balloon's volume grows at 12 in3/s12\text{ in}^3/\text{s}. How fast is the radius changing when r=3r=3 in?Differentiating V=43πr3V=\frac{4}{3}\pi r^3 with respect to time to dVdt=4πr2drdt\frac{dV}{dt}=4\pi r^2\frac{dr}{dt} before substituting, reaching drdt=13π\frac{dr}{dt}=\frac{1}{3\pi} in/s.
Two numbers sum to 2020. Minimize the sum of their squares.Writing the objective in one variable before differentiating, then confirming x=10x=10 is a minimum by a sign check or the second derivative, not stopping at the critical number.
f(x)=2x33x212x+5f(x)=2x^3-3x^2-12x+5 on [2,3][-2,3]. Find the absolute maximum value.Evaluating ff at both critical numbers and both endpoints, the full Candidates Test, to reach a maximum value of 1212 at x=1x=-1.
A particle has v(t)=t24t+3v(t)=t^2-4t+3 and a(t)=2t4a(t)=2t-4. Is it speeding up or slowing down at t=0.5t=0.5?Comparing the signs of v(0.5)=1.25v(0.5)=1.25 and a(0.5)=3a(0.5)=-3; opposite signs mean the particle is slowing down.
f(x)=x44x3f(x)=x^4-4x^3. Find every inflection point.Setting f(x)=12x224x=0f''(x)=12x^2-24x=0 to get x=0,2x=0,2, then confirming a sign change in ff'' at each before naming both as inflection points.

Integration (Unit 6)

An integration exit ticket should show whether a student evaluates a definite integral correctly, tracks a substitution back to the original variable, and reads a Riemann sum's direction of error.

abf(x)dx=f(b)f(a)\int_{a}^{b} f'(x)\,dx = f(b) - f(a)
PromptThe one line a correct answer must include
Evaluate 02(3x2+1)dx\int_0^2 (3x^2+1)\,dx.Evaluating the antiderivative x3+xx^3+x at both bounds and subtracting, F(2)F(0)=10F(2)-F(0)=10, with no +C+C left in a definite integral.
Evaluate xx2+1dx\int x\sqrt{x^2+1}\,dx using substitution.Naming u=x2+1u=x^2+1, adjusting for the missing factor of 12\frac{1}{2}, and returning to xx at the end: 13(x2+1)3/2+C\frac{1}{3}(x^2+1)^{3/2}+C.
A left Riemann sum with equal subintervals estimates 15f(x)dx\int_1^5 f(x)\,dx for a decreasing ff. Overestimate or underestimate?Naming the left endpoint as the greatest value of a decreasing function on each subinterval, so the sum overestimates the true area.
State the identity for abf(x)dx\int_a^b f'(x)\,dx in words, then evaluate it for f(x)=x2f(x)=x^2 on [1,3][1,3].Naming it as undoing the derivative rather than restating a derivative rule, then computing f(3)f(1)=8f(3)-f(1)=8.

Differential equations (Unit 7)

A differential equations ticket should confirm a student can check a proposed solution by substitution, separate variables cleanly, and step forward with Euler's method without skipping a step.

yn+1=yn+hf(xn,yn)y_{n+1} = y_n + h \cdot f(x_n, y_n)
PromptThe one line a correct answer must include
Verify that y=3e2xy=3e^{2x} solves dydx=2y\frac{dy}{dx}=2y.Differentiating the proposed solution to y=6e2xy'=6e^{2x} and substituting into the right side, 2y=6e2x2y=6e^{2x}, to confirm both sides match.
Solve dydx=xy\frac{dy}{dx}=\frac{x}{y} with y(0)=3y(0)=3.Separating to ydy=xdxy\,dy=x\,dx, integrating to y22=x22+C\frac{y^2}{2}=\frac{x^2}{2}+C, and using the initial condition to fix C=92C=\frac{9}{2} before reaching y=x2+9y=\sqrt{x^2+9}.
Use Euler's method with step size 0.50.5 to estimate y(1)y(1) for dydx=x+y\frac{dy}{dx}=x+y, y(0)=1y(0)=1.Applying yn+1=yn+hf(xn,yn)y_{n+1}=y_n+h\cdot f(x_n,y_n) twice in sequence, reaching an estimate of y(1)2.5y(1)\approx 2.5.

Applications of integrals (Unit 8)

Setup is what an exit ticket should time here, since a student who sets up the right integral almost never botches the arithmetic that follows.

PromptThe one line a correct answer must include
Set up, without evaluating, the area between y=xy=\sqrt{x} and y=x2y=\frac{x}{2} from their left intersection to their right one.Finding the intersections x=0x=0 and x=4x=4 first, then testing a point to confirm x\sqrt{x} is on top: 04(xx2)dx\int_0^4\left(\sqrt{x}-\frac{x}{2}\right)dx.
A solid's cross sections perpendicular to the xx-axis are squares with side s(x)=xs(x)=x, from x=0x=0 to x=2x=2. Set up the volume integral.Squaring the side length before integrating, since a square cross section's area is s(x)2s(x)^2: V=02x2dxV=\int_0^2 x^2\,dx.
Find the average value of f(x)=cosxf(x)=\cos x on [0,π/2][0,\pi/2].Dividing by the interval length π2\frac{\pi}{2} outside the integral, reaching an average value of 2π\frac{2}{\pi}.

BC parametric and series (Units 9 and 10)

BC sections pick up two extra units, and both reward the same habit as everything above: build the general formula first, then substitute.

PromptThe one line a correct answer must include
x(t)=costx(t)=\cos t, y(t)=sinty(t)=\sin t. Find dydx\frac{dy}{dx} at t=π/4t=\pi/4.Building the ratio dy/dtdx/dt\frac{dy/dt}{dx/dt} instead of differentiating yy directly with respect to xx, reaching 1-1 at t=π/4t=\pi/4.
Does n=1nn+1\sum_{n=1}^{\infty}\frac{n}{n+1} converge or diverge? Name the test.Checking that the terms approach 11, not 00, and naming the nth-term test as the reason the series diverges.
Write the Maclaurin series for cosx\cos x through the x4x^4 term.Using only even powers with alternating signs and factorial denominators, reaching 1x22+x4241-\frac{x^2}{2}+\frac{x^4}{24}.
dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}

Reading a stack in five minutes

Reading thirty tickets cold takes twenty minutes and tells you nothing you can use tomorrow morning. Read for the one required line only, and the same stack takes five.

  • Make three piles as you go, not after: got it, close, missing it. One pass, no second reading, no marks on the paper yet.
  • Look only for the required line, not the full derivation. A ticket that reaches the right line with a small arithmetic slip after it still counts as got it.
  • Watch the missing pile's size, not any one paper in it. A single miss is a student; a third of the stack missing the same line is tomorrow's opener.
  • Skip the partial pile's detail work. It exists to separate got it from missing it, not to assign partial credit, since these stay ungraded.

When the missing pile is large

If more than a third of the stack lands in missing it, reteach the one required line at the start of the next class before assigning new practice. A pile that size is the lesson telling you it did not land, not a batch of careless students.

Worked examples

Worked example

The folium exit ticket, worked in full

Find dydx\frac{dy}{dx} for x3+y3=6xyx^3+y^3=6xy at the point (3,3)(3,3).

  1. Confirm the point lies on the curve: 33+33=27+27=543^3+3^3=27+27=54, and 6(3)(3)=546(3)(3)=54, so (3,3)(3,3) works.
  2. Differentiate both sides with respect to xx, attaching dydx\frac{dy}{dx} to every yy term through the chain rule: 3x2+3y2dydx=6y+6xdydx3x^2+3y^2\frac{dy}{dx}=6y+6x\frac{dy}{dx}.
  3. Collect every dydx\frac{dy}{dx} term on one side: 3y2dydx6xdydx=6y3x23y^2\frac{dy}{dx}-6x\frac{dy}{dx}=6y-3x^2, then factor and divide by 33: dydx=2yx2y22x\frac{dy}{dx}=\frac{2y-x^2}{y^2-2x}.
  4. Substitute x=3x=3, y=3y=3: dydx=2(3)32322(3)=6996=33=1\frac{dy}{dx}=\frac{2(3)-3^2}{3^2-2(3)}=\frac{6-9}{9-6}=\frac{-3}{3}=-1.

dydx=1\frac{dy}{dx}=-1 at (3,3)(3,3).

Worked example

Two steps of Euler's method, worked in full

Use Euler's method with step size 0.50.5 to estimate y(1)y(1) if dydx=x+y\frac{dy}{dx}=x+y and y(0)=1y(0)=1.

  1. Start at x0=0x_0=0, y0=1y_0=1. The slope there is f(x0,y0)=0+1=1f(x_0,y_0)=0+1=1.
  2. Step forward: y1=y0+hf(x0,y0)=1+0.5(1)=1.5y_1=y_0+h\cdot f(x_0,y_0)=1+0.5(1)=1.5 at x1=0.5x_1=0.5.
  3. Find the slope at the new point: f(x1,y1)=0.5+1.5=2f(x_1,y_1)=0.5+1.5=2.
  4. Step forward again: y2=y1+hf(x1,y1)=1.5+0.5(2)=2.5y_2=y_1+h\cdot f(x_1,y_1)=1.5+0.5(2)=2.5 at x2=1.0x_2=1.0.

y(1)2.5y(1)\approx 2.5.

Frequently asked questions

How is an exit ticket different from a bell ringer?

A bell ringer opens class and asks a student to predict or name a method before computing anything. An exit ticket closes class and asks for proof the method from that day's lesson actually landed, checked in the last two minutes while the steps are still fresh. Running both gives a read on the same misconception at the start and the end of one period.

Should exit tickets be graded?

No. Grading pushes a student to protect a score instead of giving an honest attempt, and the honest wrong answer is the one that tells you where a misconception lives. Sort the stack into got it, close, and missing it, and use the missing pile to plan tomorrow's opener instead of entering a score.

Do AB and BC sections use different exit tickets?

AB and BC share the first seven groups above, covering units one through eight. BC students add the eighth group, parametric and series, since those two units only appear on the BC exam.