Solving the Problem: Calculating Distance After the Start

  • Thread starter Thread starter rayj098
  • Start date Start date
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 · 4K views
rayj098
Messages
8
Reaction score
0
1. The problem statement

At the instant when the traffic light turns green, a car starts with a constant acceleration of 1.8 m/s^2 [forward]. At the same instant a truck traveling with a constant velocity of 8.5 m/s [forward] overtakes and passes the car. How far from the starting point will the car catch up to the truck?



2. The attempt at a solution
Car:
d = V1*t + 1/2*a*t^2
d= 0 + 1/2(1.8)(t)^2
d= 0.9t^2

Truck:
d = V * t
d = 25t


Put it all together

0.9t^2 = 25t
0.9t^2 - 25t = 0


Now what?
 
Physics news on Phys.org


I think your equation for your truck is wrong. After you have the two equations, put them together and solve for time.
 


How is the truck equation wrong? Please expand
 


In the question, it says that the truck is traveling at a constant velocity of 8.5m/s [F] and in your equation, you have 25 as the velocity.