Question
Solve the differential equation:
Find the general solution.
Solution — Step by Step
The right-hand side has and in a clean ratio — that’s the signal to use variable separable. We’ll collect all terms on the left and all terms on the right.
Divide both sides so that terms are on the left and terms on the right:
This is valid as long as and — we’re essentially dividing both sides by .
Now integrate both sides independently:
where is an arbitrary constant of integration.
Rewrite for some constant (this is a standard trick — replacing an additive log constant with the log of a new constant):
Removing the log from both sides:
General Solution: , where is an arbitrary constant.
Why This Works
The method works because we literally separated the equation into two independent integrals. Once is on one side and is on the other, neither side depends on the other variable — so we can integrate freely.
The step of writing is not magic — it just keeps the final answer cleaner. Instead of writing , we absorb that exponential into a single constant . This is a technique worth practising because it appears in almost every variable separable problem in CBSE and JEE.
Geometrically, represents a family of straight lines through the origin. Each value of gives a different line — which makes sense, since differential equations have infinitely many solutions unless an initial condition pins one down.
Alternative Method — Using Homogeneous Substitution
This equation is also homogeneous (degree of numerator = degree of denominator = 1). We can substitute , giving .
Substituting:
Since , we get , so .
Both methods give the same answer here. For this particular equation, variable separable is faster. But if you see a ratio like , the homogeneous substitution becomes necessary.
Common Mistake
Forgetting the constant of integration on both sides.
Many students write:
…which is correct. But then they exponentiate carelessly to get . That’s wrong.
When you exponentiate , you get , not . The inside a logarithm becomes a multiplicative constant after removing the log — not an additive one.
The safe habit: always rewrite as a new constant or , and state clearly.
This exact question appeared in the CBSE 2024 Board Exam and is a standard 3-marker. The examiner expects you to show the separation step, the integration, and the log simplification explicitly — don’t skip steps in the interest of speed.