Explorations of Mathematical Models in Biology with MATLAB
eBook - ePub

Explorations of Mathematical Models in Biology with MATLAB

Mazen Shahin

Partager le livre
  1. English
  2. ePUB (adapté aux mobiles)
  3. Disponible sur iOS et Android
eBook - ePub

Explorations of Mathematical Models in Biology with MATLAB

Mazen Shahin

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

Explore and analyze the solutions of mathematical models from diverse disciplines

As biology increasingly depends on data, algorithms, and models, it has become necessary to use a computing language, such as the user-friendly MATLAB, to focus more on building and analyzing models as opposed to configuring tedious calculations. Explorations of Mathematical Models in Biology with MATLAB provides an introduction to model creation using MATLAB, followed by the translation, analysis, interpretation, and observation of the models.

With an integrated and interdisciplinary approach that embeds mathematical modeling into biological applications, the book illustrates numerous applications of mathematical techniques within biology, ecology, and environmental sciences. Featuring a quantitative, computational, and mathematical approach, the book includes:

  • Examples of real-world applications, such as population dynamics, genetics, drug administration, interacting species, and the spread of contagious diseases, to showcase the relevancy and wide applicability of abstract mathematical techniques
  • Discussion of various mathematical concepts, such as Markov chains, matrix algebra, eigenvalues, eigenvectors, first-order linear difference equations, and nonlinear first-order difference equations
  • Coverage of difference equations to model a wide range of real-life discrete time situations in diverse areas as well as discussions on matrices to model linear problems
  • Solutions to selected exercises and additional MATLAB codes

Explorations of Mathematical Models in Biology with MATLAB is an ideal textbook for upper-undergraduate courses in mathematical models in biology, theoretical ecology, bioeconomics, forensic science, applied mathematics, and environmental science. The book is also an excellent reference for biologists, ecologists, mathematicians, biomathematicians, and environmental and resource economists.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Explorations of Mathematical Models in Biology with MATLAB est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Explorations of Mathematical Models in Biology with MATLAB par Mazen Shahin en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Biological Sciences et Biophysics. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Éditeur
Wiley
Année
2013
ISBN
9781118548530
Édition
1
Sous-sujet
Biophysics

CHAPTER 1

OVERVIEW OF DISCRETE DYNAMICAL MODELING AND MATLABÂź

1.1. INTRODUCTION TO MODELING AND DIFFERENCE EQUATIONS

In this section we introduce dynamical systems, discuss discrete dynamical systems vs. continuous dynamical systems and informally define a mathematical model.

1.1.1. Model 1.1: Population Dynamics, A Discrete Dynamical System

Consider the population of a city with a constant growth rate per year. The population is counted at the end of each year. For simplicity, assume that there is no immigration to or emigration from the city.
i. Model the population dynamic and predict the long-term behavior of the system.
ii. In 2010, the city’s population was 100,000. The natural annual growth rate of the population is 1% per year. Predict the city’s population in 2020. Estimate the population over the next 30 years and graph it. What is the long-term behavior of the population?

Discussion

i. We will measure the population at discrete time intervals in one-year units. Let
pn = population size at the end of the time period (year), n.
p0 = the initial population size, 0.
r = the constant growth rate per period (year).
The relationship between the current population, pn, and the next population, pn+1, is
image
(1.1)
image
Therefore, the population dynamics can be modeled by equation 1.1.
Equation 1.1 is a difference equation (or recurrence equation). The system 1.1 and the initial value, p0, represent the population dynamics. Because the population changes over time, this system is a dynamical system. Because this dynamical system changes over discrete time intervals, the system is called a discrete dynamical system. We say that the population dynamics is modeled by the discrete dynamical system (or the difference equation 1.1).
To find pk, use p0 in equation 1.1 to find p1, then use p1 to find p2 and so on until pk. This process is called iteration of the difference equation 1.1, and the sequence 1.2,
(1.2)
image
for any value of k (positive integer) is called a solution or numerical solution of the given difference equation 1.1.
From equation 1.1, if the current value of pn is known, the next value, pn+1, can be calculated. For example, if we have p5 we can calculate p6. However, if we have p0, equation 1.1 does not allow us to calculate, for example, p6 in one step. Therefore, we are in need of a closed form to calculate pn in one step if we know the values of p0 and n. It can be easily proven that
(1.3)
image
Equation 1.3 is called the analytical solution of the difference equation 1.1.
Equation 1.3 is an exponential function and will grow or decay exponentially, depending on the value of r. If r > 0, then (1 + r) > 1, and therefore population size, pn, grows unbounded when n is very large. If r < 0, then (1 + r) < 1, and consequently, the population size approaches zero when n is very large.
ii. Let’s apply the model just discussed to the given information, where r = 0.01 and p0 = 100,000. The city’s population is modeled by the system
(1.4)
image
To find the population in 2020 (10 years from 2010), we use equation 1.3 with n = 10 and p0 = 100,000. We are looking for p10. We have
image
One way to find the...

Table des matiĂšres