Skip to main content
ExamExplained
SA · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
SASpecialist MathematicsSyllabus dot point

How do we solve a differential equation by separating the two variables onto opposite sides?

Solve first-order separable differential equations and find particular solutions using initial conditions.

Solving first-order separable differential equations by separating variables and integrating both sides, applying initial conditions to find the particular solution, and handling the constant of integration.

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The separation method
  3. A worked general-then-particular solution
  4. Recognising a separable equation
  5. Exponential growth and decay
  6. General versus particular solutions

What this dot point is asking

You need to solve first-order separable differential equations and use initial conditions to find particular solutions.

The separation method

If dydx=f(x)g(y)\dfrac{dy}{dx} = f(x)\,g(y), divide by g(y)g(y) and multiply by dxdx to gather like variables:

1g(y)dy=f(x)dx.\frac{1}{g(y)}\,dy = f(x)\,dx.

Integrate both sides:
1g(y)dy=f(x)dx.\int \frac{1}{g(y)}\,dy = \int f(x)\,dx.

A single constant of integration CC on one side captures the whole family of solutions.

A worked general-then-particular solution

Recognising a separable equation

Not every first-order equation is separable. An equation is separable only if the right side can be written as a product of a function of xx alone and a function of yy alone, dydx=f(x)g(y)\dfrac{dy}{dx} = f(x)g(y). For instance dydx=xy+x=x(y+1)\dfrac{dy}{dx} = xy + x = x(y + 1) is separable (it factors), whereas dydx=x+y\dfrac{dy}{dx} = x + y is not, because the sum cannot be split into a single xx-factor times a single yy-factor. Spotting whether a factorisation exists is the first decision, and SACE problems are designed so that the equation either is already separated or factors cleanly once you look for the common factor.

Exponential growth and decay

The equation dydt=ky\dfrac{dy}{dt} = ky is separable and central to modelling:

1ydy=kdt    lny=kt+C    y=Aekt,\int \frac{1}{y}\,dy = \int k\,dt \implies \ln|y| = kt + C \implies y = A e^{kt},

where A=eCA = e^{C} is set by the initial value. Positive kk gives growth; negative kk gives decay. This is the backbone of population, radioactive-decay and cooling models.

General versus particular solutions

Integrating a separable equation produces a general solution containing one arbitrary constant - a whole family of curves, one for each value of the constant. An initial or boundary condition selects the single member of that family passing through the given point, the particular solution. SACE questions almost always supply a condition such as "y=3y = 3 when x=0x = 0", and full marks require you to apply it and report the specific solution, not just the general form. A good habit is to find the general solution first, simplify it, and only then substitute the condition to evaluate the constant.

Exam-style practice questions

Practice questions written in the style of SACE Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

SACE 20233 marksCalculator-free. The rate of change of the area of a shadow is dAdt=2t+150costsin2t\dfrac{dA}{dt} = -2t + 150\cos t\sin^2 t, where AA is in square metres and tt in hours. At sunrise t=0t = 0 and A=375A = 375. Solve for AA in terms of tt.
Show worked answer →

The right side depends only on tt, so integrate directly.

2tdt=t2\int -2t\,dt = -t^2. For 150costsin2tdt\int 150\cos t\sin^2 t\,dt, let u=sintu = \sin t, du=costdtdu = \cos t\,dt, giving 150u2du=50sin3t150\int u^2\,du = 50\sin^3 t. [1 mark]

So A=t2+50sin3t+CA = -t^2 + 50\sin^3 t + C. [1 mark]

Apply A=375A = 375 at t=0t = 0: 375=0+0+C375 = 0 + 0 + C, so C=375C = 375. Hence A=t2+50sin3t+375A = -t^2 + 50\sin^3 t + 375. [1 mark]

SACE 20223 marksCalculator-free. Solve dydx=2xy\dfrac{dy}{dx} = \dfrac{2x}{y} given y=3y = 3 when x=0x = 0.
Show worked answer →

Separate: ydy=2xdxy\,dy = 2x\,dx. Integrate both sides:

y22=x2+C.\frac{y^2}{2} = x^2 + C.
[1 mark]

Apply y=3y = 3 at x=0x = 0: 92=C\dfrac{9}{2} = C. [1 mark]

So y2=2x2+9y^2 = 2x^2 + 9, and taking the positive branch through (0,3)(0, 3) gives y=2x2+9y = \sqrt{2x^2 + 9}. [1 mark]

SACE 20213 marksCalculator-free. Solve dNdt=0.05N\dfrac{dN}{dt} = -0.05N with N=200N = 200 at t=0t = 0.
Show worked answer →

Separate and integrate: 1NdN=0.05dt\int \dfrac{1}{N}\,dN = \int -0.05\,dt, so lnN=0.05t+C\ln|N| = -0.05t + C. [1 mark]

Exponentiate: N=Ae0.05tN = A e^{-0.05t}. [1 mark]

Apply N=200N = 200 at t=0t = 0: A=200A = 200, so N=200e0.05tN = 200e^{-0.05t}. [1 mark]

ExamExplained