Calculating Distance for Negative Acceleration

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
CarlosMarti12
Messages
7
Reaction score
0

Homework Statement



Suppose an object has a velocity [itex]v[/itex] and an acceleration of [itex]a[/itex], where [itex]a[/itex] is negative. The object will eventually reach a velocity of zero [itex]v = 0[/itex]. How much distance will the object travel until [itex]v = 0[/itex]?

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.
 
Physics news on Phys.org


Well, using equation 1, set v = 0 and solve for t. Then plug that value into equation 3.