نتایج جستجو برای: predator prey system

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

Journal: :Ecology 2006
Volker H W Rudolf

Nonlethal indirect interactions between predators often lead to nonadditive effects of predator number on prey survival and growth. Previous studies have focused on systems with at least two different predator species and one prey species. However, most predators undergo extreme ontological changes in phenotype such that interactions between different-sized cohorts of a predator and its prey co...

Journal: :Applied Mathematics and Computation 2014
Subhas Khajanchi

This paper deals with a robust stage structured predator–prey model with Beddington– DeAngelis-type functional response. The proposed mathematical model consists of a system of three nonlinear ordinary differential equations to stimulate the interactions between prey population, juvenile predators and adult predator population. The positivity, boundedness and the conditions for uniform persiste...

Journal: :Proceedings. Biological sciences 2000
C Jost S P Ellner

The functional response is a key element in all predator-prey interactions. Although functional responses are traditionally modelled as being a function of prey density only, evidence is accumulating that predator density also has an important effect. However, much of the evidence comes from artificial experimental arenas under conditions not necessarily representative of the natural system, an...

Journal: :Ecology 2013
Christopher Sandom Lars Dalby Camilla Fløjgaard W Daniel Kissling Jonathan Lenoir Brody Sandel Kristian Trøjelsgaard Rasmus Ejrnaes Jens-Christian Svenning

Predator-prey interactions play an important role for species composition and community dynamics at local scales, but their importance in shaping large-scale gradients of species richness remains unexplored. Here, we use global range maps, structural equation models (SEM), and comprehensive databases of dietary preferences and body masses of all terrestrial, non-volant mammals worldwide, to tes...

Journal: :Mathematical biosciences 1999
K G Magnússon

The dynamics of a predator-prey system, where the predator has two stages, a juvenile stage and a mature stage, are modelled by a system of three ordinary differential equations. The mature predators prey on the juvenile predators in addition to the prey. If the mortality rate of juveniles is low and/or the recruitment rate to the mature population is high, then there is a stable equilibrium wi...

2010
Huaihuo Cao Shengmao Fu Wenming Zou

We study a cubic predator-prey system with stage structure for the prey. This system is a generalization of the two-species Lotka-Volterra predator-prey model. Firstly, we consider the asymptotical stability of equilibrium points to the system of ordinary differential equations type. Then, the global existence of solutions and the stability of equilibrium points to the system of weakly coupled ...

Journal: :The Journal of animal ecology 2012
Volker H W Rudolf

1. Theory suggests that the relationship between predator diversity and prey suppression should depend on variation in predator traits such as body size, which strongly influences the type and strength of species interactions. Prey species often face a range of different sized predators, and the composition of body sizes of predators can vary between communities and within communities across se...

Journal: :Applied Mathematics and Computation 2015
Moitri Sen P. D. N. Srinivasu Malay Banerjee

The article aims to study the global dynamics associated with a predator prey system when the predator is provided with additional food and harvested at a constant rate. This study supplements the existing literature on the dynamics of additional food provided predator prey system by focusing on the consequences of harvesting the predators. It presents a comprehensive view on the entire range o...

Journal: :European Journal of Pure and Applied Mathematics 2023

We consider a predator-prey model, where some prey are completely free from predation within temporal or spacial refuge and the predator population is subject to Allee effect. study effect of presence on stability bifurcation system. investigate existence model as well region. also obtain invariant manifolds

Journal: :The Journal of animal ecology 2006
Gösta Nachman

1. Functional response models (e.g. Holling's disc equation) that do not take the spatial distributions of prey and predators into account are likely to produce biased estimates of predation rates. 2. To investigate the consequences of ignoring prey distribution and predator aggregation, a general analytical model of a predator population occupying a patchy environment with a single species of ...

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

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

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