The given differential equation is:
y2dx+(x−y1)dy=0
At first glance, this equation appears complex. However, attempting to force it into the standard dxdy form leads to a non-linear expression. The key to solving this problem is to shift our perspective and treat x as the dependent variable and y as the independent variable.
Next, we divide the entire equation by
y2dy to isolate the derivative:
dydx=y31−y2x
By rearranging the terms to bring the
x component to the left, we obtain the standard linear form:
dydx+(y21)x=y31
The equation is now in the form
dydx+P(y)x=Q(y), where
P(y)=y21 and
Q(y)=y31. We calculate the Integrating Factor (
IF) as follows:
IF=e∫P(y)dy=e∫y21dy=e−y1
Multiplying the differential equation by this
IF allows us to express the left side as the derivative of a product:
dyd(xe−y1)=y31e−y1
To find the general solution, we integrate both sides with respect to
y:
xe−y1=∫y31e−y1dy
Applying integration by parts, we solve
∫−tetdt=et(1−t). Substituting back
t=−y1, we obtain:
xe−y1=e−y1(1+y1)+C
We apply the initial condition
x=1 when
y=1 to determine the constant
C:
1⋅e−1=e−1(1+1)+C⟹C=−e−1
Substituting
C back into the equation, we get the particular solution:
x=1+y1−ey1−1