Differential Equations — A-Level Mathematics Pure 3 Study Guide
For: A-Level Mathematics candidates sitting Paper 3 (Pure Mathematics 3).
Covers: First-order separable differential equations, using initial conditions to find particular solutions, real-world word problem modelling for population, cooling and mixing contexts, and sign analysis of for equilibrium state evaluation.
You should already know: A-Level Mathematics Pure 1 (functions, calculus, trig).
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the A-Level Mathematics style for educational use. They are not reproductions of past Cambridge International examination papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official Cambridge mark schemes for grading conventions.
1. What Is Differential Equations?
A differential equation (DE) is a mathematical equation that relates an unknown function to one or more of its derivatives, describing how a quantity changes relative to an independent variable (usually for spatial relationships or for time-based contexts). For the A-Level Mathematics Paper 3 syllabus, you only need to work with first-order DEs, which include only the first derivative and no higher-order derivatives. DEs are one of the most widely applied mathematical tools in science, engineering and economics, so examiners frequently test them with real-world context questions worth 6-8 marks.
2. First-order separable equations —
A first-order DE is classified as separable if it can be rearranged to group all terms containing (including the differential ) on one side of the equation, and all terms containing (including the differential ) on the opposite side, with no cross-terms on either side.
The method for solving separable DEs is derived directly from the chain rule of differentiation:
- Start with the standard form:
- Rearrange to isolate variables, noting that for this step:
- Integrate both sides with respect to their respective variables:
- Add a single constant of integration to the right-hand side (you only need one constant, as constants from both integrals can be combined into a single unknown value).
Worked Example
Find the general solution of .
- Rearrange to separate variables:
- Integrate both sides:
- Compute integrals:
- Rearrange for explicit form: , where is a real constant and .
Note: If you divided by a term containing to separate variables, always check if the value of that makes that term zero is a valid trivial solution to the original DE, as these are often missed by students. For example, for , dividing by gives , but is also a valid solution that is not captured by the integrated form unless you allow to be , so you should explicitly state as an additional solution.
3. Initial conditions to find the particular solution
The general solution of a DE includes an unknown constant , which represents an infinite family of solution curves, each corresponding to a different starting value of the function. An initial condition (or boundary condition) is a given pair of values that the solution must satisfy, which lets you solve for to get a single unique particular solution.
Examiners almost always pair separable DE questions with initial conditions, so follow these steps to avoid mistakes:
- Find the general solution as outlined in Section 2, keeping the constant in the equation.
- Substitute and into the general solution.
- Rearrange to solve for the numerical value of .
- Substitute the value of back into the general solution to get the particular solution.
- Exam tip: Always verify your solution by substituting it back into the original DE to check that it satisfies the equation, and confirm that it matches the initial condition. This takes 30 seconds and can save you 2+ marks from arithmetic errors.
Worked Example
Find the particular solution of that satisfies .
- General solution: Separate variables, integrate: → → .
- Substitute initial condition : → → .
- Particular solution: → .
- Verify: , which matches the original DE.
4. Word-problem modelling — population, cooling, mixing
The highest-mark DE questions on A-Level Mathematics Paper 3 are word problems that require you to first derive the DE from a real-world context, solve it, and interpret the result. There are three standard contexts that examiners use repeatedly:
1. Population growth/decline
The rate of change of a population is proportional to the size of the population at time (for unconstrained growth): where for growth, for decline. The general solution is , where is the initial population at . For constrained growth with a maximum carrying capacity , the logistic DE is used: , which is also separable.
2. Newton's Law of Cooling
The rate of change of temperature of an object is proportional to the difference between its temperature and the constant ambient temperature of its surroundings: where . The negative sign ensures that if (object is hotter than surroundings), is negative (object cools), and if , is positive (object warms up).
3. Mixing problems
A tank holds litres of solution, with inflow of solute concentration g/L at rate L/min, and outflow at rate L/min (usually so is constant for A-Level Mathematics questions). The rate of change of mass of solute is:
Worked Example (Exam Style, 7 marks)
A patient is given a 500 mg dose of a drug, and the rate at which the drug is eliminated from the bloodstream is proportional to the mass of drug present. After 2 hours, 200 mg of the drug remains. Find the time taken for the mass of drug to fall below 50 mg, giving your answer to the nearest 10 minutes.
- Derive DE: , (negative sign for elimination). (1 mark)
- General solution: Separate, integrate: → . (1 mark)
- Initial condition : , so . (1 mark)
- Use : → → → per hour. (2 marks)
- Set : → → hours ≈ 5 hours 1 minute, so the time when mass falls below 50 mg is 5 hours 10 minutes, rounded to nearest 10 minutes. (2 marks)
5. Sign of and equilibrium analysis
Equilibrium solutions are constant solutions to a DE, where for all values of the independent variable. These represent steady states where the quantity described by the DE stops changing. For first-order DEs, you can analyze the sign of to classify equilibria as stable or unstable:
- Stable equilibrium: If is slightly above or below the equilibrium value, the sign of pushes back towards the equilibrium (the steady state is self-correcting).
- Unstable equilibrium: If deviates slightly from the equilibrium value, the sign of pushes further away from the equilibrium.
To perform equilibrium analysis:
- Set and solve for to find all equilibrium solutions.
- Test the sign of for values of just above and just below each equilibrium.
- Classify the equilibrium based on the direction of change of .
Worked Example
For the logistic growth DE :
- Find equilibria: Set → or .
- Sign analysis:
- For : , so increases towards 2000.
- For : , so decreases towards 2000.
- Classification: (carrying capacity) is stable, is unstable (any small positive population will grow away from 0).
Exam tip: Examiners often ask you to sketch solution curves for different initial values, which you can do using sign analysis without solving the DE fully. Stable equilibria appear as horizontal asymptotes that solution curves approach, while unstable equilibria appear as horizontal lines that solution curves move away from.
6. Common Pitfalls (and how to avoid them)
- Pitfall 1: Forgetting to include a constant of integration, or adding separate constants to both sides of the integrated equation and not combining them. Why it happens: Rushing through integration steps. Correct move: Add a single constant to the independent variable side immediately after integrating, before rearranging for .
- Pitfall 2: Dividing by a term containing without checking for trivial solutions where that term equals zero. Why it happens: Focused on rearranging variables, ignoring edge cases. Correct move: After dividing by , test if satisfies the original DE, and explicitly state those values as solutions if they work.
- Pitfall 3: Dropping absolute value signs incorrectly after integrating terms like . Why it happens: Assuming is always positive, even if context allows negative values. Correct move: Keep absolute values until you use initial conditions to confirm the sign of the argument, or write the exponentiated form with a constant that absorbs the absolute value.
- Pitfall 4: Mixing up the sign in Newton's Law of Cooling, writing without the negative sign. Why it happens: Memorizing formulas without understanding context. Correct move: Check with physical intuition: if the object is hotter than its surroundings, it should cool, so should be negative when .
- Pitfall 5: Using inconsistent units in word problems, e.g., time given in minutes but calculated in hours. Why it happens: Not reading the question carefully. Correct move: Note all units at the start of the question, keep them consistent throughout working, and check your final answer has the units requested.
7. Practice Questions (A-Level Mathematics Paper 3 Style)
Question 1 (3 marks)
Find the general solution of the differential equation , and state any trivial solutions.
Solution:
- Separate variables for : (1 mark)
- Integrate both sides: → →
- Rearrange to explicit form: , where is an arbitrary constant (1 mark)
- Trivial solution check: satisfies the original DE (, ), so include as an additional solution (1 mark)
Question 2 (6 marks)
A can of soft drink at 4°C is placed in a room with constant temperature 25°C. After 10 minutes, the temperature of the drink is 10°C. Use Newton's Law of Cooling to find the temperature of the drink after 30 minutes, giving your answer to the nearest degree Celsius.
Solution:
- Write DE: , (1 mark)
- General solution: Separate, integrate: → (1 mark)
- Initial condition : → , so (1 mark)
- Use : → → (1 mark)
- Calculate at : → ≈ 17°C (2 marks)
Question 3 (7 marks)
Consider the differential equation . (a) Find all equilibrium solutions. (2 marks) (b) Classify each equilibrium as stable or unstable, justifying your answer with sign analysis. (3 marks) (c) Describe the shape of the solution curve for the initial condition . (2 marks)
Solution: (a) Set : → equilibrium solutions and (2 marks) (b) Sign analysis:
- For : (negative)(negative) = positive → , increases towards
- For : (positive)(negative) = negative → , decreases towards
- For : (positive)(positive) = positive → , increases away from Classification: is stable, is unstable (3 marks) (c) Initial condition is between and , so is negative. The curve will decrease from (0,0) and approach the horizontal asymptote , with gradient approaching 0 as approaches (2 marks)
8. Quick Reference Cheatsheet
| Concept | Rule / Formula |
|---|---|
| Separable DE form | |
| Solution method | Rearrange to , add single constant to right-hand side |
| Particular solution | Substitute initial condition into general solution to solve for |
| Exponential population growth | , solution |
| Newton's Law of Cooling | , = ambient temperature, |
| Equilibrium solutions | Set , solve for |
| Stable equilibrium | positive below equilibrium, negative above → values converge to equilibrium |
| Unstable equilibrium | negative below equilibrium, positive above → values diverge from equilibrium |
| Note: None of these formulas are provided in the A-Level Mathematics Paper 3 formula booklet, so you must memorize them. |
9. What's Next
Differential equations are a core applied mathematics topic that forms the foundation of university-level STEM courses, from physics and engineering to economics and ecology. For the A-Level Mathematics syllabus, mastering first-order DEs also prepares you for the second-order linear DEs that are tested in the Further Mathematics optional papers, and improves your ability to translate real-world context into mathematical models, a skill that is assessed across all Pure and Applied units of the qualification.
If you are struggling with any step of solving, modelling or analyzing differential equations, you can ask Ollie for personalized explanations, extra practice problems, or step-by-step walkthroughs of past A-Level Mathematics Paper 3 questions at any time on the homepage. Be sure to practice with official A-Level past papers to familiarize yourself with exam question phrasing and mark scheme grading conventions before your exam.
Aligned with the Cambridge International AS & A Level Mathematics 9709 syllabus. OwlsAi is not affiliated with Cambridge Assessment International Education.