Integrating factor
For first order linear ODEs the integrating factor method can be used to find a particular solution without first finding the homogeneous solution. Consider
x˙+p(t)x=f(t).We first take the antiderivative P(t)=∫p(t)dx. Multiply both sides of the above equation by eP(t) to get
eP(t)(x˙+p(t)x)=eP(t)f(t).Then notice that eP(t)(x˙+p(t)x)=dtd[eP(t)x].
dtd[eP(t)x]eP(t)xx=eP(t)f(t)=∫eP(t)f(t)dt=e−P(t)∫eP(t)f(t)dt.The benefit of this method is that we can find a particular solution immediately, unlike variation of parameters; however the ODE must be first order and eP(t)f(t) must be easy to integrate.
|