StepWorking
01Given
Differential equation: x(1−x2)dxdy+(3x2−1)y=4x3 with x>1 and initial condition y(2)=−2.
02Goal
Find the value of y(3).
03Approach
Rewrite into standard first-order linear ODE form dxdy+P(x)y=Q(x), determine the integrating factor IF=e∫P(x)dx, solve for the general solution y⋅IF=∫Q(x)IFdx+C, find C using y(2)=−2, then evaluate at x=3.
04Execute
Dividing by x(1−x2)=x−x3 gives dxdy+x−x33x2−1y=x−x34x3. Notice that dxd(x−x3)=1−3x2=−(3x2−1). Thus, ∫P(x)dx=∫x−x33x2−1dx=−ln∣x−x3∣. Therefore, IF=e−ln∣x−x3∣=∣x−x3∣1. Since x>1, x−x3<0, but using IF=x−x31 throughout maintains algebraic consistency.
05Execute
Multiply the equation by IF: y(x−x31)=∫(x−x3)24x3dx=∫(1−x2)24xdx. Let u=1−x2, so du=−2xdx. Then ∫(1−x2)24xdx=−2∫u−2du=u2+C=1−x22+C.
06Execute
Substitute the initial condition x=2,y=−2: 2−8−2=1−42+C⟹−6−2=−32+C⟹31=−32+C⟹C=1.
07Execute
Evaluate at x=3: 3−27y(3)=1−92+1⟹−24y(3)=−82+1=43⟹y(3)=−24×43=−18.
✓Verify
Check: For x=2, −6y=−32+1=31⟹y=−2, matching the given initial condition. The sign and value are consistent.