Concept:Use the substitution v=xy to convert the given homogeneous differential equation into a separable form.Explanation:Given equation is:xdxdy=y(logy−logx+1)Since logy−logx=log(xy), we get:dxdy=xy[log(xy)+1]Put v=xy, so y=vx.Differentiate: dxdy=v+xdxdv.Substitute into the equation:v+xdxdv=v(logv+1)Simplify:xdxdv=vlogvSeparate the variables:vlogvdv=xdxIntegrating both sides:∫vlogvdv=∫xdxLet u=logv, so du=vdv.Then ∫udu=logx+logc.Thus log(logv)=log(cx).Hence logv=cx.Replacing v=xy:log(xy)=cxThis matches option D.Answer:Option D: logxy=cx, where c is the constant of integration.