Skip to content
MathsGenie logo
Quick links
Open app

Course home

  1. A Level
  2. Maths AQA
  3. Revision guides

1.10.6 Constructing differential equations (A-level only)

What you'll learn

  • How to recognise the variables and rates of change in a model.
  • How to translate words such as proportional to, increases and decreases into equations.
  • How to construct differential equations in pure mathematics and real contexts.
  • How to check that a proposed differential equation is sensible.

Prerequisites: derivatives as rates of change

A derivative measures the instantaneous rate at which one variable changes with respect to another.

For example, if yyy depends on xxx, then dydx\frac{dy}{dx}dxdy​ is the rate of change of yyy with respect to xxx.

In a context involving time, the derivative often describes how quickly a quantity changes:

  • dPdt\frac{dP}{dt}dtdP​ is the rate of change of a population PPP with time ttt.
  • dvdt\frac{dv}{dt}dtdv​ is the rate of change of velocity vvv with time ttt.
  • dDdp\frac{dD}{dp}dpdD​ is the rate of change of demand DDD with price ppp.
Definition

Differential equation

A differential equation is an equation containing a derivative, such as dydx\frac{dy}{dx}dxdy​ or d2ydx2\frac{d^2y}{dx^2}dx2d2y​, together with the function or variables being modelled.

In this topic, constructing a differential equation means translating information into an equation involving a derivative. You may not be asked to solve it.

Example

Describing a rate of change

The volume VVV of water in a tank decreases at a rate equal to 3V3\sqrt{V}3V​ units per minute. Construct a differential equation.

  1. Since the volume changes with time, represent its rate of change by dVdt\frac{dV}{dt}dtdV​.

  2. The word decreases tells you that the rate is negative.

  3. The magnitude of the rate is 3V3\sqrt{V}3V​, so the model is

    dVdt=−3V.\frac{dV}{dt}=-3\sqrt{V}.dtdV​=−3V​.

Translating proportionality statements

The most common modelling instruction is that one quantity is proportional to another.

Definition

Direct proportionality

If AAA is proportional to BBB, then

A=kB,A=kB,A=kB,

where kkk is a constant of proportionality. Unless the sign is included separately, kkk is usually taken to be positive.

Therefore, if the rate of change of yyy is proportional to a function f(y)f(y)f(y), write

dydx=kf(y).\frac{dy}{dx}=kf(y).dxdy​=kf(y).

You must include the constant kkk. Writing only dydx=f(y)\frac{dy}{dx}=f(y)dxdy​=f(y) assumes that the constant of proportionality is exactly one.

Example

Translating proportional growth

A quantity NNN increases at a rate proportional to the square of its current value. Construct a differential equation.

  1. The rate at which NNN changes with time is dNdt\frac{dN}{dt}dtdN​.

  2. The square of the current value is N2N^2N2, so proportionality gives a term of the form kN2kN^2kN2.

  3. Because the quantity increases, the derivative is positive:

    dNdt=kN2,k>0.\frac{dN}{dt}=kN^2,\qquad k>0.dtdN​=kN2,k>0.

Common Mistake

Missing the proportionality constant

“Proportional to N2N^2N2” means kN2kN^2kN2, not just N2N^2N2. Introduce a constant unless its value is given or can be calculated.

Choosing the sign

Language about the direction of change determines the sign of the derivative.

  • Increases, grows or rises usually gives a positive derivative.
  • Decreases, decays or falls usually gives a negative derivative.
  • “At a rate proportional to” describes the size and form of the rate; the surrounding wording determines its sign.

For example, if MMM decreases at a rate proportional to MMM, you can write

dMdt=−kM,k>0.\frac{dM}{dt}=-kM,\qquad k>0.dtdM​=−kM,k>0.

Alternatively, dMdt=kM\frac{dM}{dt}=kMdtdM​=kM could be used with k<0k<0k<0, but explicitly writing −kM-kM−kM with k>0k>0k>0 makes the model clearer.

Key Idea

Translate the whole sentence

Identify both the form of the rate and its direction. “Proportional to QQQ” gives kQkQkQ, while “decreases” supplies the negative sign.

Constructing equations in pure mathematics

A pure mathematics question may specify a relationship between a function and one or more of its derivatives without giving a real-world context.

Common translations include:

  • “The gradient is equal to twice the value of yyy” gives dydx=2y\frac{dy}{dx}=2ydxdy​=2y.
  • “The rate of change of yyy is proportional to x2−yx^2-yx2−y” gives dydx=k(x2−y)\frac{dy}{dx}=k(x^2-y)dxdy​=k(x2−y).
  • “The second derivative is the negative of the function” gives d2ydx2=−y\frac{d^2y}{dx^2}=-ydx2d2y​=−y.
Example

Constructing a second-order equation

A function yyy has a second derivative proportional to x−yx-yx−y. When x−yx-yx−y is positive, the second derivative is positive. Construct a differential equation.

  1. The relevant rate is the second derivative, so use d2ydx2\frac{d^2y}{dx^2}dx2d2y​.

  2. Proportionality to x−yx-yx−y introduces a constant kkk.

  3. The quantities have the same sign, so take k>0k>0k>0 and write

    d2ydx2=k(x−y),k>0.\frac{d^2y}{dx^2}=k(x-y),\qquad k>0.dx2d2y​=k(x−y),k>0.

Kinematics models

In kinematics, displacement, velocity and acceleration are connected by differentiation.

If displacement sss, velocity vvv and acceleration aaa depend on time ttt, then

v=dsdtanda=dvdt=d2sdt2.v=\frac{ds}{dt} \qquad\text{and}\qquad a=\frac{dv}{dt}=\frac{d^2s}{dt^2}.v=dtds​anda=dtdv​=dt2d2s​.

A question may describe acceleration in terms of displacement, velocity or time. Your task is to substitute the description into one of these derivative relationships.

Example

Modelling acceleration depending on velocity

A particle moves in a straight line. Its acceleration is the sum of a constant driving acceleration of 12 m s−212\text{ m s}^{-2}12 m s−2 and a resistance whose magnitude is proportional to its velocity vvv. Construct a differential equation for vvv.

  1. Acceleration is the rate of change of velocity, so a=dvdta=\frac{dv}{dt}a=dtdv​.

  2. The driving acceleration contributes 121212. Resistance acts against the motion, so its contribution is −kv-kv−kv, where k>0k>0k>0.

  3. Combining the two effects gives

    dvdt=12−kv,k>0.\frac{dv}{dt}=12-kv,\qquad k>0.dtdv​=12−kv,k>0.

This model predicts that the acceleration decreases as the velocity increases. At the velocity satisfying 12−kv=012-kv=012−kv=0, the acceleration is zero, so the velocity is no longer changing.

Common Mistake

Confusing velocity and acceleration

If a statement describes how quickly velocity changes, it describes dvdt\frac{dv}{dt}dtdv​, not vvv. Similarly, a rate of change of displacement is dsdt\frac{ds}{dt}dtds​.

Population growth models

Let P(t)P(t)P(t) be a population at time ttt. Its rate of growth is dPdt\frac{dP}{dt}dtdP​.

Growth proportional to population

A simple population model assumes that the growth rate is proportional to the current population:

dPdt=kP,k>0.\frac{dP}{dt}=kP,\qquad k>0.dtdP​=kP,k>0.

This reflects the idea that a larger population produces more new individuals per unit time.

Growth with a limiting population

Unlimited growth is often unrealistic. A model may include a maximum sustainable population, called the carrying capacity.

Definition

Carrying capacity

The carrying capacity is the population size that the environment can sustain in the long term. It is often represented by a constant such as CCC.

If growth is proportional both to the current population and to the remaining capacity, then

dPdt=kP(C−P),k>0.\frac{dP}{dt}=kP(C-P),\qquad k>0.dtdP​=kP(C−P),k>0.

Example

Modelling limited population growth

A population PPP grows at a rate proportional to both its current size and the difference between 5000 and its current size. Construct a differential equation.

  1. The rate of population change is dPdt\frac{dP}{dt}dtdP​.

  2. The current size contributes a factor PPP, while the difference from the limiting population contributes 5000−P5000-P5000−P.

  3. Introducing a positive proportionality constant gives

    dPdt=kP(5000−P),k>0.\frac{dP}{dt}=kP(5000-P),\qquad k>0.dtdP​=kP(5000−P),k>0.

  4. This is consistent with the description: for 0<P<50000<P<50000<P<5000, both factors are positive, so the population grows; at P=5000P=5000P=5000, the growth rate is zero.

Tip

Test important values

Substitute boundary or equilibrium values into the right-hand side. For a limited-growth model, the rate should normally be positive below the carrying capacity and zero at the carrying capacity.

Price and demand models

Demand usually decreases as price increases. Let DDD be demand and ppp be price. Then dDdp\frac{dD}{dp}dpdD​ measures how demand changes as price changes.

Because greater prices usually lead to lower demand, a sensible model often has

dDdp<0.\frac{dD}{dp}<0.dpdD​<0.

Example

Modelling demand as price changes

The rate of change of demand DDD with respect to price ppp is proportional to the difference between demand and a minimum demand level D0D_0D0​. Demand decreases as price increases. Construct a differential equation.

  1. The required rate is dDdp\frac{dD}{dp}dpdD​ because demand is changing with respect to price.

  2. The stated difference is D−D0D-D_0D−D0​, so proportionality gives k(D−D0)k(D-D_0)k(D−D0​).

  3. Demand decreases as price rises, so include a negative sign:

    dDdp=−k(D−D0),k>0.\frac{dD}{dp}=-k(D-D_0),\qquad k>0.dpdD​=−k(D−D0​),k>0.

  4. When D>D0D>D_0D>D0​, the derivative is negative, while at D=D0D=D_0D=D0​ the derivative is zero. The model therefore treats D0D_0D0​ as a limiting demand level.

Using numerical information to find a constant

After constructing a model containing kkk, you may be given a particular rate at a particular value. Substitute both pieces of information into the differential equation to find kkk.

Example

Finding a population model constant

A population satisfies dPdt=kP\frac{dP}{dt}=kPdtdP​=kP. When the population is 800, it is increasing at 40 individuals per year. Find the differential equation.

  1. Substitute P=800P=800P=800 and dPdt=40\frac{dP}{dt}=40dtdP​=40 into the model:

    40=800k.40=800k.40=800k.

  2. Solve for the constant:

    k=40800=120.k=\frac{40}{800}=\frac{1}{20}.k=80040​=201​.

  3. Substitute this value back into the model:

    dPdt=120P.\frac{dP}{dt}=\frac{1}{20}P.dtdP​=201​P.

Initial conditions and modelling assumptions

An initial condition gives the value of the dependent variable at a specified starting point, such as P(0)=200P(0)=200P(0)=200.

The initial condition is usually written alongside the differential equation:

dPdt=kP,P(0)=200.\frac{dP}{dt}=kP, \qquad P(0)=200.dtdP​=kP,P(0)=200.

It does not normally help you construct the relationship between the derivative and the variables, but it may later be used to find an unknown constant when solving the equation.

Every differential equation is also a model, so it is based on assumptions. For example, dPdt=kP\frac{dP}{dt}=kPdtdP​=kP assumes that environmental conditions and the proportional growth rate remain constant.

Key Idea

Check the model

After constructing the equation, check its variables, sign and behaviour. Ask whether the predicted rate is positive, negative or zero in the situations described.

Exam technique

In the exam

  1. Identify the quantity changing and the variable it changes with respect to; this determines the derivative.
  2. Translate each proportionality statement using a constant such as kkk, and use the wording to choose the sign.
  3. Combine separate effects carefully, then test a simple or limiting value to check that the model behaves sensibly.
  4. Use any numerical rate information to calculate kkk, and state any given initial condition separately.
Self review

Check yourself

  • How would you model a quantity QQQ that decreases at a rate proportional to Q\sqrt{Q}Q​?
  • A particle has acceleration proportional to the difference between a fixed speed VVV and its current velocity vvv. What differential equation describes its velocity?
  • How would you construct a population model with carrying capacity CCC, and what should happen to the growth rate when P=CP=CP=C?

How was this guide?

Teach Genie

Review 1.10.6 Constructing differential equations (A-level only) by teaching Genie

Teach it back in your own words, spot gaps, and remember it better.

Start teaching
Genie and Baby Genie

1.10.6 Constructing differential equations (A-level only) Revision Guide

  1. A Level
  2. /Maths
  3. /1.10.6 Constructing differential equations (A-level only)