Skip to content

9231 · 2.6

Differential equations — common mistakes

Common exam mistakes on 9231 Differential equations. Learn what loses marks, then practise the topic with Examiner’s Ink.

Exam tip 1

A very common mistake is forgetting to check if your chosen form for the Particular Integral is already part of the Complementary Function. If f(x)=3e2xf(x) = 3e^{2x} and your CF is yCF=Ae2x+Bexy_{CF} = Ae^{2x} + Be^{x}, you cannot use Ce2xCe^{2x} for the PI. You must multiply by xx and try yPI=Cxe2xy_{PI} = Cxe^{2x}. If the root in the CF was repeated, you would multiply by x2x^2.

What is the difference between a 'general solution' and a 'particular solution'?

A 'general solution' includes arbitrary constants (like A and B) and represents a whole family of functions that satisfy the differential equation. A 'particular solution' is found by using given initial or boundary conditions (e.g., y=1y=1 when x=0x=0) to determine the specific values of these constants. The particular solution is a single, unique function that satisfies both the equation and the given conditions.

Why do we need both sine and cosine for the Particular Integral when the right-hand side is just sine or just cosine?

Because the derivatives of sine and cosine are linked. The derivative of sin(ax)\sin(ax) is acos(ax)a\cos(ax), and the derivative of cos(ax)\cos(ax) is asin(ax)-a\sin(ax). When you substitute a trial PI into the left-hand side of the DE, which contains derivatives, you will generate both sine and cosine terms. To be able to match coefficients with the right-hand side, your trial PI must contain both terms from the outset, even if the RHS only has one of them.