Our standard toolkit for DE's cannot be used. However, we can perform a transformation to remove the constants from the linear numerator and denominator.
Consider the simultaneous equations
{x+2y−3=02x+y−3=0⟹{x=1y=1
As a result we perform two linear transformations:
{u=x−1v=y−1⟹{x=u+1y=v+1⟹{dudx=1dvdy=1
And if we substitute into the DE we get
dxdy=2(u+1)+2(v+1)−3(u+1)+2(v+1)−3dxdy=2u+2+v+1−3u+1+2v+2−3dxdy=2u+vu+2v
And utilising the chain rule we have
dxdy=dvdydudvdxdu⟹dxdy=dudv
Thus we have a transformed equation
dudv=2u+vu+2v
This is now in a form that we can handle using a substitution of form v =wu, which if we differentiate wrt u using the product gives us.
Using this substitution into our modified DE, we get
ududw=2+w1+w2
This is now a separable DE, so we can rearrange and separate the variables to get:
∫u1du=∫1+w22+wln∣w+1∣−ln∣w−1∣−12ln∣∣w2−1∣∣=ln∣u∣+lnC
∣w−1∣√w2−1∣w+1∣=∣Cu∣∴(w+1)=Au2(w−1)3
Then restoring the earlier w substitution, using w=uv we get:
∴v+u=A(v−u)3
(y−1)+(x−1)=A((y−1)−(x−1))3
∴y+x−2=A(y−x)3
This is the General Solution, in implicit form.
Comments