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

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.”

转载于:https://www.cnblogs.com/huangbaobaoi/p/10687971.html

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/100993.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • Python表白代码合集:5种表白代码,找不到对象你来找我,这也太秀了叭

    Python表白代码合集:5种表白代码,找不到对象你来找我,这也太秀了叭文章目录一、容我啰嗦两句二、来吧,代码展示1、给女神比个小心心2、无限弹窗式表白3、这货不是表白代码,悄悄送给你们4、520表白墙5、抖音热门表白小软件6、无套路表白三、写在最后一、容我啰嗦两句爬虫看多了,对身体不好,我们来点现实的,学学表白找个女朋友他不香吗,对吧~文章最后教你们怎么打包成exe,如果你懒得搞懂代码怎么回事,直接复制代码打包成exe运行就好了。这样不管你发给别人也好,以后方便直接用也好,都很方便。咱就不整什么鸡皮疙瘩掉一地的情话啥的了,有需要的自行百度。二、来吧,代码展示

    2022年6月2日
    102
  • touchpoint_pointpillars

    touchpoint_pointpillars理想如果不向现实做一点点屈服,那么理想也将归于尘土。锚点的简介在SpriteKit的游戏开发当中经常会使用到AnchorPoint这一属性,锚点的使用一般是配合着position属性使用的,锚点是在自身View上找,这个点一一映射的有一个父view的坐标(使用position来表示),可以通过这两个值来计算子视图的位置信息.也就是说position用来设置CALayer在父层中的位置,而anchorPoint决定着CALayer身上的哪个点会在position属性所指的位置.coco.

    2022年10月8日
    0
  • Java设计模式(三)之创建型模式:单例模式

    Java设计模式(三)之创建型模式:单例模式

    2021年4月9日
    153
  • 一阶系统又称为惯性系统_舵机惯性控制

    一阶系统又称为惯性系统_舵机惯性控制1.PID.py#PID控制一阶惯性系统测试程序#*****************************************************************##增量式PID系统##**************************************

    2022年10月4日
    2
  • Fedora16 安装相关

    Fedora16 安装相关

    2021年12月16日
    34
  • 网管小工具「建议收藏」

    网管小工具「建议收藏」找个3CDaemon装上。用TFTP。或者用Kiwi、Solarwind之类的网管小工具

    2022年10月5日
    2

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号