yoleven
- 78
- 1
Homework Statement
A particle is moving along a straight line such that its acceleration is defined as a=(-2v)m/s^2.
If v=20 m/s when s=0 and t=0, determine the particle's velocity as a function of position and the distance the particle moves before it stops.
The answer is v=(20-2s)m/s ; s=10m
Homework Equations
a=\frac{dv}{dt}
a=\frac{dv}{ds}*\frac{ds}{dt} which becomes...
ads=vdv
The Attempt at a Solution
given: a=(-2v) m/s
v=20 m/s
t=0
s=0
solution attempt:
a=\frac{dv}{dt}
-2v*dt=dv
dt=-\frac{dv}{-2v}
\int dt = \int\frac{dv}{-2v}
That's as far as I can get. If I evaluate the left hand side from 0 to t, I get t.
If I evaluate the left, I get messed up. If I pull out the -\frac{1}{2},
I am left with \frac{1}{v}. I think the integral of that is ln v.
I need some direction on this one please.