What is the mathematical model for a traffic shock wave?

In summary, the problem at hand involves analyzing the linear motion of cars on a road and determining various distances and velocities. The main goal is to model the shock wave that occurs when cars join a slower queue on the road. To do this, we need to understand the equations that relate the positions and velocities of the cars, such as ##x_{A}(t) = x_{A}(0) + v_st## and ##x_{B}(t) = x_{B}(0) + v_ft##. The shock wave occurs when the tail of the queue moves from ##x_{A}(0)## to ##x_{B}(t)##, which can be calculated using these equations. Additionally, the shock
  • #1
agnimusayoti
240
23
Homework Statement
An abrupt slowdown in concentrated
traffic can travel as a pulse, termed a shock wave, along the line of cars, either downstream (in the traffic direction) or upstream, or it can be stationary. Figure 2-25 shows a uniformly spaced line of cars moving at speed v = 25.0 m/s toward a uniformly spaced line of slow cars moving at speed vs = 5.00 m/s. Assume that each faster car adds length L = 12.0 m (car length plus buffer zone) to the line of slow cars when it joins the line, and assume it slows abruptly at the last instant. (a) For what separation distance "d" between the faster cars does the shock wave remain stationary? If the separation is twice that amount, what are the (b)
speed and (c) direction (upstream or downstream) of the shock wave?
Relevant Equations
average velocity = displacement / time taken
This was a Halliday Resnick Problem on the linear motion. I could have see the solution but I was not satisfied because I have not get the idea behind the solution. Could you please help me to explain what is exactly the problem is? Or, how to model the shock wave? So that I can make the equation of the fast car position, slow car position, and shock wave position at any instance time, t?
 
  • Like
Likes Delta2
Physics news on Phys.org
  • #2
If you want the textbook solution explained, you will need to post it.

Suppose car A has just joined the slow queue at position x along the road. How far behind is B, the next car? How much faster is B moving than A? How long will it take to join the slow queue? Where will it be then?
 
  • #3
Not really. I do not only want the solution, but also the understanding of the idea of how to solve the problem..

Well, does B will join the slow queue if
$$x_{B} - x_{A} = L$$
Since ##x_{A} = (L+d) + v_{s}(t)## and ##x_{B} = vt##
then ##t(v-v_{s})=d##

But, how long, or what is the time? Besides, i don't really see where the shock wave occur in that model.
 
  • Like
Likes Delta2
  • #4
agnimusayoti said:
Not really. I do not only want the solution, but also the understanding of the idea of how to solve the problem..

Well, does B will join the slow queue if
$$x_{B} - x_{A} = L$$
Since ##x_{A} = (L+d) + v_{s}(t)## and ##x_{B} = vt##
then ##t(v-v_{s})=d##

But, how long, or what is the time? Besides, i don't really see where the shock wave occur in that model.
I see from your second equation that your are taking d to mean the separation additional to L, which is fair enough.
Your notation is a bit confusing. Are you defining ##x_{A}, x_{B}## as functions of t or as initial positions?
If as functions of t then
##x_{A}(0) - x_{B}(0) = L+d##
##x_{A}(t) = x_{A}(0) + v_st##
and until B joins the queue:
##x_{B}(t) = x_{B}(0) + v_ft##
But somehow you got the right equation, ##t=(v_f-v_s)/d##.

At this time, where is the start of the queue? What is its displacement?
 
  • #5
Yes, I take (0,0) at B at t = 0. So at instance time, t, I get the A dan B position . Or,
$$x_{A}(0) = L + d$$
$$x_{B}(0) = 0 $$
Therefore,
$$x_{A}(t) - x_{B}(t) = x_{A}(0) - x_{B}(0)+ v_{s}t - v(t)$$
$$x_{A}(t) - x_{B}(t) = L+d+(v_{s} - v)t$$
Then,
The condition that B starts geting in the slow car queue is
$$x_{A}(t) - x_{B}(t) = L$$
Or it means that the rear part of A and the rear part of B separated by L.
Therefore, I got
$$ d =(v_{s} - v)t $$

What do you mean by your question? is this equation enough to show the traffic shock wave? because I don't see it.
 
  • #6
agnimusayoti said:
is this equation enough to show the traffic shock wave?
No, you are right, it isn't, which is why I asked those further questions.
At t=0, the tail of the queue is at ##x_A(0)##.
When B is distance L behind A, where is the tail of the queue?
How far is that from ##x_A(0)##?
 
  • #7
What is the definition of the shock wave we are using here? Haven't seen one in classical mechanics book unless it is classical fluid mechanics book.
 
  • #8
Delta2 said:
What is the definition of the shock wave we are using here?
It is the movement of the boundary between the two states.
 
  • Informative
Likes Delta2
  • #9
haruspex said:
No, you are right, it isn't, which is why I asked those further questions.
At t=0, the tail of the queue is at ##x_A(0)##.
When B is distance L behind A, where is the tail of the queue?
How far is that from ##x_A(0)##?
Well, I think when B is distance L behind A, so the tail of the queue is ##x_{B}(t)## or when ##x_{B}(t) = x_{A}(0)##? Is this correct?
 
  • #10
agnimusayoti said:
Well, I think when B is distance L behind A, so the tail of the queue is ##x_{B}(t)##
Yes.
agnimusayoti said:
or when ##x_{B}(t) = x_{A}(0)##? Is this correct?
No, that's the point. The tail was at ##x_{A}(0)##, now it is at ##x_{B}(t)##. How far has it moved? Use your equations in post #5.
 
  • #11
haruspex said:
It is the movement of the boundary between the two states.
Hmm, let me see if I understand something in the intuitive level, since you avoid to give some equations.
In order for the boundary to move in the same direction as the traffic, the velocity at the downstream (down to the direction of traffic) must be greater than the velocity of the upstream and in order for it to move opposite to the direction of traffic the velocity at the down stream must be smaller than the velocity of the upstream like in this problem statement. Is my intuition right?
 
  • #12
Delta2 said:
Is my intuition right?
No. If the downstream velocity were greater than the upstream no queue would exist.
 
  • Like
Likes Delta2
  • #13
haruspex said:
Yes.

No, that's the point. The tail was at ##x_{A}(0)##, now it is at ##x_{B}(t)##. How far has it moved? Use your equations in post #5.
So the tail of the queue moved forward with distance L, with the velocity vs?
 
  • #14
agnimusayoti said:
So the tail of the queue moved forward with distance L, with the velocity vs?
Please post your working. Use your equations in post #5 to write ##x_{A}(0)## and ##x_{B}(t)## in terms of ##d, L, v, v_s##.
 
  • #15
At the time B enter the queue, that is ##t = t_{q}## then
$$t_{q}=\frac{d}{(v-v_{s})}$$
Therefore,
$$x_{A}(0) = L+d$$
$$x_{B}(t_{q}) = v(\frac{d}{(v-v_{s})})$$

Is it correct?
 
  • #16
agnimusayoti said:
At the time B enter the queue, that is ##t = t_{q}## then
$$t_{q}=\frac{d}{(v-v_{s})}$$
Therefore,
$$x_{A}(0) = L+d$$
$$x_{B}(t_{q}) = v(\frac{d}{(v-v_{s})})$$

Is it correct?
Yes. So what is the change in position of the tail of the queue?
 
  • #17
The change in position of the tail of the queue then ##x_{B}(t_{q}) - x_{A}(0)##? So, we have:
$$x_{B}(t_{q}) - x_{A}(0) = d(\frac{v}{v - v_s} - 1) - L$$?
 
  • #18
agnimusayoti said:
The change in position of the tail of the queue then ##x_{B}(t_{q}) - x_{A}(0)##? So, we have:
$$x_{B}(t_{q}) - x_{A}(0) = d(\frac{v}{v - v_s} - 1) - L$$?
yes, but is that the shift in the direction of the traffic or the other way?
Also, you can simplify the term in parentheses.
Can you now answer questions a, b, c?
 
  • Like
Likes agnimusayoti
  • #19
Now I understand. So, shock wave basically is the rate of the tail shifting in the low speed queue?
Therefore, we have:
$$v_w \frac{d}{v-v_s} = d\frac{v_s}{v-v_s} - L$$
But, because the value of ##\frac{v_s}{v-v_s}## equal to 0,25 then ##0,25d## must be bigger than L if we want to produce downstream shockwave. Either way, if we have 0,25d = L then the shock wave is stationary?

Hence,
(a) d = 4L
(b) ##v_{w} = v_{s} - \frac{L}{d}(v-v_s) = 2,5 m/s##
(c) downstream

But, how do you know the shock wave is the shifting of the tail? I mean, how can you get that idea?
 
  • #20
haruspex said:
It is the movement of the boundary between the two states.
Did the idea come from this definition?
 
  • Like
Likes Delta2
  • #21
agnimusayoti said:
how do you know the shock wave is the shifting of the tail?
A wave in any medium consists of the linear movement of a structural relationship of parts of the medium relative to the medium itself. If you take two snapshots at different times it looks as though the medium has moved, but it is only the form that has.
In a shock wave, the medium is in a different state (in this case density) on the two sides of the wave front.
 
  • #22
I don't really understand what do you mean by linear movement of a structural relationship of parts of the medium relative to the medium. But, yes I know that the 2 snapshots is different in the form. The difference is caused by the movement of the vibration or the disturbance of the medium...

In this shock wave case, what is the medium, btw?

Anw, if we have this understanding, could we solve the problem with another way?
 
  • #23
By structural relationship I mean some abstraction from a spatial distribution of entities.
In a body of water, the abstraction may be the height of the surface. It is an abstraction because we do not care about exactly which molecule is where; we only care about the overall appearance of the form. If, over time, that shape moves (other than by simply the bodily movement of the water mass as though a solid) we call it a wave.
Other examples… a "Mexican" wave, where people in a crowd raise and lower their arms in a coordinated manner; in an epidemic, the geographic distribution of cases; in the present case, the density distribution of cars along the road, the cars being the medium.
 

1. What is a traffic shock wave problem?

A traffic shock wave problem is a phenomenon that occurs when there is a sudden decrease in traffic flow, causing a ripple effect of congestion and delays. This can happen due to accidents, road closures, or even just heavy traffic volume.

2. How does a traffic shock wave problem affect traffic flow?

A traffic shock wave problem can significantly slow down traffic and create a domino effect of congestion. This is because when one vehicle suddenly slows down or stops, the vehicles behind it also have to slow down or stop, causing a chain reaction that can extend for miles.

3. What causes traffic shock waves?

Traffic shock waves can be caused by a variety of factors, such as accidents, road closures, construction, or even just heavy traffic volume. Any sudden disruption to the flow of traffic can create a shock wave effect.

4. How can traffic shock waves be prevented?

There are several strategies that can help prevent or minimize traffic shock waves, such as implementing intelligent transportation systems, improving road design and infrastructure, and promoting efficient driving behaviors. Additionally, proper incident management and quick response to accidents or road closures can also help prevent shock waves.

5. What are the potential consequences of traffic shock waves?

Traffic shock waves can have a significant impact on travel time, fuel consumption, and air pollution. They can also increase the risk of accidents and road rage incidents. Additionally, traffic shock waves can have economic consequences, as they can cause delays and disruptions to the transportation of goods and services.

Similar threads

  • Introductory Physics Homework Help
Replies
1
Views
851
  • Introductory Physics Homework Help
Replies
2
Views
336
  • Introductory Physics Homework Help
Replies
1
Views
892
  • Introductory Physics Homework Help
Replies
4
Views
2K
  • Introductory Physics Homework Help
Replies
12
Views
8K
Replies
1
Views
963
Replies
1
Views
2K
  • Introductory Physics Homework Help
Replies
2
Views
1K
  • Introductory Physics Homework Help
Replies
1
Views
830
  • Astronomy and Astrophysics
Replies
1
Views
1K
Back
Top