科普科普·

A New Perspective on the Universe’s Expansion

投稿時間:2024-08-21 00:55:33閲覧数:59
科普記事
転載は出所を明記してください

The universe undergoes expansion, and the rate of this expansion is characterized by the Hubble-Lemaitre constant. However, controversy surrounds the actual magnitude of this constant, as different measurement techniques yield conflicting values. This discrepancy, known as the “Hubble tension,” presents a perplexing challenge for cosmologists.

The image shows the distribution of matter in space - (blue; the yellow dots represent individual galaxies). The Milky Way (green) lies in an area with little matter. The galaxies in the bubble move in the direction of the higher matter densities (red arrows). The universe therefore appears to be expanding faster inside the bubble. Image Credit: AG Kroupa/University of Bonn

Researchers from the Universities of Bonn and St. Andrews propose a novel solution to this dilemma.

They suggest that by employing an alternative theory of gravity, the disparity in measured values can be easily accounted for, leading to the disappearance of the Hubble tension. The findings of this study are now available in the Monthly Notices of the Royal Astronomical Society (MNRAS).

As the universe expands, galaxies move apart from each other, and the rate of this movement is directly proportional to the distance between them. For example, if galaxy A is twice as far away from Earth as galaxy B, its separation from us increases at a rate twice as fast. This correlation was first recognized by the US Astronomer Edwin Hubble.

To calculate the velocity at which two galaxies are receding from each other, knowing their distance is crucial. However, determining this distance requires multiplication by a constant—the Hubble-Lemaitre constant, a fundamental parameter in cosmology.

Its value can be derived by examining the extremely distant regions of the universe, providing a speed of nearly 244,000 km per hour per megaparsec distance (where one megaparsec is slightly over three million light-years).

244.000 kilometers Per Hour per Megaparsec-or 264,000?

But you can also look at celestial bodies that are much closer to us - so-called category 1a supernovae, which are a certain type of exploding star.

Dr. Pavel Kroupa, Professor, Helmholtz Institute of Radiation and Nuclear Physics, University of Bonn

Precisely determining the distance of a Type 1a supernova from Earth is achievable. Additionally, researchers are aware that luminous objects alter their color when in motion, and the intensity of this change is proportional to their speed. This phenomenon is akin to an ambulance, whose siren produces a lower pitch as it moves away from an observer.

By calculating the speed of Type 1a supernovae based on their color shift and establishing a correlation with their distance, a distinct value for the Hubble-Lemaitre constant emerges. Specifically, this value is slightly below 264,000 km per hour per megaparsec distance.

The universe therefore appears to be expanding faster in our vicinity - that is, up to a distance of around three billion light years - than in its entirety. And that shouldn’t really be the case.

Dr. Pavel Kroupa, Professor, Helmholtz Institute of Radiation and Nuclear Physics, University of Bonn

However, a recent observation may offer an explanation for this phenomenon. According to this observation, Earth is situated in a space region characterized by a relatively low concentration of matter, akin to an air bubble within a cake. The matter density is higher in the vicinity surrounding the bubble.

Gravitational forces emanate from this surrounding matter, exerting a pull on the galaxies within the bubble, causing them to move towards the edges of the cavity.

That’s why they are moving away from us faster than would actually be expected,” explained Dr. Indranil Banik from St. Andrews University.

The discrepancies could thus be easily accounted for by a localized “under-density.” In fact, another team of researchers recently gauged the average velocity of a substantial number of galaxies situated 600 million light years distant from us.

It was found that these galaxies are moving away from us four times faster than the standard model of cosmology allows,” explains Sergij Mazurenko from Kroupa’s research group, who was involved in the current study.

Bubble in the Dough of the Universe

This arises because the standard model does not incorporate the concept of under-densities or “bubbles”— according to the model, they should not exist. Instead, the standard assumption is that matter should be uniformly distributed in space. However, if this were the actual scenario, it would pose a challenge in elucidating the forces responsible for propelling galaxies to their high speeds.

The standard model is based on a theory of the nature of gravity put forward by Albert Einstein. However, the gravitational forces may behave differently than Einstein expected.

Dr. Pavel Kroupa, Professor, Helmholtz Institute of Radiation and Nuclear Physics, University of Bonn

The research teams from the Universities of Bonn and St. Andrews employed a computer simulation utilizing a revised theory of gravity. This theory, known as “modified Newtonian dynamics” (abbreviated as MOND), was introduced four decades ago by the Israeli Physicist Prof. Dr Mordehai Milgrom. Despite its four-decade existence, MOND is still regarded as an unconventional or outsider theory in contemporary scientific discourse.

Kroupa stated, “In our calculations, however, MOND does accurately predict the existence of such bubbles.”

If one should consider the possibility that gravity adheres to Milgrom's postulates, the Hubble tension would vanish. In this scenario, there would exist only a single constant governing the expansion of the universe, and any observed deviations would be attributable to irregularities in the distribution of matter.

Apart from the University of Bonn, the study involved collaboration with the University of Saint Andrews in Scotland and Charles University in Prague, Czech Republic. This study was financially supported by the British Science and Technology Facilities Council.

Journal Reference

Mazurenko, S., et al. (2023) A simultaneous solution to the Hubble tension and observed bulk flow within 250 h−1 Mpc. Monthly Notices of the Royal Astronomical Society. doi.org/10.1093/mnras/stad3357.

Source: https://www.uni-bonn.de/en

コメント欄

まだコメントがありません。最初のコメントを投稿しましょう!

弦圈热门内容

Nuxt 3でPrismJSとAutoloaderプラグインを設定する方法は次のとおりです。

前の記事「VueやNuxtで数学公式をレンダリングする方法は次のとおりです。」では、Nuxt.jsでローカルCDNを使用して数学公式をレンダリングする方法について説明しました。ローカルCDNを利用することで、多くのJavaScriptライブラリを簡単にロードすることができ、ページロードが遅くなる心配がありません。PrismJSは軽量のコードハイライトJavaScriptライブラリです。通常の方法でPrismJSを設定する場合(「Nuxtを使用してコードブロックをハイライト表示する方法は次のとおりです。」を参照)、ハイライト表示したい言語ごとにほぼ1回ずつインポートする必要があります。たとえば、Typescriptをハイライト表示したい場合は、import "prismjs/components/prism-typescript"を追加する必要があります。明らかにこれは面倒です。しかし、PrismJSにはその機能を拡張する多くのプラグインがあります。Autoloaderプラグインは必要な言語を自動的にロードしてくれますので、ハイライト表示したい言語のファイル個別にインポートする必要がなく ...

pyttsx3运行错误

接上文Python实现语音朗读,运行示例代码时import pyttsx3 engine = pyttsx3.init() engine.say('开车不规范,亲人两行泪,I love China') engine.runAndWait()弹出以下错误:经过检查,pywin32等库都已经安装好了。尝试使用win32com库替代pyttsx3,结果仍然报错,报错内容为win32 api。之后又尝试了几种办法,仍然都是跟win32有关的报错。因为之前pip安装总是SSL报错,刚开始以为是SSL报错导致安装出错。但是修复SSL报错问题后(见Python pip安装SSL证书错误),该问题仍然没解决。最后经过了解,可能是pywin32版本过高所导致。一般需要将pywin32版本控制在305以下,可以使用225或者226这样的低版本。于是使用pip下载对应版本pip install pypiwin32 pip install pywin32 == 225然而,下载时发现已经没有225版本可以下载。因此另寻办法。最终,发现是pywin32安装的版本有问题,导致包虽然有了,但是却无法识别,导致出现N ...

大学毕业转行后的一点想法

最近成功把以前写的PDF格式的数学文章,几乎完美复刻到HTML网页上面,文章中的数学公式使用JS插件Mathjax渲染。之后会陆续更新到网站上,希望以后能让更多人无需下载就能看到,这也算给大学四年一个结尾。链接如下👇👇👇Note on arithmetic algebraic geometry, An introduction to different branches of mathematics, Note on perfectoid spaces, 代数几何简介​然后我目前只会把我以前留下的notes、introduction之类的弄成HTML这样网页的形式。至于我写的论文存arXiv上面就好了,谷歌搜也能搜到我的论文。目前来看,距离我论文完成也过去一年半了,并没有太多人对于推广perfect这一概念感兴趣。但值得一提的是,目前来看,我的工作更加受到老外的欣赏和认可,没有一个中国的Phd给我写过信,说看过我的文章。虽然关于perfect这一系列的工作没有全部完成,还可以继续深入耕耘,说不定还能多产出几篇论文吧,算下来我本科完成了4篇论文,有5篇未完成,总页数超过100页。但这一切 ...