用户工具

站点工具


1991_年美国大学生数学建模竞赛_mcm_试题

1991 年美国大学生数学建模竞赛 MCM 试题

1991 MCM A: Water Tank Flow

Some state water-right agencies require from communities data on the rate of water use, in gallons per hour, and the total amount of water used each day. Many communities do not have equipment to measure the flow of water in or out of the municipal tank. Instead, they can measure only the level of water in the tank, within 0.5% accuracy, every hour. More importantly, whenever the level in the tank drops below some minimum level L, a pump fills the tank up to the maximum level, H; however, there is no measurement of the pump flow either. Thus, one cannot readily relate the level in the tank to the amount of water used while the pump is working, which occurs once or twice per day, for a couple of hours each time. Estimate the flow out of the tank f(t) at all times, even when the pump is working, and estimate the total amount of water used during the day. Table 1 gives real data, from an actual small town, for one day[ table omitted]. The table gives the time, in, since the first measurement, and the level of water in the tank, in hundredths of a foot. For example, after 3316 seconds, the depth of water in the tank reached 31.10 feet. The tank is a vertical circular cylinder, with a height of 40 feet and a diameter of 57 feet. Usually, the pump starts filling the tank when the level drops to about 27.00 feet, and the pump stops when the level rises back to about 35.50 feet.

1991 MCM B: The Steiner Tree Problem

The cost for a communication line between two stations is proportional to the length of the line. The cost for conventional minimal spanning trees of a set of stations can often be cut by introducing “phantom” stations and then constructing a new Steiner tree. This device allows costs to be cut by up to 13.4% (= 1- sqrt(3/4)). Moreover, a network with n stations never requires more than n-2 points to construct the cheapest Steiner tree. Two simple cases are shown in Figure 1.

For local networks, it often is necessary to use rectilinear or “checker-board” distances, instead of straight Euclidean lines. Distances in this metric are computed as shown in Figure 2.

Suppose you wish to design a minimum costs spanning tree for a local network with 9 stations. Their rectangular coordinates are: a(0,15), b(5,20), c(16,24), d(20,20), e(33,25), f(23,11), g(35,7), h(25,0) i(10,3). You are restricted to using rectilinear lines. Moreover, all “phantom” stations must be located at lattice points (i.e., the coordinates must be integers). The cost for each line is its length.

  1. Find a minimal cost tree for the network.
  2. Suppose each stations has a cost w*d^(3/2), where d=degree of the station. If w=1.2, find a minimal cost tree.
  3. Try to generalize this problem
1991_年美国大学生数学建模竞赛_mcm_试题.txt · 最后更改: 2014/12/30 22:36 (外部编辑)