← 2014 Paper 1
UPSC 2014 Maths Optional Paper 1 Q5a — Step-by-Step Solution
10 marks · Section B
Exact equations · ODEs · asked 9× in 13 yrs · Read the full method →
Question
Justify that a differential equation of the form
[y+xf(x2+y2)]dx+[yf(x2+y2)−x]dy=0,
where f(x2+y2) is an arbitrary function of (x2+y2), is not an exact differential equation and x2+y21 is an integrating factor for it. Hence solve this differential equation for f(x2+y2)=(x2+y2)2.
Technique
Show My=Nx for non-exactness; verify exactness after multiplying by μ=1/r2; integrate potential function.
Solution
Write r2=x2+y2, f=f(r2), f′=f′(r2) (derivative w.r.t. its argument).
M=y+xf,N=yf−x.
Part 1 — Not exact
My=1+xf′⋅2y=1+2xyf′.
Nx=yf′⋅2x−1=2xyf′−1.
So My−Nx=1−(−1)=2=0. Not exact.
Part 2 — 1/r2 is an integrating factor
After multiplying through by μ=1/r2:
M′=r2y+r2xf,N′=r2yf−r2x.
Compute My′ and Nx′ using ∂/∂y[r2]=2y and similar:
My′=r4(x2−y2)+r42xy(f′r2−f)=r4(x2−y2)+2xy(f′r2−f),
Nx′=r42xy(f′r2−f)+r4(x2−y2)=r4(x2−y2)+2xy(f′r2−f).
So My′=Nx′. The multiplied equation is exact, confirming μ=1/r2 is an integrating factor.
Part 3 — Solve for f(r2)=r4
Then f=r4, f′(u)=2u where u=r2. Multiplied equation:
r2y+xr4dx+r2yr4−xdy=0,
i.e.
[r2y+xr2]dx+[yr2−r2x]dy=0.
Find potential F(x,y) with Fx=M′, Fy=N′. Integrate Fx w.r.t. x:
∫[x2+y2y+x(x2+y2)]dx=arctanyx+4x4+2x2y2+g(y).
Differentiate this w.r.t. y and match N′:
Fy=−x2+y2x+x2y+g′(y).
N′=yr2−x/r2=x2y+y3−x/(x2+y2). Match:
−r2x+x2y+g′(y)=x2y+y3−r2x⟹g′(y)=y3.
Integrate: g(y)=y4/4.
So
F=arctanyx+4x4+2x2y2+4y4=arctanyx+4(x2+y2)2.
General solution: F= const:
Answer
arctanyx+4(x2+y2)2=C.