Can the car stop in time at the stop sign?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
jnimagine
Messages
176
Reaction score
0

Homework Statement


A car, traveling at a speed of 90km/h, approaches a stop sign 40m ahead. If the car immediately begins to decelerate at a rate of -8m/s^2, will it be able to stop in time? Justify your response


Homework Equations


d = 1/2at^2 + vt

The Attempt at a Solution



I found time by doing t = v/a and found it to be 25/8s
Then I subbed it in d = 1/2at^2 + vt and got an answer of 39.1m, which is smaller than 40m. So it will be able to stop in time.
But this assignment is all about differentiation, so I should be finding a derivative somewhere... but I don't know where to find a derivative to solve this problem!
Please help~~
 
Physics news on Phys.org
Hello,

Well, you've kind of already used differentiation, but you may not know it. You have an equation for position:

[tex]x(t) = x_0 + v_0t + \frac{1}{2}at^2[/tex]

The velocity is found by taking the derivative of this equation:

[tex]v(t) = \frac{dx}{dt} = v_0 + at[/tex]

So when you calculated your time (where did you get t = v/a?) you were using this equation.

Hope this helps.