Dynamical Systems: Course Works
This is a place where I store my notes and/or exercise attempts when studying MA4233 Dynamical Systems during the second semester of Academic Year 2024/2025, instructed by Dr. Daren Wei.
The main reference book used is A First Course in Dynamics, with a Panorama of Recent Developments by Boris Hasselblatt.
Chapter 1: Introduction
The famous Logistic equation is
- Verify that if , as for all .
- Starting with , iterate until you get a clear pattern.
- Starting with , iterate until you get a clear pattern.
- Starting with , iterate and until you get a clear pattern.
- Starting with , iterate until you get a clear pattern.
Let , check that if you start with , the iterations will converge to .
noteThe context of this exercise is Heron's method of obtaining the square root of an integer that is not a perfect square, which is by taking a rectangle with sides and such that , and is an educated guess of the square root. Iteratively, one then replaces the sides and by (the arithmetic mean) and (harmonic mean, so that their product yields the same number ) respectively. As the number of iteration increases, one then sees that the two sides tend to the same value, which gives a better approximation of .
The context of this exercise is Heron's method of obtaining the square root of an integer that is not a perfect square, which is by taking a rectangle with sides and such that , and is an educated guess of the square root. Iteratively, one then replaces the sides and by (the arithmetic mean) and (harmonic mean, so that their product yields the same number ) respectively. As the number of iteration increases, one then sees that the two sides tend to the same value, which gives a better approximation of .
A Sage computation of this procedure can be found here.
If , where and are coprime, prove that the last digits of is periodic.
(Here, the 'last digit' refers to the digit before the decimal point, where applicable.)
A Sage computation that illustrates this assertion can be found here.
A direct argument allows us to see that the period is in fact at most , because
is an integer multiple of , so the last digit before the decimal point of and are equal.