نتایج جستجو برای: hadamard fractional integral

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

2013
YuMei Liao JianHua Deng JinRong Wang

*Correspondence: sci.jrwang@gzu.edu.cn; wangjinrong@gznc.edu.cn 1School of Mathematics and Computer Science, Guizhou Normal College, Guiyang, Guizhou 550018, P.R. China 2Department of Mathematics, Guizhou University, Guiyang, Guizhou 550025, P.R. China Full list of author information is available at the end of the article Abstract Motivated by the definition of geometric-arithmetically s-convex...

Journal: :Fractal and fractional 2022

The current paper intends to report the existence and uniqueness of positive solutions for nonlinear pantograph Caputo–Hadamard fractional differential equations. As part a procedure, we transform specified equation into an equivalent integral equation. We show that this has solution by utilising Schauder fixed point theorem (SFPT) upper lower method. Another method proving singular is Banach (...

Journal: :Journal of Mathematics 2023

In this manuscript, we deal with a nonlinear Langevin fractional differential equation that involves the Caputo–Hadamard and Caputo operators, nonperiodic nonlocal integral boundary conditions. The results presented in study establish existence, uniqueness, Hyers–Ulam (HU) stability of solution to proposed equation. We achieved our main result by using Banach contraction mapping principle Kraso...

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...

2013
Muhammad Amer Latif Sever Silvestru Dragomir

In this paper, we present weighted integral inequalities of Hermite-Hadamard type for differentiable preinvex and prequasiinvex functions. Our results, on the one hand, give a weighted generalization of recent results for preinvex functions and, on the other hand, extend several results connected with the Hermite-Hadamard type integral inequalities. Applications of the obtained results are prov...

Journal: :Fractal and fractional 2021

In this paper, the authors define a new generic class of functions involving certain modified Fox–Wright function. A useful identity using fractional integrals and function with two parameters is also found. Applying as an auxiliary result, we establish some Hermite–Hadamard-type integral inequalities by above-mentioned functions. Some special cases are derived relevant details. Moreover, in or...

2016
A. EKINCI

In this study, a new identity involving conformable fractional integrals is given. Then, by using this identity, some new Hermite-Hadamard type inequalities for conformable fractional integrals have been developed.

Journal: :Mathematics 2023

We propose the concept of up and down harmonically convex mapping for fuzzy-number-valued as our main goal in this work. With help fuzzy-number convexity fuzzy fractional integral operator, we also show results Hermite–Hadamard (H–H) inequality, Fejér type some other related versions inequalities. Moreover, examples are presented to discuss validity results. The from new technique how suggested...

Journal: :Axioms 2022

Integral inequalities have accumulated a comprehensive and prolific field of research within mathematical interpretations. In recent times, strategies fractional calculus become the subject intensive in historical contemporary generations because their applications various branches science. this paper, we concentrate on establishing Hermite–Hadamard Pachpatte-type integral with aid two differen...

Journal: :Mathematics 2023

In the present work, we introduce two new local fractional integral operators involving Mittag–Leffler kernel on Yang’s fractal sets. Then, study related generalized Hermite–Hadamard-type inequality using (E,h)-convexity and obtain identities pertaining to these operators, respective first- second-order derivatives are given. terms of applications, provide some trapezoid-type inequalities 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"; } -->