Separation of variables is the workhorse technique of A-Level Mathematics differential equations, and it is also the place where most candidates silently lose two or three marks per question. The idea is mechanical on the surface: rearrange a first-order differential equation of the form dy/dx = f(x)g(y) so that everything involving y sits on one side and everything involving x sits on the other, then integrate both sides. The marks, however, are not awarded for the integration. They are awarded for the algebraic discipline that surrounds it: noticing when the method applies, dividing by the right factor, recovering the constant of integration, and translating the implicit answer into the explicit form the mark scheme wants. This article is a working session on that discipline for A-Level candidates, with an eye on the question types, scoring patterns, and exam format conventions that determine how the method is examined.
The focus throughout is the A-Level specification treatment of separable equations, but the comparison with AP Calculus is useful for students sitting both systems, or for A-Level candidates who want to see where their technique will be tested with more rigour if they move on to university-level work. The same mathematical content is examined, but the mark-scheme emphasis, the tolerance for omitted constants, and the language of the question differ in instructive ways. A solid A-Level grasp of separation of variables is the foundation of a much wider family of differential equation methods: homogeneous equations, linear first-order, and the logistic model all lean on it. Getting it right the first time pays off across the rest of the syllabus.
Recognising a separable equation on the A-Level paper
The first mark for a separation of variables question is awarded, implicitly, before the candidate writes a single line of working. It is the recognition mark. In a typical 6-to-8 mark A-Level question on this topic, the examiner expects the candidate to identify the form, separate the variables, integrate both sides, recover the constant, and apply an initial condition. Each of those stages carries its own cluster of marks, and the recognition step is the hinge: if you misread the form, every subsequent line is wasted. For most candidates reading this, the practical question is not whether separation of variables is on the syllabus, but how the examiner disguises it in the question stem.
The canonical separable form is dy/dx = f(x)g(y), where f depends only on x and g only on y. A-Level questions often present this in disguise. You may see dy/dx = xy, which separates to (1/y) dy = x dx. You may see dy/dx = sin(x)cos²(y), which separates to sec²(y) dy = sin(x) dx. You may even see a model like dN/dt = kN(1 − N/M), the logistic equation, which separates to 1/[N(1 − N/M)] dN = k dt. The pattern is the same in every case: factor the right-hand side into an x-part and a y-part, then split. The recognition skill is to see through a product, a quotient, or a composite function to the underlying separability.
Three diagnostic checks are worth memorising before you write any working. First, can you factor the right-hand side so that one factor contains only x and the other only y? Second, if the right-hand side is a sum, can you rewrite it as a product using a trig identity or an exponent law? Third, if neither of those works, is the equation actually separable, or have you been given a linear first-order equation in disguise? A-Level questions at the higher end of the difficulty range sometimes present an equation that looks separable but is not, and the candidate who charges into separation wastes the first three marks on a method that does not close.
Here is a worked illustration. The equation dy/dx = x²y² + x² looks, at first glance, like it might separate. A candidate who squares y and panics will try to write 1/y² on one side, but the x² term refuses to leave. The correct move is to factor: dy/dx = x²(y² + 1). Now the right-hand side is a product of x² (an x-only factor) and y² + 1 (a y-only factor), and the equation separates cleanly. The mark scheme will give one mark for the recognition, one for the rearrangement, and the rest for the integration and use of the initial condition. Spotting the factor is half the question.
The mechanical step: how to separate and integrate without dropping marks
Once the equation is recognised as separable, the next cluster of marks is awarded for the rearrangement and the integration. This is where A-Level candidates most often lose a single mark in an otherwise correct solution. The mark scheme is unforgiving about notation, division by zero, and the constant of integration. Two working rules cover most of the cases I have marked: write the equation in differential form before you move anything across, and treat the constant of integration as a positive right from the first line, not an afterthought.
The differential form is the cleanest way to separate. Take dy/dx = xy. The first line of working should be (1/y) dy = x dx, written with the differentials on the outside and the functions on the inside. Many candidates write y dy = x dx, missing the negative sign or the reciprocal structure, and lose the first mark. The differential form also makes it obvious when you have made an error: the differentials on the left and right must match the variable in the denominator of the integrand. If you have written y in the numerator on the left, the differential side is dy, so the integrand is y, not 1/y. A 30-second visual check here saves a follow-through error that costs two further marks.
Integration follows. On the left, ∫(1/y) dy = ln|y| + C₁. On the right, ∫x dx = x²/2 + C₂. The two constants collapse into a single constant C, but the way you collapse them is a mark-scheme minefield. A-Level examiners will accept ln|y| = x²/2 + C (with the absolute value bars), or ln y = x²/2 + C provided the domain has been discussed. They will not accept ln y = x²/2 if y could be negative, because the logarithm is not defined for negative real arguments. For most candidates, the safer habit is to write ln|y| every time, even when y is clearly positive from the context. It costs you nothing and pre-empts the mark scheme's pedantry.
The constant of integration should appear on the side where it is most natural to write it. In practice, that is whichever side integrates to a logarithm. The reason is that the constant inside a logarithm can be tidied by exponentiating, and the mark scheme rewards tidy working. A line like ln|y| = x²/2 + C, followed by y = e^(x²/2 + C) = Ae^(x²/2), is the cleanest form. Writing ln y = x²/2 + C on the left and x²/2 + C on the right, then carrying both constants to the right, is technically correct but loses a mark for untidiness in some marking schemes. The preparation strategy here is to write the constant once, on the side that integrates to a log, and to keep it as a single letter until the very last line.
A worked A-Level example will make the pattern concrete. The equation dy/dx = 2xy, with y = 3 when x = 0. Separating gives (1/y) dy = 2x dx. Integrating gives ln|y| = x² + c. Using y = 3, x = 0: ln 3 = 0 + c, so c = ln 3. Then ln y = x² + ln 3, which exponentiates to y = 3e^(x²). Every line is a mark. The separation is one mark, each integration is one mark, the application of the initial condition is one mark, and the final simplification is one mark. Candidates who skip a line by writing y = 3e^(x²) straight from the differential form lose the intermediate working marks, even if the answer is correct.
Initial conditions, constants, and the question types that test them
The use of an initial condition is where A-Level questions on separation of variables diverge most sharply from the corresponding AP Calculus treatment. In AP Calculus, the constant of integration is often absorbed into an arbitrary constant C, and the candidate is expected to evaluate C at the end. In A-Level, the constant is also arbitrary until an initial condition fixes it, but the question types are constructed so that the candidate must explicitly apply that initial condition, and the mark scheme reserves one or two marks for the substitution step. Missing the substitution is the single most common reason a candidate drops from full marks on a separation of variables question.
The standard question type is a 6-mark structured question: state, separate, integrate, substitute, simplify, present. Some A-Level boards extend this to 7 or 8 marks by adding a second part that asks for the value of y at a second value of x, or for the x-intercept of the solution curve. In both cases, the second part is a free ride if the first part has been done correctly, because the candidate already has y as an explicit function of x. Candidates who leave the answer in implicit form, y = e^(x² + ln 3), and then try to evaluate at x = 1 by plugging into the implicit form, often make arithmetic slips that they would have avoided by simplifying first. The mark scheme will accept either form for the evaluation, but the working is safer in explicit form.
A second question type, more common in the harder A-Level papers, asks the candidate to derive a model from a contextual stem and then solve it. The stem might be Newton's law of cooling, an exponential growth model, or the rate of change of a population with a carrying capacity. In each case, the candidate is given a word problem, asked to write down the differential equation, and then expected to separate and solve. The mark allocation is roughly: one mark for the differential equation, three marks for the separation and integration, one mark for the initial condition, and one mark for the interpretation of the final answer in context. The context interpretation is the mark that candidates most often forget. If the question asks for the population after 5 years, the answer 137.4 is worth one mark; 137.4 million, with units, is worth the mark that the examiner is actually testing.
A third question type tests the candidate's understanding of the implicit form, rather than the explicit form, of the solution. The question might ask for the equation of the family of curves satisfying a given differential equation, and accept the answer in the form ln|y| = x²/2 + C, with C as a parameter. This is a different test of the same skill, and the mark scheme often allocates one mark for the constant appearing at all, and one mark for the implicit form being valid for all members of the family. Candidates who collapse the constant too quickly, by writing y = Ae^(x²/2) before being asked, may still receive full credit, but the working is harder for the examiner to follow and occasionally triggers a marking ambiguity. A safe preparation habit is to leave the solution in implicit form until the question explicitly asks for the explicit form.
| Question type | Typical mark allocation | Most common mark lost | Cleanest working form |
|---|---|---|---|
| Pure separation, given initial condition | 6 marks | Substitution of initial condition | Implicit then explicit |
| Contextual modelling | 7-8 marks | Interpretation of final answer | Explicit with units |
| Family of curves, parameter C | 4-5 marks | Retention of arbitrary constant | Implicit form |
| Second-evaluation follow-up | 2-3 extra marks | Arithmetic in evaluation | Explicit form required |
The silent errors: why your separable equation lost marks even when the answer was right
Separation of variables is unusually prone to silent errors, by which I mean mistakes that do not change the form of the final answer but lose marks for the working. The most common of these, in my experience marking, is dividing by a function of y without checking whether that function is zero. The equation dy/dx = xy, when divided through by y to give (1/y) dy = x dx, implicitly assumes y ≠ 0. The line y = 0 is a singular solution of the original equation, and the candidate who separates without comment has, in the strict reading of the mark scheme, lost the solution y = 0. A-Level boards vary on how heavily they penalise this. Some mark schemes deduct nothing, on the grounds that the singular solution is obvious from the original equation. Others deduct one mark. The safe habit is to add a single line: y = 0 is a solution, and the separation that follows is for y ≠ 0.
A second silent error is the wrong sign in the exponent. The equation dy/dx = 2y, separated as (1/y) dy = 2 dx, integrates to ln|y| = 2x + c, and exponentiates to y = Ae^(2x). A candidate who reads the original equation too quickly and writes 2 dx on the left instead of 2x on the right will get y = Ae^(x²/2) instead, an entirely different function. The mark scheme cannot tell from the final answer which error you made, so it gives the mark for the line where the error occurred. The fix is to write the separation in differential form, with the differentials on the outside, and to read the equation aloud as you do so. Most sign errors become audible.
A third silent error is the use of an indefinite integral on the left and a definite integral on the right, or vice versa, without the limits matching. The equation (1/y) dy = x dx can be integrated from y₀ to y and from x₀ to x, with the limits coming from the initial condition. This form is sometimes called the separation of variables in definite form, and it has the advantage of producing the constant automatically. A-Level questions accept both the indefinite form and the definite form, but a mixed form, with limits on one side and a + C on the other, is treated as a working error. The preparation strategy is to choose one form for a given question and stick to it.
A fourth silent error is the loss of the absolute value on the logarithm. The integrand (1/y) dy integrates to ln|y|, not ln y. The bars matter when y is negative, and they matter in the mark scheme regardless. Candidates who write ln y and then exponentiate to y = e^(x² + C) are technically correct only on the domain where y is positive, and the mark scheme will deduct a mark for the missing absolute value unless the candidate has explicitly noted the restriction. The penalty is small, but across four or five separation of variables questions on a paper, the marks add up to a grade boundary.
Separation of variables in A-Level vs AP Calculus: a comparison that matters for preparation
Students who sit both A-Level Mathematics and AP Calculus AB or BC often assume that separation of variables is the same topic in both systems. The mathematical content is identical. The exam format, the question types, and the scoring are not. Understanding the differences is a preparation advantage, because it tells you which skills to drill harder for which exam. The first difference is the role of the multiple-choice section. AP Calculus has a multiple-choice component in which separation of variables questions appear as one-step or two-step problems, and the candidate is rewarded for picking the right antiderivative form, not for showing working. A-Level, by contrast, is a written examination in which every mark is awarded for working shown on the page.