
Dana S.
asked 02/19/19Differential equations
Find the general solution of the given differential equation.
xdy/dx+ 3y = x3 − x |
1 Expert Answer

Bruce J. answered 04/18/19
Caltech/Johns Hopkins Grad with 15+ years of tutoring experience
From the form of the RHS of the equation, try a polynomial:
y(x) = ax^3 + bx^2 + cx + d
as a particular solution. Then
xy'(x) + 3y(x) = 6ax^3 + 5bx^2 + 4cx + 3d
Choosing a = 1/6, b =0, c = -1/4 and d=0 gives us the particular solution we need. To obtain the general solution, consider the homogeneous equation
xy' + 3y = 0.
Separating variables and solving dy/y = -3 dx /x gives y = A/x^3 as a solution to the homogeneous equation for an arbitrary constant A. Thus our solution is
y = Ax^{-3} + (x^3)/6 - x/4
as a general solution to this equation.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Patrick B.
divides everything by x: dy/dx = (3/x)y = x^2 - 1 integrating factor = exp( integral(3/x)) = exp ( 3 ( integral(1/x)) = exp( 3 ln x) = exp ( ln x^3) = x^3 (x^3) (dy/dx) + (3x^2)y = x^6 - x^4 Dx [ x^3 * y ] = x^6 - x^4 Integrating: x^3 * y = (1/7)x^7 - (1/5)x^5 + C y = (1/7) x^4 - (1/5)x^2 + C x^(-3)02/19/19