Black hole picture captured for first time in space ‘breakthrough’

Astronomers have captured the first image of a black hole, heralding a revolution in our understanding of the universe’s most enigmatic objects.

The picture shows a halo of dust and gas, tracing the outline of a colossal black hole, at the heart of the Messier 87 galaxy, 55 million light years from Earth.

The black hole itself – a cosmic trapdoor from which neither light nor matter can escape – is unseeable. But the latest observations take astronomers right to its threshold for the first time, illuminating the event horizon beyond which all known physical laws collapse.

The breakthrough image was captured by the Event Horizon Telescope (EHT), a network of eight radio telescopes spanning locations from Antarctica to Spain and Chile, in an effort involving more than 200 scientists.
Sheperd Doeleman, Event Horizon Telescope Director and Harvard University senior research fellow said: “Black holes are the most mysterious objects in the universe. We have seen what we thought was unseeable. We have taken a picture of a black hole.”

The image gives the first direct glimpse of a black hole’s accretion disk, a fuzzy doughnut-shaped ring of gas and dust that steadily “feeds” the monster within.

The EHT picks up radiation emitted by particles within the disk that are heated to billions of degrees as they swirl around the black hole at close to the speed of light, before vanishing down the plughole.

The halo’s crescent-like appearance in the image is because the particles in the side of the disk rotating towards Earth are flung towards us faster and so appear brighter. The dark shadow within marks the edge of the event horizon, the point of no return, beyond which no light or matter can travel fast enough to escape the inexorable gravitational pull of the black hole.

Black holes were first predicted by Einstein’s theory of relativity – although Einstein himself was sceptical that they actually existed. Since then, astronomers have accumulated overwhelming evidence that these cosmic sinkholes are out there, including recent detection of gravitational waves that ripple across the cosmos when pairs of them collide.

But black holes are so small, dark and distant that observing them directly requires a telescope with a resolution equivalent to being able to see a bagel on the moon. This was once thought to be an insurmountable challenge.

The EHT achieved the necessary firepower by combining data from eight of the world’s leading radio observatories, including the Atacama Large Millimetre Array (Alma) in Chile and the South Pole Telescope, creating an effective telescope the size of the Earth.

When observations were launched in 2017, the EHT had two primary targets. First was Sagittarius A*, the black hole at the centre of the Milky Way, which has a mass of about four million suns. The second target, which yielded the image, was a supermassive black hole in the galaxy M87, into which the equivalent of six billion suns of light and matter has disappeared.

The success of the project hinged on clear skies on several continents simultaneously and exquisite coordination between the eight far-flung teams. Observations at the different sites were coordinated using atomic clocks, called hydrogen masers, accurate to within one second every 100 million years. And, on one night in 2017, everything came together. “We got super lucky, the weather was perfect,” said Ziri Younsi, a member of the EHT collaboration who is based at University College London.

The sheer volume of data generated was also unprecedented – in one night the EHT generated as much data as the Large Hadron Collider does in a year. This meant waiting for months for the South Pole data, which could only be shipped out at the end of Antarctic winter.

The observations are already giving scientists new insights into the weird environment close to black holes, where gravity is so fierce that reality as we know it is distorted beyond recognition.

At the event horizon, light is bent in a perfect loop around the black hole, meaning if you stood there you would be able to see the back of your own head. They also provide one of the most stringent tests to date of Einstein’s theory of general relativity: this predicts a rounded shape of the black hole’s halo, in line with what EHT has observed.

Scientists are also hoping to understand more about the origin of jets of radiation that are blasted out from the poles of some black holes at close to the speed of light, creating brilliant beacons that can be picked out across the cosmos.

However, the observations do not yet reveal anything about the black hole’s inscrutable interior.
“The black hole is not the event horizon, it’s something inside. It could be something just inside the event horizon, an exotic object hovering just beneath the surface, or it could be a singularity at the centre … or a ring,” said Younsi. “It doesn’t yet give us an explanation of what’s going on inside.”

Heino Falcke, chair of the EHT science council, who is based at Radboud University in the Netherlands, said: “The big question for me is whether we’ll ever be able to transcend that limit. The answer may be maybe not. That’s frustrating but we’ll have to accept it.”

L330 Black hole picture captured for first time in space ‘breakthrough’的更多相关文章

  1. HDU3177 贪心

    Crixalis's Equipment Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Oth ...

  2. HDOJ 3177 Crixalis's Equipment

    Crixalis's Equipment Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Oth ...

  3. 杭电 3177 Crixalis's Equipment

    http://acm.hdu.edu.cn/showproblem.php? pid=3177 Crixalis's Equipment Time Limit: 2000/1000 MS (Java/ ...

  4. Hdu 3177 Crixalis's Equipment

    Crixalis's Equipment Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Oth ...

  5. 【贪心】【HDU3177】 搬家问题

    </pre><pre name="code" class="cpp">#include <iostream> #includ ...

  6. HDOJ-ACM Steps

    在这里放几道Steps里的题目把. find your present (2) Time Limit: 1000/2000 MS (Java/Others) Memory Limit: 32768/1 ...

  7. HDU 3177 Crixalis&#39;s Equipment(贪婪)

    主题链接:http://acm.hdu.edu.cn/showproblem.php? pid=3177 Problem Description Crixalis - Sand King used t ...

  8. x86_64的内存映射

    对于x86_64来说,逻辑地址由16位选择子和64位偏移量组成(而32位时,逻辑地址由16位段选择符和32位偏移量组成),段寄存器仅仅存放选择子.CPU的分段单元(SU)执行以下操作:[1] 先检查选 ...

  9. LInux中的物理内存管理

    2017-02-23 一.伙伴系统 LInux下用伙伴系统管理物理内存页,伙伴系统得益于其良好的算法,一定程度上可以避免外部碎片为何这么说?先回顾下Linux下虚拟地址空间的分布. 在X86架构下,系 ...

随机推荐

  1. RxJava 详解——简洁的异步操作(二)

    上次说的两个例子,事件的发出和消费都是在同一个线程的.如果只用上面的方法,实现出来的只是一个同步的观察者模式.观察者模式本身的目的就是异步机制,因此异步对于 RxJava 是至关重要的.而要实现异步, ...

  2. 第五篇——Struts2的默认Action

    默认Action 1.当访问action不存在时,可以通过制定默认action的方式避免出现错误代码页面: 2.使用default-action-ref 指定默认 action. 项目实例 1.项目结 ...

  3. MTCNN试用

    检测工作想借用MTCNN里的48-net,源码来自CongWeilin Git 下下来就能跑,真是良心 进入pepare_data准备好数据以后进入48-net,目录下有一个pythonLayer.p ...

  4. Maven 的41种骨架功能介绍(转)

    Maven 的41种骨架: ...>mvn archetype:generate 1: internal -> appfuse-basic-jsf (创建一个基于Hibernate,Spr ...

  5. flask 定义数据关系(多对一)

    多对一 一对多关系反过来就是多对一关系,这两种关系模式分别从不同的视角出发.一个作者拥有多篇文章,反过来就是多篇文章属于同一个作者.为了便于区分,我们使用居民和城市来演示多对一关系:多个居民住在同一个 ...

  6. ACM总结——2017ACM-ICPC北京赛区现场赛总结

    现在距离比赛结束已经过了一个多星期了,也是终于有时间写下心得了.回来就是被压着做项目,也是够够的. 这次比赛一样是我和两个学弟(虽然是学弟,但我的实力才是最弱的T_T)一起参加的,成绩的话打铁,算是情 ...

  7. No Directionality widget found

    The problem is not that you have not wrapped your widgets into MaterialApp. As the documentation say ...

  8. php window系统 xdebug+phpstorm 本地断点调试使用教程

    运行环境: phpStorm 2017.2 PHP 7.1.5 Xdebug 2.6.1 php.ini添加xdebug模块 你需要仔细分析和选择要下载的对应版本,否则无法调试.由于非常容易出错,建议 ...

  9. SVN更新的时候前面的子母的意思(A C D M G U R I)

    U:update 表示从服务器收到文件更新了 G:表示本地文件以及服务器文件都已更新,而且成功的合并了 其他的如下: A:add 表示有文件或者目录添加到工作目录 R:replace,从服务器替换,表 ...

  10. 自动化测试系列:自动化测试KPI考评的一种方法

    更多原创测试技术文章同步更新到微信公众号 :三国测,敬请扫码关注个人的微信号,感谢! 原文链接:http://www.cnblogs.com/zishi/p/6856204.html 众所周知,在IT ...