ADVERTISEMENT

First giant exoplanet found orbiting extinguished star

Published Sep 17, 2020 06:29 am

Astronomers have discovered a planet the size of Jupiter closely orbiting the smouldering remains of a dead star, the first time that an intact exoplanet has been discovered travelling around a white dwarf, according to research published Wednesday.

The exoplanet was detected sweeping past the white dwarf using NASA's planet hunter satellite TESS Handout NASA/AFP/File

Researchers said the fate of this giant planet, called WD 1586 b, offers a potential vision of our own Solar System when the Sun eventually ages into a white dwarf in around five billion years.

When it has burned through its stores of hydrogen, a star like the Sun enters its death-throes, first swelling enormously into an incandescent red giant that scorches and engulfs nearby planets. 

Then it collapses, reducing it to its burnt-out core.

This is the white dwarf, an extremely dense stellar ember glowing faintly with leftover thermal energy and slowly fading over billions of years.

Previous research has suggested some white dwarfs can retain more distant remnants of their planetary systems. 

But until now no intact planets had been detected in orbit around one of the dead stars.

"The discovery came as something of a surprise," said Andrew Vanderburg, assistant professor at the University of Wisconsin-Madison, who led the research published in Nature.

"A previous example of a similar system, where an object was seen to pass in front of a white dwarf, showed only a debris field from a disintegrating asteroid."

The planet is around ten times bigger than its shrunken parent star, known as WD 1856+534. 

It was detected sweeping past the white dwarf every 1.4 days using NASA's Transiting Exoplanet Survey Satellite (TESS).    

Siyi Xu, an assistant astronomer at the US National Science Foundation's Gemini Observatory, said that because there was no discernible debris from the planet around the star, researchers concluded it was intact.

"We've had indirect evidence that planets exist around white dwarfs and it's amazing to finally find a planet like this," said Xu, in a statement from NSF's NOIRLab.

The discovery suggests that planets can end up in or near the white dwarf's habitable zone, and potentially be hospitable to life even after their star has died, the statement said.

- 'Tantalizing' -

What remains a mystery however is how the planet got so close to the white dwarf. 

It is thought that the red giant phase makes it unlikely that nearby planets will survive -- when the same process happens to our Sun, Venus and Mercury would be expected to be engulfed and possibly the Earth as well.

"Our discovery suggests that WD 1856b must have originally orbited far away from the star, and then somehow journeyed inwards after the star became a white dwarf," said Vanderburg. 

"Now that we know that planets can survive the journey without being broken up by the white dwarf's gravity, we can look for other, smaller planets."

After simulating various scenarios, the authors suggest that WD 1586b might have been thrown into a close orbit due to interactions with other planets.

In an independent commentary on the discovery, Steven Parsons of Sheffield University, said the discovery "offers the tantalizing prospect of detecting additional planets in this system in the future".

Current estimates are that around one-third of all Sun-like stars host planetary systems, while the Milky Way contains around ten billion of these stars, he said. 

The white dwarf WD 1856+534 is just 82 light years from Earth, so Parsons said gravitational effects of other planets on the white dwarf would potentially be detectable by space observatory missions.  

"This system therefore opens up an entirely new field of exoplanetary research," he added.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.