This is not a homework question. I am studying on my own. While basic, yes, I need help applying the general formula. Every time I solve a linear equation it ends up wrong. The answer always shows multiplying by an integrating factor rather than using the formula. Using the formula should get me the same answer.
$\frac{dy}{dt}=10y-10t$
Putting the equation in general form gives:
$\frac{dy}{dt}-10y=10t$
where $P(x)= -10$ and $q(x)=10t$
$u(t)= e^{\int-10dt}= e^{-10t}$
the general formula gives $y(t) = \frac{1}{e^{-10t}} \int 10te^{-10t}$
pulling out the constant and integrating by parts gives:
$u=t, du= 1, dv=e^{-10t}, v=\frac{-e^{-10t}}{10}$
which gives
$\frac{-te^{-10t}}{10}-\int -\frac{e^{-10t}}{10}$
which in all equals out to be:
$\frac{10}{e^{-10t}} [\frac{-te^{-10t}}{10}-\frac{e^{-10t}}{100}]$
simplified:
$-t-\frac{e^{-10t}}{10}+c$
What is the problem? Please answer using the general formula. NO SHORTCUTS.
The last step (“simplified:”) step seems all wrong. You should add “$+c$” already inside the square brackets on the line above, and cancel $e^{-10 t}$ in the second term.