Question
Solve the differential equation:
(x2+y2)dx−2xydy=0
(NCERT Class 12, Exercise 9.5)
Solution — Step by Step
dxdy=2xyx2+y2
Check: replace x with tx and y with ty in the RHS. Every term has degree 2 in numerator and denominator, so t2 cancels. This confirms the equation is homogeneous.
Let y=vx, so dxdy=v+xdxdv.
v+xdxdv=2x⋅vxx2+v2x2=2v1+v2
xdxdv=2v1+v2−v=2v1+v2−2v2=2v1−v2
1−v22vdv=xdx
Left side: let u=1−v2, then du=−2vdv:
∫1−v22vdv=−∫udu=−ln∣u∣=−ln∣1−v2∣
Right side: ∫xdx=ln∣x∣
So: −ln∣1−v2∣=ln∣x∣+ln∣C1∣
ln∣1−v2∣=−ln∣C1x∣
∣1−v2∣=∣C1x∣1
1−x2y2=xC(absorbing signs into constant C)
x2x2−y2=xC
x2−y2=Cx
Why This Works
Homogeneous DEs have the property that dxdy depends only on the ratio y/x. The substitution v=y/x converts this ratio-dependence into a separable equation in v and x. Once separated, both sides integrate to logarithms (or standard forms), and we substitute back.
The solution x2−y2=Cx represents a family of circles. Rewriting: (x−C/2)2−y2=C2/4, which is actually a family of hyperbolas passing through the origin.
Alternative Method — Exact equation approach
Rewrite as Mdx+Ndy=0 where M=x2+y2 and N=−2xy.
Check: ∂y∂M=2y and ∂x∂N=−2y. Since these aren’t equal, the equation is not exact. But NMy−Nx=−2xy2y+2y=x−2, which depends only on x. So an integrating factor μ=x−2 makes it exact.
For CBSE boards, the homogeneous substitution (y=vx) is the expected method. Don’t use the exact equation approach unless the question specifically asks for it. The marking scheme maps to: identify type (1 mark), substitute (1 mark), separate (1 mark), integrate (1 mark), back-substitute (1 mark).
Common Mistake
When separating variables, students sometimes write 1+v22v instead of 1−v22v. This happens when the subtraction 2v1+v2−v is done carelessly. Always simplify: 2v1+v2−2v2=2v1−v2. The sign difference between 1+v2 and 1−v2 changes the integral completely — one gives tan−1, the other gives ln.