Im am confused on how to do Initial Value Problems involved differential equations. Particularly, this one. $$ {{\rm dP}\left(t\right) \over {\rm d}t}=4\left({\rm e}^{t - 1} + t\right)\,, \qquad {\rm P}\left(1\right) = 20 $$
2026-03-26 22:12:11.1774563131
Initial Value Problem Differential Equation
92 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Integrate both sides:
$P(t) = 2t^2 + 4e^{t-1} + C $
$\rightarrow 2 + 4 + C = 20$
$\rightarrow C = 14$
$\therefore P(t) = 2t^2 + 4e^{t-1} + 14.$