Finding the distance from deceleration

  • Thread starter Thread starter Marstiphal
  • Start date Start date
  • Tags Tags
    Deceleration
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
3 replies · 36K views
Marstiphal
Messages
2
Reaction score
0

Homework Statement



A lorry is driving at 96 km h^−1. The driver decelerates to a speed of 48 km h^−1. Given that the deceleration is 2.68 m s^−2 find the distance over which the brakes are applied.

I know the initial speed of the lorry, v = 96 km h^-1 = 26.67 m s^-1
I know the final speed of the lorry, u = 48 km h^-1 = 13.33 m s^-1
I know the deceleration rate of the lorry, a = 2.68 m s^-2

so I'm looking for d (Distance)


Homework Equations




t=(v-u)/a to find the time t the breaks were applied for

d = vt + 1/2 x at^2 ?? to find the distance traveled while decelerating?


The Attempt at a Solution



Substitute the values for v,u and a to find speed s
t=(26.67 m s^-1 - 13.33 m s^-1)/2.68 m s^-2

= 4.98 s

I'm not sure what the second equation is for working out distance the lorry has traveled based on a decelerating body and the info I now have.

so I think d= (26.67 m s^-1 x 4.98 s) + 1/2 x 2.68 m s^-2 x 4.98 s^2?

Also, if this is correct and based on the information that I have, is there any other equation I could use to also find distance? I ask as the question's hint tells me to consider the energies involved and the section just read is also related to energy and force...

Many thanks
 
Physics news on Phys.org
Hi Kuruman and thankyou for your answer. I'm not sure I totally understand the equation though. Is this how I would find distance based on the information I have? I'm not totally sure how I would use the work-energy theorem to solve this perticular problem either.
 
Marstiphal said:
Hi Kuruman and thankyou for your answer. I'm not sure I totally understand the equation though. Is this how I would find distance based on the information I have?
Take the first relevant equation that you quoted,
t = (vfinal - vinitial)/a
and substitute for t in
d = vinitialt + (1/2)at2.
If you do the algebra correctly, you should get the equation that I quoted. You should use this equation when you don't know (and don't care to know) what the time is.
I'm not totally sure how I would use the work-energy theorem to solve this perticular problem either.
The work-energy theorem says
WNet = ΔK = (1/2)m(vfinal2 - vinitial2)
Now the net work is the work done by all the force and can be though of as the work done by the net force. If the displacement is d,
WNet = FNetd
and since FNet = ma, WNet = mad. So,
mad = (1/2)m(vfinal2 - vinitial2)
from which you get
2ad = (vfinal2 - vinitial2).