Dynamical Systems
A dynamical system is a set of states
together with an iterator function
which is used to determine the next state of a system in terms of the previous state. For example, if
is the initial state, the subsequent states are given by:
,

,
and in general, the next state is got by applying the iterator function:
.
The sequence of states

is known as the orbit of
and the
are known as the iterates.
Such dynamical systems are completely deterministic: if you know the state at any time you know it at all subsequent times. Also, if a state is repeated, for example:

then the orbit is destined to repeated forever because
,
, etc:

Example: Savings
Suppose you save in a bank, where monthly you receive
interest and you throw in
per month, starting on the day you open the account.
This can be modeled as a dynamical system.
Let
be the set of euro amounts. The initial amount of savings is
. After one month you get interest on this:
, you still have your original
and you are depositing a further €50, so the state of your savings, after one month, is given by:
.
Now, in the second month, there is interest on all this:
interest in second month
,
we also have the
from the previous month and we are throwing in an extra €50 so now the state of your savings, after two months, is:
,
and it shouldn’t be too difficult to see that how you get from
is by applying the function:
.
Exercise
Use geometric series to find a formula for
.
Weather
If quantum effects are neglected, then weather is a deterministic system. This means that if we know the exact state of the weather at a certain instant (we can even think of the state of the universe – variations in the sun affecting the weather, etc), then we can calculate the state of the weather at all subsequent times.
This means that if we know everything about the state of the weather today at 12 noon, then we know what the weather will be at 12 noon tomorrow…
Read the rest of this entry »
Recent Comments