Concept:This is a homogeneous differential equation, solved by substituting y=vx.Explanation:Given: dxdy=x−yx+y.Both numerator and denominator have degree 1, so the equation is homogeneous.Put y=vx, then dxdy=v+xdxdv.Substitute in the equation:v+xdxdv=1−v1+v.Therefore, xdxdv=1−v1+v−v=1−v1+v2.Separating variables:1+v21−vdv=xdx.Integrate both sides:∫1+v21−vdv=∫xdx.This gives tan−1v−21ln(1+v2)=ln∣x∣+C.Substitute v=xy:tan−1(xy)−21ln(1+x2y2)=ln∣x∣+C.Since 1+x2y2=x2x2+y2, we get:tan−1(xy)−21ln(x2+y2)=C.Writing in exponential form:(x2+y2)1/2etan−1(y/x)=C, or C(x2+y2)1/2=etan−1(y/x).Replacing C by an arbitrary constant c,c(x2+y2)1/2=etan−1(xy).Answer:Option B.