2D Traffic Flow Modeling via Kinetic Models

Size: px
Start display at page:

Download "2D Traffic Flow Modeling via Kinetic Models"

Transcription

1 Modeling via Kinetic Models Benjamin Seibold (Temple University) September 22 nd, 2017 Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 1 / 18

2 Overview Different Descriptions of Physical Systems Microscopic description (N-particle system) ẋ j = v j, v j = F j, with force F j = F j (x 1,..., x N, ẋ 1,..., ẋ N ). Kinetic (=mesoscopic) description t f + v x f + F v f = C[f ] Boltzmann equation (if collision term C[f ] = 0: Vlasov equation) f = f (x, t, v) phase space density = probability to find particle at position x, time t, flying with velocity v. Macroscopic description ρ t + (ρu) = 0 u t + (u )u =... Key question conservation of mass (continuity equation) balance of momentum Can two particles at the same position have different velocities? Yes: Kinetic description; No: Macroscopic description Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 2 / 18

3 Overview Different Descriptions of Physical Systems Microscopic description ẋ j = v j, v j = F j. Kinetic description t f + v x f + F v f = C[f ] Macroscopic description ρ t + (ρu) = 0, u t + (u )u =... Key question (slightly relaxed) Can two particles at the same position have different velocities? Or: Can two particles very close to each other have vastly different velocities? Yes: Kinetic description required; No: Macroscopic does the job. Example F j = 0: free flight of particles without interaction ( photons); cannot be described macroscopically; need kinetic description. Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 3 / 18

4 Overview 1D Traffic Flow 1D Traffic Flow Can two vehicles be at the same position, while having different velocities? Strictly speaking: No. Yet, in lane-aggregated models: Yes (same x-position, but different lanes). Traditional role of kinetic descriptions in traffic modeling Not useful as stand-alone models. But very useful to derive (new and existing) macroscopic models via a systematic procedure. Yields insight into the phenomenological connection between car-following dynamics and large-scale emergent phenomena. [Klar, Guenther, Wegener, Materne, SIAM J. Appl. Math., 2004] [Borsche, Kimathi, Klar, Computers Math. Appl., 2012] [Visconti, PhD thesis, 2016] Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 4 / 18

5 Fundamental Questions 2D Traffic Flow Premise Describe large-scale flow of vehicles in large metropolitan area via a time-dependent PDE in 2D. Advantages Conceptual simplification over flow on network. PDE natural for up- and down-scaling (lower computational cost). PDE framework allows for more direct application of control theory. Key questions How many field quantities are (at minimum) needed to capture the true flow behavior of vehicles on the road network? Can one get away with a scalar (conservation) law for ρ(x, y, t)? Answer: Hard to conceive as this would not distinguish East-bound from West-bound traffic... Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 5 / 18

6 Four-Velocity Model Four-Velocity Model (for Manhattan-type Cities) Four 2D densities: (i) ρ E (x, y): vehicles heading East (towards x ) (ii) ρ W (x, y): vehicles heading West (towards x ) (iii) ρ N (x, y): vehicles heading North (towards y ) (iv) ρ S (x, y): vehicles heading South (towards y ). Defined as ρ E (x, y) #vehicles in C h(x, y) heading East h 2 where C h (x, y) = [x h 2, x + h 2 ] [y h 2, y + h 2 ] and h reasonable length scale. Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 6 / 18

7 Simplest Model Simplest Model Vehicles move with a fixed speed s > 0 in their direction of heading. Moreover, vehicles never change their heading, and do not impede each other. On domain Ω = [x L, x R ] [y L, y R ], this situation is described via the system of PDE t ρ E + s x ρ E = 0 t ρ W s x ρ W = 0 t ρ N + s y ρ N = 0 t ρ S s y ρ S = 0 with b.c. ρ E = ρ in E for x = x L with b.c. ρ W = ρ in W for x = x R with b.c. ρ N = ρ in N for y = y L with b.c. ρ S = ρ in S for y = y R For low densities (free-flow traffic), this linear transport model is actually not too bad (see later). Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 7 / 18

8 Changes of Direction Changes of Direction Real vehicles may take turns at intersections. 2D continuum description: changes in heading occur at any point (x, y). t ρ E + s x ρ E = α E N ρ E α E S ρ E + α N E ρ N + α S E ρ S t ρ W s x ρ W = α W N ρ W α W S ρ W + α N W ρ N + α S W ρ S t ρ N + s y ρ N = α N E ρ N α N W ρ N + α E N ρ E + α W N ρ W t ρ S s y ρ S = α S E ρ S α S W ρ S + α E S ρ E + α W S ρ W Turning rates α old new : rate of vehicles heading in direction old switching to direction new. Model parameters, same idea as split or turning ratios at off-ramps in 1D network models. Generally α(x, t), or even α(x, t, ρ j ) (fewer left-turns possible if opposing flow at high density). Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 8 / 18

9 Kinetic Description Kinetic Description Can introduce additional directions (diagonal roads), all the way to a continuum of directions. Yields kinetic model: direction of travel = polar angle θ w.r.t. East. Phase space density of vehicles φ(t, x, y, θ). t φ + s cos(θ) x φ + s sin(θ) y φ = 2π 0 2π 0 σ(t, x, y, θ, θ)φ(t, x, y, θ ) dθ σ(t, x, y, θ, θ ) dθ φ(t, x, y, θ) Here σ(t, x, y, θ, θ) is collision kernel = probability that a vehicle heading in the direction θ changes its heading to the new direction θ. Multi-density PDE model is discretization (in θ) of kinetic model via finite set of directions. Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 9 / 18

10 Density Propagation in 1D Density Propagation in 1D Long road with many traffic lights. Want large-scale averaged law of traffic flow: ρ t + q x = 0. Low density: Negligible queuing at lights. Vehicles advance at effective average speed s f (depending on signal phase properties) independent of ρ. Hence q = s f ρ. Macroscopic free flow. q q c ρ c ρ s ρ m ρ Medium density: Traffic lights limit flux. Green light lets 1 vehicle pass per time τ. Average (long time scale) throughput independent of ρ. Hence q = q c β/τ, where 0 β 1 is green portion. High density: Spillback effects (from an intersection to the one upstream) limit throughput. In practice, rather than modeling from first principles, these large-scale fundamental diagrams should be determined from data. Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 10 / 18

11 Density Propagation in 1D Density Propagation in 1D: Solution Behavior ρ c = 0.4, ρ s = 0.8, ρ m = 1, s f = 1 Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 11 / 18

12 Density Propagation in 1D 2D Model with Nonlinear 1D Fluxes Yields nonlinear model with diagonal fluxes: t ρ E + x Q(ρ E ) = α E N ρ E α E S ρ E + α N E ρ N + α S E ρ S t ρ W x Q(ρ W ) = α W N ρ W α W S ρ W + α N W ρ N + α S W ρ S t ρ N + y Q(ρ N ) = α N E ρ N α N W ρ N + α E N ρ E + α W N ρ W t ρ S y Q(ρ S ) = α S E ρ S α S W ρ S + α E S ρ E + α W S ρ W In general, flux function Q depends on position (x, y), time t, and on the direction of travel: Q E, Q W, Q N, and Q S. q c Q(ρ) ρ c ρ s ρ m ρ Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 12 / 18

13 Modeling Spillback Modeling Spillback Highly congested traffic: throughput reduction on city network due to spillback; one flow direction impedes another flow direction due to vehicles blocking the intersection. Coupling between fluxes at high densities. ψ 1 0 Example ρ s ρ m ρ Only ρ E and ρ N present: Q E (ρ E, ρ N ) = Q(ρ E )ψ(ρ N ) Q N (ρ E, ρ N ) = Q(ρ N )ψ(ρ E ) with Q(ρ) is 1D flux function. Exceeding spillback density (ρ > ρ s ), flow impedes other directions. Friction function ( ( ) ) ψ(ρ) = min max 1 ρ ρs ρ m ρ s, 0, 1 All four directions present Q E = Q(ρ E ) min{ψ(ρ N ), ψ(ρ S )} Q W = Q(ρ W ) min{ψ(ρ N ), ψ(ρ S )} Q N = Q(ρ N ) min{ψ(ρ E ), ψ(ρ W )} Q S = Q(ρ S ) min{ψ(ρ E ), ψ(ρ W )} Only perpendicular fluxes are reduced. Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 13 / 18

14 Modeling Impedance of Turning Rates Modeling Impedance of Turning Rates Right turn: Friction from new direction of travel. Replace α E S by α E S = α E S ψ(ρ S ). Left turn: α E N receives friction from ρ N (new direction), from ρ S (squeezing through cars blocking the intersection), and from ρ W (if no specific left turn phase): α E N = α E N min{ψ(ρ N ), ψ(ρ S ), ψ(ρ W )}. [Could also use different friction functions for different effects.] Full model t ρ E + x Q E (ρ) = α E N (ρ)ρ E α E S (ρ)ρ E + α N E (ρ)ρ N + α S E (ρ)ρ S t ρ W x Q W (ρ) = α W N (ρ)ρ W α W S (ρ)ρ W + α N W (ρ)ρ N + α S W (ρ)ρ S t ρ N + x Q N (ρ) = α N E (ρ)ρ N α N W (ρ)ρ N + α E N (ρ)ρ E + α W N (ρ)ρ W t ρ S x Q S (ρ) = α S E (ρ)ρ S α S W (ρ)ρ S + α E S (ρ)ρ E + α W S (ρ)ρ W. Here ρ = (ρ E, ρ W, ρ N, ρ S ) T. Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 14 / 18

15 Model Results No Interaction Between Directions Model Results: No Interaction Between Directions Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 15 / 18

16 Model Results Interaction Between Directions Model Results: Interaction Between Directions Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 16 / 18

17 Model Results Blocking of Roads Model Results: Blocking of Roads Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 17 / 18

18 Model Calibration for Kinetic 2d Traffic Models Model Calibration for Kinetic 2d Traffic Models Conclusion: These types of models look intriguing, worth investigating further. Lots of questions, most fundamentally: Coupled models well-posed? A key open research step is how to calibrate (data-fit) and also validate these models. At first glance, this looks extremely challenging, given the high-dimensional structure of the scattering kernel σ(t, x, y, θ, θ). However, (1) data are abundant to fit 5D functions; and (2) The 2D PDE model structure is actually really nice: We have removed the nasty network from the equations Hence, rather than equipping roads and intersections with sensors, we can directly use vehicle trajectory data (GPS) in (longitude, latitude); no mapping onto the road network needed. Benjamin Seibold (Temple University) 2D Traffic Modeling via Kinetic Models 09/22/2017, ERC Scale-FreeBack 18 / 18

Data-Fitted Generic Second Order Macroscopic Traffic Flow Models. A Dissertation Submitted to the Temple University Graduate Board

Data-Fitted Generic Second Order Macroscopic Traffic Flow Models. A Dissertation Submitted to the Temple University Graduate Board Data-Fitted Generic Second Order Macroscopic Traffic Flow Models A Dissertation Submitted to the Temple University Graduate Board in Partial Fulfillment of the Requirements for the Degree of DOCTOR OF

More information

Two-dimensional macroscopic models for traffic flow on highways

Two-dimensional macroscopic models for traffic flow on highways Two-dimensional macroscopic models for traffic flow on highways Giuseppe Visconti Institut für Geometrie und Praktische Mathematik RWTH Aachen University (Germany) XVII Italian Meeting on Hyperbolic Equations

More information

Resurrection of the Payne-Whitham Pressure?

Resurrection of the Payne-Whitham Pressure? Resurrection of the Payne-Whitham Pressure? Benjamin Seibold (Temple University) September 29 th, 2015 Collaborators and Students Shumo Cui (Temple University) Shimao Fan (Temple University & UIUC) Louis

More information

STANDING WAVES AND THE INFLUENCE OF SPEED LIMITS

STANDING WAVES AND THE INFLUENCE OF SPEED LIMITS STANDING WAVES AND THE INFLUENCE OF SPEED LIMITS H. Lenz, R. Sollacher *, M. Lang + Siemens AG, Corporate Technology, Information and Communications, Otto-Hahn-Ring 6, 8173 Munich, Germany fax: ++49/89/636-49767

More information

On jamitons, self-sustained nonlinear waves in traffic flow

On jamitons, self-sustained nonlinear waves in traffic flow On jamitons, self-sustained nonlinear waves in traffic flow Morris R. Flynn (U. Alberta) Aslan R. Kasimov (KAUST) R. Ruben Rosales (MIT) Benjamin Seibold (Temple U.) PDE and Modelling of Traffic Workshop,

More information

Instabilities in Homogeneous and Heterogeneous Traffic Flow

Instabilities in Homogeneous and Heterogeneous Traffic Flow Instabilities in Homogeneous and Heterogeneous Traffic Flow Benjamin Seibold (Temple University) February 27 th, 2019 Collaborators Maria Laura Delle Monache (INRIA) Benedetto Piccoli (Rutgers) Rodolfo

More information

Answers to Problem Set Number 02 for MIT (Spring 2008)

Answers to Problem Set Number 02 for MIT (Spring 2008) Answers to Problem Set Number 02 for 18.311 MIT (Spring 2008) Rodolfo R. Rosales (MIT, Math. Dept., room 2-337, Cambridge, MA 02139). March 10, 2008. Course TA: Timothy Nguyen, MIT, Dept. of Mathematics,

More information

Intersection Models and Nash Equilibria for Traffic Flow on Networks

Intersection Models and Nash Equilibria for Traffic Flow on Networks Intersection Models and Nash Equilibria for Traffic Flow on Networks Alberto Bressan Department of Mathematics, Penn State University bressan@math.psu.edu (Los Angeles, November 2015) Alberto Bressan (Penn

More information

A Mathematical Introduction to Traffic Flow Theory

A Mathematical Introduction to Traffic Flow Theory A Mathematical Introduction to Traffic Flow Theory Benjamin Seibold (Temple University) Flow rate curve for LWR model sensor data flow rate function Q(ρ) 3 Flow rate Q (veh/sec) 2 1 0 0 density ρ ρ max

More information

The line that passes through the point A ( and parallel to the vector v = (a, b, c) has parametric equations:,,

The line that passes through the point A ( and parallel to the vector v = (a, b, c) has parametric equations:,, Vectors: Lines in Space A straight line can be determined by any two points in space. A line can also be determined by specifying a point on it and a direction. The direction would be a non-zero parallel

More information

Find a vector equation for the line through R parallel to the line (PQ) (Total 6 marks)

Find a vector equation for the line through R parallel to the line (PQ) (Total 6 marks) 1. The points P( 2, 4), Q (3, 1) and R (1, 6) are shown in the diagram below. (a) Find the vector PQ. (b) Find a vector equation for the line through R parallel to the line (PQ). 2. The position vector

More information

Mathematical modeling of complex systems Part 1. Overview

Mathematical modeling of complex systems Part 1. Overview 1 Mathematical modeling of complex systems Part 1. Overview P. Degond Institut de Mathématiques de Toulouse CNRS and Université Paul Sabatier pierre.degond@math.univ-toulouse.fr (see http://sites.google.com/site/degond/)

More information

Physics 121, Sections 1 and 2, Winter 2011 Instructor: Scott Bergeson Exam #3 April 16 April 21, 2011 RULES FOR THIS TEST:

Physics 121, Sections 1 and 2, Winter 2011 Instructor: Scott Bergeson Exam #3 April 16 April 21, 2011 RULES FOR THIS TEST: Physics 121, Sections 1 and 2, Winter 2011 Instructor: Scott Bergeson Exam #3 April 16 April 21, 2011 RULES FOR THIS TEST: This test is closed book. You may use a dictionary. You may use your own calculator

More information

Problem Set Number 01, MIT (Winter-Spring 2018)

Problem Set Number 01, MIT (Winter-Spring 2018) Problem Set Number 01, 18.306 MIT (Winter-Spring 2018) Rodolfo R. Rosales (MIT, Math. Dept., room 2-337, Cambridge, MA 02139) February 28, 2018 Due Monday March 12, 2018. Turn it in (by 3PM) at the Math.

More information

Macroscopic Simulation of Open Systems and Micro-Macro Link

Macroscopic Simulation of Open Systems and Micro-Macro Link Macroscopic Simulation of Open Systems and Micro-Macro Link Ansgar Hennecke 1 and Martin Treiber 1 and Dirk Helbing 1 II Institute for Theoretical Physics, University Stuttgart, Pfaffenwaldring 57, D-7756

More information

On the distribution schemes for determining flows through a merge

On the distribution schemes for determining flows through a merge On the distribution schemes for determining flows through a merge W. L. Jin and H. M. Zhang April 11, 2002 Abstract: In this paper, we study various distribution schemes for determining flows through a

More information

Conservation laws and some applications to traffic flows

Conservation laws and some applications to traffic flows Conservation laws and some applications to traffic flows Khai T. Nguyen Department of Mathematics, Penn State University ktn2@psu.edu 46th Annual John H. Barrett Memorial Lectures May 16 18, 2016 Khai

More information

Modeling Traffic Flow on Multi-Lane Road: Effects of Lane-Change Manoeuvres Due to an On-ramp

Modeling Traffic Flow on Multi-Lane Road: Effects of Lane-Change Manoeuvres Due to an On-ramp Global Journal of Pure and Applied Mathematics. ISSN 973-768 Volume 4, Number 28, pp. 389 46 Research India Publications http://www.ripublication.com/gjpam.htm Modeling Traffic Flow on Multi-Lane Road:

More information

Traffic Flow Theory & Simulation

Traffic Flow Theory & Simulation Traffic Flow Theory & Simulation S.P. Hoogendoorn Lecture 1 Introduction Photo by Wikipedia / CC BY SA Course 4821 - Introduction 1 57 Photo by wikipedia / CC BY SA Traffic Flow Theory & Simulation An

More information

New concepts: scalars, vectors, unit vectors, vector components, vector equations, scalar product. reading assignment read chap 3

New concepts: scalars, vectors, unit vectors, vector components, vector equations, scalar product. reading assignment read chap 3 New concepts: scalars, vectors, unit vectors, vector components, vector equations, scalar product reading assignment read chap 3 Most physical quantities are described by a single number or variable examples:

More information

Numerical Simulation of Traffic Flow via Fluid Dynamics Approach

Numerical Simulation of Traffic Flow via Fluid Dynamics Approach International Journal of Computing and Optimization Vol. 3, 2016, no. 1, 93-104 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijco.2016.6613 Numerical Simulation of Traffic Flow via Fluid Dynamics

More information

Simplified Hyperbolic Moment Equations

Simplified Hyperbolic Moment Equations Simplified Hyperbolic Moment Equations Julian Koellermeier and Manuel Torrilhon Abstract Hyperbolicity is a necessary property of model equations for the solution of the BGK equation to achieve stable

More information

A scalar conservation law with discontinuous flux for supply chains with finite buffers.

A scalar conservation law with discontinuous flux for supply chains with finite buffers. A scalar conservation law with discontinuous flux for supply chains with finite buffers. Dieter Armbruster School of Mathematical and Statistical Sciences, Arizona State University & Department of Mechanical

More information

Examination paper for TMA4195 Mathematical Modeling

Examination paper for TMA4195 Mathematical Modeling Department of Mathematical Sciences Examination paper for TMA4195 Mathematical Modeling Academic contact during examination: Elena Celledoni Phone: 48238584, 73593541 Examination date: 11th of December

More information

Solitons in a macroscopic traffic model

Solitons in a macroscopic traffic model Solitons in a macroscopic traffic model P. Saavedra R. M. Velasco Department of Mathematics, Universidad Autónoma Metropolitana, Iztapalapa, 093 México, (e-mail: psb@xanum.uam.mx). Department of Physics,

More information

We provide two sections from the book (in preparation) Intelligent and Autonomous Road Vehicles, by Ozguner, Acarman and Redmill.

We provide two sections from the book (in preparation) Intelligent and Autonomous Road Vehicles, by Ozguner, Acarman and Redmill. We provide two sections from the book (in preparation) Intelligent and Autonomous Road Vehicles, by Ozguner, Acarman and Redmill. 2.3.2. Steering control using point mass model: Open loop commands We consider

More information

1/3/2011. This course discusses the physical laws that govern atmosphere/ocean motions.

1/3/2011. This course discusses the physical laws that govern atmosphere/ocean motions. Lecture 1: Introduction and Review Dynamics and Kinematics Kinematics: The term kinematics means motion. Kinematics is the study of motion without regard for the cause. Dynamics: On the other hand, dynamics

More information

Dot Product August 2013

Dot Product August 2013 Dot Product 12.3 30 August 2013 Dot product. v = v 1, v 2,..., v n, w = w 1, w 2,..., w n The dot product v w is v w = v 1 w 1 + v 2 w 2 + + v n w n n = v i w i. i=1 Example: 1, 4, 5 2, 8, 0 = 1 2 + 4

More information

Multiple-Choice Answer Key

Multiple-Choice Answer Key Multiple-Choice Answer Key The following contains the answers to the multiple-choice questions in this exam. Answer Key for AP Physics 1 Practice Exam, Section I Question 1: C Question : A Question 3:

More information

arxiv: v1 [physics.soc-ph] 13 Oct 2017

arxiv: v1 [physics.soc-ph] 13 Oct 2017 arxiv:171.5752v1 [physics.soc-ph] 13 Oct 217 Analysis of risk levels for traffic on a multi-lane highway Michael Herty Giuseppe Visconti Institut für Geometrie und Praktische Mathematik (IGPM), RWTH Aachen

More information

Delay of Incidents Consequences of Stochastic Incident Duration

Delay of Incidents Consequences of Stochastic Incident Duration Delay of Incidents Consequences of Stochastic Incident Duration Victor L. Knoop 1, Serge P. Hoogendoorn 1, and Henk J. van Zuylen 1 Delft University of Technology & TRIL research School, Stevinweg 1, 68

More information

Solutions to switched Hamilton-Jacobi equations and conservation laws using hybrid components

Solutions to switched Hamilton-Jacobi equations and conservation laws using hybrid components Solutions to switched Hamilton-Jacobi equations and conservation laws using hybrid components Christian G. Claudel and Alexandre M. Bayen University of California, Berkeley Berkeley, CA, 94720-1710 Abstract.

More information

Coupled Map Traffic Flow Simulator Based on Optimal Velocity Functions

Coupled Map Traffic Flow Simulator Based on Optimal Velocity Functions Coupled Map Traffic Flow Simulator Based on Optimal Velocity Functions Shin-ichi Tadaki 1,, Macoto Kikuchi 2,, Yuki Sugiyama 3,, and Satoshi Yukawa 4, 1 Department of Information Science, Saga University,

More information

Motivation Traffic control strategies Main control schemes: Highways Variable speed limits Ramp metering Dynamic lane management Arterial streets Adap

Motivation Traffic control strategies Main control schemes: Highways Variable speed limits Ramp metering Dynamic lane management Arterial streets Adap Queue length estimation on urban corridors Guillaume Costeseque with Edward S. Canepa (KAUST) and Chris G. Claudel (UT, Austin) Inria Sophia-Antipolis Méditerranée VIII Workshop on the Mathematical Foundations

More information

Answers to Problem Set # 01, MIT (Winter-Spring 2018)

Answers to Problem Set # 01, MIT (Winter-Spring 2018) Answers to Problem Set # 01, 18.306 MIT (Winter-Spring 2018) Rodolfo R. Rosales (MIT, Math. Dept., room 2-337, Cambridge, MA 02139) February 28, 2018 Contents 1 Nonlinear solvable ODEs 2 1.1 Statement:

More information

SL Vector Practice The points P( 2, 4), Q (3, 1) and R (1, 6) are shown in the diagram below.

SL Vector Practice The points P( 2, 4), Q (3, 1) and R (1, 6) are shown in the diagram below. IB Math Standard Level Vector Practice 0506 SL Vector Practice 0506. The points P(, ), Q (, ) and R (, 6) are shown in the diagram below. Alei - Desert Academy (a) Find the vector PQ. (b) Find a vector

More information

On fluido-dynamic models for urban traffic

On fluido-dynamic models for urban traffic On fluido-dynamic models for urban traffic Mauro Garavello Dipartimento di Scienze e Tecnologie Avanzate, Università del Piemonte Orientale A. Avogadro, via Bellini 25/G, 15100 Alessandria (Italy). Benedetto

More information

Numerical simulation of some macroscopic mathematical models of traffic flow. Comparative study

Numerical simulation of some macroscopic mathematical models of traffic flow. Comparative study Numerical simulation of some macroscopic mathematical models of traffic flow. Comparative study A. Lakhouili 1, El. Essoufi 1, H. Medromi 2, M. Mansouri 1 1 Hassan 1 st University, FST Settat, Morocco

More information

Coupling conditions for transport problems on networks governed by conservation laws

Coupling conditions for transport problems on networks governed by conservation laws Coupling conditions for transport problems on networks governed by conservation laws Michael Herty IPAM, LA, April 2009 (RWTH 2009) Transport Eq s on Networks 1 / 41 Outline of the Talk Scope: Boundary

More information

Supply chains models

Supply chains models Supply chains models Maria Ivanova Technische Universität München, Department of Mathematics, Haupt Seminar 2016 Garching, Germany July 3, 2016 Overview Introduction What is Supply chain? Traffic flow

More information

Physics Dec The Maxwell Velocity Distribution

Physics Dec The Maxwell Velocity Distribution Physics 301 7-Dec-2005 29-1 The Maxwell Velocity Distribution The beginning of chapter 14 covers some things we ve already discussed. Way back in lecture 6, we calculated the pressure for an ideal gas

More information

Problem Set Number 01, MIT (Winter-Spring 2018)

Problem Set Number 01, MIT (Winter-Spring 2018) Problem Set Number 01, 18.377 MIT (Winter-Spring 2018) Rodolfo R. Rosales (MIT, Math. Dept., room 2-337, Cambridge, MA 02139) February 28, 2018 Due Thursday, March 8, 2018. Turn it in (by 3PM) at the Math.

More information

arxiv: v1 [physics.soc-ph] 1 Aug 2017

arxiv: v1 [physics.soc-ph] 1 Aug 2017 OFF-RAMP COUPLING CONDITIONS DEVOID OF SPURIOUS BLOCKING AND RE-ROUTING NAJMEH SALEHI, JULIA SOMERS, AND BENJAMIN SEIBOLD arxiv:1708.00529v1 [physics.soc-ph] 1 Aug 2017 Abstract. When modeling vehicular

More information

Car-Following Models as Dynamical Systems and the Mechanisms for Macroscopic Pattern Formation

Car-Following Models as Dynamical Systems and the Mechanisms for Macroscopic Pattern Formation Car-Following Models as Dynamical Systems and the Mechanisms for Macroscopic Pattern Formation R. Eddie Wilson, University of Bristol EPSRC Advanced Research Fellowship EP/E055567/1 http://www.enm.bris.ac.uk/staff/rew

More information

VISUAL EXPLORATION OF SPATIAL-TEMPORAL TRAFFIC CONGESTION PATTERNS USING FLOATING CAR DATA. Candra Kartika 2015

VISUAL EXPLORATION OF SPATIAL-TEMPORAL TRAFFIC CONGESTION PATTERNS USING FLOATING CAR DATA. Candra Kartika 2015 VISUAL EXPLORATION OF SPATIAL-TEMPORAL TRAFFIC CONGESTION PATTERNS USING FLOATING CAR DATA Candra Kartika 2015 OVERVIEW Motivation Background and State of The Art Test data Visualization methods Result

More information

Emergence of traffic jams in high-density environments

Emergence of traffic jams in high-density environments Emergence of traffic jams in high-density environments Bill Rose 12/19/2012 Physics 569: Emergent States of Matter Phantom traffic jams, those that have no apparent cause, can arise as an emergent phenomenon

More information

Numerical Simulation of Rarefied Gases using Hyperbolic Moment Equations in Partially-Conservative Form

Numerical Simulation of Rarefied Gases using Hyperbolic Moment Equations in Partially-Conservative Form Numerical Simulation of Rarefied Gases using Hyperbolic Moment Equations in Partially-Conservative Form Julian Koellermeier, Manuel Torrilhon May 18th, 2017 FU Berlin J. Koellermeier 1 / 52 Partially-Conservative

More information

Vectors are used to represent quantities such as force and velocity which have both. and. The magnitude of a vector corresponds to its.

Vectors are used to represent quantities such as force and velocity which have both. and. The magnitude of a vector corresponds to its. Fry Texas A&M University Math 150 Chapter 9 Fall 2014 1 Chapter 9 -- Vectors Remember that is the set of real numbers, often represented by the number line, 2 is the notation for the 2-dimensional plane.

More information

Control Volume. Dynamics and Kinematics. Basic Conservation Laws. Lecture 1: Introduction and Review 1/24/2017

Control Volume. Dynamics and Kinematics. Basic Conservation Laws. Lecture 1: Introduction and Review 1/24/2017 Lecture 1: Introduction and Review Dynamics and Kinematics Kinematics: The term kinematics means motion. Kinematics is the study of motion without regard for the cause. Dynamics: On the other hand, dynamics

More information

Lecture 1: Introduction and Review

Lecture 1: Introduction and Review Lecture 1: Introduction and Review Review of fundamental mathematical tools Fundamental and apparent forces Dynamics and Kinematics Kinematics: The term kinematics means motion. Kinematics is the study

More information

Traffic models on a network of roads

Traffic models on a network of roads Traic models on a network o roads Alberto Bressan Department o Mathematics, Penn State University bressan@math.psu.edu Center or Interdisciplinary Mathematics Alberto Bressan (Penn State) Traic low on

More information

Scalar conservation laws with moving density constraints arising in traffic flow modeling

Scalar conservation laws with moving density constraints arising in traffic flow modeling Scalar conservation laws with moving density constraints arising in traffic flow modeling Maria Laura Delle Monache Email: maria-laura.delle monache@inria.fr. Joint work with Paola Goatin 14th International

More information

Research Article Splitting of Traffic Flows to Control Congestion in Special Events

Research Article Splitting of Traffic Flows to Control Congestion in Special Events International Journal of Mathematics and Mathematical Sciences Volume 0, Article ID 567, 8 pages doi:0.550567 Research Article Splitting of Traffic Flows to Control Congestion in Special Events Ciro D

More information

Sometimes (like on AP test) you will see the equation like this:

Sometimes (like on AP test) you will see the equation like this: Work, Energy & Momentum Notes Chapter 5 & 6 The two types of energy we will be working with in this unit are: (K in book KE): Energy associated with of an object. (U in book PE): Energy associated with

More information

G : Statistical Mechanics

G : Statistical Mechanics G25.2651: Statistical Mechanics Notes for Lecture 1 Defining statistical mechanics: Statistical Mechanics provies the connection between microscopic motion of individual atoms of matter and macroscopically

More information

Traffic Flow Theory & Simulation

Traffic Flow Theory & Simulation Traffic Flow Theory & Simulation S.P. Hoogendoorn Lecture 4 Shockwave theory Shockwave theory I: Introduction Applications of the Fundamental Diagram February 14, 2010 1 Vermelding onderdeel organisatie

More information

Measurement and Uncertainty

Measurement and Uncertainty Measurement and Uncertainty Michael Gold Physics 307L September 16, 2006 Michael Gold (Physics 307L) Measurement and Uncertainty September 16, 2006 1 / 9 Goal of Experiment Measure a parameter: statistical

More information

Dynamical Phenomena induced by Bottleneck

Dynamical Phenomena induced by Bottleneck March 23, Sophia Antipolis, Workshop TRAM2 Dynamical Phenomena induced by Bottleneck Ingenuin Gasser Department of Mathematics University of Hamburg, Germany Tilman Seidel, Gabriele Sirito, Bodo Werner

More information

Modeling using conservation laws. Let u(x, t) = density (heat, momentum, probability,...) so that. u dx = amount in region R Ω. R

Modeling using conservation laws. Let u(x, t) = density (heat, momentum, probability,...) so that. u dx = amount in region R Ω. R Modeling using conservation laws Let u(x, t) = density (heat, momentum, probability,...) so that u dx = amount in region R Ω. R Modeling using conservation laws Let u(x, t) = density (heat, momentum, probability,...)

More information

Cumulative Count Curve and Queueing Analysis

Cumulative Count Curve and Queueing Analysis Introduction Traffic flow theory (TFT) Zhengbing He, Ph.D., http://zhengbing.weebly.com School of traffic and transportation, Beijing Jiaotong University September 27, 2015 Introduction Outline 1 Introduction

More information

A lattice traffic model with consideration of preceding mixture traffic information

A lattice traffic model with consideration of preceding mixture traffic information Chin. Phys. B Vol. 0, No. 8 011) 088901 A lattice traffic model with consideration of preceding mixture traffic information Li Zhi-Peng ) a), Liu Fu-Qiang ) a), Sun Jian ) b) a) School of Electronics and

More information

STEP Support Programme. Mechanics STEP Questions

STEP Support Programme. Mechanics STEP Questions STEP Support Programme Mechanics STEP Questions This is a selection of mainly STEP I questions with a couple of STEP II questions at the end. STEP I and STEP II papers follow the same specification, the

More information

A Continuous Model for Two-Lane Traffic Flow

A Continuous Model for Two-Lane Traffic Flow A Continuous Model for Two-Lane Traffic Flow Richard Yi, Harker School Prof. Gabriele La Nave, University of Illinois, Urbana-Champaign PRIMES Conference May 16, 2015 Two Ways of Approaching Traffic Flow

More information

Physics-MC Page 1 of 29 Inertia, Force and Motion 1.

Physics-MC Page 1 of 29 Inertia, Force and Motion 1. Physics-MC 2006-7 Page 1 of 29 Inertia, Force and Motion 1. 3. 2. Three blocks of equal mass are placed on a smooth horizontal surface as shown in the figure above. A constant force F is applied to block

More information

Date: Location: Den Haag - Nootdorp. Yufei Yuan Aurélien Duret Hans van Lint. Conference on Traffic and Granular Flow 15

Date: Location: Den Haag - Nootdorp. Yufei Yuan Aurélien Duret Hans van Lint. Conference on Traffic and Granular Flow 15 Network-wide mesoscopic traffic state estimation based on a variational formulation of the LWR model and using both Lagrangian and Eulerian observations Yufei Yuan Aurélien Duret Hans van Lint Date: 28-10-2015

More information

Physics 12 August 2000 Provincial Examination

Physics 12 August 2000 Provincial Examination Physics 12 August 2000 Provincial Examination ANSWER KEY / SCORING GUIDE Organizers CURRICULUM: Sub-Organizers 1. Vector Kinematics in Two Dimensions A, B and Dynamics and Vector Dynamics C, D 2. Work,

More information

Hyperbolic Moment Equations Using Quadrature-Based Projection Methods

Hyperbolic Moment Equations Using Quadrature-Based Projection Methods Using Quadrature-Based Projection Methods Julian Köllermeier, Manuel Torrilhon 29th International Symposium on Rarefied Gas Dynamics, Xi an July 14th, 2014 Julian Köllermeier, Manuel Torrilhon 1 / 12 Outline

More information

SUMMER SCHOOL - KINETIC EQUATIONS LECTURE II: CONFINED CLASSICAL TRANSPORT Shanghai, 2011.

SUMMER SCHOOL - KINETIC EQUATIONS LECTURE II: CONFINED CLASSICAL TRANSPORT Shanghai, 2011. SUMMER SCHOOL - KINETIC EQUATIONS LECTURE II: CONFINED CLASSICAL TRANSPORT Shanghai, 2011. C. Ringhofer ringhofer@asu.edu, math.la.asu.edu/ chris OVERVIEW Quantum and classical description of many particle

More information

Hyperbolic Models for Large Supply Chains. Christian Ringhofer (Arizona State University) Hyperbolic Models for Large Supply Chains p.

Hyperbolic Models for Large Supply Chains. Christian Ringhofer (Arizona State University) Hyperbolic Models for Large Supply Chains p. Hyperbolic Models for Large Supply Chains Christian Ringhofer (Arizona State University) Hyperbolic Models for Large Supply Chains p. /4 Introduction Topic: Overview of conservation law (traffic - like)

More information

Quantum Hydrodynamics models derived from the entropy principle

Quantum Hydrodynamics models derived from the entropy principle 1 Quantum Hydrodynamics models derived from the entropy principle P. Degond (1), Ch. Ringhofer (2) (1) MIP, CNRS and Université Paul Sabatier, 118 route de Narbonne, 31062 Toulouse cedex, France degond@mip.ups-tlse.fr

More information

CELLULAR AUTOMATA SIMULATION OF TRAFFIC LIGHT STRATEGIES IN OPTIMIZING THE TRAFFIC FLOW

CELLULAR AUTOMATA SIMULATION OF TRAFFIC LIGHT STRATEGIES IN OPTIMIZING THE TRAFFIC FLOW CELLULAR AUTOMATA SIMULATION OF TRAFFIC LIGHT STRATEGIES IN OPTIMIZING THE TRAFFIC FLOW ENDAR H. NUGRAHANI, RISWAN RAMDHANI Department of Mathematics, Faculty of Mathematics and Natural Sciences, Bogor

More information

Solving linear and nonlinear partial differential equations by the method of characteristics

Solving linear and nonlinear partial differential equations by the method of characteristics Chapter IV Solving linear and nonlinear partial differential equations by the method of characteristics Chapter III has brought to light the notion of characteristic curves and their significance in the

More information

Problem 1 Problem 2 Problem 3 Problem 4 Total

Problem 1 Problem 2 Problem 3 Problem 4 Total Name Section THE PENNSYLVANIA STATE UNIVERSITY Department of Engineering Science and Mechanics Engineering Mechanics 12 Final Exam May 5, 2003 8:00 9:50 am (110 minutes) Problem 1 Problem 2 Problem 3 Problem

More information

Description: Conceptual: A bullet embeds in a stationary, frictionless block: type of collision? what is conserved? v_final?

Description: Conceptual: A bullet embeds in a stationary, frictionless block: type of collision? what is conserved? v_final? Chapter 8 [ Edit ] Overview Summary View Diagnostics View Print View with Answers Chapter 8 Due: 11:59pm on Tuesday, March 20, 2018 To understand how points are awarded, read the Grading Policy for this

More information

Continuum Modelling of Traffic Flow

Continuum Modelling of Traffic Flow Continuum Modelling of Traffic Flow Christopher Lustri June 16, 2010 1 Introduction We wish to consider the problem of modelling flow of vehicles within a traffic network. In the past, stochastic traffic

More information

Airborne Traffic Flow Data and Traffic Management. Mark Hickman and Pitu Mirchandani

Airborne Traffic Flow Data and Traffic Management. Mark Hickman and Pitu Mirchandani Airborne Traffic Flow Data and Traffic Management Mark Hickman and Pitu Mirchandani University of Arizona, ATLAS Center Greenshields 75 Symposium July 8-10, 2008 Outline Basics of airborne traffic data

More information

Physics 11 Honours. x-dir px : m1 v1 = (m1 + m2 ) V cos y-dir py : m2 v2 = (m1 + m2 ) V sin A Collision at an Intersection Example 1:

Physics 11 Honours. x-dir px : m1 v1 = (m1 + m2 ) V cos y-dir py : m2 v2 = (m1 + m2 ) V sin A Collision at an Intersection Example 1: Name: Physics 11 Honours Date: Unit 7 Momentum and Its Conservation 7.4 A perfectly inelastic collision in 2-D Consider a collision in 2-D (cars crashing at a slippery intersection...no friction). Because

More information

Lecture 3: Specific Intensity, Flux and Optical Depth

Lecture 3: Specific Intensity, Flux and Optical Depth Lecture 3: Specific Intensity, Flux and Optical Depth We begin a more detailed look at stellar atmospheres by defining the fundamental variable, which is called the Specific Intensity. It may be specified

More information

High-Energy Astrophysics

High-Energy Astrophysics Part C Major Option Astrophysics High-Energy Astrophysics Garret Cotter garret@astro.ox.ac.uk Office 756 DWB Hilary Term 2016 Lecture 3 Today s lecture Acceleration of particles at shocks Spectrum of cosmic

More information

Refined Macroscopic Traffic Modelling Via Systems Of Conservation Laws. Ashlin D. Richardson B.Sc., University of Victoria, 2008

Refined Macroscopic Traffic Modelling Via Systems Of Conservation Laws. Ashlin D. Richardson B.Sc., University of Victoria, 2008 Refined Macroscopic Traffic Modelling Via Systems Of Conservation Laws by Ashlin D. Richardson B.Sc., University of Victoria, 2008 A Thesis Submitted in Partial Fulfillment of the Requirements for the

More information

Lecture 6, September 1, 2017

Lecture 6, September 1, 2017 Engineering Mathematics Fall 07 Lecture 6, September, 07 Escape Velocity Suppose we have a planet (or any large near to spherical heavenly body) of radius R and acceleration of gravity at the surface of

More information

arxiv: v1 [physics.soc-ph] 14 Feb 2018

arxiv: v1 [physics.soc-ph] 14 Feb 2018 arxiv:1802.05341v1 [physics.soc-ph] 14 Feb 2018 Phase-Space Analysis of Fluid-Dynamical Models of Traffic Flow M David Alvarez Hernandez a,, Shani Alvarez Hernandez b a Department of Physics, Universidad

More information

Chapter 1 Direct Modeling for Computational Fluid Dynamics

Chapter 1 Direct Modeling for Computational Fluid Dynamics Chapter 1 Direct Modeling for Computational Fluid Dynamics Computational fluid dynamics (CFD) is a scientific discipline, which aims to capture fluid motion in a discretized space. The description of the

More information

Traffic signal design-ii

Traffic signal design-ii CHAPTER 4. TRAFFIC SIGNAL DESIGN-II NPTEL May 3, 007 Chapter 4 Traffic signal design-ii 4.1 Overview In the previous chapter, a simple design of cycle time was discussed. Here we will discuss how the cycle

More information

Phys101 First Major-111 Zero Version Monday, October 17, 2011 Page: 1

Phys101 First Major-111 Zero Version Monday, October 17, 2011 Page: 1 Monday, October 17, 011 Page: 1 Q1. 1 b The speed-time relation of a moving particle is given by: v = at +, where v is the speed, t t + c is the time and a, b, c are constants. The dimensional formulae

More information

Lecture 17 - Gyroscopes

Lecture 17 - Gyroscopes Lecture 17 - Gyroscopes A Puzzle... We have seen throughout class that the center of mass is a very powerful tool for evaluating systems. However, don t let yourself get carried away with how useful it

More information

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 5 Jun 1998

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 5 Jun 1998 Fundamentals of Traffic Flow arxiv:cond-mat/9806080v1 [cond-mat.stat-mech] 5 Jun 1998 Dirk Helbing II. Institute of Theoretical Physics, University of Stuttgart, Pfaffenwaldring 57/III, 70550 Stuttgart,

More information

PHYS 390 Lecture 23 - Photon gas 23-1

PHYS 390 Lecture 23 - Photon gas 23-1 PHYS 39 Lecture 23 - Photon gas 23-1 Lecture 23 - Photon gas What's Important: radiative intensity and pressure stellar opacity Text: Carroll and Ostlie, Secs. 9.1 and 9.2 The temperature required to drive

More information

Center of Mass & Linear Momentum

Center of Mass & Linear Momentum PHYS 101 Previous Exam Problems CHAPTER 9 Center of Mass & Linear Momentum Center of mass Momentum of a particle Momentum of a system Impulse Conservation of momentum Elastic collisions Inelastic collisions

More information

Analytical investigation on the minimum traffic delay at a two-phase. intersection considering the dynamical evolution process of queues

Analytical investigation on the minimum traffic delay at a two-phase. intersection considering the dynamical evolution process of queues Analytical investigation on the minimum traffic delay at a two-phase intersection considering the dynamical evolution process of queues Hong-Ze Zhang 1, Rui Jiang 1,2, Mao-Bin Hu 1, Bin Jia 2 1 School

More information

Direct Modeling for Computational Fluid Dynamics

Direct Modeling for Computational Fluid Dynamics Direct Modeling for Computational Fluid Dynamics Kun Xu February 20, 2013 Computational fluid dynamics (CFD) is new emerging scientific discipline, and targets to simulate fluid motion in different scales.

More information

Comparison of Numerical Solutions for the Boltzmann Equation and Different Moment Models

Comparison of Numerical Solutions for the Boltzmann Equation and Different Moment Models Comparison of Numerical Solutions for the Boltzmann Equation and Different Moment Models Julian Koellermeier, Manuel Torrilhon October 12th, 2015 Chinese Academy of Sciences, Beijing Julian Koellermeier,

More information

Announcements. The second midterm exam is March 8, 5-7 PM in White B51 (this room).

Announcements. The second midterm exam is March 8, 5-7 PM in White B51 (this room). Announcements The second midterm exam is March 8, 5-7 PM in White B51 (this room). The makeup exam is March 5, 5-7 PM in Clark 317. All exam info, including this, is at the class webpage, http://community.wvu.edu/

More information

AH Mechanics Checklist (Unit 1) AH Mechanics Checklist (Unit 1) Rectilinear Motion

AH Mechanics Checklist (Unit 1) AH Mechanics Checklist (Unit 1) Rectilinear Motion Rectilinear Motion No. kill Done 1 Know that rectilinear motion means motion in 1D (i.e. along a straight line) Know that a body is a physical object 3 Know that a particle is an idealised body that has

More information

Recent Researches in Engineering and Automatic Control

Recent Researches in Engineering and Automatic Control Traffic Flow Problem Simulation in Jordan Abdul Hai Alami Mechanical Engineering Higher Colleges of Technology 17155 Al Ain United Arab Emirates abdul.alami@hct.ac.ae http://sites.google.com/site/alamihu

More information

r CM = ir im i i m i m i v i (2) P = i

r CM = ir im i i m i m i v i (2) P = i Physics 121 Test 3 study guide Thisisintendedtobeastudyguideforyourthirdtest, whichcoverschapters 9, 10, 12, and 13. Note that chapter 10 was also covered in test 2 without section 10.7 (elastic collisions),

More information

Atom Model and Relativity

Atom Model and Relativity Atom Model and Relativity Kimmo Rouvari September 8, 203 Abstract What is the theoretical explanation for fine structure? What is the mechanism behind relativity? These questions have bothered numerous

More information

Final Physics of Schwarzschild

Final Physics of Schwarzschild Physics 4 Lecture 32 Final Physics of Schwarzschild Lecture 32 Physics 4 Classical Mechanics II November 6th, 27 We have studied a lot of properties of the Schwarzschild metric I want to finish with a

More information

Latitude and Longitude Pre Test

Latitude and Longitude Pre Test Name Date Latitude and Longitude Pre Test Multiple Choice Directions: For questions, 1 10 circle the answer that letter that best answers the question. Each question is worth 1 point each. 1. To locate

More information

The Principle of Least Action

The Principle of Least Action The Principle of Least Action In their never-ending search for general principles, from which various laws of Physics could be derived, physicists, and most notably theoretical physicists, have often made

More information