Question
Solve the differential equation:
This appeared in JEE Main 2023. The key signal that unlocks this problem is recognising it as a homogeneous equation — both terms have the same degree (2), so the substitution y = vx will reduce it to a separable form.
Solution — Step by Step
Rewrite as .
The right-hand side has degree 2 in both numerator and denominator, so it depends only on the ratio . That confirms homogeneity — we substitute y = vx.
Put , so .
The right-hand side becomes:
Our equation is now:
Now separate variables — all terms on one side, all terms on the other:
The left side is a standard log form. Notice that , so:
The right side gives . Combining:
Replace :
This is the general solution.
Why This Works
A homogeneous ODE has the structure . When we substitute , the function of becomes a function of alone — the dependence disappears from the right side. This converts a two-variable ODE into one separable in and .
The trick on the left integral — spotting that the numerator is (up to a sign) the derivative of the denominator — is a pattern you’ll see repeatedly in integration. Train yourself to check this before reaching for partial fractions.
The final curve is actually a family of rectangular hyperbolas passing through the origin. This makes geometric sense: the original equation has a neat orthogonal-trajectory interpretation.
Alternative Method — Exact Equation Check
Rewrite as . Check exactness:
Not exact. But compute the integrating factor using :
This depends on alone, so .
Multiply through by :
Now verify exactness and integrate — you’ll arrive at the same answer . This method is cleaner if you’re comfortable with integrating factors, though most students find the route faster under exam conditions.
In JEE, both homogeneous substitution and the integrating factor approach are valid. The substitution is almost always faster. Use the exact-equation route only if the problem specifically asks you to find an integrating factor.
Common Mistake
The most common slip: students write and then substitute correctly, but mess up the algebra when subtracting from the right side. They forget to find a common denominator:
The correct step is , so the numerator becomes . This error flips the entire integral and gives a wrong answer that still “looks” like a valid family of curves — so you won’t catch it by sanity-checking the form.