CarlosMarti12
- 7
- 0
Homework Statement
Suppose an object has a velocity v and an acceleration of a, where a is negative. The object will eventually reach a velocity of zero v = 0. How much distance will the object travel until v = 0?
Homework Equations
v = u + at
s = 0.5(u+v)t
s = ut + 0.5 at2
v2 - u2 = 2as
The Attempt at a Solution
Since v2 - u2 = 2as, s = -u2/2a. I implemented this formula into a program I am using, but the object did not stop at the given distance. Am I doing something obviously wrong here? Any help would be greatly appreciated.