Study Guide

Differential equations

CIE A-Level MathematicsΒ· 9709 Pure Mathematics 3: Topic 8 Differential equationsΒ· 20 min read

1. Forming Differential Equationsβ˜…β˜…β˜†β˜†β˜†β± 7 min

A differential equation relates a function to its derivatives. In CIE 9709, you will often be asked to form a differential equation from a descriptive problem, typically involving rates of change.

πŸ“˜ Definition

Differential Equation

An equation containing at least one derivative of a dependent variable with respect to an independent variable

Example:

is a first-order differential equation

πŸ“ Worked Example

The rate of decrease of the mass of a radioactive substance is proportional to the mass at time . Form a differential equation for this relationship.

  1. 1

    First, identify the rate of change: a rate of decrease means the derivative is negative:

  2. 2
    βˆ’dmdt-\frac{dm}{dt}
  3. 3

    This rate is proportional to the current mass , so:

  4. 4
    βˆ’dmdt∝m-\frac{dm}{dt} \propto m
  5. 5

    Add a positive constant of proportionality to get the final equation:

  6. 6
    dmdt=βˆ’km\frac{dm}{dt} = -km

2. Solving Separable First-Order Differential Equationsβ˜…β˜…β˜…β˜†β˜†β± 8 min

A first-order differential equation is separable if we can rearrange it to group all terms on the left-hand side and all terms on the right-hand side. We then integrate both sides to get the general solution.

πŸ“˜ Definition

Separable Differential Equation

A first-order differential equation that can be rewritten in the form

Example:

is separable, is not

πŸ“ Worked Example

Find the general solution of .

  1. 1

    Rearrange to separate variables:

  2. 2
    y+1ydy=exdx\frac{y + 1}{y} dy = e^x dx
  3. 3

    Simplify the left-hand side:

  4. 4
    (1+1y)dy=exdx\left(1 + \frac{1}{y}\right) dy = e^x dx
  5. 5

    Integrate both sides, only add one arbitrary constant:

  6. 6
    ∫(1+1y)dy=∫exdx\int \left(1 + \frac{1}{y}\right) dy = \int e^x dx
  7. 7

    Evaluate the integrals to get the general solution:

  8. 8
    y+ln⁑∣y∣=ex+Cy + \ln|y| = e^x + C

3. Finding Particular Solutionsβ˜…β˜…β˜…β˜†β˜†β± 5 min

A general solution includes an arbitrary constant of integration. When an initial condition (a matching pair of values for the dependent and independent variable) is given, we substitute these values to find the constant, resulting in a unique particular solution.

πŸ“ Worked Example

Given and when , find the particular solution.

  1. 1

    Separate variables and integrate to get the general solution:

  2. 2
    ∫1ydy=∫2dxβ€…β€ŠβŸΉβ€…β€Šln⁑∣y∣=2x+C\int \frac{1}{y} dy = \int 2 dx \implies \ln|y| = 2x + C
  3. 3

    Substitute the initial condition to find :

  4. 4
    ln⁑4=2(0)+Cβ€…β€ŠβŸΉβ€…β€ŠC=ln⁑4\ln 4 = 2(0) + C \implies C = \ln 4
  5. 5

    Substitute back and rearrange for :

  6. 6
    ln⁑y=2x+ln⁑4β€…β€ŠβŸΉβ€…β€Šy=4e2x\ln y = 2x + \ln 4 \implies y = 4e^{2x}

4. Common Pitfalls

Wrong move:

Forgetting a negative sign for a decreasing rate of change

Why:

Most students remember proportionality, but miss that 'rate of decrease' means the derivative is negative

Correct move:

Always add a negative sign for decreasing quantities: a decreasing mass gives for positive

Wrong move:

Adding a constant of integration to both sides after separating variables

Why:

Two arbitrary constants can be combined into one, so this leads to unnecessary, incorrect simplification

Correct move:

Only add one arbitrary constant, to the side with independent variable terms

Wrong move:

Dropping the absolute value when integrating

Why:

This can lead to incorrect signs for when you exponentiate to simplify

Correct move:

Keep the absolute value until you substitute the initial condition to confirm the sign of

Wrong move:

Not checking the particular solution against the original differential equation

Why:

Integration errors or rearrangement mistakes are common, and this check catches them quickly

Correct move:

Differentiate your solution, substitute back into the original DE, and confirm both sides match

5. Quick Reference Cheatsheet

Step

Action for Separable Differential Equations

1

Rearrange into

2

Integrate both sides, add one arbitrary constant

3

Substitute initial condition to find value of

4

Rearrange for and simplify if required

5

Verify solution in original differential equation

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· 3

    Solve DE with initial condition

  • 2022 Β· 3

    Form DE from growth context

  • 2021 Β· 3

    Implicit particular solution

Going deeper

What's Next

Differential equations are a core calculus topic with wide applications across physics, chemistry, economics, and engineering, and form the foundation for more advanced topics in further mathematics. After mastering separable first-order equations, you will move on to more complex types of differential equations that appear later in the CIE 9709 syllabus, including the integrating factor method for linear first-order equations, and second-order homogeneous differential equations with constant coefficients. Differential equations also appear frequently in mechanics problems involving kinematics, so the basics you learn here will support your work in other units of the syllabus.