نتایج جستجو برای: nonlinear schrodinger equation

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

2014
Khaled A. Gepreel Taher A. Nofal Fawziah M. Alotaibi Patricia J. Y. Wong

and Applied Analysis 3 Step 6. Using the results obtained in above steps, we can finally obtain exact solutions of (5). 3. Applications of the Modified Truncated Expansion Method In this section, we apply the proposed modified truncated expansion method to construct the exact solutions for the nonlinear DDEs via the lattice equation, the discrete nonlinear Schrodinger equation with a saturable ...

آی. آر. دورانی, , ام. شریف, , زد. آر. باتی, ,

  Here we concern ouraelves with the derivation of a system of evolution equations for slowly varying amplitude of a baroclinic wave packet. The self-induced transparency, Sine-Gordon, and nonlinear Schrodinger equations, all of which possess soliton solutions, each arise for different inviscid limits. The presence of viscosity, however, alters the form of the evolution equations and changes th...

Journal: :CoRR 2013
Li Ma

In this paper we study the gradient estimate for positive solutions of Schrodinger equations on locally finite graph. Then we derive Harnack’s inequality for positive solutions of the Schrodinger equations. We also set up some results about Green functions of the Laplacian equation on locally finite graph. Interesting properties of Schrodinger equation are derived. Mathematics Subject Classific...

2017
Rémi Carles Clément Gallo

We consider the Schrödinger equation on a compact manifold, in the presence of a nonlinear damping term, which is homogeneous and sublinear. For initial data in the energy space, we construct a weak solution, defined for all positive time, which is shown to be unique. In the one-dimensional case, we show that it becomes zero in finite time. In the two and three-dimensional cases, we prove the s...

2006
R. Parwani

Using perturbative methods, we analyse a nonlinear generalisation of Schrodinger’s equation that had previously been obtained through information-theoretic arguments. We first compute numerically the leading correction, in terms of the nonlinearity scale, to the energy eigenvalues of the linear Schrodinger equation in the presence of some common external potentials and parametrise the results i...

2007
Mark J Ablowitz Gino Biondini Barbara Prinari

The inverse scattering transform for an integrable discretization of the defocusing nonlinear Schrodinger equation with nonvanishing boundary values at infinity is constructed. This problem had been previously studied, and many key results had been established. Here, a suitable transformation of the scattering problem is introduced in order to address the open issue of analyticity of eigenfunct...

Journal: :Physical review. E, Statistical physics, plasmas, fluids, and related interdisciplinary topics 2000
Zharnitsky Grenier Turitsyn Jones Hesthaven

An exact pulse for the parametrically forced nonlinear Schrodinger equation (NLS) is isolated. The equation governs wave envelope propagation in dispersion-managed fiber lines with positive residual dispersion. The pulse is obtained as a ground state of an averaged variational principle associated with the equation governing pulse dynamics. The solutions of the averaged and original equations a...

2006
R. Parwani

A nonlinear generalisation of Schrodinger’s equation had previously been obtained using information-theoretic arguments. The nonlinearities in that equation were of a nonpolynomial form, equivalent to the occurence of higher-derivative nonlinear terms at all orders. Here we construct some exact solutions to that equation in 1 + 1 dimensions. On the half-line, the solutions resemble exponentiall...

2007
Rémi Carles Tohru Ozawa RÉMI CARLES TOHRU OZAWA

We prove that for the L-critical nonlinear Schrödinger equations, the wave operators and their inverse are related explicitly in terms of the Fourier transform. We discuss some consequences of this property. In the onedimensional case, we show a precise similarity between the L-critical nonlinear Schrödinger equation and a nonlinear Schrödinger equation of derivative type.

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

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

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