L330 Black hole picture captured for first time in space ‘breakthrough’
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’的更多相关文章
- HDU3177 贪心
Crixalis's Equipment Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Oth ...
- HDOJ 3177 Crixalis's Equipment
Crixalis's Equipment Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Oth ...
- 杭电 3177 Crixalis's Equipment
http://acm.hdu.edu.cn/showproblem.php? pid=3177 Crixalis's Equipment Time Limit: 2000/1000 MS (Java/ ...
- Hdu 3177 Crixalis's Equipment
Crixalis's Equipment Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Oth ...
- 【贪心】【HDU3177】 搬家问题
</pre><pre name="code" class="cpp">#include <iostream> #includ ...
- HDOJ-ACM Steps
在这里放几道Steps里的题目把. find your present (2) Time Limit: 1000/2000 MS (Java/Others) Memory Limit: 32768/1 ...
- HDU 3177 Crixalis's Equipment(贪婪)
主题链接:http://acm.hdu.edu.cn/showproblem.php? pid=3177 Problem Description Crixalis - Sand King used t ...
- x86_64的内存映射
对于x86_64来说,逻辑地址由16位选择子和64位偏移量组成(而32位时,逻辑地址由16位段选择符和32位偏移量组成),段寄存器仅仅存放选择子.CPU的分段单元(SU)执行以下操作:[1] 先检查选 ...
- LInux中的物理内存管理
2017-02-23 一.伙伴系统 LInux下用伙伴系统管理物理内存页,伙伴系统得益于其良好的算法,一定程度上可以避免外部碎片为何这么说?先回顾下Linux下虚拟地址空间的分布. 在X86架构下,系 ...
随机推荐
- Hadoop 集群的三种方式
1,Local(Standalone) Mode 单机模式 $ mkdir input $ cp etc/hadoop/*.xml input $ bin/hadoop jar share/hadoo ...
- nodejs笔记之初识node
1.安装node; node -v //检测node是否安装成功 node可以做什么: 搭建服务器: 读写文件: 连接数据库: 爬虫: node的模块系统: 原生模块(如http,fs); 自定义模 ...
- YII1 增、删、改、查数据库操作
增 //注意插入的时候 是用的new Post $objectPost = new Post; $objectPost->username = $username; $objectPost-&g ...
- File 与 FileStream 文件运用
using System.IO; using System.Text; using UnityEngine; /// <summary> /// File 一次性控制 (小文件) /// ...
- jQuery validator plugin之概要
jQuery validator 主页 github地址 demo学习 效果: Validate forms like you've never validated before! 自定义Valida ...
- LRU的实现
https://blog.csdn.net/elricboa/article/details/78847305 未看懂https://zhuanlan.zhihu.com/p/34133067
- recon工具解读
recon 是ferd 大神 释出的一个 用于生产环境诊断Erlang 问题的一个工具, 不仅仅是对Erlang stdlib 接口的封装, 还有memory fragmentation 相关的函数. ...
- 覃超:Facebook的项目开发流程和工程师的绩效管理机制
覃超:Facebook的项目开发流程和工程师的绩效管理机制 http://mp.weixin.qq.com/s?__biz=MjM5MDE0Mjc4MA==&mid=2650992350&am ...
- 两道面试题,带你解析Java类加载机制
文章首发于[博客园-陈树义],点击跳转到原文<两道面试题,带你解析Java类加载机制> 在许多Java面试中,我们经常会看到关于Java类加载机制的考察,例如下面这道题: class Gr ...
- STL标准库-容器-deque 双端队列
头文件: #include<deque> 常用操作: https://www.cnblogs.com/LearningTheLoad/p/7450948.html