QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 3900|回复: 15
打印 上一主题 下一主题

一个国外的数学建模竞赛题

[复制链接]
字体大小: 正常 放大
happylid        

1

主题

4

听众

19

积分

升级  14.74%

该用户从未签到

新人进步奖

跳转到指定楼层
1#
发表于 2010-5-25 17:43 |只看该作者 |倒序浏览
|招呼Ta 关注Ta
有劳各位帮忙分析一下问题。

多谢啦。

Challenge Question.pdf

212.38 KB, 下载次数: 18, 下载积分: 体力 -2 点

zan
转播转播0 分享淘帖0 分享分享0 收藏收藏0 支持支持0 反对反对0 微信微信
安树庭 实名认证       

112

主题

10

听众

962

积分

数模爱好者

升级  90.5%

  • TA的每日心情
    开心
    2014-7-12 07:33
  • 签到天数: 335 天

    [LV.8]以坛为家I

    国际赛参赛者

    新人进步奖 发帖功臣

    群组中南民族大学

    群组数学建摸协会

    群组湖南工业大学数学建模同盟会

    群组LINGO

    群组小草的客厅

    回复

    使用道具 举报

    happylid        

    1

    主题

    4

    听众

    19

    积分

    升级  14.74%

    该用户从未签到

    新人进步奖

    Challenge Question
    SIMC 2010
    1 Story
    Coffee Bean and Starbucks are competing caf?networks or chains. You are a Coffee Bean Area Representative in Singapore. Your job is to open new caf?s) in your area with the goal to attract more customers in the presence of your competitor.
    2 ** Model
    For simplicity, we assume that potential customers always choose a caf?closest to where they are currently on the streets. Thus the main idea is to position your coffee caf?closer to potential customers than Starbucks caf?
    We may also assume that potential customers are distributed evenly along the streets and the area population is sufficiently large to be considered continuous. In other words, the number of potential customers along any street segment is proportional to the length of the segment. Thus we can ignore the actual number of potential customers and instead find the ratio of Coffee Bean customers to Starbucks ones.
    A schematic street map with lengths of streets and locations of present caf閟 (Coffee Bean and Starbucks caf閟) indicated is given (see for example, Figure 5). Width and actual shape of streets are neglected as well as locations and size of buildings, traffic, landscape etc. We assume that the length of all streets are integers and that you can only open new caf?at integer points i.e. locations marked with ?in the schematic in Figure 5. You are not allowed to open on the same spot as the existing caf閟.
    For each point of each street, we find the caf?closest to it, that is, whose distance along the streets is the shortest. If a point is closer to a Starbucks caf? a potential customer at that point will choose Starbucks. Similarly, if a point is closer to a Coffee Bean caf? a potential customer at that point will choose Coffee Bean. However, if a point is equidistant from Starbucks or Coffee Bean caf閟, a potential customer at that point will choose either Starbucks or Coffee Bean equally likely, regardless of the number of caf閟 from each network or chain that it is closest to. Therefore, every point is controlled either by Starbucks, Coffee Bean or doubly-controlled.
    Let C, S and D be segments controlled by Coffee Bean, Starbucks, or double respectively and let l(C), l(S) and l(D) be the total lengths of streets belonging to each of the segments. Since D is equally shared by the two networks or chains, the total share of Coffee Bean customers is
    l(C)+12l(D)l(C)+l(S)+l(D) ,
    where l(C) + l(S) + l(D) is the total length of all streets in our area.
    double-controlled segment is blue. As you can see from the illustration, we have
    Figure 1. The map with streets, café locations, and distances indicated
    l(C) = 1, l(S) = 2, l(D) = 1, l(C) + l(S) + l(D) = 4
    Thus the share of Coffee Bean customers is l(C)+12l(D)l(C)+l(S)+l(D)=1+124=38 and Starbucks is 58, so Starbucks wins the competition.
    Example 2
    Suppose now that initially Coffee Bean loses to Starbucks but we are given money to open some new cafés in order to attract more customers.
    Figure 2a: The map with streets, café locations, and distances indicated
    Figure 2b: Segments controlled by Coffee Bean (red), Starbucks (cyan), and double-controlled (blue).
    The map of the area with locations of existing cafés is shown in Figure 2a. All distances between cafés and street junctions are also indicated. The total length of all streets here is 1 + 1 + 1 + 1 + 1 + 1 + 1 + 2 + 2 + 2 + 4 = 16.
    Further, as Figure 2b shows, we have l(C) = 2, l(D) = 1, l(S) = 13 and hence the share of customers attracted by Coffee Bean is 2.516 while Starbucks is 13.516.
    However, if Coffee Bean opens two new cafés as shown in Figure 3, then we have l(C) = 8, l(D) = 2, l(S) = 6 and the share of customers attracted by Coffee Bean is 916, which means that Coffee Bean wins the competition.
    Figure 3: Map with two new Coffee Bean cafés.
    CHALLENGE 1 (** Model)
    Your goal is to win the business competition (that is, attract more customers than Starbucks) by opening as few new cafés as possible. You are to:
    (a) Outline your strategy of locating new cafés for a general map and explain why it, indeed, produces as few new cafés as possible sufficient to win.
    (b) Apply your strategy to the schematic given below (Starbucks in cyan and Coffee Bean in red). Explain your method clearly.
    (c) Apply your strategy to the given map of City Hall area in Figures 4 and 5. Explain your method clearly.
    Your work will be judged based on
    • Optimality of your solution (the number of cafés must be as small as possible),
    • Justification of your method (you should explain why your method will help you achieve the objective),
    • Application of your strategy to the specific examples.
    CHALLENGE 2 (Model with Budget)
    In reality there are at least two other factors that have to be considered. First, the cost of opening a new shop depends on the location and there is a finite budget. Second, we are interested not in winning the competition but in attracting as many customers as possible.
    Assume that the cost of opening up a new café is k units at a k-junction. In particular, it is 1 unit at a dead end, 2 units along a road, 3 units at a T-junction etc. You are to:
    (a) Outline your strategy of locating new cafés for a general map with a budget of B units, and explain why it, indeed, maximizes l(C)+12l(D) where C is the segments controlled by Coffee Bean and D doubly-controlled?
    (b) Apply your strategy to the schematic given below (Starbucks in cyan and Coffee Bean in red) with B = 7. Explain your method clearly.
    1 unit
    (c) Apply your strategy to the given map of City Hall area in Figures 4 and 5 with B = 13. Explain your method clearly.
    Your work will be judged based on
    • Optimality of your solution (the share of Coffee Bean customers should be as big as possible),
    • Justification of your method (you should explain why your method gives the largest share of customers),
    • Application of your strategy to the specific examples.
    might be included in your models, such as pedestrian density, rental cost, availability of space, weather conditions, the size of budget etc that you can think of. You need to explain how your model takes into account these scenarios, state meaningful objectives to be optimised and outline your approach to solve the problem.
    Your work will be judged based on
    • Formulation and justification of your models;
    • Solvability of your models and critical analysis of your solution.
    回复

    使用道具 举报

    happylid        

    1

    主题

    4

    听众

    19

    积分

    升级  14.74%

    该用户从未签到

    新人进步奖

    回复

    使用道具 举报

    happylid        

    1

    主题

    4

    听众

    19

    积分

    升级  14.74%

    该用户从未签到

    新人进步奖

    1 Story

    Coffee Bean and Starbucks are competing café networks or chains. You are a Coffee Bean Area Representative in Singapore.

    snap1251.jpg (230.14 KB, 下载次数: 57)

    snap1251.jpg

    回复

    使用道具 举报

    happylid        

    1

    主题

    4

    听众

    19

    积分

    升级  14.74%

    该用户从未签到

    新人进步奖

    A schematic street map with lengths of streets and locations of present cafés (Coffee Bean and Starbucks cafés) indicated is given (see for example, Figure 5). Width and actual shape of streets are neglected as well as locations and size of buildings, traffic, landscape etc. We assume that the length of all streets are integers and that you can only open new café at integer points i.e. locations marked with • in the schematic in Figure 5. You are not allowed to open on the same spot as the existing cafés.

    snap1252.jpg (261.66 KB, 下载次数: 85)

    snap1252.jpg

    回复

    使用道具 举报

    happylid        

    1

    主题

    4

    听众

    19

    积分

    升级  14.74%

    该用户从未签到

    新人进步奖

    Example 1
    The map of the area is shown in Figure 1. There are only 4 streets here, each of length 1 and only 1 junction. The locations of 2 Starbucks cafés are given by square dots and a Coffee Bean one by a circle dot. The segment controlled by Coffee Bean is highlighted with red, the Starbucks one is cyan and the double-controlled segment is blue. As you can see from the illustration, we have

    snap1253.jpg (65.88 KB, 下载次数: 47)

    snap1253.jpg

    回复

    使用道具 举报

    happylid        

    1

    主题

    4

    听众

    19

    积分

    升级  14.74%

    该用户从未签到

    新人进步奖

    Example 2
    Suppose now that initially Coffee Bean loses to Starbucks but we are given money to open some new cafés in order to attract more customers.

    snap1254.jpg (102.13 KB, 下载次数: 61)

    snap1254.jpg

    回复

    使用道具 举报

    happylid        

    1

    主题

    4

    听众

    19

    积分

    升级  14.74%

    该用户从未签到

    新人进步奖

    However, if Coffee Bean opens two new cafés as shown in Figure 3

    snap1255.jpg (56.6 KB, 下载次数: 54)

    snap1255.jpg

    回复

    使用道具 举报

    happylid        

    1

    主题

    4

    听众

    19

    积分

    升级  14.74%

    该用户从未签到

    新人进步奖

    CHALLENGE 1 (** Model)
    Your goal is to win the business competition (that is, attract more customers than Starbucks) by opening as few new cafés as possible. You are to:

    snap1256.jpg (114.92 KB, 下载次数: 48)

    snap1256.jpg

    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册地址

    qq
    收缩
    • 电话咨询

    • 04714969085
    fastpost

    关于我们| 联系我们| 诚征英才| 对外合作| 产品服务| QQ

    手机版|Archiver| |繁體中文 手机客户端  

    蒙公网安备 15010502000194号

    Powered by Discuz! X2.5   © 2001-2013 数学建模网-数学中国 ( 蒙ICP备14002410号-3 蒙BBS备-0002号 )     论坛法律顾问:王兆丰

    GMT+8, 2026-4-18 20:14 , Processed in 0.616769 second(s), 101 queries .

    回顶部