edu

education

Assignment代写:Finding a Longest Path in an Acyclic Graph

2018-03-07 16:15:43 | 日記
下面为大家整理一篇优秀的assignment代写范文- Finding a Longest Path in an Acyclic Graph,供大家参考学习,这篇论文讨论了一个迭代深度优先搜索的算法。

Introduction

This assignment gives you an opportunity to work on graph problems by implementing an iterative depth-rst search (DFS) algorithm for checking if a given directed graph is acyclic and by implementing an algorithm for nding a longest path (maxPath) in an acyclic graph. If the graph is acyclic, then the DFS algorithm returns a list of all vertices in a topological order. Otherwise, it returns null. The iterative DFS algorithm can process a large graph without stack memory over ow, because it is more ecient in space than a recursive DFS algorithm. The maxPath algorithm produces a stack of all vertices in a longest path (in an acyclic graph) along the distance of the path, with the stack top being the rst vertex in the path.

Both algorithms are supposed to work on a directed graph, in which each edge goes from a starting vertex to an ending vertex, meaning that the ending vertex can be reached from the starting vertex. In addition, each edge has a cost, which can be positive or negative or 0. A directed graph has a cycle if it contains a sequence of edges from a vertex back to itself, such as an edge from vertex A to vertex B, an edge from vertex B to vertex C, and an edge from vertex C to vertex A. A directed graph is acyclic if it has no cycles. The DFS algorithm is used to check if a directed graph is acyclic. For example, on the above cycle of three edges from vertex A to itself, if the vertex A is the rst vertex on the cycle reached during the search, then the vertex A is colored red, with the vertices B and C remaining green, and eventually, the vertex B is reached during the search. When the edge from the vertex B to the vertex A is explored during the search, the color of A is found to be still red. Thus, a cycle is detected if an ending vertex is found to be red during the DFS search. If no cycles are found, then the DFS algorithm produces a stack of all vertices in a topological order, with the stack top being the rst vertex in the order. A topological order of an acyclic graph has the property that if any vertex u comes before any vertex w in the order, then the graph has no edge from the vertex w to the vertex u. The stack is empty initially. When the DFS search is completed at a vertex by coloring it black, the vertex is pushed onto the stack.

http://www.51due.com/writing/more/sample68523.html​

The maxPath algorithm nds a path with the maximum distance in a directed acyclic graph with each edge having a positive or non-positive cost. Here the distance of a path in the graph is the sum of costs of each edge in the path. Let cost(u; v) be the cost of an edge from vertex u to vertex v. Initially, set dist[u] to 0 and pred[u] to null for each vertex u. Then for each vertex u in a topological order, perform the following computation for each edge from the vertex u to another vertex v: compute newdist = dist[u]+cost(u; v), and if newdist is larger than dist[v], then set dist[v] to newdist and pred[v] to u. Let end be a vertex such that dist[end] dist[u] for each vertex u. Then end is the last vertex on a path with the maximum distance dist[end]. Each vertex in this path can be found by using the pred map starting from the vertex end. For example, if pred[end] is not null, then pred[end] is the vertex immediately before end in the path. The starting vertex s in the path is the rst vertex such that pred[s] is.

Requirements of the DFS and MaxPath classes

The template code folder contains six class les. You just need to complete the methods in the DFS and MaxPath class les by using the complete classes in the other four les along with the java.util.HashMap and java.util.Iterator types. The DFS algorithm on a directed graph should be implemented by using an iterative method. An iterative DFS method on an undirected graph is given in a lecture code le named Graph.java. A recursive DFS method for producing a topological order of vertices on a directed acyclic graph is given in a lecture code le named DiGraph.java. The maxPath algorithm can be implemented by using maps as in Dijkstra’s algorithm in the code le DiGraph.java. Note that Dijkstra’s algorithm does not allow edges with negative costs and uses the Heap class, while the maxPath algorithm does not use the Heap class. The exact specication for each method can be found in the DFS and MaxPath class les in the template code folder.

51due留学教育原创版权郑重声明:原创assignment代写范文源自编辑创作,未经官方许可,网站谢绝转载。对于侵权行为,未经同意的情况下,51Due有权追究法律责任。主要业务有assignment代写、essay代写、paper代写、cs代写服务。

51due为留学生提供最好的assignment代写服务,亲们可以进入主页了解和获取更多assignment代写范文 提供作业代写服务,详情可以咨询我们的客服QQ:800020041。

英文论文写作常见问题分析

2018-03-07 16:15:22 | 日記
留学生们在写作英文论文的时候,总是会因为一些细节上的问题导致出错,从而影响论文的质量。当然,只要大家避免这些错误,那么论文的质量一定会得到提升。那么英文论文写作常见的问题有哪些呢?下面就给大家讲解一下。

1. 无法确定核心论题

类似于我们语文考试,在标准化英语水平考试的写作部分也会出现跑题的现象。我们识别论题的困难是由多种原因导致的:从生词到含混抽象的术语名词以及思维混乱等。生词和含混术语很容易通过借助连接词(如and前后成分的并列关系、rather than前后成分的对比关系)进行合理猜测。本文中,我们主要探讨由于思维混乱,导致论述不切题的情况。举个栗子:Advertising has many positive economic effects, but it also has some negative effects to the society, because it will make people feel dissatisfied about who they are and what they have. Discuss both views and give your own opinion.很多留学生在文章中着重对比了广告的积极经济效应和对社会的负面效应,却忽视了because引导的成分,一是因为话语抽象,并没有完全理解;二是对其所暗含的内在逻辑关系没有进行及时的思维转换,认为because是对negative effects的无必要性解释,而事实是在论题中它起到了一个极为重要的限定和修饰作用。实际上,本篇文章的论题是:广告有许多积极的经济效应,同时也有源于“让人们对自己是谁以及现在拥有之物滋生不满情绪”的社会负面影响。

2. 陈述论题过于冗杂

一般而言,论文的开端要对论题进行转述。这一般出现在一篇议论文里的第一句或第二句。大多数同学都有一个癖好,即潜意识里第一句一定是与该论题相关的社会或生活背景,笔者在学习和教学生涯里见到的最为常见的句型就是“Nowadays, with the development of...”,水平更一般的学生甚至还会把nowadays中间的a或者词尾的s给漏掉。我们在这里需要强调的是,介绍背景的话语可加可不加,视具体的论题而定,如果出现以下三种情况之一:没有很好的词汇或句型积累(打算硬套模板进行背景引入);背景与论题关联不紧密;论题转述篇幅较大时(首段一共3-4句话为宜),并不建议强行加上背景介绍。还有一点需要同学们注意的是,论题转述必须遵循三大原则:态度中立原则、核心词明确原则(对题干关键词进行有效转述)、逻辑清晰原则(突出对比、让步、转折)。

http://www.51due.net/online-tutoring/writing-skills/sample32516.html

3. 立场表达模糊

我们刚才讲到,英文议论文开头段中不一定必须要有背景介绍,但是这里要指出的是在,开头段的结尾最好表明自己的立场,大多数留学生都有这样的认识,但是却因为对具体的表达方式区别的忽视,导致立场表达模糊。

“一边倒”式议论文中表达赞同可以用:

I tend to/entirely agree with...; Personally, I think their view has considerable merit; I am in favor of; I think that’s a valid point; I can aver that...

表达否定可以用:

I am afraid I can’t agree with; I don’t share their point of view; I cannot go along with...; I don’t think that idea will work; I seems to me that there may be other possibilities; I would say the exact opposite.

“折中”式议论文中表达部分同意可以用:

Theoretically, that may be true. But in reality, ...; That may be true to a certain extent, but we also have to consider...; That might have been the case once, but now...; As I see it, there is more to it than that; They may have a point there, but...; I agree with their proposition, but with qualifications/reservations.

4. 论证结构不严谨

当我们为接受一个断言给出理由的时候就是在做论证(argument),一般而言论证由前提(premise)和结论(conclusion)构成。前提是为另一个断言提供理由的陈述,被前提支持的断言就是论证的结论。我们在英文论文写作中无需像学术论文那样,严格地遵守“前提或假设+实验过程/理论推导过程+结论”一种论证结构,但是最关键的要素应该阐述清楚,即论点和论据,通俗而言,我们在一篇优秀的英文论文写作的主题段落(首段和末段之间的部分)一公会出现3个左右的理由句(分论点),每一个理由句后面会紧跟2—4个支持句,支持句提供论据(包括例子、事实、简单推理等)。很多同学罗列出分论点或理由句之后没有写论据或支持句的习惯或者想不出充足的支持句来或者写出了也只是毫无支持力的空话堆砌,这是思维方面的问题,可以阅读我们之前有关批判性思维的相关文章进行联系;另一点是,支持句写的毫无章法和逻辑可言,语法错误频出,这是对逻辑连接词和语法句式(如让步状语从句、虚拟语气)掌握不足而产生的。

5. 忽视结尾段

绝大多数的学生甚至是培训机构的老师在学习和教授英语写作时,都会着重训练如何去写出一个精彩的开头和饱满的主体,而忽略了作文结尾段落的重要性,要么机械重复前文所讲论点和论据,要么套用模板草草了事,更有甚者会出现一些原则性的错误(比如在结尾处为了拼凑字数而盲目堆砌新的论点等)。一篇逻辑严谨的优秀文章,应该是首尾呼应且应使人有种意犹未尽之感。一般而言,我们应该根据文章的基本观点和论述框架在结尾对其进行paraphrase转述和summarize总结,或者总体升华等。现给出集中撰写结尾段的例子作为参考:

“Reducing class size is not just a matter of relieving pressure. It will enhance what a student learns and even the person they learn it from can learn from the process.”(站在高处、对文章进行升华);

“For these reasons, we can safely conclude that classmates are too important a factor to ignore and they have more important influence than teachers on students’ success at school”(总结全文,转述论点);

“It goes without saying that both sources are important to us. However, as to me, knowledge from experience is even more important because without experience, it’s almost impossible to understand knowledge from books or to understand how to apply this knowledge in real life.”(强烈对比,深化立场);

“I would like to say that I personally agree that formal education at an early age offers children benefits at all levels and therefore is more important than letting them play. After all, kids can always play after school but learning at school stimulates their brain growth and puts them in competitive social settings, which is indeed irreplaceable experience for such a critical stage of life.”(语气委婉 顺应全文)

以上就是关于英文论文写作常见的问题分析,希望同学们在写作的时候都能避开这些问题,写出让人满意的论文。

想要了解更多英国论文写作技巧或者需要英国代写,请关注51Due 英国论文代写平台,51Due是一家专业的论文代写机构,专业辅导海外留学生的英文论文写作,主要业务有essay代写、paper代写、assignment代写。亲们可以进入主页了解和获取更多关于论文代写以及英国留学资讯,我们将为广大留学生提升写作水平,帮助他们达成学业目标。如果您有论文代写需求,可以咨询我们的客服QQ:800020041。

Paper代写:Internet financial

2018-03-07 16:15:03 | 日記
下面为大家整理一篇优秀的paper代写范文- Internet financial,供大家参考学习,这篇论文讨论了互联网金融。互联网金融是金融与互联网技术的结合,它以互联网的开放平台为依托,利用大数据及云计算等互联网提供的技术支持,并且建立在社会对于电子商务的广泛认可的基础之上的金融业形态和服务体系。互联网金融拥有自己的市场、产品、服务、组织乃至监管等一系列体系,并且具有普惠化、碎片化、平台化、信息化等有别于传统金融业的特点。

Internet financial business in our country has developed rapidly in recent years, the market reaction is very warm, the traditional financial institutions such as commercial Banks, trust and leasing companies to speed up the pace of its own Internet services in the direction of emerging Internet companies and the group behind the big push into the financial sector, such as alibaba and jingdong, even some small qualification is not a good company and a leather bag also begin to enter the Internet in the financial sector to look forward to gaining profits, due to the good and evil people mixed up on the market, investors investment increasing difficulty situation.

Finance is the combination of financial and Internet technology, the Internet, which is based on the open platform of the Internet, it use big data and cloud computing and the Internet to provide technical support, and for e-commerce based on society widely recognized based on the form of financial industry and service system. Internet finance has its own market, product, service, organization and supervision and so on a series of system, and with pratt & Whitney, fragmentation and the characteristics of the platform, information is different from the traditional financial sector.

http://www.51due.net/writing/research-paper/sample32514.html

As of the end of December 2015, the P2P lending industry in mainland China had a total of 2,593 normal operations, up 64.63% from 2014. In 2015, the new online platform added 1917, with an average of nearly 159 new platforms. Compared with the number of platforms in the previous years, although the growth rate of the number of platforms tends to decrease year by year, the total number of operating platforms in the industry is still growing rapidly.

In accordance with the development of such scale and hot doesn't begin to describe the market reaction, attached to the IT industry in our country since the 21st century the eruption type growth of the legacy of a large market and human resources, found out the financial this for a long time to play an important role in the economic market of combining site, has given rise to a large number of Internet financial practitioners.

This is bound to lead to Internet financial market as a whole quality is not assured, that there are many nominally, unqualified platform, or it is the purpose of holding the financial fraud and involved in the industry platform, such as the end of 2015 when e rent treasure using Internet finance fraud cases, the illegal fund-raising 50 billion yuan, to investors, market and society caused great damage and harmful effects, also let investors trust for the Internet financial big discounts. The reasons for such a regrettable result can be reflected from the nature of Internet finance.

The essence of Internet finance is finance, not the Internet, which is the core of the problem. The emergence of the Internet just provides a more convenient financial services platform, can make the implementation does not have the function of the once, like pratt &whitney for public investors and fragmentation, and the traditional finance service to have bigger capital investors are quite different, but the Internet doesn't change the nature of financial "value creation".

Financial activities to create value for its participants: investors and lenders in the financial activities have can expect the real value of the dependent on financial institutions and financial markets play a role of the corresponding normal, this is inseparable from the operators, managers and participants to have professional knowledge and skills, have thought of the requirements of high on talent.

Right now, the concept of the Internet financial, has developed to the point of "everyone can make" financial, and their perception of itself to the financial almost to zero: some people think that investment is bound to bring in investors' benefits, there are those who understand financial as alternative gambling; The financiers themselves do not have a project for themselves, just to make money and then plan. This is all very immature, childish and ridiculous.

From this point of view, the essence of Internet finance can not support its own rapid development, otherwise there must be many hidden dangers, it needs intensive cultivation. The fact proved that, 2015 years the 11-member cartel is high in November 2610, December due to new problems platform significantly more than the new online platform, make the normal operation of December platform total negative, this kind of phenomenon is unprecedented in the history of the industry.

Since the essence of Internet finance is finance, its meaning still lies in serving the real economy, but in the process of service, the Internet's wings are plugged in.

Under the blessing of the Internet, the Internet can be more inclined to financial services in the real economy individuals, institutions and platform for ordinary people as the object of financial activities, let them enjoy the convenient, easy to operate, transparent, and low cost of financial services, at the same time we must give full play to the advantages of the Internet in the information dissemination, clearly shows the details of the services and products, with simple and popular way for investors to understand oneself as far as possible in the financial activity is doing, in financial activities to enhance the quality of investors.

After financing investment links will ensure the quality of the project, the investor's investment policy in the service of the real economy, rather than chasing the high heat, fry money, through the speculation on the market. This is the practical measure that Internet finance should pay attention to in finance.

The nature of the Internet also profoundly affects the industry, and practitioners should give full play to their characteristics. The Internet apart from its high-tech features, it also contains the spirit of "public", from the public and serve the, partly eliminate the difference threshold, holding a fair and open manner.

Internet financial should uphold the idea, its own Internet platform is convenient, flexible and low cost advantage, creating and providing cheap, low threshold of financial products and services, let common people and small micro enterprise benefit, through the small and medium-sized customers, firmly grasp the advantage to seek a more long-term development.

Therefore, simple, low cost and wide audience are the core competitiveness of Internet finance, and the advantages are obvious and should be used reasonably. Need to point out that is run counter to the concept of the Internet financial interest rates, high yields will bring investor doubts about product, and high interest rates as a result of the Internet financial flexibility, easily associated with illegal fund-raising is involved in, need to be attention.

To sum up, the rapid development of Internet financial is the product of can meet the demand of era, although it has a certain weight on the traditional financial industry, make the traditional financial institutions felt the unprecedented pressure, but it is also the impetus for progress of industry, and the Internet into the financial world is not the purpose of occupation squeeze the living space of traditional financial institutions, but to indicate the direction of the future development.

Internet finance practitioners should keep a cool head in an overheated market and realize the nature of the industry. Must be aware of the current industry there is a high excess returns are the underlying trigger explosive industry development, and is accompanied by high yield high risk tend to be ignored, this part of the profit is dangerous and could not have for a long time, because it is the premise of existence is the lack of regulation, and this regulation will eventually reach the designated position, chaos caused by the unreasonable growth will hurt industry and investors.

想要了解更多英国留学资讯或者需要论文代写,请关注51Due英国论文代写平台,51Due是一家专业的论文代写机构,专业辅导海外留学生的英文论文写作,主要业务有essay代写、paper代写,、assignment代写。在这里,51Due致力于为留学生朋友提供高效优质的留学教育辅导服务,为广大留学生提升写作水平,帮助他们达成学业目标。如果您有代写需求,可以咨询我们的客服QQ:800020041。

51Due网站原创范文除特殊说明外一切图文著作权归51Due所有;未经51Due官方授权谢绝任何用途转载或刊发于媒体。如发生侵犯著作权现象,51Due保留一切法律追诉权。

Paper代写:BIM technology in architectural design

2018-03-07 16:14:44 | 日記
下面为大家整理一篇优秀的paper代写范文- BIM technology in architectural design,供大家参考学习,这篇论文讨论了建筑结构设计中的BIM技术。随着市场经济的发展和城镇一体化建设进程加快,建筑行业也得到了巨大的发展。BIM技术作为一种新型的技术,施工单位可以根据该技术建立数据共享平台,实现各部门、各专业的资源信息共享。在进行建筑结构设计过程中,利用该项技术建筑工程师、设计人员与业主等所有参与者将共享数据信息,建立可视化的数字模型,通过对建筑结构的反复分析与模式,不断的调整与优化建筑设计来提高建筑结构设计的质量。

With the development of market economy and the acceleration of urban integration construction, China's construction industry has been greatly developed. BIM technology as a new technology widely attention and application of major construction companies, construction units can build data sharing platform, according to the technical department or professional resources information sharing. In the process of building structure design, the use of the technology construction engineers, designers and owners, all participants will share data information, to establish digital model of visualization, through repeated analysis and mode of building structure, continuously adjust and optimize the construction design to improve the quality of the building structure design.

In recent years, the construction industry has been greatly developed and improved, and with the acceleration of the urban integration construction process, the building scale is constantly expanding, and the architectural form is more diversified. In this context, the acquisition of more information becomes the key for designers in the design of architectural structures. Which requires design company through various channels and ways for information collection, for in-depth analysis of the collected information and the use, to improve construction efficiency, shorten the construction period, the purpose of improving economic efficiency of enterprises, but also can more effectively improve the level of construction enterprise safety management. BIM technology is a new kind of technology, with the aid of this technology can realize the building structure design from 2 d to 3 d conversion, data sharing platform, realize the various departments, various professional resource information sharing. In the process of building structure design, the use of this technology can implement construction engineers, designers and owners all participants share data information, such as to establish digital model of visualization, through repeated analysis and mode of building structure, continuously adjust and optimize the construction design, and help enterprises to reduce the cost of each phase, shorten construction time, improve the economic benefits of enterprises.

http://www.51due.net/writing/research-paper/sample32513.html

BIM technology is a model of building digital structure, which can be analyzed and processed according to the data information of the structural model. The designer only needs to adjust and optimize the design scheme and construction plan according to the data obtained by the software, which greatly improves the quality of the design scheme and construction scheme. BIM technology is carried out through the unified construction analysis and construction plan. Using the technology to build building model, in order to improve the safety of structures, technology do yuan must guarantee the authenticity of the physical model and spatial model of space data, the design scheme is the key link. Need to be aware of is the building materials and the load performance of its different physical properties, such as also has a certain influence on building structure, so the technical personnel in the digital model building, not variable parameters and parameter will directly affect the quality of the model building and authenticity. BIM technology theory points out that when building digital model, it is necessary to ensure the complete unification of physical model, data analysis of architectural structure and construction drawing. In the actual operation, if the data of a build is in trouble, it cannot guarantee the consistency of the model and data analysis and construction drawings. Therefore, in the process of building data model, data of connection structure is analyzed, the system cannot occur unification, cause the loss of valid data, it can no longer be on the analysis of the structure performance effectively.

Energy conservation and energy use is an important element in evaluating green building standards. By establishing a visual building 3 d BIM model in analyzing energy consumption of the software, or software transformation format into analysis of energy consumption, and on the basis of the relevant norms and standards, combined with the actual local climate meteorological data, the results of simulation for a scientific and reasonable adjust or improve the structure of building maintenance and setting up the corresponding parameters. In addition, the distribution area and solar radiation intensity of outdoor solar radiation can be analyzed by BIM technology. Therefore, to optimize and improve the design of solar energy equipment, the scientific and rational utilization of renewable resources can be maximized.

At the present stage, steel structure is the main structural form of large span buildings in China's construction construction, so it is necessary to overcome the difficulties of structural connection and reinforcement in the modeling of steel structure. In addition to the design of steel structure, the connection between the beam column and the beam and beam splice, this undoubtedly increases the difficulty of steel structure design. Therefore, the designer must design the steel structure according to the height of the beam itself, and design and parameterize the various joints. Designers can use the function of parameter sharing in BIM system to strictly control the number and spacing of high bolts. At the same time, the parameters are used to realize new connections. In the process of steel structure construction technicians must refer to the design of the corresponding position, so as to determine the precise location of reinforcement and joints, so that to further improve the work efficiency of construction personnel, shorten the construction period, at the same time improve the quality of the steel structure design.

In the process of design is applied to the integrated design is take into consideration of the engineering, engineering knowledge application in architectural design can make the overall design plan more complete, can optimize construction performance, provide a new comprehensive strategy. Green public building design is a new kind of design form, should think more complex analysis model, the traditional design method and train of thought will seriously affect the design process, accurate design will not be able to efficiently. Using BIM technology can improve the speed of design, grasped can also increase the accuracy of the information, rely on the experience of the architect for the qualitative analysis are no longer allowed, BIM technology can provide the accurate mathematical logic to help for quantitative analysis.

BIM technology is the core of parametric 3 d visualization model, it is the combination of various related information, can put the building involves the various parameters in different specialty of visualization, and can be consistent with the information in the course of the construction of the whole, at the same time can provide the various items of information in real time. The data provided are of high integrity and reliability, and can be used for real-time collaboration and long duration to provide management and management requirements for engineering information in green buildings. Project operation after a period of time, for example, require cleaning air-conditioning ventilation system, the scale will be familiar with and master all the air conditioning system, the location of the air conditioning pipe, and other surrounding the system functions are well known, pipeline position before decided to put into the corresponding resources and necessary tools. It can be achieved through BIM model and can meet these requirements with high quality.

To sum up, as China's residents are increasingly demanding in the construction industry, it is crucial to ensure the quality of architectural design and construction quality to be the long-term development of the construction industry. According to the actual situation of the construction site, the use of BIM technology to optimize design of building structures, to ensure the construction quality is directly related to people's life and property safety, so the design units must strengthen to the attention of the work, continuously introduce advanced technology and craft, so as to improve the rationality and scientific nature of building structural design, promote the development of construction industry health for a long time.

想要了解更多英国留学资讯或者需要论文代写,请关注51Due英国论文代写平台,51Due是一家专业的论文代写机构,专业辅导海外留学生的英文论文写作,主要业务有essay代写、paper代写、assignment代写。在这里,51Due致力于为留学生朋友提供高效优质的留学教育辅导服务,为广大留学生提升写作水平,帮助他们达成学业目标。如果您有paper代写需求,可以咨询我们的客服QQ:800020041。

51Due网站原创范文除特殊说明外一切图文著作权归51Due所有;未经51Due官方授权谢绝任何用途转载或刊发于媒体。如发生侵犯著作权现象,51Due保留一切法律追诉权。

Essay代写:Search the universe

2018-03-07 15:53:32 | 日記
下面为大家整理一篇优秀的essay代写范文- Search the universe,供大家参考学习,这篇论文讨论了对宇宙的搜索。在建立了黑洞形成的理论框架之后,物理学家和天文学家们就有了从宇宙中寻找证据的任务。由于宇宙的浩瀚和搜索的困难,科学家需要确定搜索的位置。显然,成功的最大机会在于观察的地点尽可能接近地球。地球上没有黑洞,因为它们产生的巨大引力会显示出天体上的扰动迹象,这是从未被观测到的。

After the establishment of the theoretical frameworks of how a black hole forms, it became the task for physicists and astronomers to find evidence from space. First, due to the vastness of space and the difficulty of the search, scoping is needed for scientists to determine where to look. Obviously, the highest chance of success is where the point of observation is as close as possible to the observers on earth. There are no black holes on earth since the enormous amount of gravity they generate would show signs of disturbance on the celestial bodies, which is never observed. Estimating from the mass of a black hole, the nearest black hole to earth is estimated to be at least 4 light years away (Lena, et al, 2014).

The second difficulty posed in the search is in what way can an object so distant from earth be observed. Optical observations are infeasible since it is beyond the resolution of the best telescope on earth. The attempt to observe the disturbance of light emitted by the stars due to the black hole will fail as well, since the magnifying effect of a black hole is too minimal to be detected. Besides, such influences can be caused by both a black hole and a huge star, which scientists won’t be able to distinguish if the star is dim. One theory that is hopeful in the search is by looking for a two-body system that consists of a black hole and a star. The motion of the system is a constant rotation of the two bodies, which means that the star in the system would move closer and then further from the observer in a periodic way. The light, with is a form of electromagnetic wave, will show Doppler effect with periodic red shifts and blue shifts(Moreau, 1985). Finding these stars will create a pool which significantly refines the search process.

http://www.51due.net/writing/essay/sample32510.html

The pool already existed in the decades of observations by astronomers. After filtering and analyzation within it, eight potential candidates were selected by Virginia Trimble in 1968. Unfortunately, there are always other assumptions explaining why the other object in the two-body system is a very dim star, instead of a black hole. Another idea to search for black holes was proposed by Edwin Salpepter. When a black hold passes through a cloud of gas, the gas will be accelerated to the speed close to that of light. The gas would revolve around the edge of the black hole. The sudden increase in the density of the gas would turn the energy in the gas into hear, causing intense radiations surround the black hole. Comparing to a machine that burns fuel, the efficiency of the “black hole gas engine” is even higher.

After years of development in theory for this idea, scientist had realized that they would combine the ideas of the two-star system and the gas engine together in the search. The star in the system serve as convenient sources of gas to be captured by the other body, the black hole. The search also required an upgrade in the equipment used. In addition to the optical telescopes, it was found that large amounts of X-Ray would also be emitted in the radiating process of a black hole. A basic characteristic of the black hole is finally decided, which became the key to the search: a black hole is dim on the optical phases, and very bright in the X-Ray frequencies. Since X-Ray is not able to penetrate through our atmosphere, the observation has to be made using eyes in space. After decades of efforts and failures, the outer-space telescope system able to observe X-Ray was finally established by the 1950s.

The first direct and conscious observations of X-Ray by humans showed astounding results: the strength of X-Ray detected was 5000 times stronger than the expectations of scientists. It was later found out that the mistake was originated from the subject of study: the focus of the scientists had been on radiation from the Moon, planets and the stars. However, the major source of X-Ray radiation detected was due to the gas radiation caused by a black whole. The radiation source was found to be the Scorpio X-1. In 1962, Giacconi used an extremely simple yet effective experiment to reconfirm the observations. The measuring of a Geiger counters was recorded in different orientations, when it was pointed to the Scorpio X-1 direction, the recordings showed much high level of radiation (Giacconi, 2009). However, the true identity of the radiation source was yet to be confirmed.

More, and better X-Ray detectors were sent into space in the following decade, and the precision level increased to 300000 times compared to 16 years before. Other candidates are also found by the X-Ray detectors, including the Cygnus X-1, and the search was becoming more and more hopeful. Huge amounts of efforts were made in the 60s and 70s to confirm it. A more comprehensive theoretical background was also built surrounding the search and confirmation of the first black hole, including X-Ray radiation models of the gas combined with the observations. The confidence of the scientist in confirming the identity of the Cygnus X-1 increased from 80% in 1974, to 95% in 1995.

The effort continues, with the cooperation between physicists and astronomers. By the late 90s, it is almost completely confirmed that not only at Cygnus X-1, but also many other two-body systems within our galaxy, black holes physically exist.

References:

Giacconi, R. (2009). History of X-ray telescopes and astronomy. Experimental Astronomy, 25(1-3), 143-156. doi:10.1007/s10686-009-9139-8

Lena, D., Robinson, A., Marconi, A., Axon, D. J., Capetti, A., Merritt, D., &Batcheldor, D. (2014). recoiling supermassive black holes: A search in the nearby universe. The Astrophysical Journal, 795(2), 146. doi:10.1088/0004-637X/795/2/146

Moreau, N. (1985). Sound waves and stars: The doppler effect Library Journals, LLC

Thorne, K. S. (1994). Black holes and time warps: Einstein's outrageous legacy. New York: W.W. Norton.

想要了解更多英国留学资讯或者需要英国代写,请关注51Due英国论文代写平台,51Due是一家专业的论文代写机构,专业辅导海外留学生的英文论文写作,主要业务有essay代写、paper代写、assignment代写。在这里,51Due致力于为留学生朋友提供高效优质的留学教育辅导服务,为广大留学生提升写作水平,帮助他们达成学业目标。如果您有essay代写需求,可以咨询我们的客服QQ:800020041。

51Due网站原创范文除特殊说明外一切图文著作权归51Due所有;未经51Due官方授权谢绝任何用途转载或刊发于媒体。如发生侵犯著作权现象,51Due保留一切法律追诉权。