Question
Mathematics Question on Differential equations
Find the general solution: xdxdy+2y=x2log x
Answer
The given differential equation is:
xdxdy+2y = x2logx
⇒dxdy+xy2 = xlog x
This equation is in the form of a linear differential equation as:
dxdy+py = Q(where p=x2 and Q=xlog x)
∫pdx = 2∫x1 dx = 2log x
Now, I.F. = e∫pdx = e2logx = elogx2 = x2
The general solution of the given differential equation is given by the relation,
y(I.F.) = ∫(Q×I.F.)dx + C
⇒y.x2 = ∫(xlog x . x2)dx + C
⇒x2y = ∫(x3log x)dx + C
⇒x2y = logx.∫x3dx - ∫[dxd(logx).∫x3dx]dx + C
⇒x2y = log x . 4x4-∫(x1.4x4)dx + C
⇒x2y = x4log 4x4-41∫x3dx + C
⇒x2y = x4log4x4-41. 4x4 + C
⇒x2y = 161x4(4logx-1) + C
⇒y = 161x2(4log x-1) + Cx-2