2008年数学建模竞赛题目(A题)

合集下载

2008年数学建模A题全国一等奖论文

2008年数学建模A题全国一等奖论文

2008年全国大学生数学建模竞赛A题全国一等奖论文数码相机定位摘要本文通过对数码相机的靶标和像平面相互之间关系的分析,利用选取相关对应点和坐标转换的方法,确定靶标圆心在像平面的投影位置,进而完成了系统标定模型,解决了相机的单目定位问题。

对于问题1,为确定靶标上圆的圆心在一个相机像平面的像坐标,需要得到相机像平面中点与靶标上点的对应关系。

通过将相机外部参数和内部参数联立可以建立模型1。

对于问题2,内部参数通过焦距可以得到,而外部参数的获得则需要事先确定一组特殊点。

由于靶标上两条线的交点在像平面上的投影点即为这两条线在像平面上的投影图线的交点,因此我们首先对图像进行边缘提取和椭圆拟合,然后利用程序选择靶标上A 、C 两个圆的外公共切线的切点作为特殊点。

将对应特殊点带入(1)式,就可以求得外部参数。

最后利用几何关系得出靶标上圆心的坐标,带入得到它们在该相机像平面的坐标。

结果为:vA O (-4.4324,-6.7785,0)、vB O (-2.3,-6.4456,0)、vC O (3.39,-5.9757,0)、vD O (-4.5471,3.7096,0)、vE O (2.1965,3.2275,0)。

见图3。

对于问题3,为了检验模型,本文通过计算机模拟数据,可以得到一个内外参数都已知的图像。

进而可以确定这四个顶点在像平面的准确坐标。

根据(1)式可以得到这四个顶点的计算坐标,把计算坐标与准确坐标的距离为对角线的矩形面积称为误差面积,误差率=误差面积/相纸面积。

计算误差率分别为:0.017591%、0.01777%、0.01532%、0.01557%。

从而可知用此模型精确度高,稳定性强。

对于问题4,类似于问题3,进行计算机模拟,得到空间两不同角度拍摄图像,进而得到在此数码相机坐标系下的特殊点坐标。

由于在求像坐标时考虑到了数码相机的透视效应,也就是内部参数,而两个数码相机的空间位置关系仅仅是外部参数的关系,因此可以求得仅考虑外部参数时两个像平面上的坐标,进而做差求出两个数码相机的相对位置坐标。

08年全国大学生数学建模A题 文档

08年全国大学生数学建模A题 文档

R 旋转矩阵t 平移矢量K 相机标定矩阵AB(粗体)向量AB,粗体表示向量3尺寸、形状等信息,我们就可以确定靶标在三维空间中与相机的位置关系。

确定了靶标与相机的位置关系后,就可以很容易的将靶标上的点投射到靶标像平面上,当然也包括五个圆心。

在求取出五个圆心的空间坐标之后,将其投射到像平面上,就得到了第一问需要求的坐标。

在求解时涉及到一个问题,就是像平面上怎样确定切线。

因为像平面上的图形是不规则的,所以很难确定这些形状的切线。

因此我们考虑另外的方法,使用搜索的办法,利用模拟退火算法求解。

在如何检验模型的问题上,需要分两方面进行检验,一是精度,而是稳定性。

按照以上的方法求圆心在像平面上的坐标,并没有充分利用像平面上所有轮廓点的信息,因此可以利用这些点来检验模型的精度。

对于稳定性问题,可以采用计算机模拟的方法,随机修改图形的轮廓,并用以上的方法再次进行求解,通过比较修改前后的结果来分析模型的稳定性。

最后,考虑另外一台相机的定位相对位置问题。

根据前面模型,我们应能够对任意一台相机确定靶标相对它的位置,因此可以以这个靶标作为参照物,建立一个世界坐标系,将这两台相机的位置在这个坐标系里面表示出来,以此确定两台相机的相对位置。

四、模型假设1、假设靶标像的中心恰好在光轴上2、假设数码相机中图像平面与光轴垂直3、假设相机两个方向上焦距相等4、假设透镜的焦距很小,像距约等于焦距五、模型准备(一)靶图像矩阵表示首先将题目中的图片保存出来,得到的图像可以很方便的放到Matlab 里面进行处理。

但在处理之前还要进行进一步加工:(1) 将文件读入Matlab,使用imread()函数(2) 将矩阵变为0-1 矩阵对于用以上方式得到的矩阵,有两个值:0、15。

其中0 代表像素为白色的点,15代表像素为黑色的点。

为了方便下面处理,对需要把以上像素为15 的点值全部变为1。

以上两步的源代码见附录一。

4(二)图像轮廓的提取在提取图像轮廓时,首先要引入计算机图像处理技术中四邻域的概念。

2008年数学建模A题_数码相机定位【一等奖】

2008年数学建模A题_数码相机定位【一等奖】

具有仿射不变性的几何结构在相机定位中的应用摘要本文采用小孔成像的模型研究相机成像问题。

基于靶平面上的点与像平面上的点一一对应,本文研究了几种几何结构。

发现靶平面上两个圆的内公切线交点与两个圆心共线这种几何结构仿射到像平面上依然成立,即两个圆心和内公切线交点在像平面上的3个像点共线,并证明了这一结论。

本文提出一种运用0-1矩阵求公切线的算法,但在实际操作时采用作图法。

运用作图法可以在像平面上确定两个椭圆的内公切线交点,该交点为靶平面上两个圆的内公切线交点在像平面上所成的像。

靶平面上5个圆可以确定10个内公切线交点,这样用作图法就可以确定靶平面上10个内公切线交点在像平面上的10个像点。

在像平面上建立坐标,每个靶平面上的圆心的像用两个未知量表示,共有10个未知量。

根据已证明的结论可知,对于每个内公切线交点在像平面上的像点,都有相对应的两个圆心的像点与之共线,就可以得到共线所满足的方程。

10个内公切线交点的像点对应10个2次方程,10个未知量就可求出。

靶平面上的圆心的像就可以确定。

本文采用牛顿迭代法对2次方程组进行求解。

并研究了解的稳定性。

为了得到两部固定相机的相对位置,建立了2个像平面坐标系、2个相机坐标系和1个三维世界坐标系。

本文采用最小二乘法确定相机坐标系与三维世界坐标系的关系。

在具体算法中,并没有利用所求出来的靶平面上圆心以及它的像点的坐标求解,而是采用10个内公切线交点及其像点的坐标求解,这是因为圆心的像点是由内公切线交点的像点求出的,误差更大。

分别确定2个相机坐标系与三维世界坐标系的关系之后,就可以确定2个相机坐标系之间的关系。

最后,本文对模型进行了分析,对一些方法的精度进行了讨论。

关键词相机定位仿射不变性内公切线交点1 问题分析双目定位是用两部相机给物体拍照来定位。

对于物体上的一个特征点,用两部不同位置的照相机拍照,就获得该点在两个像平面上的坐标。

如果知道两部相机的相对位置,就可以知道该特征点的具体位置。

(完整版)数模美赛08年A题

(完整版)数模美赛08年A题

AbstractThe global temperature is rising rapidly today which has caused an extensive ice melt, so the study of predicting rising sea level because of ice melt in North Polar is essential. Our study will try to predict the impact to Florida from melting ice in North Polar .Our studies have three steps:●Predict the temperature: We did the prediction by Neural network and give thechange of temperature in 50 years, based on a large amount of data from the Intergovernmental Panel on Climate Change (IPCC);●Model the mass of ice melting and the sea level: The sea level model is mainlybased on the principle of Thermodynamics and iteration. The results demonstrate that the sea level will rise by 10.8 cm totally in 50 years. Prediction of our model can be proved to be credible by consulting the data from IPCC. We introduce a correct term αto modify our model. We can change αto simulate sea level rise in different temperature condition.●Analyze the impacts to Florida: We model the erosion of Florida’s shoreline tomake it clear that when sea level rise to a certain extent that Florida will face many serious problems such as flooding, destruction of biodiversity, (Health Care), Loss of agriculture production (salinization of soil) and so on over the next50 years.. We find the 17 cities or areas and 15 airports which are severelyimpacted by the rise of sea level.(Based on our results,) Without attaching more importance to solving the problem, shoreline of several coastal cities like Miami will be eroded seriously, and the lowest place−Key West will be disappeared. It will cost a huge financial loss, so further protection should be put into place.Content Introduction (3)Background (3)Our work (3)Study object: Ice cap in Greenland (3)Modeling the sea level (3)Analysis of Florida (3)Assumption (4)Model Ⅰ:Temperature Prediction (4)Grey Prediction Model: (4)Neural Network prediction Model: (4)Model Ⅱ:Melting ice and the rise of sea level (5)Model the rise of sea level (5)Heat from rise of temperature: (5)Mass of melting ice: (6)Design of Algorithms: (7)Model Results: Sea level will elevate by 10 centimeters in 50 years (7)Validation of our model: (8)Model ⅢAnalysis: The effects towards Florida (10)Major Cities Analysis (11)Miami (11)Tampa (11)Cape Coral (12)Key West (12)Other Impacts in Florida: (12)Recommendations to coastal Florida: (13)Judgments (13)Strengths (13)Weaknesses (13)Reference (14)IntroductionBackgroundGlobal Warming and sea level rise“Air temperatures at the top of the world continue to rise twice as fast as temperatures in lower latitudes, causing significant ice melt on land and sea” [Fears, December 17, 2014]. One of the serious consequences is that sea level will rise. Global average sea-level rose at an average rate of about 3.1[2.4 to 3.8] mm per year from 1993 to 2003[IPCC]. This information suggests that from 1993 to 2003 the sea-level rise by 3.1cm totally.Our workThe question requires us to predict the next 50 years’ condition of ice melting and analyze the effects on the Florida, especially some big cities. So we can separate this question into two parts:●How much and how fast will the see level rise within 50 years?●What are the effects on the Florida because of the rise of sea level, especiallysome big cities?Study object: Ice cap in GreenlandArctic mainly consists of Greenland, which occupies about 9% glaciers all over the world. Melting in Arctic is mainly due to Greenland, melting of floating ice can be ignored. So we can consider Greenland as study object.Modeling the sea levelWe develop a model for sea-level rise as the function of time. This model can predict sea-level rise in future.Analysis of FloridaAfter having calculated the increased sea level within next 50 years, we analyze the impact to the Florida.●Rising sea level can seriously threaten the development of cities. It has beenthreatening some islands and coastal cities. Over the next 18 years, about twothirds among 544 American towns will be twice as likely to face floods [Huang].More frequency hurricane will happen.●Sea water will corrode seacoast.● A large quantity of drinking water will be polluted.Assumption●Sea level rise is primarily due to the melting of ice cap in Green Land. We ignorethe other floating ice in the Northern Polar.●The increment of sea water from melting will flow over the oceans uniformly●Salt in the ice will not affects the procedure of melting.Model Ⅰ:Temperature PredictionGrey Prediction Model:The weakness of the grey prediction is that the result is increasing all the time. In other words, it cannot show the changes in detail.Neural Network prediction Model:Model Ⅱ:Melting ice and the rise of sea level Model the rise of sea levelThe main reason of the sea level rising is the melting of ice cap and the mass of melting ice is equal to the mass of sea water generated from melting. So, based on several physical principles, we model the rise of sea level by calculating the mass of melting ice. We assume that the increment of sea water from melting will flow over the world uniformly, which means the melting ice will contribute to the rise of sea level, divided by the area of the ocean.ρw V w=ρi V i=m i∆x=V w S oV w The increment of sea water from melting iceV i The total volume of melting ice capV m The total volume of water generated from melting∆x The sea level riseS o The overall ocean area: 361745300km2, this is 71 percent of earth’s total surface area (Wikipedia).Heat from rise of temperature:According to the principle of thermal transmission, heat will always be transmitted from high temperature to low temperature. So, the final state of stuff in the thermalcycling system will reach to a same temperature. So, we assume that the temperature of the whole ice cap will increase by ∆T when the world temperature rise by ∆T. However, it takes time for the ice cap to transmit the heat from the rise temperature. We use the ∆T every month to calculate the increase of melting ice in each month and get the total increment by accumulation, which means parts of the heat from temperature will be absorbed and used to melt ice. So, defining a coefficient(α)and we will have the heat which ice cap absorbs from the rising temperature in the n-th month:Q n=αc i(m c−∆m i(n−1))∆T nQ n The heat comes from rises of temperature in the n-th monthαThe coefficient of capacity of absorbing heat in one monthc i The specific heat capacity of icem c The mass of the whole ice cap 2.45×1016kg∆m in The mass of melting ice in the n-th month∆T n The change of temperature in the n-th monthWe try to find the α by calculating the mass of melting ice in known years. “Recently reported GrIS mass balance varies from near-balance to modest mass losses [47 to 97 gigatons (Gt) year−1] in the 1990s, increasing to a mass loss of 267 ± 38 Gt year−1 in 2007”(Michiel).α= 5.6735×10−3Mass of melting ice:The mass of melting ice in this month will depends on not only the rising temperature, but also the mass of melting ice in the last month.We divide the heat absorbed by the ice by the melting enthalpy of fusion for water to obtain the mass of extra melting ice resulted from the rise of temperature in this month.∆m in=∆m i(n−1)+Q n△fusHθmm i(k)=∑∆m in12kn=1∆m in The mass of melting ice in the n-th month△fusHθm: The melting enthalpy3.36×105J/kgm i(k)The total mass of melting ice in the next k yearsMoreover, “Since 2006, high summer melt rates have increased Greenland ice sheet mass loss to 273 gigatons per year” (Partitioning Recent Mass Loss). And the initial mass of melting ice in the first month will be calculated as follows:2.73×1014kg/12∆m i(−1)=m ii=2.73×101412kg∆x(k)=V wS o=m i(k)ρw S om ii: The mass of melting ice in the initial year.∆x(k)The total rise of sea level in the next k yearsDesign of Algorithms:Since we have the function ∆m in=f(∆m i(n−1),∆T n), we are able to calculate the mass of melting ice in the next n months using computer program with the data of temperatures and the initial amount of melting ice in the first month.This is easy to achieve using two linear arrays ∆m i[]and ∆T[]in MATLAB. Run a simple for loop from 2 to n and calculate ∆m in during each pass so that the whole ∆m i[]array can be found.So that the total amount of melting ice at n-th month is the summation from ∆m i[1] to ∆m i[n]. Also the total rise of sea level can be easily found.Model Results: Sea level will elevate by 10 centimeters in 50 years The solutions were coded using matlab:Figure 1: The mass of melting ice in the next 50 yearsFigure 2: The rise of sea level in the next 50 years The prediction about rise of sea level every decade in next 50 years:∆x(10)=0.9874 cm∆x(20)=2.5125 cm∆x(30)=4.6222 cm∆x(40)=7.3674 cm∆x(50)= 10.8037 cm Validation of our model:The results show that the sea level will elevate by approximately 10 centimeters totally and 2 millimeters/yr, which accord with the prediction in Relative Mean Sea Level trends from NOAA.Moreover, if we calculated the rise of sea level without considering the increase of temperature, which means sea level rise at the rate today in the next 50 years, the order of magnitudes is match up with our result. So, based on the analysis above, the results of our modelModel ⅢAnalysis: The effects towards FloridaBased on our results, the sea level will rise 10 centimeters in the following 50 years, which threaten Florida in the future and result in tremendous impacts. “Some 2.4 million people and 1.3 million homes, nearly half the risk nationwide, sit within 4 feet of the local high tide line. Sea level rise is more than doubling the risk of a storm surge at this level in South Florida.” (Florida and rising sea)Figure 3 the altitudes of Florida ()As we can see from this picture, most cities or counties in the southern Florida lie besides the coast. Statistic suggests that 17 counties with altitudes smaller than 3 feet will be threatened by the rise of sea level in 50 years. The counties and airports which will be involved are listed as follows:Cities: Miami, Homestead, Fort Lauderdale, West Palm Beach, Titusville, St Augustine, Clearwater, St Petersburg, Tampa, Brandon, Bradenton, Port Charlotte,Cape Coral, Bonita Springs, Naples, Marco Island, and Grand Isle.Airports: Miami International Airport, Fort Lauderdale International Airport, Central Florida Regional Airport, Cedar Knoll Flying Ranch, Daytona Beach Regional Airport, Craig Municipal Airport, Jacksonville International Airport, St George Island Airport.Major Cities AnalysisWe choose 4 metropolises which will be severely impacted to do some further analysis.MiamiMiami is the biggest city in Florida with the average elevation of 3 feet (0.9144m) [11ikipedia]. Also, it is a coastal city. So according to what we predict that sea level will rise 10.8037cm within 50 years, we can draw a conclusion that this city would be greatly influenced.The possibility of flooding would grow while the frequency of hurricane will increase. It is a big challenge to sewer system of Miami. According to our simulation, sea level rising would also threaten Miami International Airport. Another problem is that the sea water would gnaw at the shoreline. Many coastal man-made buildings are too closed to the sea which they would face a serious problem of being eroded. Aside from threatening of losing habitat, local drinking water would be polluted.TampaTampa is a city located on the west coast of Florida. It is the third largest city in Florida. It is famous because of tourism. Although the highest point in the city is only 48 feet (15 m) [wikipedia], rising sea level will do harm to its natural disaster. Tampais special because it has the Old Tampa Bay and Hillsborough Bay which is easy to be attacked by storm surge. Sea level rising would produce much more violent storm surge. The boundary of Tampa would also be lost. What’s more,Traffic facilities such as Tampa International Airport were under threatening of disappearing.Cape CoralThis city is famous because of its far-stretching beach and animated quay. Besides, it has more than 30 gardens and golf courses which attract many tourists. A variety of animals also promotes this city’s tourism. However, sea level rising would erode shoreline of Cape Coral. It would destroy natural environment of this area, and then damages biodiversity. And still worse, Pine Island would mostly disappear. So, the economic damage there will be hardly assessed.Key WestIt is an island of Florida, which have the lowest altitude. So if sea level rises to some extent, it would be the first to be under water.Other Impacts in Florida:Biodiversity: Wild life and rare animals in Florida will be impacted by loss of habitat and food. Moreover, it is hard for plants and animals in Florida to adapt the new climatic conditions and the increase of relative air humidity.Architecture:Sea level rise will cause salinization, which will impact the architectural production.Economy Pressure:More money will be put into the drainage systems and dam project, which means less city construction and business development.Health Care: Higher sea level will increase the risk of some disease like malaria.Recommendations to coastal Florida:●Build higher dams: In this way can cities hold back the rising flood waters.●Prepare for flooding: Complete supervisory control system. Guarantee thatcitizen can be evacuated in time.●Reduce carbon emission: More carbon emission means higher temperature, andthen lead to rising of sea level. So encourage citizen to live a low-carbon life.●Warn local citizen: Propagate relative knowledge of sea level rising to improvecitizen’s sense of self-protection when facing natural disaster. JudgmentsStrengths●We use Neural Network to predict temperature in future with a large amount ofreliable data. So our prediction of temperature in future is accurate relatively.●Our model can predict the sea level rising in different conditions, such asdifferent temperature.●Our model is relatively simple so it will take a little time to simulate. We caneasily get the result.Weaknesses●We ignore the areal variation about depth, salinity and temperature of the sea forsimplifying the model;●We neglect the floating ice which will bring some error;●We neglect the thermal expansion;The mode is only the function of time, so it can’t simulate unusual situations.ReferenceBen Strauss,Florida and rising sea,/news/floria-and-the-rising-seaFears, Darryl, Huang, Ming. “Rising sea level threatens millions of American and causes huge economic loss”. Souhu, March 16, 2012, 09:48 AM. Web. IPCC, http://www.ipcc.chMichiel van den Broeke,Partitioning Recent Mass Loss, Science 13 November 2009 “National Snow and Ice Data Center”, January 7, 2015。

2008年数学建模A题论文

2008年数学建模A题论文

靶标圆心像坐标确定与数码相机定位摘要数码相机实现定位功能,需确定靶标圆心的像坐标。

本文就如何确定靶标圆心像坐标展开了讨论,并给出了计算两部相机相对位置的模型。

在问题一中,我们采用坐标变换的方法建立确定靶标圆心像坐标的模型。

根据坐标系之间的关系,分别通过物坐标系的旋转、平移以及相机坐标系的缩放,引入绕物坐标系三坐标轴旋转的角度θξϕ,,以及物坐标系平移的量度321,,t t t 等参数确定出物坐标系到像坐标系变换的方程,由此即可得到求解靶标圆心像坐标的模型。

求解方程里面的参数时,考虑到计算的方便,我们选择两圆内公切线的交点作为标定点。

计算它们的物坐标与像坐标,代入上述方程即可求得参数的值。

对于问题二,根据圆的有关性质,两条内公切线的斜率(或斜率倒数)分别为连接对应两圆上任意两点连线斜率(或斜率倒数)的最大值和最小值。

基于此,容易求得像坐标系里面对应的内公切线的方程,它们的交点即为标定点的像坐标,对应的物坐标容易得到。

然后将这些标定点的坐标分别代入问题一建立的物坐标系到像坐标系变换的方程,求解得到相应的参数θξϕ,,,321,,t t t 的值。

最后再将各园圆心的物坐标代入上述方程,求得各圆圆心像坐标结果为:A(-49.8577,50.6559),B(-24.5423,49.1824),C(32.5168,48.5784),D(18.3139,-30.6194),E(-60.3038,-30.3856)。

在问题三中,我们选取物坐标系里面一条直线上的9个点,对它们对应的像坐标进行一元线性回归分析,对模型的精度进行检验;最终得到这9个点拟合优度为0.9096非常接近1,说明模型精度较高。

对于模型稳定性的分析,我们将各圆圆心的物坐标向左偏移1mm,考查对应的像坐标的变化;得到各圆心像坐标的偏移量的平均值与圆心物坐标的偏移量的相对误差是2.62%,说明模型稳定性较好。

最后我们对问题一、二中模型进行了检验,在A,C,D,E 四个圆上分别选取一些特定的点,利用它们的像坐标分别求出其对应的物坐标,找到这些物坐标与对应圆心物坐标之间的距离,比较这些距离同圆半径的实际值(即12mm)的差值,最终得到它们相对误差的平均值是1.66%,说明模型的可行性是较高的。

美国数学建模竞赛题目(1985--2009年)

美国数学建模竞赛题目(1985--2009年)

美国数学建模竞赛题目1985年:A题:动物群体的管理B题:战略物资储备的管理问题1986年:A题:海底地型测量问题B题:应急设施的优化选址问题1987年:A题:堆盐问题(盐堆稳定性问题)B题:停车场安排问题1988年:A题:确定毒品走私船位置B题:平板列车车厢的优化装载1989年:A题:蠓虫识别问题;最佳分类与隔离B题:飞机排队模型1990年:A题:脑中多巴胺的分布B题:铲雪车的路径与效率问题1991年:A题:估计水塔的水流量B题:通信网络费用问题1992年:A题:雷达系统的功率与设计式样B题:紧急修复系统的研制1993年:A题:堆肥问题B题:煤炭装卸场的最优操作1994年:A题:保温房屋设计问题B题:计算机网络的最小接通时间1996年:A题:大型水下物体的探测B题:快速遴选优胜者问题1997年:A题:恐龙捕食问题B题:会议混合安排问题1998年:A题:MRI图象处理问题B题:分数贬值问题1999年:A题:小星体撞击地球问题B题:公用设施的合法容量问题C题:确定环境污染的物质、位置、数量和时间的问题2000年:A题:空间交通管制B题:无线电信道分配C题:大象群落的兴衰2001年:A题:选择自行车车轮B题:逃避飓风怒吼C题:我们的水系-不确定的前景2002年:A题:风和喷水池B题:航空公司超员订票C题:如果我们过分扫荡自己的土地,将会失去各种各样的蜥蜴。

2003年:A题:特技演员B题:Gamma刀治疗方案C题:航空行李的扫描对策2004年:A题:指纹是独一无二的吗?B题:更快的快通系统C题:安全与否?2005年:A题:flood planningB题:tollboothsC题: Nonrenewable Resources2006年:A题:Positioning and Moving SprinklerSystems for IrrigationB题:Wheel Chair Access at AirportsC题:Trade-offs in the fight againstHIV/AIDS2007年:A题:GerrymanderingB题:The Airplane Seating ProblemC题:Organ Transplant: The Kidney Exchange Problem2008年:A题:Take a BathB题:Creating Sudoku PuzzlesC题:Finding the Good in Health Care Systems2009年:A题:Designing a Traffic CircleB题:Energy and the Cell PhoneC题:Creating Food Systems: Re-Balancing Human-Influenced Ecosystems。

2008年度全国大学生数学建模竞赛

2008年度全国大学生数学建模竞赛

2008年度全国大学生数学建模竞赛郑州轻工业学院选拔赛备选题目A. 电梯控制问题我校教三楼有四部电梯。

等电梯的人给出要上下的信号,电梯只有在空闲或同方向行进时才接受这个指令。

然而,电梯经常出现十分拥挤的状况,特别在上下课的时候,要等很长的时间,所以埋怨声很多。

请为电梯设计一个调度方案,减少大家的等待时间,减少师生的不满。

并分析说明你所设计方案的合理性和可操作性。

请你撰写一份800—2000字之间的建议书,说明你的方案使得管理者能够接受你的方案。

B. 汽车车库库存的数学模型某汽车制造厂有一大型仓库存放成品小型汽车,厂方希望将尽可能多的汽车贮存在车库内。

在满足一定要求的条件下,尽可能提高仓库的利用率。

设车库形状为200米╳300米的矩形,仓库只有一个门,位于矩形长边的正中央,门宽5米。

假设汽车形状只有两种形式,如下图所示:从网上查出以上两种型号汽车的形状尺寸。

要求:1、在任何时刻只有一辆汽车开出仓库大门,开出过程中不得有任何碰撞;2、摆放时任意两辆汽车之间至少保持40cm的间距,不重叠;3、出门时必须车头先出,不得使用任何其他辅助设备。

试建立合理的数学模型,解决以下问题。

1、在每辆车都可顺利开出车库的条件下,如何摆放,可提高车库利用率。

2、假设在车辆无法调出时,可以先将阻碍的车辆开出车库外,在这种情况下,给出车辆摆放的优化数学模型。

3、对问题2的车俩摆放模型,假定每辆汽车开出仓库时的速度均相同,且汽车前轮可以左右转动90度,给出将车库4个角落的汽车全部开出所需最少时间的调运方案。

C. 自习教室开放的优化管理近年来,大学用电浪费比较严重,集中体现在学生上晚自习上,一种情况是去某个教室上自习的人比较少,但是教室内的灯却全部打开,第二种情况是晚上上自习的总人数比较少,但是开放的教室比较多,这要求我们提供一种最节约、最合理的管理方法。

下面是某学校收集的部分数据,请完成以下问题.管理人员只需要每天晚上开一部分教室供学生上自习,每天晚上从7:00---10:00开放(如果哪个教室被开放,则假设此教室的所有灯管全部打开)。

Predict the temperature-数模美赛08年A题

Predict the temperature-数模美赛08年A题

AbstractThe global temperature is rising rapidly today which has caused an extensive ice melt, so the study of predicting rising sea level because of ice melt in North Polar is essential. Our study will try to predict the impact to Florida from melting ice in North Polar .Our studies have three steps:●Predict the temperature: We did the prediction by Neural network and give thechange of temperature in 50 years, based on a large amount of data from the Intergovernmental Panel on Climate Change (IPCC);●Model the mass of ice melting and the sea level: The sea level model is mainlybased on the principle of Thermodynamics and iteration. The results demonstrate that the sea level will rise by 10.8 cm totally in 50 years. Prediction of our model can be proved to be credible by consulting the data from IPCC. We introduce a correct term to modify our model. We can change to simulate sea level rise in different temperature condition.●Analyze the impacts to Florida: We model the erosion of Florida’s shoreline tomake it clear that when sea level rise to a certain extent that Florida will face many serious problems such as flooding, destruction of biodiversity, (Health Care), Loss of agriculture production (salinization of soil) and so on over the next50 years.. We find the 17 cities or areas and 15 airports which are severelyimpacted by the rise of sea level.(Based on our results,) Without attaching more importance to solving the problem, shoreline of several coastal cities like Miami will be eroded seriously, and the lowest place Key West will be disappeared. It will cost a huge financial loss, so further protection should be put into place.Content Introduction (3)Background (3)Our work (3)Study object: Ice cap in Greenland (3)Modeling the sea level (3)Analysis of Florida (3)Assumption (4)Model Ⅰ:Temperature Prediction (4)Grey Prediction Model: (4)Neural Network prediction Model: (4)Model Ⅱ:Melting ice and the rise of sea level (5)Model the rise of sea level (5)Heat from rise of temperature: (6)Mass of melting ice: (6)Design of Algorithms: (7)Model Results: Sea level will elevate by 10 centimeters in 50 years (8)Validation of our model: (9)Model ⅢAnalysis: The effects towards Florida (10)Major Cities Analysis (11)Miami (11)Tampa (11)Cape Coral (12)Key West (12)Other Impacts in Florida: (12)Recommendations to coastal Florida: (13)Judgments (13)Strengths (13)Weaknesses (13)Reference (14)IntroductionBackgroundGlobal Warming and sea level rise“Air temperatures at the top of the world continue to rise twice as fast as temperatures in lower latitudes, causing significant ice melt on land and sea” [Fears, December 17, 2014]. One of the serious consequences is that sea level will rise. Global average sea-level rose at an average rate of about 3.1[2.4 to 3.8] mm per year from 1993 to 2003[IPCC]. This information suggests that from 1993 to 2003 the sea-level rise by 3.1cm totally.Our workThe question requires us to predict the next 50 years’ conditi on of ice melting and analyze the effects on the Florida, especially some big cities. So we can separate this question into two parts:●How much and how fast will the see level rise within 50 years?●What are the effects on the Florida because of the rise of sea level, especiallysome big cities?Study object: Ice cap in GreenlandArctic mainly consists of Greenland, which occupies about 9% glaciers all over the world. Melting in Arctic is mainly due to Greenland, melting of floating ice can be ignored. So we can consider Greenland as study object.Modeling the sea levelWe develop a model for sea-level rise as the function of time. This model can predict sea-level rise in future.Analysis of FloridaAfter having calculated the increased sea level within next 50 years, we analyze the impact to the Florida.●Rising sea level can seriously threaten the development of cities. It has beenthreatening some islands and coastal cities. Over the next 18 years, about two thirds among 544 American towns will be twice as likely to face floods [Huang].More frequency hurricane will happen.●Sea water will corrode seacoast.● A large quantity of drinking water will be polluted.Assumption●Sea level rise is primarily due to the melting of ice cap in Green Land. We ignorethe other floating ice in the Northern Polar.●The increment of sea water from melting will flow over the oceans uniformly●Salt in the ice will not affects the procedure of melting.Model Ⅰ:Temperature PredictionGrey Prediction Model:The weakness of the grey prediction is that the result is increasing all the time. In other words, it cannot show the changes in detail.Neural Network prediction Model:Model Ⅱ:Melting ice and the rise of sea level Model the rise of sea levelThe main reason of the sea level rising is the melting of ice cap and the mass of melting ice is equal to the mass of sea water generated from melting. So, based on several physical principles, we model the rise of sea level by calculating the mass of melting ice. We assume that the increment of sea water from melting will flow over the world uniformly, which means the melting ice will contribute to the rise of sea level, divided by the area of the ocean.The increment of sea water from melting iceThe total volume of melting ice capThe total volume of water generated from meltingThe sea level riseThe overall ocean area: 361745300km2, this is 71 percent of earth’s total surface area (Wikipedia).Heat from rise of temperature:According to the principle of thermal transmission, heat will always be transmitted from high temperature to low temperature. So, the final state of stuff in the thermal cycling system will reach to a same temperature. So, we assume that the temperature of the whole ice cap will increase by when the world temperature rise by However, it takes time for the ice cap to transmit the heat from the rise temperature. We use the every month to calculate the increase of melting ice in each month and get the total increment by accumulation, which means parts of the heat from temperature will be absorbed and used to melt ice. So, defining a coefficient and we will have the heat which ice cap absorbs from the rising temperature in the n-th month:The heat comes from rises of temperature in the n-th monthThe coefficient of capacity of absorbing heat in one monthThe specific heat capacity of iceThe mass of the whole ice capThe mass of melting ice in the n-th monthThe change of temperature in the n-th monthWe try to find the by calculating the mass of melting ice in known years. “Recently reported GrIS mass balance varies from near-balance to modest mass losses [47 to 97 gigatons (Gt) year−1] in the 1990s, increasing to a mass loss of 267 ±38 Gt year−1in 2007”(Michiel).Mass of melting ice:The mass of melting ice in this month will depends on not only the rising temperature, but also the mass of melting ice in the last month.We divide the heat absorbed by the ice by the melting enthalpy of fusion for water to obtain the mass of extra melting ice resulted from the rise of temperature in this month.The mass of melting ice in the n-th month△fusHθm: The melting enthalpyThe total mass of melting ice in the next k yearsMoreover, “Since 2006, high summer melt rates have increased Greenland ice sheet mass loss to 273 gigatons per year” (Partitioning Recent Mass Loss). And the initial mass of melting ice in the first month will be calculated as follows:: The mass of melting ice in the initial year.The total rise of sea level in the next k yearsDesign of Algorithms:Since we have the function, we are able to calculate the mass of melting ice in the next n months using computer program with the data of temperatures and the initial amount of melting ice in the first month.This is easy to achieve using two linear arrays and in MATLAB. Run a simple for loop from 2 to n and calculate during each pass so that the whole array can be found.So that the total amount of melting ice at n-th month is the summation fromto . Also the total rise of sea level can be easily found.Model Results: Sea level will elevate by 10 centimeters in 50 yearsThe solutions were coded using matlab:Figure 1: The mass of melting ice in the next 50 yearsFigure 2: The rise of sea level in the next 50 yearsThe prediction about rise of sea level every decade in next 50 years:Validation of our model:The results show that the sea level will elevate by approximately 10 centimeters totally and 2 millimeters/yr, which accord with the prediction in Relative Mean Sea Level trends from NOAA.Moreover, if we calculated the rise of sea level without considering the increase of temperature, which means sea level rise at the rate today in the next 50 years, the order of magnitudes is match up with our result. So, based on the analysis above, the results of our modelModel ⅢAnalysis: The effects towards FloridaBased on our results, the sea level will rise 10 centimeters in the following 50 years, which threaten Florida in the future and result in tremendous impacts. “Some 2.4 million people and 1.3 million homes, nearly half the risk nationwide, sit within 4 feet of the local high tide line. Sea level rise is more than doubling the risk of a storm surge at this level in South Florida.” (Florida and rising sea)Figure 3 the altitudes of Florida ()As we can see from this picture, most cities or counties in the southern Florida lie besides the coast. Statistic suggests that 17 counties with altitudes smaller than 3 feetwill be threatened by the rise of sea level in 50 years. The counties and airports which will be involved are listed as follows:Cities: Miami, Homestead, Fort Lauderdale, West Palm Beach, Titusville, St Augustine, Clearwater, St Petersburg, Tampa, Brandon, Bradenton, Port Charlotte,Cape Coral, Bonita Springs, Naples, Marco Island, and Grand Isle.Airports: Miami International Airport, Fort Lauderdale International Airport, Central Florida Regional Airport, Cedar Knoll Flying Ranch, Daytona Beach Regional Airport, Craig Municipal Airport, Jacksonville International Airport, St George Island Airport.Major Cities AnalysisWe choose 4 metropolises which will be severely impacted to do some further analysis.MiamiMiami is the biggest city in Florida with the average elevation of 3 feet (0.9144m) [11ikipedia]. Also, it is a coastal city. So according to what we predict that sea level will rise 10.8037cm within 50 years, we can draw a conclusion that this city would be greatly influenced.The possibility of flooding would grow while the frequency of hurricane will increase. It is a big challenge to sewer system of Miami. According to our simulation, sea level rising would also threaten Miami International Airport. Another problem is that the sea water would gnaw at the shoreline. Many coastal man-made buildings are too closed to the sea which they would face a serious problem of being eroded. Aside from threatening of losing habitat, local drinking water would be polluted.TampaTampa is a city located on the west coast of Florida. It is the third largest city in Florida. It is famous because of tourism. Although the highest point in the city is only 48 feet (15 m) [wikipedia], rising sea level will do harm to its natural disaster. Tampa is special because it has the Old Tampa Bay and Hillsborough Bay which is easy to be attacked by storm surge. Sea level rising would produce much more violent storm surge. The boundary of Tampa would also be lost. What’s more,Traffic facilities such as Tampa International Airport were under threatening of disappearing.Cape CoralThis city is famous because of its far-stretching beach and animated quay. Besides, it has more than 30 gardens and golf courses which attract many tourists. A variety of animals also promotes this city’s tourism. However, sea level rising would erode shoreline of Cape Coral. It would destroy natural environment of this area, and then damages biodiversity. And still worse, Pine Island would mostly disappear. So, the economic damage there will be hardly assessed.Key WestIt is an island of Florida, which have the lowest altitude. So if sea level rises to some extent, it would be the first to be under water.Other Impacts in Florida:Biodiversity: Wild life and rare animals in Florida will be impacted by loss of habitat and food. Moreover, it is hard for plants and animals in Florida to adapt the new climatic conditions and the increase of relative air humidity.Architecture:Sea level rise will cause salinization, which will impact the architectural production.Economy Pressure:More money will be put into the drainage systems and dam project, which means less city construction and business development.Health Care: Higher sea level will increase the risk of some disease like malaria.Recommendations to coastal Florida:●Build higher dams: In this way can cities hold back the rising flood waters.●Prepare for flooding: Complete supervisory control system. Guarantee thatcitizen can be evacuated in time.●Reduce carbon emission: More carbon emission means higher temperature, andthen lead to rising of sea level. So encourage citizen to live a low-carbon life.●Warn local citizen: Propagate relative knowledge of sea level rising to improvecitizen’s sense of self-protection when facing natural disaster. JudgmentsStrengths●We use Neural Network to predict temperature in future with a large amount ofreliable data. So our prediction of temperature in future is accurate relatively.●Our model can predict the sea level rising in different conditions, such asdifferent temperature.●Our model is relatively simple so it will take a little time to simulate. We caneasily get the result.Weaknesses●We ignore the areal variation about depth, salinity and temperature of the sea forsimplifying the model;●We neglect the floating ice which will bring some error;●We neglect the thermal expansion;The mode is only the function of time, so it can’t simulate unusual situations.ReferenceBen Strauss,Florida and rising sea,/news/floria-and-the-rising-seaFears, Darryl, Huang, Ming. “Rising sea level threatens millions of American and causes hugeeconomic loss”. Souhu, March 16, 2012, 09:48 AM. Web.IPCC, http://www.ipcc.chMichiel van den Broeke,Partitioning Recent Mass Loss, Science 13 November 2009 “National Snow and Ice Data Center”, January 7, 2015怎样写作数学建模竞赛论文一如何建立数学模型—建立数学模型的涉骤和方法建立数学模型没有固定的模式,通常它与实际问题的性质、建模的目的等有关。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

2008年数学建模竞赛题目(A题)
2008高教社杯全国大学生数学建模竞赛题目
A题数码相机定位
数码相机定位在交通监管(电子警察)等方面有广泛的应用。

所谓数码相机定位是指用数码相机摄制物体的相片确定物体表面某些特征点的位置。

最常用的定位方法是双目定位,即用两部相机来定位。

对物体上一个特征点,用两部固定于不同位置的相机摄得物体的像,分别获得该点在两部相机像平面上的坐标。

只要知道两部相机精确的相对位置,就可用几何的方法得到该特征点在固定一部相机的坐标系中的坐标,即确定了特征点的位置。

于是对双目定位,精确地确定两部相机的相对位置就是关键,这一过程称为系统标定。

标定的一种做法是:在一块平板上画若干个点,同时用这两部相机照相,分别得到这些点在它们像平面上的像点,利用这两组像点的几何关系就可以得到这两部相机的相对位置。

然而,无论在物平面或像平面上我们都无法直接得到没有几何尺寸的“点”。

实际的做法是在物平面上画若干个圆(称为靶标),它们的圆心就是几何的点了。

而它们的像一般会变形,如图1所示,所以必须从靶标上的这些圆的像中把圆心的像精确地找到,标定就可实现。

图 1 靶标上圆的像
有人设计靶标如下,取1个边长为100mm的正方形,分别以四个顶点(对应为A、C、D、E)为圆心,12mm为半径作圆。

以AC 边上距离A点30mm处的B为圆心,12mm为半径作圆,如图2所示。

图3 靶标的像
请你们:
(1)建立数学模型和算法以确定靶标上圆的圆心在该相机像平面的像坐标, 这里坐标系原点取在该相机的焦点,x-y平面平行于像平面;
(2)对由图2、图3分别给出的靶标及其像,计算靶标上圆的圆心在像平面上的像坐标, 该相机的像距(即焦点到像平面的距离)是1577个像素单位(1毫米约为3.78个像素单位),相机分辨率为1024×786;
(3)设计一种方法检验你们的模型,并对方法的精度和稳定性进行讨论;
(4)建立用此靶标给出两部固定相机相对位置的数学模型和方法。

相关文档
最新文档