52
Mathematical modeling by differential equations Case study: Traffic flow Stefan Doboszczak, Virginia Forstall University of Maryland M3C October 9, 2013 S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 1 / 34

Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Embed Size (px)

Citation preview

Page 1: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Mathematical modeling by differential equationsCase study: Traffic flow

Stefan Doboszczak, Virginia Forstall

University of Maryland

M3COctober 9, 2013

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 1 / 34

Page 2: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Outline

1 Introduction

2 Case study: A simple model for traffic flow

3 Case study: Extension of traffic flow model

4 Numerical techniques

5 Criticism

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 2 / 34

Page 3: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Introduction

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 3 / 34

Page 4: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Introduction

1 State the problem.

2 Identify variables and effects.

3 Choose modeling method.

4 Formulate basic model.

5 Build on basic model.

6 Solve equations or run simulations.

7 Make conclusions and criticize model.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 4 / 34

Page 5: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Outline

1 Introduction

2 Case study: A simple model for traffic flow

3 Case study: Extension of traffic flow model

4 Numerical techniques

5 Criticism

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 5 / 34

Page 6: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Problem Statement

Model the flow of traffic on a one lane roadway.

Types of possible models:I Cellular automata: Follow individual cars, give rules for motionI PDE: Ignore individual cars, consider average densities

PDE approach: Formulate a model for the density ρ(x , t), of cars perunit length, as a function of position x and time t, given the initialdensity ρ(x , 0).

Automata approach: Create a simulation of cars on a 1d lattice byspecifying rules for their movement on the lattice.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 6 / 34

Page 7: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Problem Statement

Model the flow of traffic on a one lane roadway.

Types of possible models:I Cellular automata: Follow individual cars, give rules for motionI PDE: Ignore individual cars, consider average densities

PDE approach: Formulate a model for the density ρ(x , t), of cars perunit length, as a function of position x and time t, given the initialdensity ρ(x , 0).

Automata approach: Create a simulation of cars on a 1d lattice byspecifying rules for their movement on the lattice.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 6 / 34

Page 8: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Problem Statement

Model the flow of traffic on a one lane roadway.

Types of possible models:I Cellular automata: Follow individual cars, give rules for motionI PDE: Ignore individual cars, consider average densities

PDE approach: Formulate a model for the density ρ(x , t), of cars perunit length, as a function of position x and time t, given the initialdensity ρ(x , 0).

Automata approach: Create a simulation of cars on a 1d lattice byspecifying rules for their movement on the lattice.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 6 / 34

Page 9: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Relevant variables / effects

Variables:

position, x

time, t

density, ρ = ρ(x , t)

velocity, v = v(x , t)

flux, J = J(x , t)

Effects to account for:

length of cars

spacing between cars

length of roadway

number of lanes

merging

on/off ramps

weather

accidents/construction

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 7 / 34

Page 10: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Relevant variables / effects

Variables:

position, x

time, t

density, ρ = ρ(x , t)

velocity, v = v(x , t)

flux, J = J(x , t)

Effects to account for:

length of cars

spacing between cars

length of roadway

number of lanes

merging

on/off ramps

weather

accidents/construction

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 7 / 34

Page 11: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Relevant variables / effects

Variables:

position, x

time, t

density, ρ = ρ(x , t)

velocity, v = v(x , t)

flux, J = J(x , t)

Effects to account for:

length of cars

spacing between cars

length of roadway

number of lanes

merging

on/off ramps

weather

accidents/construction

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 7 / 34

Page 12: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Relevant variables / effects

Variables:

position, x

time, t

density, ρ = ρ(x , t)

velocity, v = v(x , t)

flux, J = J(x , t)

Effects to account for:

length of cars

spacing between cars

length of roadway

number of lanes

merging

on/off ramps

weather

accidents/construction

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 7 / 34

Page 13: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Assumptions

Assume density is continuous, that is, ignore individual cars.I Many cars needed. How many?I Need assumption on how density is averaged. How big should ∆x be in

the limit?

Assume motion is directed left-to-right on a one-lane roadway ofinfinite length. Is this reasonable?

Assume all cars have the same length L and they are evenly spaced atdistance d . This is the uniform distribution model.

Ignore all other effects.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 8 / 34

Page 14: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Assumptions

Assume density is continuous, that is, ignore individual cars.I Many cars needed. How many?I Need assumption on how density is averaged. How big should ∆x be in

the limit?

Assume motion is directed left-to-right on a one-lane roadway ofinfinite length. Is this reasonable?

Assume all cars have the same length L and they are evenly spaced atdistance d . This is the uniform distribution model.

Ignore all other effects.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 8 / 34

Page 15: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Assumptions

Assume density is continuous, that is, ignore individual cars.I Many cars needed. How many?I Need assumption on how density is averaged. How big should ∆x be in

the limit?

Assume motion is directed left-to-right on a one-lane roadway ofinfinite length. Is this reasonable?

Assume all cars have the same length L and they are evenly spaced atdistance d . This is the uniform distribution model.

Ignore all other effects.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 8 / 34

Page 16: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Assumptions

Assume density is continuous, that is, ignore individual cars.I Many cars needed. How many?I Need assumption on how density is averaged. How big should ∆x be in

the limit?

Assume motion is directed left-to-right on a one-lane roadway ofinfinite length. Is this reasonable?

Assume all cars have the same length L and they are evenly spaced atdistance d . This is the uniform distribution model.

Ignore all other effects.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 8 / 34

Page 17: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Uniform distribution model: density

Consider the interval Ix0 = {x0 −∆x < x0 < x0 + ∆x} about thepoint x0.

To estimate ρ(x0, t0), count the number of cars in the interval anddivide by its length:

ρ(x0, t0) ≈ 1

2∆x(# of cars in the interval Ix0 at time t = t0) (1)

The assumption on ∆x is that it is small enough so only cars in thevicinity matter but large enough so the interval contains many cars.The continuum view has ∆x → 0.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 9 / 34

Page 18: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Uniform distribution model: density

Recall the assumption is cars have length L and uniform spacing d .Using (1) we find that

ρ(x0, t0) = lim∆x→0

1

2∆x

(2∆x

L + d

)=

1

L + d

since the number of cars in the interval Ix0 is 2∆xL+d .

Note that since 0 ≤ d <∞ and L is finite that there is a maximumdensity:

0 < ρ ≤ ρmax =1

L.

For instance, if L = 17ft and d = 12ft, then ρ = 182 carsmile and

ρmax = 310.6 carsmile .

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 10 / 34

Page 19: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Uniform distribution model: density

Recall the assumption is cars have length L and uniform spacing d .Using (1) we find that

ρ(x0, t0) = lim∆x→0

1

2∆x

(2∆x

L + d

)=

1

L + d

since the number of cars in the interval Ix0 is 2∆xL+d .

Note that since 0 ≤ d <∞ and L is finite that there is a maximumdensity:

0 < ρ ≤ ρmax =1

L.

For instance, if L = 17ft and d = 12ft, then ρ = 182 carsmile and

ρmax = 310.6 carsmile .

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 10 / 34

Page 20: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Uniform distribution model: flux

Question: How many cars pass the point x0 per unit time?

To find the flux of cars through x0 at time t0, count the number ofcars passing x0 during the time interval

It0 = {t0 −∆t < t0 < t0 + ∆t}

and divide by the interval length. In other words,

J(x0, t0) ≈ 1

2∆t(# of cars passing x0 during the time interval It0) (2)

The assumption on ∆t is that it is small enough so only cars passingby near time t0 are counted, but big enough so that many cars passthrough. Again, in the continuum limit, ∆t → 0.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 11 / 34

Page 21: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Uniform distribution model: flux

Assume that cars move to the right with constant speed v .

During time 2∆t, cars move a distance equal to 2v∆t, hence thenumber of cars passing a point x0 during this time isρ× distance = 2v∆t

L+d . Using (2), the flux about x0 at time t0 is

J(x0, t0) = lim∆t→0

1

2∆t

(2v∆t

L + d

)=

v

L + d.

If for instance L = 17ft and v = 70mph, then J = 5435 carsmile .

Note also thatJ = ρv .

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 12 / 34

Page 22: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Outline

1 Introduction

2 Case study: A simple model for traffic flow

3 Case study: Extension of traffic flow model

4 Numerical techniques

5 Criticism

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 13 / 34

Page 23: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Balance law for density

The previous model is extended to allow for changes in density. Thisis accomplished by using a control volume (CV) and accounting for allthe ways the density can change in the volume.

Assumptions: cars cannot enter through the top or bottom (noramps), cars enter from the left and exit from the right (one waytraffic).

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 14 / 34

Page 24: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Balance law for density

Consider the CV consisting of the interval Ix during the time intervalIt . The idea is simple, the net change of cars in Ix during It is equalto the net flux of cars through the boundaries during this time. Inother words:

{# of cars in Ix during time t0 + ∆t} − {# cars in Ix during time t0 −∆t}= {# of cars that enter through x0 −∆x during It}− {# of cars that leave through x0 + ∆x during It}

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 15 / 34

Page 25: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Balance law for density

In terms of density and flux:

2∆x [ρ(x0, t0 + ∆t)− ρ(x0, t0 −∆t)]

= 2∆t [J(x0 −∆x , t0)− J(x0 + ∆x , t0)]

The goal is, as before, to take ∆x ,∆t → 0 to deduce the continuumlimit. This is accomplished by expanding ρ and J in Taylor series andconsidering the leading order terms.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 16 / 34

Page 26: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Balance law for density

By Taylor expanding we find that (about the point (x0, t0)):

2∆x [ρ+∆tρt +1

2(∆t)2ρtt + O((∆t)3)

− ρ− (−∆tρt)−1

2(∆t)2ρtt + O((∆t)3)]

= 2∆t[J−∆xJx +1

2(∆x)2Jxx + O((∆x)3)

− J −∆xJx −1

2(∆x)2Jxx + O((∆x)3)]

This reduces to

2∆x [2∆tρt + O((∆t)3)] = 2∆t[−2∆xJx + O((∆x)3)]

or as ∆x ,∆t → 0,∂ρ

∂t= −∂J

∂x. (3)

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 17 / 34

Page 27: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Balance law for density

If the flux function J is known, then (3) tells us how ρ evolves. Thisis usually deduced empirically.

Instead focus on v . Assume J = ρv as before, where v = v(x , t) isthe average velocity of the cars at (x , t).

The PDE model for traffic flow then reads:{∂ρ∂t + ∂

∂x (ρv) = 0

ρ(x , 0) = f (x)

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 18 / 34

Page 28: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Some remarks on the model

PDE can now be solved analytically or numerically.

BUT, the PDE model is an approximation! Discrete traffic flow hasbeen modeled by continuous density.

Low densities are therefore a problem. We don’t expect the PDE tohold when there are few cars on the road.

The velocity v is still needed. We need a constitutive law relating vto ρ. This can be obtained by examining the physics or determinedfrom empirical evidence.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 19 / 34

Page 29: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Some remarks on the model

PDE can now be solved analytically or numerically.

BUT, the PDE model is an approximation! Discrete traffic flow hasbeen modeled by continuous density.

Low densities are therefore a problem. We don’t expect the PDE tohold when there are few cars on the road.

The velocity v is still needed. We need a constitutive law relating vto ρ. This can be obtained by examining the physics or determinedfrom empirical evidence.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 19 / 34

Page 30: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Some remarks on the model

PDE can now be solved analytically or numerically.

BUT, the PDE model is an approximation! Discrete traffic flow hasbeen modeled by continuous density.

Low densities are therefore a problem. We don’t expect the PDE tohold when there are few cars on the road.

The velocity v is still needed. We need a constitutive law relating vto ρ. This can be obtained by examining the physics or determinedfrom empirical evidence.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 19 / 34

Page 31: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Some remarks on the model

PDE can now be solved analytically or numerically.

BUT, the PDE model is an approximation! Discrete traffic flow hasbeen modeled by continuous density.

Low densities are therefore a problem. We don’t expect the PDE tohold when there are few cars on the road.

The velocity v is still needed. We need a constitutive law relating vto ρ. This can be obtained by examining the physics or determinedfrom empirical evidence.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 19 / 34

Page 32: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Determining velocity: empirical data

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 20 / 34

Page 33: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Determining velocity

Assume the velocity is constant,

v = v(ρ) = a.

Thenρt + aρx = 0.

This perhaps is too unrealistic, except maybe low densities.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 21 / 34

Page 34: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Determining velocity

Assume the velocity is constant,

v = v(ρ) = a.

Thenρt + aρx = 0.

This perhaps is too unrealistic, except maybe low densities.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 21 / 34

Page 35: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Determining velocity

Assume a linear velocity,

v = v(ρ) = a− bρ.

This is known as the Greenshields model. It is commonly written as

v = vmax

(1− ρ

ρmax

).

From the Merritt Parkway and Lincoln Tunnel data, we can use leastsquares to find that vmax = 36.821mph and ρmax = 166.4226 cars

mile arethe constants of best fit for the linear velocity.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 22 / 34

Page 36: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Determining velocity

Using this form of v in our PDE we get that now

ρt + c(ρ)ρx = 0,

where c(ρ) = vmax

(1− 2ρ

ρmax

).

Other more complicated velocity fits can be considered.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 23 / 34

Page 37: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Outline

1 Introduction

2 Case study: A simple model for traffic flow

3 Case study: Extension of traffic flow model

4 Numerical techniques

5 Criticism

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 24 / 34

Page 38: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Numerical Solution

Return to the model with a constant velocity on a finite length highway:

∂ρ

∂t+ a

∂ρ

∂x= 0 for 0 < x < L, t > 0 (4)

with an initial condition

ρ(x , 0) =

{1 if x ≤ 00 if x > 0

and a boundary condition

ρ(0, t) = g(t) .

Note

This initial condition could representa stoplight at x = 0 turning green att = 0.

Question?

Why is boundary specified at x = 0and not at x = L?

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 25 / 34

Page 39: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Numerical Solution

Return to the model with a constant velocity on a finite length highway:

∂ρ

∂t+ a

∂ρ

∂x= 0 for 0 < x < L, t > 0 (4)

with an initial condition

ρ(x , 0) =

{1 if x ≤ 00 if x > 0

and a boundary condition

ρ(0, t) = g(t) .

Note

This initial condition could representa stoplight at x = 0 turning green att = 0.

Question?

Why is boundary specified at x = 0and not at x = L?

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 25 / 34

Page 40: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Numerical Solution

Return to the model with a constant velocity on a finite length highway:

∂ρ

∂t+ a

∂ρ

∂x= 0 for 0 < x < L, t > 0 (4)

with an initial condition

ρ(x , 0) =

{1 if x ≤ 00 if x > 0

and a boundary condition

ρ(0, t) = g(t) .

Note

This initial condition could representa stoplight at x = 0 turning green att = 0.

Question?

Why is boundary specified at x = 0and not at x = L?

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 25 / 34

Page 41: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Discretized problem

Goal: Given g(t) and a, numerically compute the density at time T.

Basic Idea: Discretize the time interval [0,T ] into intervals of length∆t and the spatial interval [0, l ] into intervals of length ∆x and use afinite difference to approximate the derivative.

x0 ... xj xj+1 ... xnx

∆x0 L

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 26 / 34

Page 42: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Finite differences

Recall the definition of the derivative

limh→0

f (x + h)− f (x)

h(5)

Let x = xj and h = ∆x . Without the limit, we have forward difference ofthe first derivative

f (xj+1)− f (xj)

∆x. (6)

The backward difference of the first derivative is

f (xj)− f (xj−1)

∆x. (7)

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 27 / 34

Page 43: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Finite differences

Let us return to our model,

∂ρ

∂t+ a

∂ρ

∂x= 0 for 0 < x < L, t > 0 (8)

Denote ρ(xj , tn) = ρnj .

Use the forward difference to approximate the time derivative and thebackward difference to approximate the spatial derivative:

ρn+1j − ρnj

∆t+ a

ρnj − ρnj−1

∆x= 0 . (9)

Thus we have approximations of the two derivatives, which will approachcontinuous equations in the limit as ∆x → 0 and ∆t → 0.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 28 / 34

Page 44: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Finite differences

Let us return to our model,

∂ρ

∂t+ a

∂ρ

∂x= 0 for 0 < x < L, t > 0 (8)

Denote ρ(xj , tn) = ρnj .Use the forward difference to approximate the time derivative and thebackward difference to approximate the spatial derivative:

ρn+1j − ρnj

∆t+ a

ρnj − ρnj−1

∆x= 0 . (9)

Thus we have approximations of the two derivatives, which will approachcontinuous equations in the limit as ∆x → 0 and ∆t → 0.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 28 / 34

Page 45: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Finite differences

Thus our numerical scheme is

ρn+1j = ρnj +

a∆t

∆x(ρnj − ρnj−1) (10)

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 29 / 34

Page 46: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Example 1

Cars move at a = 30 mph or 1/120 miles per second.

The highway is 3 miles long L = 3.

Let’s run the model for 3 minutes which means T = 180s.

∆x = 0.1 mile, ∆t = 0.1 s

The boundary condition is g(t) = 1 for t > 0.

What does this boundary condition mean in our real world scenario?

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 30 / 34

Page 47: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Example 1

Cars move at a = 30 mph or 1/120 miles per second.

The highway is 3 miles long L = 3.

Let’s run the model for 3 minutes which means T = 180s.

∆x = 0.1 mile, ∆t = 0.1 s

The boundary condition is g(t) = 1 for t > 0.

What does this boundary condition mean in our real world scenario?

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 30 / 34

Page 48: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Example 2

The stoplight turns red at t = 1 minute and green again at t = 2 minutes.There is a constant stream of cars that want to go through the stoplight.

What is this boundary condition?

g(t) =

{1 if 0 < t < 60, t ≥ 1200 if 60 ≤ t < 120

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 31 / 34

Page 49: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Example 2

The stoplight turns red at t = 1 minute and green again at t = 2 minutes.There is a constant stream of cars that want to go through the stoplight.

What is this boundary condition?

g(t) =

{1 if 0 < t < 60, t ≥ 1200 if 60 ≤ t < 120

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 31 / 34

Page 50: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Outline

1 Introduction

2 Case study: A simple model for traffic flow

3 Case study: Extension of traffic flow model

4 Numerical techniques

5 Criticism

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 32 / 34

Page 51: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

Criticism

We have ignored many effects mentioned earlier, for instance,intersections, weather, traffic lights, etc.

Perhaps our guess on velocity was too restrictive. A form such asv = F (ρ, ρx) may be better.

For highway travel, merging and multilane effects become important.

The models presented seem to work only for light to heavy trafficsituations.

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 33 / 34

Page 52: Case study: Tra c ow Stefan Doboszczak, Virginia Forstall · ow Stefan Doboszczak, Virginia Forstall University of Maryland M3C ... 1 Introduction 2 Case study: A simple model for

References

[1] M. HolmesIntroduction to the Foundations of Applied Mathematics.Springer (2009)

S. Doboszczak, V. Forstall (UMD) Math Modeling October 2013 34 / 34