نتایج جستجو برای: escape oscillator

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

2016
Jinki Kim R. L. Harne K. W. Wang

Accurately predicting the onset of large behavioral deviations associated with saddlenode bifurcations is imperative in a broad range of sciences and for a wide variety of purposes, including ecological assessment, signal amplification, and microscale mass sensing. In many such practices, noise and non-stationarity are unavoidable and everpresent influences. As a result, it is critical to simul...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2008
S Fugmann D Hennig L Schimansky-Geier P Hänggi

We consider the deterministic escape dynamics of a chain of coupled oscillators under microcanonical conditions from a metastable state over a cubic potential barrier. The underlying dynamics is conservative and noise free. We introduce a two-dimensional chain model and assume that neighboring units are coupled by Morse springs. It is found that, starting from a homogeneous lattice state, due t...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2010
Alvise Verso Joachim Ankerhold

Motivated by recent experimental progress to readout quantum bits implemented in superconducting circuits via the phenomenon of dynamical bifurcation, transitions between steady orbits in a driven anharmonic oscillator, the Duffing oscillator, are analyzed. In the regime of weak dissipation a consistent diffusion equation in the semiclassical limit is derived to capture the intimate relation be...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2007
D Hennig S Fugmann L Schimansky-Geier P Hänggi

We present the noise-free escape of a chain of linearly interacting units from a metastable state over a cubic on-site potential barrier. The underlying dynamics is conservative and purely deterministic. The mutual interplay between nonlinearity and harmonic interactions causes an initially uniform lattice state to become unstable, leading to an energy redistribution with strong localization. A...

2004
Grzegorz Litak Arkadiusz Syta Marek Borowiec

We examine the Mielnikov criterion for transition to chaos in case of one degree of freedom nonlinear oscillator with non symmetric potential. This system subjected to an external periodic force shows homoclinic transition from regular vibrations to chaos just before escape from the potential well. Especially we study the effect of a second resonant excitation with different phase on the system...

Journal: :SIAM J. Applied Dynamical Systems 2009
Eric Forgoston Ira B. Schwartz

We consider a stochastic environment with two time scales and outline a general theory that compares two methods to reduce the dimension of the original system. The first method involves the computation of the underlying deterministic center manifold followed by a “näıve” replacement of the stochastic term. The second method allows one to more accurately describe the stochastic effects and invo...

In this paper, we construct the Gazeau-Klauder coherent states of a two- dimensional harmonic oscillator on a sphere based on two equivalent approaches. First, we consider the oscillator on the sphere as a deformed (non-degenerate) one-dimensional oscillator. Second, the oscillator on the sphere is considered as the usual (degenerate) two--dimensional oscillator. Then, by investigating the quan...

The harmonic oscillator in anti de Sitter space(AdS) is discussed. We consider the harmonic oscillator potential and then time independent Schrodinger equation in AdS space. Then we apply the supersymmetric Quantum Mechanics approach to solve our differential equation. In this paper we have solved Schrodinger equation for harmonic oscillator in AdS spacetime by supersymmetry approach. The shape...

1993
R. Val

We investigate analytical methods to predict the long-time cumulative eects of noise perturbations on nonlinear dynamical systems. The study of such perturbations addresses the problem of the global stability of nonlinear systems with multiple coexisting attractors. Indeed small random perturbations can cause large excursions of the system from a nominal steady state, and hence induce transitio...

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

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

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"; } -->