نتایج جستجو برای: fractional differential operator

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

E Keshavarz, Y Ordokhani,

In this paper, Bernoulli wavelets are presented for solving (approximately) fractional differential equations in a large interval. Bernoulli wavelets operational matrix of fractional order integration is derived and utilized to reduce the fractional differential equations to system of algebraic equations. Numerical examples are carried out for various types of problems, including fractional Van...

In this article‎, ‎the multi-step conformable fractional differential transform method (MSCDTM) is applied to give approximate solutions of the conformable fractional-order differential systems‎. ‎Moreover‎, ‎we check the stability of conformable fractional-order L"{u} system with the MSCDTM to demonstrate the efficiency and effectiveness of the proposed procedure.

In this paper, applying two theorems of Ricceri and Bonanno, we will establish the existence of three weak solutions for a quasilinear elliptic system. Indeed, we will assign a differentiable nonlinear operator to a differential equation system such that the critical points of this operator are weak solutions of the system. In this paper, applying two theorems of R...

Journal: :computational methods for differential equations 0
amjad ali university of malakand kamal shah university of malakand rahmat ali khan department of mathematics university of malakand

this paper is devoted to the study of establishing sufficient conditions forexistence and uniqueness of positive solution to a class ofnon-linear problems of fractional differential equations. the boundary conditionsinvolved riemann-liouville fractional order derivative and integral. further, the non-linear function $f$ containfractional order derivative which produce extra complexity. thank to...

Journal: :journal of mathematical modeling 2014
hossein aminikhah amir hossein refahi sheikhani hadi rezazadeh

the present study introduces a new technique of homotopy perturbation method for the solution of systems of fractional partial differential equations. the proposed scheme is based on laplace transform and new homotopy perturbation methods. the fractional derivatives are considered in caputo sense. to illustrate the ability and reliability of the method some examples are provided. the results ob...

2014
Zhenbin Fan Gisèle Mophou Sotiris Ntouyas

We discuss the continuity of analytic resolvent in the uniform operator topology and then obtain the compactness of Cauchy operator by means of the analytic resolvent method. Based on this result, we derive the existence of mild solutions for nonlocal fractional differential equations when the nonlocal item is assumed to be Lipschitz continuous and neither Lipschitz nor compact, respectively. A...

Journal: :iranian journal of fuzzy systems 2013
s. arshad

the purpose of this paper is to study the fuzzy fractional differentialequations. we prove that fuzzy fractional differential equation isequivalent to the fuzzy integral equation and then using this equivalenceexistence and uniqueness result is establish. fuzzy derivative is considerin the goetschel-voxman sense and fractional derivative is consider in theriemann liouville sense. at the end, we...

2010
A. Ashyralyev

The stable difference scheme for the approximate solution of the initial value problem du(t) dt + D 1 2 t u(t) + Au(t) = f(t), 0 < t < 1, u(0) = 0 for the differential equation in a Banach space E with the strongly positive operator A and fractional operator D 1 2 t is presented. The well-posedness of the difference scheme in difference analogues of spaces of smooth functions is established. In...

2017
Fengxia Zheng

In this paper, by introducing the concept of a generalized concave operator and the properties of cone and monotone iterative technique in ordered Banach spaces, some new existence and uniqueness theorems of fixed points for the operator under more extensive conditions are obtained. Finally, as applications, we apply the results obtained in this paper to study the existence and uniqueness of po...

2013
ZUOMAO YAN HONGWU ZHANG

We study the existence of mild solutions for a class of impulsive fractional partial neutral stochastic integro-differential inclusions with statedependent delay. We assume that the undelayed part generates a solution operator and transform it into an integral equation. Sufficient conditions for the existence of solutions are derived by using the nonlinear alternative of Leray-Schauder type for...

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

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

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