We begin with the differential equation:
x3dy+(xy−1)dx=0
To reveal the underlying structure, we isolate the derivative
dxdy. Dividing the entire equation by
x3dx, we obtain:
dxdy+x3xy−1=0
By splitting the fraction, we rewrite the equation as:
dxdy+x2y−x31=0
Moving the constant term to the right side, we arrive at the standard form of a
Linear Differential Equation:
dxdy+(x21)y=x31
We now determine the Integrating Factor (I.F.), defined as
e∫P(x)dx:
I.F.=e∫x21dx=e−1/x
Multiplying the entire differential equation by this I.F. allows the left side to collapse into the derivative of a product:
dxd[y⋅e−1/x]=x31e−1/x
To solve for
y, we integrate both sides:
y⋅e−1/x=∫x31e−1/xdx
Using the substitution
t=−x1, we have
dt=x21dx. The integral transforms into:
∫(−t)etdt
Applying integration by parts (
∫udv=uv−∫vdu) with
u=t and
dv=etdt, we get:
−(tet−et)+C=et(1−t)+C
Substituting
t=−x1 back into the expression, we find:
y⋅e−1/x=e−1/x(1+x1)+C
Dividing by
e−1/x, the general solution is:
y(x)=1+x1+Ce1/x
We apply the initial condition
y(21)=3−e to determine the constant
C:
3−e=1+1/21+Ce1/(1/2)
3−e=1+2+Ce2
−e=Ce2⇒C=−e1
The specific solution is:
y(x)=1+x1−e1e1/x