StepWorking
01Given
The differential equation is x3dy+(xy−1)dx=0 for x>0, with initial condition y(21)=3−e.
02Goal
Find the value of y(1).
03Approach
Rearrange the equation into the standard linear first-order differential equation form dxdy+P(x)y=Q(x), determine the integrating factor I.F.=e∫P(x)dx, solve via substitution for the RHS integral, determine the constant C using the initial value, and finally evaluate at x=1.
04Execute
Rewrite the equation: x3dxdy+xy=1⟹dxdy+x21y=x31. Here P(x)=x21 and Q(x)=x31.
The integrating factor is I.F.=e∫x21dx=e−1/x.
Multiplying gives: ye−1/x=∫x31e−1/xdx.
Substitute t=−x1, so dt=x21dx and x1=−t:
∫x31e−1/xdx=∫(−t)etdt=−(t−1)et+C=(1−t)et+C=(1+x1)e−1/x+C.
Hence, y(x)=1+x1+Ce1/x.
05Execute
Use the initial condition y(21)=3−e:
3−e=1+2+Ce2=3+Ce2⟹Ce2=−e⟹C=−e−1=−e1.
Now evaluate at x=1:
y(1)=1+1+(−e1)e1=2−1=1.
✓Verify
Check at x=1/2: y(1/2)=1+2−e−1⋅e2=3−e, which matches the given condition. Also, check y′(1): with y(1)=1, y′=1−1=0; from general formula y′=−1/x2−e1/x−1/x2, at x=1, y′(1)=−1−(−1)=0. Solution is completely consistent.