Calculating Distance for Negative Acceleration

Click For Summary
SUMMARY

The discussion focuses on calculating the distance an object travels under negative acceleration until it comes to a stop. The relevant equations include v = u + at, s = ut + 0.5at², and v² - u² = 2as. The user attempted to apply the formula s = -u²/2a but encountered issues with the object not stopping at the calculated distance. The solution involves first determining the time to stop using the equation v = 0 and then substituting that time into the distance equation s = ut + 0.5at².

PREREQUISITES
  • Understanding of kinematic equations in physics
  • Familiarity with concepts of velocity and acceleration
  • Basic programming skills for implementing formulas
  • Knowledge of solving quadratic equations
NEXT STEPS
  • Learn how to derive kinematic equations from basic principles
  • Study the implications of negative acceleration in motion
  • Explore programming techniques for simulating physics problems
  • Investigate the use of graphical representations to visualize motion under acceleration
USEFUL FOR

Students studying physics, educators teaching kinematics, and programmers developing simulations involving motion and acceleration.

CarlosMarti12
Messages
7
Reaction score
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.
 
Physics news on Phys.org


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

Similar threads

Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
1K
Replies
4
Views
2K