Question Statement
Solve the differential equation:
dxdy=x2y2+yx
Background and Explanation
This is a homogeneous differential equation because the right-hand side can be expressed purely as a function of the ratio xy. To solve such equations, we use the substitution y=ux, which transforms the equation into a separable form that can be solved by direct integration.
Solution
The given differential equation is:
dxdy=x2y2+yx
This is a homogeneous differential equation. We make the substitution:
y=ux
where u is a function of x. Differentiating both sides with respect to x using the product rule:
dxdy=dxdu⋅x+u⋅1=xdxdu+u
Substituting y=ux and dxdy=xdxdu+u into equation (1):
xdxdu+u=x2(ux)2+(ux)⋅x
Simplifying the right-hand side:
xdxdu+u=x2u2x2+ux2=x2x2(u2+u)=u2+u
Subtracting u from both sides:
xdxdu=u2+u−u=u2
Rearranging to separate variables:
xdu=u2dx
u2du=xdx
Integrating both sides:
∫u−2du=∫xdx
Applying the power rule on the left and the logarithmic rule on the right:
−2+1u−2+1=lnx+c
−1u−1=lnx+c
−u1=lnx+c
Recall that y=ux, which means u=xy. Substituting this into equation (2):
−xy1=lnx+c
Simplifying:
−yx=lnx+c
Alternatively, solving for y explicitly:
y=lnx+c−x
- Homogeneous substitution: y=ux to convert f(y/x) into a function of u
- Product rule for differentiation: dxd(ux)=u+xdxdu
- Separation of variables: Rearranging to the form f(u)du=g(x)dx
- Power rule for integration: ∫undu=n+1un+1 (for n=−1)
- Logarithmic integration: ∫x1dx=ln∣x∣
Summary of Steps
- Verify homogeneity: Confirm the equation can be written as dxdy=f(xy)
- Substitute: Let y=ux, giving dxdy=u+xdxdu
- Simplify: Substitute into the original equation and cancel terms to get xdxdu=u2
- Separate variables: Rearrange to u2du=xdx
- Integrate: Evaluate ∫u−2du=∫xdx to get −u1=lnx+c
- Back-substitute: Replace u with xy to obtain the final solution −yx=lnx+c