
ROGER F. answered 06/25/15
Tutor
4.9
(127)
DR ROGER - TUTOR OF MATH, PHYSICS AND CHEMISTRY
This is a long problem to solve.
Rearranging: dy/dx = - (x2 + y2)/3xy This is in fact homogeneous because the numerator degree = the denominator degree
Multiply top and bottom by 1/x2, and distribute:
dy/dx = - (1 + y2/x2)/(3y/x)
Let v = y/x, so y = xv, (i) and also dy/dx = -(v2 + 1)/3v
and from (i): dy/dx = v + xdv/dx
Therefore: v + xdv/dx = -(v2 + 1)/3v
so xdv/dx= -[4v/3 + 1/(3v)]
and xdv = -[4v/3 + 1/(3v)]dx
so -dv/[4v/3 + 1/(3v)] = 1/x dx
or [-3/(4v) - 3v]dv = 1/x dx
integrating both sides gives us:
(-3/4) ln v - 3/2 v2 = lnlxl + C
-3 ln v - 6 v2 = 4lnlxl + C Now replace v by y/x
-3ln(y/x) - 6(y/x)2 = 4lnlxl + C
or 3x2ln(y/x) - 6y2 = 4lnlxl + C