نتایج جستجو برای: neutron decay

تعداد نتایج: 117888  

M. Seidi

One of the most important reactions of the URCA that lead to the cooling of a neutron star, is neutron beta-decay ( ). In this research, the energy spectra and wave functions of massive fermions taking into account the Anomalous Magnetic Moment (AMM) in the presence of a strong changed magnetic field are calculated. For this purpose, the Dirac-Pauli equation for charged and neutral fermions is ...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شیراز - دانشکده علوم 1388

چکیده ندارد.

2005
V. Gudkov K. Kubodera F. Myhrer

The expected increased accuracy of neutron β-decay experiments at the new Spallation Neutron Source could result in more stringent tests of the Standard Model. For an unambiguous search for new physics in neutron decay experiments and for a precise determination of fundamental constants, it is necessarily to understand and evaluate all corrections for neutron decay with higher accuracy than the...

2014
Dirk J. Pons Arion D. Pons Aiden J. Pons

Purpose – The decay of the neutron is well known from the perspective of empirical quantification, but the ontological explanations are lacking for why the neutron should be stable within the nucleus and unstable outside. A theory is developed to explain the reasons for decay of the free neutron and stability of the bonded neutron. Method – The Cordus theory, a type of non-local hidden-variable...

2011
D J Pons

Why is the neutron stable in the nucleus? Why is the free neutron unstable outside the atom? This paper applies the cordus conjecture to address these questions. The proposed explanation is that in the nucleus the discrete field structures (cordus HED) of the proton and neutron fulfil each other, thereby providing a joint stability. When the neutron is removed from the nucleus, its stability be...

2006
M. Leuschner G. L. Jones F. E. Wietfeldt T. M. Ito R. Moreh

The aCoRn collaboration plans to measure the electron-antineutrino correlation coefficient (“little a”) in neutron decay. “a” is the least well known of the neutron decay coefficients. It’s value, when combined with other neutron decay parameters, can be used to determine the weak vector and axial vector coupling constants and to test the validity and self-consistency of the Electroweak Standar...

1990
F. E. Wietfeldt M. S. Dewey D. M. Gilliam J. S. Nico X. Fei W. M. Snow G. L. Greene J. Pauwels R. Eykens A. Lamberty J. Van Gestel

We measured the neutron decay lifetime by counting in-beam neutron decay recoil protons trapped in a quasi-Penning trap. The absolute neutron beam fluence was measured by capture in a thin (6)LiF foil detector with known efficiency. The combination of these measurements gives the neutron lifetime: τ n = (886.8 ± 1.2 ± 3.2) s, where the first (second) uncertainty is statistical (systematic) in n...

2001
A. Saunders T. Bowles R. Hill G. Hogan S. Lamoreaux L. Marek C. L. Morris S. Seestrom W. Teasdale D. A. Smith C.-Y. Liu S. Hoedl A. Young B. Filippone T. M. Ito J. Yuan P. Geltenbort

In polarized neutron decay, the angular correlation between the neutron spin and the direction of emission of the electron is characterized by the coefficient A. Measuring A involves determining the forward-backward asymmetry of the decay beta with respect to the direction of the neutron polarization. The value of A, when combined with measurements of the neutron lifetime, determines the values...

2000
J. L. Garćıa – Luna G. López Castro

Neutron beta decay and the current determination of V ud. Abstract Measurements of neutron beta decay observables required to determine |V ud | are reaching the 0.1% accuracy. In this paper we review the calculation of the decay rate of this process, discuss its relevant uncertainties, and obtain an expression that is precise at the 10 −4 level. Our analysis clearly shows the necessity of more ...

2005
E. Frlež

The abBA collaboration proposes to conduct a comprehensive program of precise measurements of neutron β-decay coefficients a (the correlation between the neutrino momentum and the decay electron momentum), b (the electron energy spectral distortion term), A (the correlation between the neutron spin and the decay electron momentum), and B (the correlation between the neutron spin and the decay n...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->