How do we set up and solve first-order differential equations, and what does a solution curve through a given initial condition represent?
Formulation and solution of first-order differential equations including those solvable by direct integration and by separation of variables, the use of initial conditions to find particular solutions, and the interpretation of solutions in modelling contexts
A focused answer to the VCE Specialist Mathematics Unit 4 key-knowledge point on first-order differential equations. Direct integration, separation of variables, applying initial conditions for particular solutions, and interpreting solutions, with a verified worked example.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
VCAA wants you to recognise and solve first-order differential equations, principally those solvable by direct integration (where is a function of alone) and by separation of variables (where the equation can be written with all the terms on one side and all the terms on the other). You also need to apply an initial condition to pin down the arbitrary constant and produce a particular solution, then interpret that solution in a modelling context.
What a differential equation is
A differential equation is an equation involving a function and its derivatives. A first-order equation involves only the first derivative. A solution is a function that satisfies the equation; the general solution contains an arbitrary constant and so describes a whole family of curves, while a particular solution fixes the constant using extra information (an initial or boundary condition).
The order of business is: identify the type, integrate to obtain the general solution, then apply the condition.
Solution by direct integration
When the derivative is a function of the independent variable only,
the solution is found by antidifferentiating once:
Second derivatives are handled by integrating twice, introducing two constants. This is the simplest case and uses the integration techniques from elsewhere in Unit 4.
Solution by separation of variables
Many equations have the derivative depending on both variables in a product or quotient form:
Treat as a ratio of differentials, gather all terms with and all terms with :
then integrate both sides. A single constant of integration suffices (combine the two). Where convenient you can leave the solution in implicit form, or solve for explicitly if the question asks.
Applying initial conditions
The general solution carries an arbitrary constant . An initial condition of the form when is substituted into the general solution to solve for , giving the particular solution. In modelling problems the condition is usually a known starting value, such as a population or temperature at time .
Interpreting solutions in modelling
Many first-order equations model change. For example, exponential growth or decay arises from , whose separable solution is ; the constant gives growth and gives decay. Newton's law of cooling, , models a body cooling towards the surrounding temperature . When interpreting, state the units, the long-term behaviour (limiting value as where relevant), and whether the solution's domain is restricted by the physical situation.
Examples in context
Example 1. Direct integration. with gives , and , so .
Example 2. Exponential decay. with separates to , giving ; as , .
Try this
Q1. Solve with . [2 marks]
- Cue. ; , so .
Q2. Solve with , . [3 marks]
- Cue. Separate: , so ; , giving .
Q3. A tank's water height satisfies with . When is the tank empty? [2 marks]
- Cue. ; empty when , so .
Exam-style practice questions
Practice questions written in the style of VCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2025 VCAA1 marksA tank initially contains 5 kg of salt dissolved in 3000 litres of water. Salty water containing 0.1 kg of salt per litre enters at 20 litres per minute. The solution is kept thoroughly mixed and drains at the same rate of 20 litres per minute. Let Q be the quantity of salt (kg) in the tank at time t minutes. Show that Q satisfies the differential equation dQ/dt = (300 - Q)/150.
Show worked answer →
Build the rate equation: dQ/dt = (rate salt enters) - (rate salt leaves).
Rate in: the inflow is 20 L/min at 0.1 kg/L, so salt enters at 0.1 x 20 = 2 kg/min.
Rate out: the volume stays at 3000 L (in rate equals out rate), so the concentration is Q/3000 kg/L. The outflow is 20 L/min, so salt leaves at (Q/3000) x 20 = Q/150 kg/min.
Therefore dQ/dt = 2 - Q/150. Writing 2 as 300/150 and combining over the common denominator gives dQ/dt = (300 - Q)/150, as required.
2025 VCAA3 marksUse calculus to solve the differential equation dQ/dt = (300 - Q)/150, expressing Q in terms of t. (The tank initially contains 5 kg of salt.)
Show worked answer →
Separate the variables: 1/(300 - Q) dQ = 1/150 dt.
Integrate both sides: the left gives -log_e|300 - Q| and the right gives t/150 + c, so -log_e(300 - Q) = t/150 + c (the quantity 300 - Q stays positive here).
Apply the initial condition Q = 5 when t = 0: -log_e(295) = c.
Substitute back: -log_e(300 - Q) = t/150 - log_e(295), so log_e(300 - Q) = log_e(295) - t/150.
Exponentiate: 300 - Q = 295 e^(-t/150), giving Q = 300 - 295 e^(-t/150).
2023 VCAA1 marksA fish farmer releases 200 fish into a pond that originally contained no fish. The fish population P grows according to the logistic model dP/dt = P(1 - P/1000), where t is in years. One form of the solution for P is P = 1000/(1 + D e^(-t)), where D is a real constant. Find the value of D.
Show worked answer →
Use the initial condition: the farmer releases 200 fish at t = 0, so P = 200 when t = 0.
Substitute into P = 1000/(1 + D e^(-t)): 200 = 1000/(1 + D e^0) = 1000/(1 + D).
Solve for D: 1 + D = 1000/200 = 5, so D = 4.
Therefore D = 4, and the particular solution is P = 1000/(1 + 4 e^(-t)).