Question
Solve the differential equation:
given the initial condition . Find the particular solution.
This type — a separable ODE with an initial value — appears regularly in CBSE 12 board exams and as warm-up questions in JEE Main. The 2025 CBSE Sample Paper carried a nearly identical question for 3 marks.
Solution — Step by Step
We want all terms on one side and all terms on the other. Divide both sides by (valid as long as ):
This is the core move in variable separable ODEs — we’re splitting the equation so each side can be integrated independently.
where is the constant of integration. We write one constant on the right — it absorbs constants from both sides.
Raise to both sides:
Let (which is just an arbitrary non-zero constant). So the general solution is:
Now we use what we know: when , .
Substituting :
This is the particular solution satisfying .
Why This Works
The equation says: the rate of change of is proportional to both itself and to . As grows, the function grows faster and faster — which is exactly the behaviour of .
The general solution is a family of curves, one for each value of . The initial condition pins down which specific curve passes through the point . This is the geometric meaning of an initial value problem.
Every particular solution is a member of this family. Change the initial condition — say — and you’d get , the same shape but scaled vertically.
Alternative Method — Using the Integrating Factor
While variable separation is the natural approach here, we can also treat this as a linear ODE of the form .
Rewrite: , so , .
Integrating factor:
Multiply through:
Integrate:
Applying gives , so .
For linear ODEs where , the integrating factor method and variable separation always give the same result. In exams, use whichever you can execute faster — for CBSE, variable separation saves 30–40 seconds.
Common Mistake
Students often write and then directly apply the initial condition as , getting , and conclude . The answer is correct here — but only by luck. The right process is to first exponentiate to get , then substitute. If the initial condition were , the shortcut gives , so — messy but correct. Getting into the habit of solving for first keeps errors out of your board answer sheet.