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. Intellij IDEA junit 使用之org.junit不存在

    在IDEA里面已经新建好了一个类,并加入了内容,然后创建测试类,快捷键(Ctrl+Alt+T)或者如图右键 Goto Test 创建后运行报错: Error:(3, 24) java: 程序包org. ...

  2. 必须添加对程序集"System.Core"的引用

    在项目下的web.config中添加 <compilation debug="true" targetFramework="4.0"> <as ...

  3. flask 使用Flask-Migrate迁移数据库(创建迁移环境、生成迁移脚本、更新数据库)

    使用Flask-Migrate迁移数据库 在开发时,以删除表再重建的方式更新数据库简单直接,但明显的缺陷是会丢掉数据库中的所有数据.在生产环境下,没有人想把数据都删除掉,这时需要使用数据库迁移工具来完 ...

  4. 基于ABP模块组件与依赖注入组件的项目插件开发

    注意,阅读本文,需要先阅读以下两篇文章,并且对依赖注入有一定的基础. 模块系统:http://www.cnblogs.com/mienreal/p/4537522.html 依赖注入:http://w ...

  5. springboot之jar包部署步骤

    eclipse中: 1.单击整个项目 run as - maven clean - maven install 2.找到项目所在的路径 找到所有的jar包 3.把jar包放到linux对应的文件夹 l ...

  6. ACM-ICPC国际大学生程序设计竞赛北京赛区(2017)网络赛 题目9 : Minimum

    时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 You are given a list of integers a0, a1, …, a2^k-1. You need t ...

  7. day01编程语言,计算机组成: 五大组成部分,计算机三大核心,进制,内存分布图,操作系统

    本周内容 第一天: 计算机原理 操作系统 第二天: 编程语言 python入门:环境 - 编辑器 变量 基本数据类型​ 学习方法 鸡汤 - 干货​wwwh:what | why | where | h ...

  8. JavaScript(数组、Date、正则)

    数组 创建数组 // 一.自变量创建数组 // 1-通过字面量创建一个空数组 var arr1 = []; console.log(arr1) console.log(typeof arr1); // ...

  9. Lintcode423-Valid Parentheses-Easy

    思路: 数据结构:stack.遍历整个字符串,如果遇到左向括号( [ { 则入栈.如果遇到右向括号时,先检查栈是否为空,为空说明左右向括号数目不一致,返回false:不为空则弹出栈顶元素查看是否和右向 ...

  10. ajax全选、全不选、反选、单删/批删

    <meta charset="utf-8"> <?php //链接数据库 $link = mysqli_connect('127.0.0.1','root','r ...