If x3dy+xydx =x2dy+2ydx;y(2)=e and x >1, then y(4) is equal to :
📖 Explanation
Isolating variables in the differential equation requires gathering the dy terms on one side and the dx terms on the other, which rearranges the expression x3dy+xydx=x2dy+2ydx into dy(x3−x2)=dx(2y−xy). Factoring the terms allows us to express this as dy(x2(x−1))=dx(y(2−x)), which simplifies to the separable form −ydy=x2(x−1)x−2dx.
Evaluating the integral on the right side involves decomposing the integrand using partial fractions, where x2(x−1)x−2=xA+x2B+x−1C. Equating the coefficients determines that A=1, B=2, and C=−1, so the integral becomes ∫(x1+x22−x−11)dx, resulting in lnx−x2−ln(x−1)+λ. Setting this equal to the integral of −ydy yields the general solution −lny=lnx−x2−ln(x−1)+λ.
Applying the condition y(2)=e gives −1=ln2−1−ln(1)+λ, confirming that λ=−ln2. Substituting this value back and evaluating the equation at x=4 produces lny=−ln4+42+ln3+ln2. Simplifying the right side results in lny=ln(23)+21, which shows that y=23e.