Solving First Order ODE using the integrating factor approach

1k Views Asked by At

question

question2

Question 3

I am trying to solve the differential equation, but I do not understand the method. Here is my working:

My working

2

There are 2 best solutions below

3
On BEST ANSWER

From the first diagram-

$\frac{di}{dt} + i = 10t.e^{-t}$

Multiply equation by $e^t$

$\frac{di}{dt}.e^t + i.e^t = 10t$

Now $\frac{di}{dt}.e^t + i.e^t = \frac{d}{dt}(i.e^t)$

So we have $\frac{d}{dt}(i.e^t) = 10t$

Now integrate to solve further.

Step 3-

$\frac{d}{dt}(i.e^t) = i.\frac{d}{dt}(e^t) + e^t\frac{di}{dt}(i)$

= $i.e^t + \frac{di}{dt}.e^t$

0
On

The step from line 3 to line 4 isn't correct: $\frac{di}{dt} e^t + ie^t = \frac{d}{dt}(ie^t)$, so line 4 should read $\frac{d}{dt}(ie^t) = 10t$ which can then be integrated directly.

In general, the ideas behind an integrating factor are outlined here as well as I could explain (if not better).