In solving a first-order linear ordinary differential equation (ODE), like our given model, the integrating factor method is a handy tool. The general form of a first-order linear ODE is given by:
- \( B'(t) + p(t)B = q(t) \)
The integrating factor helps simplify these equations making them easier to solve. First, identify \( p(t) \), which in our example is
Then, compute the integrating factor (IF):
- \( IF = e^{\int p(t)dt} = e^{-0.01t} \)
By multiplying the entire ODE by this integrating factor, you transform the left-hand side into a perfect derivative. This manipulation makes it easier to integrate both sides concerning the variable \( t \).This critical form, \( (B(t)e^{-0.01t})' \), allows for straightforward integration. Once integrated, it becomes possible to isolate \( B(t) \), finding the functional form that satisfies the particular circumstances set by any initial value condition.