Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You must upload a two - page pdf where the first page is your computing report and the second page is your scripts and code.
You must upload a twopage pdf where the first page is your computing report and the second page is your
scripts and code. The assignment is due at :pm I have set the due time in Canvas to :pm and if
Canvas indicates that you submitted late, you will be given on the assignment. Your computing report
must be exactly page. There will be a penalty given if your report is longer than one page. The same is
true for your scriptscode
Please read the Guidelines for Assignments first.
Keep in mind that Canvas discussions are open forums.
Acknowledge any collaborations and assistance from colleaguesTAsinstructor
Computing Assignment Newtons Method vs FixedPoint methods of Discrete Dynamical Systems
Required submission: page PDF document and Matlab scripts uploaded to Canvas.
The below equation is a discrete dynamical system, that can be interpreted as a population growth for a
species with nonoverlapping generations.
Nt rNt Nt
with Nt denoting the size of the population at time t and the variable r the intrinsic growth rate.
In general discrete dynamical systems can be written as such
Nt FNt
and equilibrium points are points that satisfy Nt FNt That is suppose N
is an equilibrium point of
our dynamical system then, a population of size N
remains the same size for all the years following. This
is an important feature in understanding the behaviour of a dynamical system.
Here is your computational experiment:
a From our population growth equation find all the equilibrium points by setting up the equation
N FN
and solving for N
State for which values of r your equilibrium points have realistic
meaning.
b Using Newtons method, find the largest realistic root for r in Note that you have to set up
your Newtons function G and G
and determine a good initial guess. You may use newton.m
but make modifications to improve the stopping criteria. Graphically verify that Newtons method
found the correct root by comparing it to your analytical solution.
c Youve probably noticed that a discrete dynamical system looks exactly like a fixedpoint method,
and that equilibrium points are exactly the fixedpoint of the corresponding continuous equation.
Bravo! Use the fixedpoint method now for r r r and for some r in
You may use fixedpt.m but make modifications to improve the stopping criteria. Explain what
you observe and why you observe this? Illustrate graphically the convergence or divergence that you
observe.
You should notice that the fixedpoint has different convergencedivergence patterns. In fact, these are
interpretable as population dynamics, and relates to the concept of the existence of chaos in discrete
dynamical systems. For fun, use your code to see what happens as you continue to increase r
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started