• About Us
  • Privacy Policy
  • DMCA
  • Editorial Policy
  • Contact Form
Saturday, December 6, 2025
  • Login
No Result
View All Result
NEWSLETTER
BOB fm
  • Home
  • Top News
  • World
  • Economy
  • science
  • Technology
  • sport
  • entertainment
  • Contact Form
  • Home
  • Top News
  • World
  • Economy
  • science
  • Technology
  • sport
  • entertainment
  • Contact Form
No Result
View All Result
BOB fm
No Result
View All Result
Home Tech

An explosion in the “Cigar Galaxy” reveals a never-before-seen star outside the Milky Way – Olhar Digital

CrystalNomad by CrystalNomad
April 25, 2024
in Tech
0
An explosion in the “Cigar Galaxy” reveals a never-before-seen star outside the Milky Way – Olhar Digital
0
SHARES
35
VIEWS
Share on FacebookShare on Twitter

An impressive explosion has led astronomers to discover the first magnetar outside the Milky Way – and suggests the possibility of many more stars out there in the massive universe.

This newly identified magnetar, a compact remnant of a dead star, has an exceptionally strong magnetic field. It is located in the Messier 82 (M82) galaxy, also known as the “Cigar Galaxy,” which is located about 12 million light-years from Earth.

This hypermagnetic object was discovered when it exploded violently, emitting intense energy that lasted for a fraction of a second, as detailed in a new study published in the journal. nature This Wednesday (24th).

View taken by Telesc[HubbleSpaceOpium]of the Cigar Galaxy” (M82) Source:NASAESAeHubbleHeritageTeam(STScI/AURA)[HubbleSpaceOpiumلمجرةالسيجار”(M82)المصدر:وكالةناساووكالةالفضاءالأوروبيةوفريقتراثهابل(STScI/AURA)[ópioEspacialHubbleda“GaláxiadosCharutos”(M82)Crédito:NASAESAeHubbleHeritageTeam(STScI/AURA)

Magnetars: The most powerful magnets in the universe

Referred to by some as the most powerful magnets in the universe, magnetars are highly magnetized, rotating forms of neutron stars — supernova remnants — that shine thousands of times brighter than the Sun.

However, their eruptions are very short and unpredictable, making them difficult targets for astrophysicists to study. Only three other magnetic explosions have been documented in the past 50 years (all in the Milky Way), so scientists say this discovery opens new horizons in the search for these magnetic stars in other galaxies.

Ashley Kremes, a researcher at the European Space Agency (ESA), who was not directly familiar with the matter, commented: “Identifying a larger number of these celestial objects could provide insight into the frequency of these explosions and the process of energy dissipation from these stars.” Participation in the study, in press release.

This composite image shows observations of the Cigar Galaxy (M82) in gamma rays (integral), X-rays (XMM-Newton) and optical light (TNG Telescope). Credits: ESA/Integral, ESA/XMM-Newton, INAF/TNG, M. Rigoselli (INAF)

Read more:

The magnetar was discovered by the European Space Telescope

In mid-November 2023, the space telescope Full The European Space Agency has detected a brief, sudden burst of gamma rays towards the galaxy M82. This type of radiation is also created during the formation of black holes, the merger of orbiting neutron stars, and other exotic phenomena that have nothing to do with magnetars.

“We knew immediately that this was an exceptional event,” said Sandro Mereghetti, a researcher at the National Institute of Astrophysics in Italy and lead author of the new study. “Gamma-ray bursts can occur from many sources in the universe, but this one in particular was emitted from a bright, nearby galaxy.”

Subsequent observations of the explosion, conducted hours later using ground and space telescopes, were able to determine its source within the “Cigar Galaxy.” Unlike the expected aurora and gravitational waves associated with a traditional gamma-ray burst, astronomers identified only hot gas and stars, confirming that the emission came from a magnetar.

Astronomers explain that this phenomenon, called a “starquake”, occurs when the intense magnetic fields of a magnetar cause a slight distortion of its rotation, disrupting its outer layers and releasing high-energy gamma rays into the universe.

}, // Lazy:Comments commentsHidderWidget: function(){ if (!OD._commentsHidderWidget) OD._commentsHidderWidget = OD.e('cmtHiddder'); return OD._commentsHidderWidget; }, commentsWidget: function(){ if (!OD._commentsWidget) OD._commentsWidget = OD.e('postComments'); return OD._commentsWidget; }, commentsInit: function(){ var script, head = document.head; OD.commentsOK = true; script = document.createElement("script"); script.setAttribute("src", "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6"); script.setAttribute("async", "false"); script.setAttribute("onload", "FB.XFBML.parse();"); head.insertBefore(script, head.firstElementChild); }, // Lazy:openWeb openWebWidget: function(){ return false; if (!OD._openWebWidget) OD._openWebWidget = OD.e('widgetOpenWeb'); return OD._openWebWidget; }, openWebInit: function(){ if (OD.openWebOK === true) return; OD.openWebOK = true; // 3rd tag !function (e, f, u, i) { if (!document.getElementById(i)){e.async = 1; e.src = u; e.setAttribute('data-spotim-module', 'spotim-launcher'); e.id = i;f.parentNode.insertBefore(e, f);} }(document.createElement('script'), document.getElementsByTagName('script')[0], '//launcher.spot.im/spot/sp_ScWcqqRz', 'scriptOpenWeb'); if(window.performance && typeof window.performance.mark == 'function') {window.performance.mark('oweb_prfmrk');} }, // Ajax getJSON: function(url, data, success, error, complete){ success = success||function(){}; OD.getHTML(url, data, function(responseText){ success(JSON.parse(xhr.responseText)); }, error, complete); }, getHTML:function(url, data, success, error, complete) { var xhr = new XMLHttpRequest(), serialize = function(obj){ var p, str=[]; for (p in obj) { if (!obj.hasOwnProperty(p)) continue; str.push(encodeURIComponent(p) + "=" + encodeURIComponent(obj[p])); } return str.join("&"); }; xhr.withCredentials = true; success = success || function() {}; complete = complete || function() {}; error = error || function() {} xhr.onreadystatechange = function() { if (xhr.readyState != 4) return; if (xhr.status == 200) success(xhr.responseText); else error(xhr.status, xhr.responseText); complete(); } xhr.open('GET', url+'&'+serialize(data),true); xhr.send(); }, // Util e: function(id){ return document.getElementById(id); }, isInViewPort: function(element){ var rect, top, bottom; if (!element) return false; rect=element.getBoundingClientRect(); top=rect.top; bottom=rect.bottom; return (top>=0 && bottom<=window.innerHeight); }, toggleClass: function(id, className){ var e = OD.e(id); if (e.classList.contains(className)) {e.classList.remove(className); return false;} else {e.classList.add(className); return true;} }, toggleSearch: function(){ if (OD.toggleClass('mainSearch', 'show')) OD.e('mainSearchInput').focus(); }, getUrlParameter: function(name) { var url = window.location.href.split('?'), vars, upar, i; url.shift(); vars = unescape(url.join('?')).split('&'); for (i = 0; i < vars.length; i++) { upar = vars[i].split('='); if (upar[0] === name) { if (upar[1] === undefined) return ''; return upar[1].replace(/\+/g, ' '); } } return ''; }, // Resfresh setupPageRefresh: function(){ var seconds = parseInt(OD.e('body').getAttribute('data-refresh'), 10); if (seconds<=0) return; window.setTimeout(function(){location.reload();}, Math.max(30,seconds)*1000); }, // Behaviors linkTargetPopup: function(e){ var path=e.path||e.composedPath(), link=false, i, w=600, h=600,l,t,coords=""; if (!path) return; for (i=0; i0 && l>0) coords=",top="+t+','+'left="+l+",screenY='+t+',screenX='+l; window.open(link.getAttribute('href'),'popup',a="width="+w+',height="+h+coords+",resizable=yes,scrollbars=yes,status=yes,menubar=no'); return false; } }, // Cookies setCookie: function(name, value, expires) { var d = new Date(), expires; d.setTime(d.getTime() + (expires*1000)); expires = (expires>0 ? ";expires="+ d.toUTCString() : ''); document.cookie = name+"="+value+expires+";path=/"; }, getCookie: function(name) { var cname = name+"=", i, c decodedCookie = decodeURIComponent(document.cookie), ca = decodedCookie.split(';'); for (i=0; i'; } else { target.innerHTML = '"'; } } }; OD.libraryLoaded(); if (window.OD_bodyAlreadyLoaded===true) OD.bodyLoaded(); document.addEventListener('click', OD.linkTargetPopup, true);

//////////////////////////////////////////////// // OpenWeb //////////////////////////////////////////////// /* window.OD.addOnLoad(function(){ // Apenas matérias if (!OD.postID) return; // Callbacks window.openWeb_onNewUnseen = function(count) { var e = document.getElementById('openWebBellBadge'); if (e){e.innerText = count; e.setAttribute('data-unseen', (count>0 ? 'yes' : 'no'));} } window.openWeb_openNotifications = function(){ var payload = {postId: OD.postID, instanceId: "EmbeddedNotifications"}; if (typeof window.__OW_OPEN_NOTIFICATIONS__ === 'function') { window.__OW_OPEN_NOTIFICATIONS__(payload); window.openWeb_onNewUnseen(0); return; } document.addEventListener('ow-notifications-sdk-ready', function() { window.__OW_OPEN_NOTIFICATIONS__(payload); window.openWeb_onNewUnseen(0); }); // clicked but not loaded, load now if available window.OD.openWebInit(); }; // Init if (typeof window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__ === 'function') { window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__(OD.postID, window.openWeb_onNewUnseen); return; } document.addEventListener('ow-notifications-sdk-ready', function(){ window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__(OD.postID, window.openWeb_onNewUnseen); }); }); */

CrystalNomad

“Friendly zombie fanatic. Analyst. Coffee buff. Professional music specialist. Communicator.”

CrystalNomad

CrystalNomad

"Friendly zombie fanatic. Analyst. Coffee buff. Professional music specialist. Communicator."

Next Post
Bruno Fernandes, the hero at Old Trafford and Liverpool, is in decline

Bruno Fernandes, the hero at Old Trafford and Liverpool, is in decline

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Navigate

  • Home
  • Top News
  • World
  • Economy
  • science
  • Technology
  • sport
  • entertainment
  • Contact Form

Pages

  • About Us
  • Privacy Policy
  • DMCA
  • Editorial Policy
  • Contact Form
  • About Us
  • Privacy Policy
  • DMCA
  • Editorial Policy
  • Contact Form

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • About Us
  • Contact Form
  • DMCA
  • Editorial Policy
  • Privacy Policy

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.