Astronomers Spot Hundreds of Hidden Supermassive Black Holes Using Infrared
Recent findings have revealed the presence of hundreds of previously obscured supermassive black holes concealed within the vastness of the universe. These colossal entities, often shrouded by thick clouds of gas and dust, were detected using advanced infrared observations. While their existence had long been theorized, the new discoveries offer a deeper understanding of how these celestial phenomena might influence the evolution of galaxies and cosmic structures.Infrared Observations Reveal Hidden Black HolesAccording to a study published in The Astrophysical Journal, researchers utilized data from NASA’s Infrared Astronomical Satellite (IRAS) and the Nuclear Spectroscopic Telescope Array (NuSTAR) to pinpoint hidden black holes. These tools enabled scientists to peer through the dense gas and dust that obscure visible light emissions. By examining infrared and high-energy , are believed to exist at the center of most large galaxies. Prior estimates suggested around 15 percent of these black holes were hidden; however, the latest findings propose that the number may be closer to 35 percent or even higher. Some of these black holes remain undetected due to their orientation or the dense material surrounding them, which blocks visible light.Implications for Galaxy FormationAs reported by Live Science, astrophysicist Dr. Poshak Gandhi from the University of Southampton remarked that the absence of a supermassive black hole in a galaxy like the Milky Way could result in significantly more stars. This suggests that these entities may play a critical role in regulating star formation.By combining archival data and advanced technology, scientists are gaining unprecedented insight into the prevalence and impact of hidden black holes. These findings are expected to refine current theories of galactic evolution and provide valuable perspectives on the cosmos. For the latest tech news and reviews, follow Gadgets 360 on X, Facebook, WhatsApp, Threads and Google News. For the latest videos on gadgets and tech, subscribe to our YouTube channel. If you want to know everything about top influencers, follow our in-house Who’sThat360 on Instagram and YouTube. Realme P3x 5G Colourways, RAM and Storage Options Tipped; Reportedly Listed on Camera FV-5 Platform Samsung Galaxy S25 Series Price in Europe Leaked Again; Suggests No Significant Price Hike
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!