Skip to content

9709 · 3.8

Differential equations — FAQ

Frequently asked questions for 9709 Differential equations. Direct answers first, then deeper explanation — then practise with marking.

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.

Can I always use separation of variables?

No, it only works if the equation can be written in the form dy/dx=f(x)g(y)dy/dx = f(x)g(y). For linear equations like dy/dx+2y=xdy/dx + 2y = x, you cannot separate the 2y term from the xx term, so you must use the integrating factor method.