- 6,221
- 31
Homework Statement
The velocity,v, of a particle moving on the x-axis varies with the time,t,according to the differential equation \frac{dv}{dt}+2v=sint. Find v in terms of t given that v=0 when t=0. Deduce that when t is large;the velocity of the particle varies between -0.45 and 0.45. Show that is t is very small,then v\approx\frac{1}{2}t^2
Homework Equations
\frac{d}{dx}(\frac{e^{2t}}{5}(2sint-cost))=e^{2t}sint
The Attempt at a Solution
\frac{dv}{dt}+2v=sint
X e^{2t}
e^{2t}\frac{dv}{dt}+2e^{2t}v=e^{2t}sint
\int...dt
ve^{2t}=\frac{e^{2t}}{5}(2sint-cost)+C
using the initial values they gave me C=\frac{1}{5}
And so
v=\frac{1}{5}(2sint-cost)+\frac{e^{-2t}}{5}
As t\rightarrow\infty(large),\frac{e^{-2t}}{5}\rightarrow0
but \frac{1}{5}(2sint-cost) does not approach any limit as both cost and sint oscillate between 1 and -1.