How Do You Calculate Deceleration and Time to Stop for a Car?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
6 replies · 3K views
powerof
Messages
43
Reaction score
0

Homework Statement



A car is going at 90 km/h in a straight line. Calculate the (uniform) deceleration (in m/s2) needed for it to stop moving at exactly 50 m from the original position. Also calculate how long will it take it to stop (the time it's been decelerating).

Homework Equations



[tex]x=x_0+v_0t+(1/2)at^2[/tex]

The Attempt at a Solution



I'm not exceptionally brilliant at physics or math, so I may have overlooked something which may seem obvious to you, the most experienced ones. Here is my attempt:

[tex]v_0=90 km/h=25 m/s[/tex]
[tex]50=0+25t+{at^2}/2[/tex]
[tex]100=50t+at^2[/tex]
[tex]at^2+50t-100=0[/tex]

Now usually I apply here the quadratic formula, but I'm stuck since I do not know the acceleration, nor the time obviously.

So could someone point to me what did I overlook/miss and what should I do now, please?

Thank you for your time and patience with me.
 
Physics news on Phys.org
Welcome to PF, Powerof!
You have an interesting question. The trouble with your solution is that it doesn't include the condition that the car stops at time t.

You could use V = Vi + at to calculate the time to stop and avoid the whole quadratic calculation. Funny, problems often confuse us with the order of the parts - you have to do the B part before you can do the A.
 
Let's see if I understood this well:
[tex]v=v_0+at \Rightarrow t=\frac{v-v_o}{a}[/tex]
And now I simply substitute time with it's value ([itex]\frac{Δv}{a}[/itex])?
[tex]at^2+50t-100=0[/tex]
[tex]a(\frac{v-v_0}{a})^2+50(\frac{v-v_0}{a})-100=0[/tex]
[tex]\frac{625}{a}+\frac{-1250}{a}=100 \Rightarrow a=\frac{-625}{100}=-6.25m/s^2[/tex]
And for the time I guess I apply the formula at the beginning again:
[tex]t=\frac{v-v_o}{a}=\frac{-25}{-6.25}=4s[/tex]
As far as I can tell it works:
[tex](-6.25)4^2+200-100=0[/tex]
[tex]-100+200-100=0[/tex]
But now what I really wish to know: was this the thing you intended me to do or did I went for the "less than optimal" again?
 
Looks good. Your solution is more general than I would have done. Using final velocity = 0 early on would reduce the size of the expressions a bit. And it works a little nicer if you go for t first.
Velocity formula:
V = Vi + at
0 = 25 + at
a = -25/t (1)
Distance formula:
100 = 50t + at² (2)
Sub (1) into (2)
100 = 50t -25t
t = 4
 
That would indeed be better. Thank you for you help! I really appreciate it.
 
powerof said:
But now what I really wish to know: was this the thing you intended me to do or did I went for the "less than optimal" again?
I had this formula in mind, which allows you to solve for the acceleration directly:
[tex]v^2 = v_0^2 + 2 a \Delta x[/tex]

Alternatively, the average velocity = 25/2 m/s. Which allows you to find the time from the distance (distance = ave velocity * time).