Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if u is starting velocity and v the final velocity, with a constant acceleration a
  2.  
  3. v = u + at
  4.  
  5. Integrate with repect to t (note v = dx/dt)
  6.  
  7. s = ut + 1/2at² + const
  8.  
  9. assuming no initial displacement then const = 0
  10.  
  11. s = ut + 1/2at²
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement