A function f(x,y) is said to be homogeneous of degree n if the equation f(zx,zy)=znf(x,y) .
A first‐order differential equation M(x,y)dx+N(x,y)dy=0 is said to be homogeneous if M(x,y) and N(x,y) are both homogeneous functions of the same degree.
4(x−2)2dxdy=(x+y−1)2 ;
if X=x−2 , Y=y+1, dXdY=d(x−2)d(y+1)=dxdy than:
4(X)2dXdY=((x−2)+(y+1))2 ;
4X2dXdY=(X+Y)2 ;
(X+Y)2dX−4X2dY=0 .
where
M(X,Y)=(X+Y)2 and N(X,Y)=−4X2 are homogeneous functions of the same degree (namely, 2), because:
M(zX,zY)=(zX+zY)2=z2(X+Y)2 and
N(zX,zY)=−4(zX)2=z2(−4X2) .
Answer: the reduced equation is (X+Y)2dX−4X2dY=0 .
Comments