Skip to content
MathsGenie logo
Quick links
Open app

Course home

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

1.7.20 Constructing differential equations (A-level only)

What you'll learn

  • What a differential equation is and how it represents change.
  • How to translate words such as “proportional to” and “decreases at a constant rate” into equations.
  • How to construct models for kinematics, population growth, and price–demand relationships.
  • How to check that a proposed differential equation is sensible.

From differentiation to differential equations

You already know that a derivative represents a rate of change. For example, if yyy depends on xxx, then dydx\frac{dy}{dx}dxdy​ describes how quickly yyy changes as xxx changes.

Usually in differentiation, you are given yyy and asked to find dydx\frac{dy}{dx}dxdy​. In this topic, you work in the opposite direction: you are given information about a rate of change and use it to construct an equation involving a derivative.

Definition

Differential equation

A differential equation is an equation containing a derivative of an unknown function. For example,

dydx=3x2−y\frac{dy}{dx}=3x^2-ydxdy​=3x2−y

is a differential equation because it connects the unknown function yyy with its derivative.

At this stage, the main skill is constructing the equation. You may not be asked to solve it.

Example

Describing a rate of change

The rate of change of yyy with respect to xxx is equal to the square of xxx plus twice the value of yyy. Construct a differential equation.

  1. “The rate of change of yyy with respect to xxx” means dydx\frac{dy}{dx}dxdy​.

  2. “The square of xxx” is x2x^2x2, while “twice the value of yyy” is 2y2y2y.

  3. Combining these in the stated order gives

    dydx=x2+2y.\frac{dy}{dx}=x^2+2y.dxdy​=x2+2y.

Choosing the variables

Before forming an equation, define the quantities involved and identify which is the dependent variable.

The dependent variable is the quantity being changed or measured. The independent variable is the quantity with respect to which the change is measured.

For example, if a population PPP changes with time ttt, then:

  • PPP is the dependent variable;
  • ttt is the independent variable;
  • dPdt\frac{dP}{dt}dtdP​ is the rate of change of population with time.
Key Idea

Read derivative notation as a sentence

Read dydx\frac{dy}{dx}dxdy​ as “the rate of change of yyy with respect to xxx”. This helps you decide which variable belongs on the top and which belongs on the bottom.

Translating common phrases

Many questions use a small number of standard verbal descriptions.

Constant rates

If yyy increases at a constant rate ccc, then

dydt=c.\frac{dy}{dt}=c.dtdy​=c.

If it decreases at a constant rate ccc, where c>0c>0c>0, then

dydt=−c.\frac{dy}{dt}=-c.dtdy​=−c.

The sign matters: a negative derivative represents a decreasing quantity.

Proportional rates

The statement “AAA is proportional to BBB” means

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

where kkk is a constant of proportionality.

Therefore, if the rate of change of yyy is proportional to yyy, then

dydt=ky.\frac{dy}{dt}=ky.dtdy​=ky.

If yyy is known to decrease, you may write

dydt=−ky,\frac{dy}{dt}=-ky,dtdy​=−ky,

where k>0k>0k>0.

Common Mistake

Omitting the proportionality constant

Do not translate “dydt\frac{dy}{dt}dtdy​ is proportional to yyy” as dydt=y\frac{dy}{dt}=ydtdy​=y. Introduce a constant: dydt=ky\frac{dy}{dt}=kydtdy​=ky.

Example

Constructing a proportional growth model

A quantity MMM grows at a rate proportional to the product of its current value and the square of time. Construct a differential equation.

  1. Since MMM changes with time ttt, its rate of change is dMdt\frac{dM}{dt}dtdM​.

  2. The product of the current value and the square of time is Mt2Mt^2Mt2.

  3. Introducing a positive constant of proportionality kkk gives

    dMdt=kMt2,k>0.\frac{dM}{dt}=kMt^2,\qquad k>0.dtdM​=kMt2,k>0.

Pure mathematics models

A differential equation can be constructed without a real-world context. You may be told how the gradient of a curve depends on its coordinates.

For a curve with equation y=f(x)y=f(x)y=f(x):

  • its gradient is dydx\frac{dy}{dx}dxdy​;
  • its concavity or rate of change of gradient is described by d2ydx2\frac{d^2y}{dx^2}dx2d2y​.
Definition

Order of a differential equation

The order of a differential equation is the order of its highest derivative. An equation containing dydx\frac{dy}{dx}dxdy​ but no higher derivative is first order; one containing d2ydx2\frac{d^2y}{dx^2}dx2d2y​ is second order.

Example

Modelling the gradient of a curve

At every point (x,y)(x,y)(x,y) on a curve, its gradient is proportional to the difference between xxx and yyy. At the point (1,3)(1,3)(1,3), the gradient is −6-6−6. Construct the differential equation.

  1. Translating “the gradient is proportional to the difference between xxx and yyy” gives

    dydx=k(x−y).\frac{dy}{dx}=k(x-y).dxdy​=k(x−y).

  2. At (1,3)(1,3)(1,3), substitute x=1x=1x=1, y=3y=3y=3 and dydx=−6\frac{dy}{dx}=-6dxdy​=−6:

    −6=k(1−3)=−2k.-6=k(1-3)=-2k.−6=k(1−3)=−2k.

  3. Hence k=3k=3k=3, so the required equation is

    dydx=3(x−y).\frac{dy}{dx}=3(x-y).dxdy​=3(x−y).

Kinematics models

In kinematics, the position or displacement sss of a particle is usually a function of time ttt.

Definition

Velocity and acceleration

Velocity is the rate of change of displacement, and acceleration is the rate of change of velocity:

v=dsdt,a=dvdt=d2sdt2.v=\frac{ds}{dt}, \qquad a=\frac{dv}{dt}=\frac{d^2s}{dt^2}.v=dtds​,a=dtdv​=dt2d2s​.

A description involving velocity produces a first derivative of displacement. A description involving acceleration may produce either dvdt\frac{dv}{dt}dtdv​ or the second derivative d2sdt2\frac{d^2s}{dt^2}dt2d2s​.

Example

Constructing an acceleration model

A particle moves along a straight line. Its acceleration is proportional to its displacement from the origin and acts towards the origin. Construct a differential equation for its displacement sss.

  1. Acceleration is the second derivative of displacement:

    a=d2sdt2.a=\frac{d^2s}{dt^2}.a=dt2d2s​.

  2. Proportionality to displacement gives a magnitude of k∣s∣k|s|k∣s∣. Because the acceleration acts towards the origin, its direction is opposite to the sign of sss.

  3. Taking k>0k>0k>0, the model is therefore

    d2sdt2=−ks.\frac{d^2s}{dt^2}=-ks.dt2d2s​=−ks.

    If s>0s>0s>0, the acceleration is negative; if s<0s<0s<0, the acceleration is positive. Both directions point towards the origin.

Tip

Check the direction

In kinematics, test the sign of your model on each side of the origin. A force or acceleration “towards the origin” should have the opposite sign to the displacement.

Population growth models

Let PPP be a population at time ttt. Then dPdt\frac{dP}{dt}dtdP​ is its population growth rate.

A common simple model assumes that the population 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 can produce more new individuals per unit time.

A more realistic model may include a limiting factor. For example, if MMM is a maximum sustainable population, the growth rate might be proportional both to PPP and to the remaining capacity M−PM-PM−P.

Example

Modelling population with limited capacity

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 two factors controlling growth are the current population PPP and the remaining capacity 5000−P5000-P5000−P.

  3. Introducing a positive constant kkk 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: the growth rate is zero when P=0P=0P=0 or P=5000P=5000P=5000, and it is positive when 0<P<50000<P<50000<P<5000.

Common Mistake

Models have a valid range

The model dPdt=kP(5000−P)\frac{dP}{dt}=kP(5000-P)dtdP​=kP(5000−P) predicts negative growth when P>5000P>5000P>5000. Whether that is meaningful depends on the context and the assumptions of the model.

Price and demand models

Let DDD represent demand and ppp represent price. Then

dDdp\frac{dD}{dp}dpdD​

measures how demand changes as price changes.

In a typical market model, increasing the price reduces demand, so you would expect

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

Example

Modelling demand as price changes

The rate at which demand DDD changes with price ppp is proportional to the demand and inversely proportional to the square of the price. Demand decreases as price increases. Construct a differential equation.

  1. “The rate at which demand changes with price” is dDdp\frac{dD}{dp}dpdD​.

  2. Proportionality to demand and inverse proportionality to the square of price produce the expression Dp2\frac{D}{p^2}p2D​.

  3. Because demand decreases as price increases, the derivative must be negative. Therefore,

    dDdp=−kDp2,k>0.\frac{dD}{dp}=-\frac{kD}{p^2}, \qquad k>0.dpdD​=−p2kD​,k>0.

Common Mistake

Using time automatically

Not every derivative is with respect to time. In a price–demand model, the appropriate derivative may be dDdp\frac{dD}{dp}dpdD​, not dDdt\frac{dD}{dt}dtdD​.

Checking your model

Once you have constructed a differential equation, test whether it matches the description.

Check the variables

Confirm that the derivative represents the requested rate. For example, dpdD\frac{dp}{dD}dDdp​ and dDdp\frac{dD}{dp}dpdD​ are not interchangeable.

Check the sign

If a quantity is decreasing, its derivative should be negative over the relevant range. If motion is towards an equilibrium position, the direction should be consistent on both sides.

Check special values

Substitute values where the behaviour is predictable. In a limited-population model, you might expect no growth at zero population or at maximum capacity.

Check dimensions

Both sides of an equation must have compatible units. For example, if sss is measured in m and ttt in s, then d2sdt2\frac{d^2s}{dt^2}dt2d2s​ has units m s−2^{-2}−2. In

d2sdt2=−ks,\frac{d^2s}{dt^2}=-ks,dt2d2s​=−ks,

the constant kkk must therefore have units s−2^{-2}−2.

Key Idea

Construct, then interpret

A differential equation is a model of how a quantity changes. After translating the words, check its sign, special values, units and predicted behaviour against the original context.

Exam technique

In the exam

  1. Define the variables and identify exactly which rate of change is being described.
  2. Translate phrases such as “proportional to”, “inversely proportional to” and “towards the origin” carefully, introducing a constant kkk where needed.
  3. Use any given point, rate or initial information to determine the constant of proportionality.
  4. Check the sign of the derivative and test values where the model’s behaviour should be obvious.
  5. Stop once you have constructed the required differential equation unless the question also asks you to solve it.
Self review

Check yourself

  • How would you model a quantity NNN that decreases at a rate proportional to N2N^2N2?
  • What differential equation represents acceleration proportional to velocity but acting in the opposite direction?
  • If demand falls more rapidly when both demand and price are large, what variables and derivative might you use?

How was this guide?

Teach Genie

Review 1.7.20 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.7.20 Constructing differential equations (A-level only) Revision Guide

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