Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Math Expert


Home >> Math

problem 1: Consider the follow age-structured population graph for female endangered black-footed ferrets:

523_population graph.jpg

a) Ferrets begin reproduction at the end of their first year. On average, first year breeders produce 1.5 female offspring, second year breeders produce 1.7 and third year breeders produce 1.75. Estimates of survival rates are 0.464, 0.534, and 0.346 for first three years Correspondingly.

b) /textitCLEARLY describe what is going on the graphical model of the ferret life-cycle. How long to ferrets live? What are the population classes being considered?

Why is there a self-loop in the first age-class? What does the oldest group do?

c) /textitCLEARLY describe why the fertilities (fecundities, Fi) have the form given.

Think a bit. For graph shown, when (in time) should one conduct censuses to find out the parameters?

d) Translate the life-cycle graph into a matrix model.

Xi+1 = AXi

What does the discrete time unit, i → i + 1 represent in reality? What are the entries in matrix A?

e) prepare a MatLab script to numerically find out the time evolution of the female ferret population. Start from some initial condition, say: One female in each age class. Plot the ratio of one year-old ferrets to 2 year-old ferrets as a function of time. What happens to this ratio? Modify the initial condition and redo. Does the ratio change? Plot the percent increase or decrease in population as a function of time. (In another words, plot Number (t+1)/Number(t) as a function of time).

What happens to this ratio as time increases?

f) Use MatLab to find out the eigenvalues and eigenvectors of the Matrix A. What do such objects say about the population? In particular, compare the structure of the eigenvector related with the largest eigenvalue to what your model shows for the population structure.

g) Use matlab script sensitivity.m to find out the sensitivity and elasticity matrices for A. What element of A is the eigen value most sensitive to? Does this element have a biological meaning? What non-zero element of A produces the largest proportional change in the eigenvalue?

h) Describe, clearly, what this implies for conservation efforts of the ferret population.

problem 2: Load the data in the file: MatrixModels.mat into MatLab. To do this, simply type:

>> load(’MatrixModels.mat’)

at the MatLab prompt. This must give you access to some matrices: P is a 10 x 10 model of the US human population based on 5 year age classes using best ?t 1971 data. W is a 4 x 4 model of the Killer-Whale population from Brault and Caswell (Research paper available on the MathBio Website).

a) You must be familiar enough now with matrix population models to understand what such folks are trying to do. For both models, reprepare the matrix model as an age-structured graph (like the one shown for Ferrets). What is the essential difference between the Killer-Whale and Human models?

b) We want to compare the two models:

i) What does each model predict for the population? Growth or Decay?

ii) Make a plot of the equilibrium structure of the population for each. (Use the number of first phase population for the comparisons .... that is, plot ration of number in each age class to number in first age class). Are the whole age structures of Killer-Whale and Human populations similar? Different? Describe.

iii) Do elasticity analysis of the two models. For each, plot the elasticity of the principal eigenvalue to Fecundities and Survivorships of each phase. Are the results similar or different for the Killer-Whales and Humans? Describe.

problem 3: Indicate whether each of the given difference equations is linear or nonlinear. If linear, solve the equation and state whether the solution decays or grows with increasing n. If nonlinear, find All the equilibrium solutions.

a) xn+1 = rxn (1 - x2n)

b) xn+1 = 3xn - xn-1

c) xn+1 = (xn)/(1 + xn)

d) xn+1 = rxn(α - x2n, α = constant

problem 4: Find out the equilibrium values and thier stability for the given nonlinear difference equation:

xn+1 = - (xn2/2) (1 - xn)

Here α represents the maximal growth rate of the organism and is the inhibition of growth caused by the overpopulation.

a) Use MatLab to sketch a graph of the population dependent growth rate. Find out how this graph changes with changes to α and β.

b) Find out all the steady state (equilibrium) populations:

c) Find out the conditions for each steady state to be stable.

d) prepare a matlab script similar to logmap.m to simulate the Ricker Equation. describe the results determined above with Matlab. (In another words, use the program to show that the steady state is stable or unstable depending on the size of |1 - ln α|).

problem 5: A frequently encountered difference equation model for a single population is mainly based on an the logistic growth observed in continuous models.

Nn+1 = Nner(1-Nn/K)

a) The idea here is that the environment has a Carrying Capacity given by the value of K. Analyze the model to ?nd out the steady states, then describe, in words, what K is and why it is called the Carrying Capacity. Be clear enough that a mathematcian can understand!

b) Reprepare the equation to look like:

Nn+1 = R(Nn)Nn

where R(N) is the population dependent growth rate. Use MatLab to sketch a graph of the population dependent growth rate as a function of population. What is the maximum value of R? For what values of thepopulation does the population grow? Find out how this graph changes with changes to r and K.

c) Do some analysis: Find out the conditions for each steady state to be stable.

d) prepare a matlab script like logmap.m to simulate the Equation. describe the results determined above with Matlab. (In another words, use the program to show that the steady state is unstable or stable  for different values of r and K.

problem 6: Read the paper A Stage-Based Population Model for Loggerhead Sea Turtles and Implications for Conservation by Deborah T. Crouse, Larry B. Crowder and Hal Caswell. You can download this from:

http://www.math.csi.cuny.edu/~poje/Teach/LoggerHeadTurtles.pdf

a) You must be familiar enough now with matrix population models to understand what such folks are trying to do. What is thier model? prepare down the matrix model they study. How many age classes do they use? Why did they pick these?

How did they estimate parameters?

b) prepare a MatLab script to find out the evolution of the modeled logger head turtle population. In another words, use MatLab to solve:

Xi+1 = AXi

where A is given in Crouse, Crowder and Caswell. Plot the time evolution of the population and the evolution of the age structure of the population (that is, number of eggs/mature breeder, number of novice breeders/mature breeder and so on).

c) Use MatLab to ?nd out the eigenvalues and eigenvectors of the matrix. Relate such to what you found in the simulations.

problem 7: Consider the given discrete time population model for a single species

Nt+1 = (rNt)/(Nt)b

a) What is being modeled here? What is the population-dependent growth rate function? Plot this function by using matlab for di erent values of r and b

b) describe in words what the parameters r and b represent biologically.

c) Find out all steady state solutions to the model.

d) Find out the stability of each steady state.

f) Given r = 6 and b = 1:5, what would you expect the model to predict the population. Sketch a graph of N versus t.

d) Given r = 6 and b = 2:1, what might you expect the model to predict for population. Sketch a graph of N versus t.

Math, Academics

  • Category:- Math
  • Reference No.:- M91894

Have any Question?


Related Questions in Math

Questions - provide solution to the following questionsq1

Questions - Provide solution to the following questions: Q1. Evaluate the following: ∫xsin3xdx Q2. If , then for what value of α is A an identity matrix? Q3. The line y = mx + 1 is a tangent to the curve y 2 = 4x. Find t ...

Mathematics- algebraic geometry problemlet k denotes an

Mathematics- Algebraic Geometry Problem Let K denotes an algebraically closed field and let P 1 be constructed as in Example 5.5(a) in Gathmanns notes, i.e. P 1 is the gluing of X 1 = A 1 and X 2 = A 1 along  the open su ...

1 suppose that n 10088821 is a product of two distinct

1. Suppose that n = 10088821 is a product of two distinct primes, and Φ(n) = 10082272. Determine the prime factors of n. 2. It is easy to show that the converse of Fermat's Theorem does not hold; i.e., the congruence a n ...

Maths assignment - 1 analysis of a data setusing a

Maths Assignment - 1. Analysis of a data set Using a continuous data set you are requested to collect in the types of data and gathering data section, perform a statistical analysis on your data. You have opportunities t ...

Clarity succinctness writing your name and netid1

Clarity, succinctness, writing your name and Netid: 1 Indistinguishability 1. If {X n }n is computationally indistinguishable from {Y n } n , {Y n } n is computationally indistin- guishable from {Z n } n, then (select th ...

Mathematics- algebraic geometry problemlet k denotes an

Mathematics- Algebraic Geometry Problem Let K denotes an algebraically closed field and let P 1 be constructed as in Example 5.5(a) in Gathmanns notes, i.e. P 1 is the gluing of X 1 = A 1 and X 2 = A 1 along  the open su ...

Questions -q1 prove the following identitiesa sinx y sinx

Questions - Q1. Prove the following identities a. sin(x + y) + sin(x - y) = 2 sin x cos y b. sec(x - y) = cos(x + y)/(cos 2 x - sin 2 y) c. tan 2 x - sin 2 x = (tan x sin x) 2 Q2. Solve the following equations for x ∈ [0 ...

Question 1 what is the nth order approximation using taylor

Question: 1. What is the nth order approximation using Taylor series? 2. What is Error Propagation? 3. Please explain what the total numerical error is? Please illustrate how the change of step size will affect the total ...

Assignment -question 1 let t and or 0 1 be a boolean

Assignment - Question 1. Let (T, ∧, ∨,', 0, 1) be a Boolean Algebra. Define ∗ : T × T → T and o : T × T → T as follows: x ∗ y := (x ∨ y)' x o y := (x ∧ y)' (a) Show, using the laws of Boolean Algebra, how to define x ∗ y ...

Assessment taskpractical investigation- question 1 requires

Assessment Task Practical Investigation - Question 1 requires selecting reference points from the graph. It is expected that each student will choose different reference points to other students. Take note of the criteri ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As