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 $$
Asked
Active
Viewed 91 times
2 Answers
1
Integrate both sides: $$P(t)=2t^2+4e^{t-1}+C$$ Use the condition $P(1)=20$: $$20=2*1^2+4e^{1-1}+C$$ $$20=2+4+C$$ $$C=14$$ So the final equation is: $$P(t)=2t^2+4e^{t-1}+14$$
TYZ
- 377