Inactive Tutor answered 08/07/14
Tutor
New to Wyzant
Sun,
Remember. The general solution to a first order linear differential equation is given by
y = ( ∫u(x)q(x) dx + c )/u(x)
where
u(x) = e∫p(x) dx
For your differential equation,
p(x) = 2x
and
q(x) = xe-x^2
So, our integrating factor u(x) is given as
u(x) = e∫2x dx
= ex^2
And our solution is given as
y = ( ∫ex^2*x*e-x^2 dx + C )/(ex^2)
= (∫x dx +C)*e-x^2
= (x2/2 + C)*e-x^2