Skip to content

9709 · 3.8

Differential equations — common mistakes

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

Exam tip 1

Before finding the integrating factor, always ensure your equation is in the standard form dy/dx+P(x)y=Q(x)dy/dx + P(x)y = Q(x). If you have, for example, xdydx+2y=x2x \frac{dy}{dx} + 2y = x^2, you must first divide the entire equation by xx to make the coefficient of dy/dx equal to 1.

Do I need a constant of integration `+c` when finding the integrating factor?

No. While technically P(x)dx\int P(x) dx has a constant, eP(x)dx+c=eP(x)dxece^{P(x)dx + c} = e^{\int P(x)dx} \cdot e^c. This ece^c is just another constant multiplier that would apply to the whole equation and eventually get absorbed into the final constant of integration anyway. So, for simplicity, we omit it when calculating the I.F.

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

A general solution has the constant +c and represents an entire family of functions that satisfy the differential equation. A particular solution is a single, unique function from that family, found by using a specific point (a boundary condition) to determine the exact value of cc.

How do I deal with `ln|f(y)|` when solving for `y`?

After integrating to get lnf(y)=g(x)+cln|f(y)| = g(x) + c, you exponentiate both sides: f(y)=eg(x)+c=eg(x)ec|f(y)| = e^{g(x)+c} = e^{g(x)}e^c. We replace the constant ece^c with a new constant, say AA, so f(y)=Aeg(x)|f(y)| = Ae^{g(x)}. This means f(y)=±Aeg(x)f(y) = \pm Ae^{g(x)}. You can absorb the ±\pm into the constant AA. The sign of AA is determined by the initial conditions.

My answer for a modelling question is `y = 5e^{kt}` but the mark scheme has `y = Ae^{kt}`. Why?

This often happens when the initial value is used at different stages. If you solve for the constant of integration cc early, you might get ln(y)=kt+ln(5)ln(y) = kt + ln(5), which gives y=ekt+ln(5)=ekteln(5)=5ekty = e^{kt + ln(5)} = e^{kt}e^{ln(5)} = 5e^{kt}. If you write the general solution as y=Aekty = Ae^{kt} and then substitute t=0,y=5t=0, y=5, you get 5=Ae05 = Ae^0, so A=5A=5. Both methods are correct and lead to the same result.