Question
Mathematics Question on Differential equations
Find the general solution: xlog xdxdy+y=x2log x
Answer
The given differential equation is:
xlog xdxdy+y = x2logx
⇒dxdy+xlog xy = x22
This equation is the form of a differential equation as:
dxdy + py = Q (where p = xlog x1 and Q = x22)
Now,I.F. = e∫pdx = e∫xlog x1dx = elog(log x) = log x
The general solution of the given differential equation is given by the relation,
y(I.F.) = ∫(Q×I.F.)dx + C
⇒ylog x = ∫(x22log x)dx + C ….....(1)
Now,∫(x22log x)dx = 2∫(logx.x21)dx
= 2[log x.∫$\frac {1}{x^2}$dx - ∫{$\frac {d}{dx}$(log x).∫$\frac {1}{x^2}$dx}dx]
= 2[log x(-$\frac 1x$) - ∫($\frac 1x$.(-$\frac 1x$))dx]
= 2[-$\frac {log\ x}{x}$ \+ ∫$\frac {1}{x^2}$dx]
= 2[-$\frac {log\ x}{x}$-$\frac 1x$]
= -$\frac 2x$(1+logx)
Substituting the value of ∫(x22log x)dx in equation(1), we get:
ylog x = -x2(1+log x) + C
This is the required general solution of the given differential equation.