In simple terms
A friendly intro before the formal notes — no formulas yet.
Navigating with Tiny Steps
A differential equation gives you the gradient at every point. A slope field draws those gradients as a map of little arrows; Euler's method walks across that map in short straight steps; and if the equation separates, you can integrate to get an exact formula instead.
Imagine you are in fog on a hillside with a compass that only ever points along the slope at your exact spot. You cannot see the whole path. So you read the compass, take one small straight step, stop, read it again, and step again. Each step is slightly wrong because the real ground curves, but string enough short steps together and you trace an approximate route down. That is Euler's method. The slope field is the same idea drawn everywhere at once — a whole field of tiny compass arrows — and the true solution curve is the smooth path that always runs along them.
- 1
A differential equation gives the gradient of a solution curve at any point ; a slope field plots those gradients as short segments.
- 2
Start at the initial condition — this anchors one particular solution curve out of the whole family.
- 3
Euler's method takes a straight step in the current gradient direction: , then moves along by , and repeats.
- 4
If the equation separates as , you can instead integrate for an exact solution and fix the constant with the initial condition.
Explore the concept
Use the live diagram, PhET or GeoGebra sim, and synced steps — play it, drag controls, or tap a step.
Step 1
A differential equation gives the gradient of a solution curve at any point ; a slope field plots those gradients as short segments.
Key formulas
Tap any symbol to reveal exactly what it means and its units.
Tap a symbol — great for exam definitions
Tap a symbol — great for exam definitions
Full topic notes
Formal explanation with the rigour you need for the exam.
Setting up and reading a differential equation
A first-order differential equation is a statement about a gradient: it tells you how fast changes at every point. Setting one up is a translation exercise. 'The rate of growth is proportional to the population' becomes . 'A body cools at a rate proportional to how far it is above room temperature' becomes . The skill is turning words about a rate into an equation — and then, later, turning the solution back into words with units.
gives the gradient of the solution curve at every point.
'Rate of change of ' means (or ); 'proportional to' introduces a constant .
An initial condition selects one particular solution from the whole family.
The same equation can be tackled by slope field (shape), Euler's method (numerical estimate) or separation (exact formula).
Slope (direction) fields
A slope field draws the equation as a map. At a grid of points a short segment is drawn with gradient ; together these segments show the direction every solution curve must follow. To sketch a particular solution, place your pencil at the initial condition and draw a smooth curve that stays tangent to the segments it passes through — never cutting across them. An isocline is a curve where the gradient is constant: setting gives all points where solution curves have slope , which helps you read the field.
Each segment shows the gradient at that point.
A solution curve is always tangent to the segments; it flows along them, never across.
Different initial conditions give different curves — the whole family of solutions.
An isocline is the set of points where all curves share the same slope .
Euler's method: a numerical estimate
Euler's method approximates a solution by taking short straight steps in the current gradient direction. From a known point it uses the tangent to jump a small distance along , lands at a new point, recomputes the gradient there, and repeats. Each step is slightly off because the real solution curves, but with a small enough step length the chain of straight segments tracks the true curve closely.
Given with initial condition and step length :
Evaluate the gradient at the CURRENT point , then update BOTH coordinates.
Evaluate the gradient at the current point before stepping.
Update both: and .
A table with columns , , , , keeps the iteration organised.
Smaller generally means more accuracy but more steps; the result is always an approximation.
Solving separable differential equations
Some equations can be solved exactly. A first-order equation is separable if it can be written — the -part and the -part multiply. Then you gather all the 's on one side and all the 's on the other and integrate: . Integrating produces a single constant ; substitute the initial condition to pin it down and get the particular solution.
If , then
Integrate both sides, then substitute the initial condition to find .
Separable means it factorises as .
Move every (and ) to one side, every (and ) to the other, THEN integrate.
Include one constant of integration and fix it with the initial condition.
Growth/decay separates to give .
Applications: growth, decay and cooling
The models you meet are all first-order equations solved the same way. Unlimited growth or decay uses , whose separable solution grows when and decays when . Newton's law of cooling, , says a body's temperature falls at a rate proportional to how far it sits above the surroundings ; the solution approaches without ever quite reaching it. In every case, set up the equation from the words, solve it (separation, or Euler if asked), and interpret the answer with units.
Growth/decay: ( growth, decay).
Cooling: ; the temperature tends to over time.
Always fix the constant with the initial condition before quoting a value.
Interpret the final answer in context, with the correct units.
Read the command term. 'Solve the differential equation' means separate and integrate for an exact formula; 'use Euler's method' means show the iteration for the stated step length; 'sketch on the slope field' means draw a tangent-following curve through the given point. Doing the right technique for the marks on offer is half the battle — many candidates lose marks by solving exactly when a numerical estimate was demanded, or vice versa.
Common mistakes examiners penalise
Mis-stating Euler's formula — it is . Dropping the , or multiplying instead of adding, breaks every subsequent value.
Evaluating the gradient at the new point — use at the CURRENT point to make the step, not .
Forgetting to update — each step also advances . If depends on , an unchanged corrupts the rest of the table.
Integrating before separating — you cannot integrate as it stands; separate to first, then integrate each side.
Omitting or never fixing the constant — add one constant on integrating, then use the initial condition to find it. Leaving unknown loses the final mark.
Cutting across a slope field — a solution curve must stay tangent to the segments and pass through the given point, not slice through them.
Sign slip in cooling — has a minus sign so the object cools; forgetting it makes the temperature run away instead of settling to .
Not interpreting or dropping units — turn the final number back into words with units (cm, °C, thousands), matching what the question asked.
Model answer — marked the way our engine marks it
In an exam the marks are analytic: each is tied to a specific line of working. A method mark (M) rewards a correct approach even if the arithmetic later slips; an accuracy mark (A) rewards a correct result and is usually dependent on the method mark being earned. Follow-through (FT) means a correct step performed on your own earlier (wrong) value still scores, and equivalent correct forms are accepted. All of that protection exists only if your method is on the page. Study how each mark below is earned by a specific line.
Using your GDC effectively
Your GDC turns Euler's method into a recursion you can iterate quickly: store the step length, then repeatedly apply and , reading off the value after the required number of steps — ideal for checking a hand table or for the many steps a Paper 2 question may need. For separable equations, use the graphing or solver features to confirm your particular solution passes through the initial condition and has the right shape. When you interpret a slope field, sanity-check by evaluating at a couple of grid points and comparing with the drawn segments.
Where this leads
Everything here is one idea — a differential equation is a statement about a gradient — approached three ways: see the shape (slope field), estimate numerically (Euler), or solve exactly (separation). That toolkit powers the modelling questions that dominate Paper 2, where growth, decay and cooling recur constantly, and it connects straight back to integration, since solving a separable equation is just integration in disguise. Master the habit — set up the equation from the words, pick the technique the marks ask for, then interpret with units — and differential equations become routine.
Worked examples
See the formulas applied — reveal one step at a time, like the exam.
Consider the differential equation . (a) A slope field for the equation is shown. Sketch the solution curve that passes through the point . (b) Find the equation of the isocline on which the solution curves have gradient , and describe what happens to a curve as it meets this line. [4]
- 1
(a) Start your pencil at and draw a smooth curve that stays tangent to the segments around it. At the gradient is , so the curve starts falling steeply; as it moves right the segments flatten and then turn upward, so the curve dips to a minimum and then rises, running parallel to the segments throughout. [M1: curve started at ] [A1: smooth curve tangent to the field, dipping then rising]
The rate of growth of a plant's height, cm, is modelled by , where is in weeks. At the height is cm. Use Euler's method with step length weeks to estimate the height at week. [4]
- 1
Here , with and ; reaching needs two steps.
A population (thousands) satisfies , where is in years, with when . (a) Solve the differential equation to find as a function of . (b) Estimate the population after 4 years. [6]
- 1
(a) Separate the variables. The equation factorises as , so . [M1: separate before integrating] Integrate both sides: . [A1: correct integration] Apply the initial condition at : , so . [M1: use initial condition for ] Thus , giving . [A1: particular solution]
Given with when , use Euler's method with step length to estimate when . [5]
- 1
Model answer — full working.
How it all connects
The big idea sits in the middle — tap a linked idea to explore the link.
Tap a linked idea to see how it connects back to the main topic — that connection is what examiners reward.
Glossary
Try to recall each definition before you reveal it.
Quick check
Answer in your head first — then tap to check. No pressure.
Revision flashcards
Flip the card. Test yourself before the exam.
What is a first-order differential equation?
An equation relating a function to its first derivative, in the form . It states the gradient of the solution curve at every point .
Key takeaways
Review these before you close the topic — retrieval beats re-reading.
- ✓
gives the gradient of the solution curve at every point.
- ✓
'Rate of change of ' means (or ); 'proportional to' introduces a constant .
- ✓
An initial condition selects one particular solution from the whole family.
- ✓
The same equation can be tackled by slope field (shape), Euler's method (numerical estimate) or separation (exact formula).
Practice — then mark it
The whole point: a real Cambridge question, marked mark-by-mark.
Get a Paper 2 problem marked: solve an Euler's method, slope field or separable differential equation with full working
Get a Paper 2 problem marked: solve an Euler's method, slope field or separable differential equation with full working
Extra simulations & links
PhET, GeoGebra and other curated tools — open in a new tab.
Frequently asked
Checkpoint
One marked question is worth ten re-reads — close the loop before you move on.
Reading it isn’t knowing it — prove it.
Before you move on: do Get a Paper 2 problem marked: solve an Euler's method, slope field or separable differential equation with full working on paper, snap a photo, and get examiner-style feedback on exactly where you win and lose marks.