Math Problem Statement

It is well-known that travel time by car depends on the number of other cars on the same road. Keeping this in mind, let us consider the following simple problem. We are given the network of Figure 2 where the travel time from node i to j, namely cij , depends on the flow (number of cars per unit time) x on that arc. Let: c13 = 10x c14 = 50 + x c32 = 50 + x c34 = 10 + x c42 = 10x We now send a flow of 6 cars per time unit from node 1 to node 2.

If the arc from node 3 to 4 did not exist and you were to decide if it should be built, what would you recommend?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Optimization
Algebra
Traffic Flow Analysis

Formulas

T_1 = 11x_1 + 50
T_2 = 50 + 11x_2
T_3 = 21x_3 + 10
x_1 + x_2 + x_3 = 6

Theorems

Flow Conservation
Cost Optimization

Suitable Grade Level

Undergraduate level in Operations Research or Advanced High School Mathematics