How do I solve this linear differential equation?
$$xy'+ 4y= x^2-x+1.$$
I am supposed to use the integrating factor to solve it but I do not really understand how to implement it. I do know however, a linear first order O.D.E has the form:
$$\frac{\mathrm dy}{\mathrm dx} + P(x) y = Q(x).$$
I then multiplied the whole equation by I(x) and got: $$x^4 y'+ 4x^3y = x^5 - x^4 + x^3$$
Since $e$$^{4logx}$ = $e^{logx^4}$ and e$^{log}$ cancels each other out
I'm kinda stuck again and dont really know how to continue