Car collision with constant deceleration

Click For Summary

Homework Help Overview

The problem involves two cars approaching each other with specified initial speeds and deceleration rates. The cars are initially 25 meters apart, and the goal is to determine the time until they collide, the distance traveled by the first car before impact, and their speeds at the moment of collision.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the setup of equations for each car, suggesting the use of a common coordinate system to better analyze the collision. There are questions about the precision of the initial calculations and whether the equations used are appropriate for the problem.

Discussion Status

Some participants have offered hints regarding the use of relative motion concepts and the importance of a consistent coordinate system. Others have pointed out the need for more precise calculations regarding the time of collision.

Contextual Notes

There are indications that participants are considering the implications of relative acceleration and the setup of equations in one-dimensional motion. The original poster expresses uncertainty about the simplicity of their solution and whether they have overlooked important details.

Alexstre
Messages
17
Reaction score
0
I think I solved this whole thing but it seems a bit too simple. I think I might've missed a detail somewhere. This is the problem, followed by my steps:

Homework Statement


Two cars are about hit each other (face to face). The first car is doing 20m/s and decelerating at a rate of 5m/s^2 while the second car is doing 15m/s decelerating at a rate of 7.5m/s^2. When the drivers realize their situation the cars are 25 meters apart.

1. Find the moment (after how many second) will the crash happen.
2. What distance did the first car do before hitting the second car?
3. What is the speed of both cars as they hit each other?

The Attempt at a Solution


1. Find the moment (after how many second) will the crash happen.
Car A
Info: 20m/s, deceleration 5m/s^2 (a=-5m/s^2)
Function: x=xi+(vi*t)+0.5(at^2)
xi = 0, vi = 20m/s, t is time, a is -5m/s^2 so I simplified it to:
x = 20t - 2.5t^2

Car B
Info: 15m/s, deceleration 7.5m/s^2 (a=-7.5m/s^2)
Function: x=xi+(vi*t)+0.5(at^2)
xi = 0, vi = 15m/s, t is time, a is -7.5m/s^2 so I simplified it to:
x = 15t - 3.75t^2

What I did after is simply plug in 't' (0, 1, 2...) into each function until their sum was greater than 25m (the distance that initially separated both vehicles). I found that after 1 second:

xa(1) = 20(1) - 2.5(1^2) = 17.5 meters
xb(1) = 15(1) - 3.75(1^2) = 11.25 meters
Total: 28.75 meters, which is greater than 25, the cars hit each other a bit before 1 second.

This seem a bit too easy... but I kept going anyways.

2. What distance did the first car do before hitting the second car?
I got this from the first question. 17.5 meters. This is where I started realizing my first part might've been wrong. I was expecting the problem to be a bit more precise. Yes, if the car drives for 17.5 meters it will hit the second car, but it actually hits it BEFORE that so 17.5 meters isn't a precise answer here.

3. What is the speed of both cars as they hit each other?
I found dx/dt of my first functions:
va(t) = 20 - 5t
vb(t) = 15 - 7.5t

Now that makes sense. The initial speed of each car, minus the deceleration rate * the amount of second they slowed down for.

speed of A: 15 m/s
speed of B: 7.5 m/s

Anyone notices if I did something wrong? I'm thinking maybe the functions I used may not be exactly what I think they are, but going through my notes I can't find anything more appropriate for the problem!

Thanks a lot!
 
Physics news on Phys.org
"the cars hit each other before 1 second" that is a pretty general statement, but yes. Of course you want to know exactly when they hit though.

Your equation is x=xi+(vi*t)+0.5(at^2). Why not set this equation up for each car using the same coordinate system? Using your method, you set the equation up with separate coordinate systems - this is not very helpful.

If you set up the equation for each car using the same coordinate system being very careful to assign negative and positive values appropriately, I have this feeling you end up with two equations with two unknowns and being able to solve for the variable that you like.
 
Hi Alexstre! :smile:

Hint: use the relative acceleration and the relative distance, to find the time. :wink:
 
BishopUser said:
"the cars hit each other before 1 second" that is a pretty general statement, but yes. Of course you want to know exactly when they hit though.

Your equation is x=xi+(vi*t)+0.5(at^2). Why not set this equation up for each car using the same coordinate system? Using your method, you set the equation up with separate coordinate systems - this is not very helpful.

If you set up the equation for each car using the same coordinate system being very careful to assign negative and positive values appropriately, I have this feeling you end up with two equations with two unknowns and being able to solve for the variable that you like.
There is a value of t for which:
25 - (20t+2.5(t^2) - 15t+3.75(t^2)) = 0
That is, 25 meters between cars - (total distance traveled by both cars) = 0

That value of t should be a bit more precise. I think? :)

tiny-tim said:
Hi Alexstre! :smile:

Hint: use the relative acceleration and the relative distance, to find the time. :wink:
I think that comes up to having one of the car going towards the right (assuming a 1 dimension movement) and the other one to the right. The car heading left has a negative speed and a positive acceleration (relative to the plan). Makes sense now!

Thanks!
 
Alexstre said:
There is a value of t for which:
25 - (20t+2.5(t^2) - 15t+3.75(t^2)) = 0
That is, 25 meters between cars - (total distance traveled by both cars) = 0

That value of t should be a bit more precise. I think? :)


I think that comes up to having one of the car going towards the right (assuming a 1 dimension movement) and the other one to the right. The car heading left has a negative speed and a positive acceleration (relative to the plan). Makes sense now!

Thanks!
First I have a question: have you ever studied relative motion or Galilean transformation? If no, that's fine. your approach is correct, but if you are going to add up vectors then it's fundamental that you set up a point of reference, such as an origin point of a coordinate system (which in this case will be linear as you are dealing with one dimension). If let's say you choose the initial position of car A to be your origin, then car B will have to have an initial displacement xi that you will have to take into account for that equation.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 32 ·
2
Replies
32
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
1
Views
2K
Replies
5
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K