AP Calculus AB Unit 7 — Differential Equations Worksheet
Unit 7 is where calculus stops describing a curve you were handed and starts building one out of a description of how something changes. Four skills carry the whole unit: turning a sentence into a differential equation, checking a proposed solution by substitution, reading a slope field for long-run behaviour, and separating variables to solve an initial value problem outright. Read the questions on this page, then print the free PDF when you want to write on it.
Practice worksheet — free PDF
No email, no account, no watermark. Teachers: photocopy it for your classes freely. Worked solutions and 7 harder problems come with the AP Calculus AB bundle.
All 8 questions
Each question targets one named concept from the sheet. Read them here, or print the PDF — it has working space under each one.
-
Q1Modeling Situations with Differential Equations
Translate each statement into a differential equation. Use for a constant of proportionality and do not attempt to solve anything.
- In a maple-sap evaporator the volume of sap, in litres, changes at a rate proportional to the difference between and litres. Let be measured in hours.
- The depth of snow on a flat roof, in centimetres, decreases at a rate inversely proportional to the square root of . Let be measured in days.
- At every point on the graph of , the slope of the tangent line equals the product of the -coordinate and the square of the -coordinate.
-
Q2Verifying Solutions for Differential Equations
Consider the differential equation . For each function below, decide by substitution whether it is a solution, showing both sides of the equation: For the one that is not a solution, state exactly how much the two sides differ by.
-
Q3Sketching Slope Fields
On the grid below, sketch the slope field for at the nine lattice points with and : at each point draw a short segment whose slope is the value the differential equation gives there. Then state which points in the plane get a horizontal segment.
A blank Cartesian grid for this question is on the printable PDF.
-
Q4Reasoning Using Slope Fields
The slope field for is defined at every point of the plane.
- On the grid, draw the segments at the lattice points with and , then sketch the solution curve through for .
- State for that curve and justify your answer from the slope field, not from a formula.
A blank Cartesian grid for this question is on the printable PDF.
-
Q5Finding General Solutions Using Separation of Variables
Find the general solution of . Write your answer with isolated.
-
Q6Finding Particular Solutions Using Initial Conditions
Solve the initial value problem with . Show how the initial condition settles the absolute value that the logarithm produces.
-
Q7Exponential Models with Differential Equations
A tank of algae is grown for biofuel. Its mass , in kilograms, satisfies , where is measured in days, and kilograms.
- Find .
- Find the exact mass after days.
- Interpret the constant in the context of the tank, using correct units.
-
Q8Synthesis — drawing on several topics in this unit
Consider the differential equation .
- Verify that is a solution, and state the initial condition it satisfies at .
- Find the general solution by separation of variables, and show that the function in part (a) is the member of that family fixed by your initial condition.
- Explain why the differential equation assigns no slope at all to a point where , and what that means for the slope field along the -axis.
The 7 challenge problems for this topic are a separate, paid sheet and are not reproduced here.
Which stream is this for? This is AP Calculus AB. Two Unit 7 topics belong to BC only — Euler's method and logistic growth — and they appear nowhere in this set, not in the questions, not in the explanations. Everything here is on the AB exam, and it is written to the depth the AB free-response questions expect.
How to do every concept on this sheet
This is the part worksheet sites usually leave out. Below is the actual reasoning behind each group of questions — not a full solution set, the decisions that get you to one. Read it before you start, or after you get stuck.
Turning a sentence into a differential equation (Q1)
Q1 asks you to translate three descriptions and explicitly tells you not to solve anything. That instruction is the whole point: modelling is a separate skill from solving, and it is tested separately. Translate phrase by phrase, and the equation assembles itself.
The phrase book. "The rate of change of V with respect to t" is dV/dt — the letters in the derivative come from the sentence, not from habit. "Proportional to V" is kV. "Proportional to the difference between V and 40" is k(V − 40) — the difference goes inside the bracket, whole, before k multiplies it. "Inversely proportional to the square root of h" is k/√h. And "the slope of the tangent line at (x, y) equals x times y squared" is dy/dx = xy² with no k at all: "equals" is an equation, "is proportional to" is an equation with a constant in it. Inserting a k the sentence never asked for costs the mark.
Notice what that single equation already knows. When V is above 40, the bracket is positive; when V is below 40, it is negative. So the bracket alone tracks which side of 40 the quantity is on, and the sign of k decides what happens next.
Pinning down the sign of k. Take dV/dt = k(V − 40) with V currently above 40 and falling toward it. Then V − 40 > 0, and "falling" means dV/dt < 0. A negative number equals k times a positive number, so k < 0. Run the same argument from below 40 and rising: V − 40 < 0 and dV/dt > 0, and again k < 0. That is the pattern worth memorising — k < 0 means the quantity is drawn toward 40 from whichever side it starts on, and k > 0 means it is driven away. When a question gives you two measured values instead of words, get the sign the same way: compute the average rate of change between them for the sign of dV/dt, read the sign of the bracket from the starting value, and divide. You never have to solve the equation to answer "what is the sign of k".
One more habit from Q1: when a model only makes sense on part of the plane, say so. A depth that decreases like k/√h needs h > 0, and the model says nothing at all once the depth reaches zero. Stating the restriction is part of the answer, not decoration.
Verifying a solution — the cheapest mark in the unit (Q2, Q8a)
Q2 hands you three candidate functions for dy/dx = 2y + 6 and asks you to decide which are solutions. There is nothing to solve. A verification is always the same two-column job: differentiate the candidate to get the left side, substitute the candidate into the right side, and compare the two expressions.
y = 5e^(2x) − 3 → LHS: dy/dx = 10e^(2x) RHS: 2(5e^(2x) − 3) + 6 = 10e^(2x)Equal for every x, so it is a solution. Write both sides out even when you can see the answer: the mark is for the comparison, and "yes, it works" earns nothing on its own. Two details students lose points on. First, to disprove, a single x where the sides differ is enough — you do not need an identity. Second, when they differ by a constant, say by how much and say that it holds at every x; "they're different" is a weaker statement than the question asked for.
Q8 verifies a solution given implicitly, and there the efficient route is to clear the root first. Faced with y = (3x² + 8)^(1/3), cube both sides to y³ = 3x² + 8 and differentiate that, giving 3y²(dy/dx) = 6x, so dy/dx = 2x/y². Same verification, a third of the algebra, and no chain rule on a fractional power.
Constants are candidates too. y = −3 satisfies dy/dx = 2y + 6: its derivative is 0, and 2(−3) + 6 = 0 as well. A constant function that solves the equation is an equilibrium solution, and spotting one is worth doing early — it is the same object that governs the long-run behaviour in the slope-field questions below.
Slope fields: the equation gives a slope at every point (Q3)
A differential equation is a rule that turns a point into a slope. Feed it (x, y), out comes dy/dx there. A slope field is nothing more than that rule evaluated at a grid of lattice points and drawn as a short segment at each one. Q3 asks for exactly nine evaluations of dy/dx = x − y, and the discipline is arithmetic, not artistry.
Sketching a slope field without losing a point
Build a table first. Nine segments drawn straight from the equation is nine chances to slip.
- 1Tabulate before you draw
Make a grid of the required x and y values and fill in the number dy/dx gives at each. For dy/dx = x − y the point (1, −1) gives 1 − (−1) = 2. Getting the arithmetic done in a table separates it from the drawing, where a sign error is invisible.
- 2Ask what the right side depends on
If there is no x on the right, every segment in a horizontal row has the same slope; if there is no y, every segment in a vertical column matches. That is a free check on the whole table — and a real time-saver, since you only compute one entry per row or column.
- 3Draw slopes, not curves
Each segment is short, centred on its lattice point, and its steepness must be visibly different from its neighbours: slope 2 has to look twice as steep as slope 1, and slope 0 has to be flat. Markers look for the comparison, not for precision.
- 4Solve dy/dx = 0 for the flat ones
Horizontal segments occur exactly where the right side is zero. For x − y = 0 that is the whole line y = x, so the answer is a set of points in the plane, not just the three lattice points you drew.
- 5Follow the field to sketch a solution curve
From the given initial point, move so that the curve is always parallel to the nearby segments. It never crosses a segment; it flows along them. The field shows the whole family of solutions at once — the initial condition is what picks out one curve from it.
A line of horizontal segments is not automatically a solution. For dy/dx = x − y, the line y = x collects every horizontal segment, and it is tempting to call it a solution curve. Substitute it: the left side is dy/dx = 1, the right side is x − x = 0. Not a solution. The line y = x is where solution curves have their turning points, not a curve any solution follows. Test it the way you would test anything else — both sides, compared.
Reading the long run off a slope field, and equilibrium solutions (Q4)
Q4 asks for a limit as x → ∞ and specifically forbids getting it from a formula. That is not an obstacle; it is a faster route, and the argument has three moves.
Getting a limit out of a slope field
Worked on dy/dx = 3 − y, but the shape of the argument is general.
- 1Find the equilibrium
Set the right side to zero and solve: 3 − y = 0 gives y = 3. The constant function y = 3 satisfies the equation, so it is a solution curve — a horizontal line sitting in the field.
- 2Sign the regions above and below it
Below y = 3, the quantity 3 − y is positive, so every solution there is rising. Above y = 3 it is negative, so every solution there is falling. Both regions push toward the line: y = 3 is a stable equilibrium.
- 3Argue that the curve cannot cross
A solution starting at y = 1 is increasing and lies below the solution y = 3, which it cannot cross — two different solution curves through one point is impossible. Increasing and bounded above by 3, it approaches 3. So the limit is 3, and the curve is concave down all the way, flattening as it climbs.
The stability check, and why it matters for the limit. Find the equilibrium y = a, then look at the sign of dy/dx just above and just below it. Negative above, positive below means arrows point inward — the equilibrium is stable and nearby solutions have limit a. Positive above, negative below means arrows point outward — the equilibrium is unstable, nearby solutions run away from it, and a solution that starts above it increases without bound. In that case the honest answer is that the limit does not exist; you describe the behaviour by writing y → ∞, which is a statement about growth, not a value. Assuming every solution settles onto a horizontal asymptote is the standard way to lose this mark.
Two smaller reading skills come with the same territory. When the right side has no x in it, the field is unchanged as you slide left or right, which means any solution curve shifted horizontally is again a solution — the family is one curve and all of its translates. And where the right side is undefined, as dy/dx = 2x/y² is everywhere on the x-axis (Q8), the field has no segment at all: the equation simply declines to say what the slope is there, and a solution reaching that line would have to arrive with a vertical tangent.
Separation of variables, in the order that works (Q5, Q6)
Separation applies when the right side factors into a function of x times a function of y — 6x²y in Q5, 2xy in Q6. Everything with a y goes to the dy side, everything with an x to the dx side, and then you antidifferentiate both sides at once. The steps below are in the order that keeps the algebra clean; the common wreck is doing step 5 before step 4.
Five steps, and the order is the point
Worked on dy/dx = 2xy with y(0) = 5.
- 1Separate
Divide by y and multiply by dx: (1/y) dy = 2x dx. Note the division out loud — it assumes y ≠ 0, and that assumption comes back in a moment.
- 2Antidifferentiate both sides
∫(1/y) dy = ∫2x dx gives ln|y| = x² + C. Put + C on one side only. A constant on each side just collapses into one; writing both and then forgetting to combine them is how a sign gets lost.
- 3Do not solve for y yet
The expression ln|y| = x² + C is the most convenient form there is for the next step. Exponentiating first buys you nothing and costs you an extra constant to chase.
- 4Substitute the initial condition and find C
At x = 0, y = 5, so ln 5 = 0 + C and C = ln 5. Doing this now means C is a clean number in a clean equation. Doing it after exponentiating means solving for a constant tangled inside an exponential, which is where the algebra goes wrong.
- 5Now solve for y, and check
ln|y| = x² + ln 5 gives |y| = 5e^(x²), and so y = 5e^(x²). Differentiate it back: dy/dx = 5e^(x²) · 2x = 2xy, and y(0) = 5. The check takes ten seconds and catches almost every slip.
When there is no initial condition, as in Q5, you are asked for the general solution and C stays a letter. For dy/dx = 6x²y, separation gives ln|y| = 2x³ + C₁, then |y| = e^(C₁) · e^(2x³), and absorbing the sign into a new constant C leaves y = Ce^(2x³). The question asks for y isolated, so leaving the answer as a logarithm is an incomplete response.
What the absolute value is for. Antidifferentiating 1/y gives ln|y|, not ln y, because y might be negative. The absolute value is a genuine fork: |y| = 5e^(x²) means y is either +5e^(x²) or −5e^(x²). The initial condition settles it. Here y(0) = 5 is positive, so you are on the + branch. And you stay on it: a solution is continuous and can only change sign by passing through zero, which it cannot do, since y = 0 is itself a solution and solution curves do not cross. That last sentence is the justification the free-response rubric wants — not just "y is positive, so drop the bars".
Dividing by y throws a solution away. Step 1 divided by y, which is illegal where y = 0 — and y = 0 is a solution of dy/dx = 6x²y, since its derivative is 0 and 6x²(0) = 0. That lost singular solution has to be accounted for. Sometimes the general formula quietly recovers it: y = Ce^(2x³) gives y = 0 when C = 0, so allowing C to be any real number closes the gap. Sometimes it does not — a formula of the form 1/(something) is never zero, and the lost solution has to be stated separately. Check every time, by asking what you divided by and whether setting it to zero solves the equation.
Exponential models, and what k actually means (Q7)
dA/dt = kA is the one differential equation worth knowing by sight. Its solutions are A = A₀e^(kt), where A₀ is the value at t = 0 — you can quote that on the AP exam without deriving it, though separation reproduces it in three lines. Q7 has dA/dt = 0.15A with A(0) = 12, so A(t) = 12e^(0.15t), and the mass at t = 10 is 12e^(1.5) kilograms. When a question says exact, that expression is the answer; replacing it with a decimal is a wrong answer to the question asked.
k is a relative rate, not an amount per unit time. Rearrange the equation to k = (dA/dt)/A: a rate of change of mass divided by a mass. The units are (kg/day) ÷ kg = 1/day, or "per day" — not kilograms per day. So 0.15 means the mass grows at 15% of its current value each day; the actual kilograms added per day is 0.15A, and that number keeps climbing as A does. Interpretation questions are marked on three things at once: the number, the units, and the words "of its current value". Writing "the algae grows at 0.15 kilograms per day" scores none of them.
The same reasoning kills the most common wrong answer in the whole unit: taking an average rate of change over an interval and projecting it forward as if it were constant. In an exponential model the rate is proportional to the amount, so it changes continuously — an average over the first stretch is not a rate that continues. If you are asked when a quantity reaches a value, solve the equation for t; do not divide a total by an average.
Preview all 5 pages
Click any page to open the full PDF.
Getting the most out of it
Do the translation questions without solving anything
Q1 is worth practising alone, cold, on statements you invent. Give yourself thirty seconds per sentence and write only the equation and its restriction. Modelling is a separate exam skill from solving, and it is the one students skip because it looks too easy.
Verify every answer you produce
Q2 and Q8(a) teach a check you should then use everywhere else on the sheet. After solving Q5, Q6 or Q7, differentiate your own answer and substitute it back. It costs a line and it catches sign errors, dropped constants and a mis-solved initial condition.
Say the sign of k out loud before you compute it
Whenever a model has a constant of proportionality, state whether it is positive or negative and why, in one sentence, before touching any algebra. Growing or decaying, toward the equilibrium or away from it — if you can't say it in words, the algebra will not fix that.
Draw the slope field on the printed page, not on scrap
Q3 and Q4 come with a grid in the PDF. Use it: build the table of values first, then draw. And compare your segments with each other when you're done — the steepest and the flattest should be obviously different, because that comparison is what the drawing is marked on.
Want the solutions, or something more challenging?
The worksheet, the questions above and every explanation on this page stay free permanently. Three more PDFs exist for this topic — the worked answer key, a harder problem set, and the answer key to that. They come with the AP Calculus AB Solutions Bundle, which is what keeps the rest of the series free.
What else exists for Differential Equations
Three PDFs · 14 pages · all three are in the bundle below.
- Answer key — 3 pages. All 8 questions worked step by step, including the restrictions and the justifications. Not a list of final answers.
- Challenge problems — 7 pages, 7 problems. A separate sheet at exam-plus difficulty covering the same 7 concepts. Harder than anything on the free sheet.
- Challenge answer key — 4 pages. Every challenge problem worked to the same standard, with the checks shown.
- PDF, letter size, print-ready.
The one thing that's for sale
Every AP Calculus AB topic — the complete Solutions Bundle
One download, one payment, the whole program. Every answer key and every challenge set for all 8 AP Calculus AB worksheet sets — including this one.
- Worked solutions, not answer lists — every step written out
- Covers the whole year's program at this level
- Less than the price of one hour of tutoring — for the entire year's solutions
Taking Secondary 1 Math as well? The Secondary 1 Math bundle covers all 15 of its sets — 45 PDFs, 182 pages — on the same terms.
Taking Secondary 2 Math as well? The Secondary 2 Math bundle covers all 14 of its sets — 42 PDFs, 181 pages — on the same terms.
Taking Secondary 3 Math as well? The Secondary 3 Math bundle covers all 11 of its sets — 33 PDFs, 154 pages — on the same terms.
Taking Secondary 4 Math as well? The Secondary 4 Math bundle covers all 17 of its sets — 51 PDFs, 154 pages — on the same terms.
Taking Secondary 5 Math as well? The Secondary 5 Math bundle covers all 21 of its sets — 63 PDFs, 228 pages — on the same terms.
Taking CEGEP Calculus I as well? The CEGEP Calculus I bundle covers all 8 of its sets — 24 PDFs, 82 pages — on the same terms.
Taking CEGEP Calculus II as well? The CEGEP Calculus II bundle covers all 8 of its sets — 24 PDFs, 90 pages — on the same terms.
Taking CEGEP Linear Algebra as well? The CEGEP Linear Algebra bundle covers all 7 of its sets — 21 PDFs, 82 pages — on the same terms.
Common questions
Is this worksheet really free?
Yes — the questions are on this page to read, and the PDF downloads directly, no email and no account. The one paid item is optional: the complete AP Calculus AB Solutions Bundle, which covers every set at this level.
How do I turn a phrase like 'proportional to the difference between V and 40' into a differential equation?
Translate it piece by piece. "The rate of change of V with respect to t" is dV/dt, "proportional to" contributes a constant k, and "the difference between V and 40" is the whole bracket (V − 40), so the model is dV/dt = k(V − 40). Watch for "equals" instead of "is proportional to" — that means no k at all — and state any restriction the situation needs, such as h > 0 for a depth.
How do I know whether the constant of proportionality is positive or negative?
Compare the sign of the rate with the sign of the bracket. If a quantity sits above the value it is heading toward, the bracket is positive and the rate is negative, so k must be negative; starting below and rising gives a negative bracket with a positive rate, and k is negative again. A negative k means the quantity is drawn toward the equilibrium from either side, and a positive k means it is driven away. You never have to solve the equation to settle the sign.
Do I have to solve a differential equation to check whether a function is a solution?
No, and that is what makes verification the cheapest mark in the unit. Differentiate the candidate to get the left side, substitute the candidate into the right side, and compare the two expressions. Show both sides explicitly — the mark is for the comparison. To rule a function out, one value of x where the sides disagree is already enough.
What is an equilibrium solution, and how do I tell whether it is stable?
It is a constant solution: set the right side of the equation to zero and solve, and the horizontal line you get is a solution curve. Check the sign of dy/dx just above and just below it. Negative above and positive below means nearby solutions are pushed onto the line — it is stable, and it is the limit. Positive above and negative below means they are pushed away — it is unstable, and a solution starting above it grows without bound, so the limit does not exist.
Why does separation of variables lose the solution y = 0, and when do I plug in the initial condition?
Separating dy/dx = 6x²y means dividing by y, which is only legal where y is not zero — so the constant solution y = 0 is discarded before any antidifferentiation happens, and you have to check whether the general formula recovers it. As for the initial condition, use it while the equation is still in the form ln|y| = x² + C, before solving for y. Applying it afterwards leaves the constant buried inside an exponential, and that is where the algebra usually goes wrong.
Does this cover Euler's method and logistic growth?
No, deliberately. Both are BC-only Unit 7 topics and neither appears anywhere in this set. Everything on the sheet — modelling, verifying solutions, slope fields, separation of variables, initial value problems and exponential models — is on the AB exam.
Can teachers use this in class?
Yes. Print and photocopy it for your own classes freely — I just ask that the tutorinmontreal.ca footer stays on the page.
I'm stuck on one question. Can you help?
Yes — through one-on-one tutoring, in Montreal or online. Get in touch to arrange a session, or see the current rates.
← All 8 AP Calculus AB worksheets · Secondary 1 Math series (15 sheets) → · Secondary 2 Math series (14 sheets) → · Secondary 3 Math series (11 sheets) → · Secondary 4 Math series (17 sheets) → · Secondary 5 Math series (21 sheets) → · CEGEP Calculus I series (8 sheets) → · CEGEP Calculus II series (8 sheets) → · CEGEP Linear Algebra series (7 sheets) →



