Skip to content

9231 · 2.6

Differential equations — FAQ

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

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.