Questions tagged [dynamical-systems]

In dynamical systems, the motion of a particle in some geometric space, governed by some time dependent rules, is studied. The process can be discrete (where the particle jumps from point to point) or continuous (where the particle follows a trajectory). Dynamical systems is used in mathematical models of diverse fields such as classical mechanics, economics, traffic modelling, population dynamics, and biological feedback.

A dynamical system is, very broadly, a system which changes in time according to some rules. One concrete example of a dynamical system is the following.

Example 1: A billiard ball moving on a frictionless billiards table. In this example, what is changing in time is the position of the ball. There are two rules governing this motion, namely that the ball will travel at the same speed for all time, and that the ball will bank off a rail at the same angle that it hit the rail.

Given an initial position and velocity for the ball, these two rules enable one to compute the trajectory of the ball for all time. This illustrates an important property of dynamical systems: they are deterministic. The rules governing the dynamical system should, at least in theory, allow one to determine the state of the system at every point in the future, given some initial data. Another, more abstract, example of a dynamical system is

Example 2: A function $f\colon X\to X$, where $X$ is a set. In this example, one thinks of $X$ as a space in which a particle is moving, and $f$ as a rule governing the motion of the particle. Explicitly, if the particle is at the point $x_0\in X$ at time $t = 0$, then at time $t = 1$ it is at the point $x_1:= f(x_0)$, and at time $t = 2$ it is at the point $x_2 := f(x_1)$, etc.

Given the initial position $x_0$ of the particle, its position at time $t = n$ is therefore $f^{\circ n}(x_0)$, where $f^{\circ n}$ denotes the composition of $f$ with itself $n$ times. In this example, studying the dynamical system is equivalent to studying the iterates of $f$

Notice that in example 1 the position of the ball is defined for every time $t>0$, whereas in example 2 the position of the particle is only defined at positive integer values of time. Example 1 is called a continuous time dynamical system, and example 2 is called a discrete time dynamical system. These are the most commonly studied dynamical systems.

In both continuous and discrete time dynamical systems, the most commonly asked questions are the following:

  1. What is the trajectory of the system given specified initial conditions? While these trajectories can be computed in theory, in practice they are often difficult to impossible to compute.
  2. What is the long term behavior of the system? What happens after a long time, i.e., as $t\to\infty$?
  3. Are there any initial conditions which lead to "special" trajectories? For instance, in example 1, if the ball is hit from the center of the table along a line perpendicular to a rail, then its trajectory will be periodic, that is, it will repeat itself forever.

Continuous time dynamical systems

The most classical examples of dynamical systems are continuous time dynamical systems coming from physics. The motion of a particle moving in space under some force is a standard system; the rules governing the system in this situation are Newton's laws of motion. Another common systems are the diffusion of heat through a material, which is determined by the heat equation, or the motion of particles in a fluid, which is determined by a flow.

In each of these, as in most continuous time dynamical systems, the rules governing the system are a system of differential equations. Because of this, there is a great deal of overlap between the study dynamical systems and differential equations. Questions about the asymptotic behavior of solutions of differential equations very often fall under the heading of dynamical systems.

Discrete time dynamical systems

A discrete time dynamical system is given by a function $f\colon X\to X$, where $X$ is a set. In this generality, such a system is hard to study. Usually one imposes more structure:

  • If $X$ is a topological space and $f$ is continuous, it is called a topological dynamical system.
  • If $X$ is a manifold and $f$ is smooth, is it called a smooth dynamical system.
  • If $X$ is a complex manifold and $f$ is holomorphic, it is called a complex dynamical system.
  • If $X$ is a measure space and $f$ is measurable, it is called a measurable dynamical system.

Each of these types of dynamical systems has a rich theory behind it.

Chaos and ergodic theory

The most interesting dynamical systems are those that exhibit chaotic behavior. For instance, in example 1, suppose one hits the ball from the center of the table in a certain direction, and on another table one hits the ball from the center of the table in a slightly different direction. Then, after a long period of time, the trajectories of the two balls will diverge and be very different. Thus a slight change in initial conditions (direction the ball is hit) results in very different behavior of the two systems. Such extreme sensitivity to initial conditions is referred to as chaotic behavior.

Systems which exhibit chaotic behavior, while interesting, are often more difficult to study. A common method for approaching such systems is to use statistical and probabilistic methods. In example 1, for instance, instead of asking where the ball is at some very large time $t$ (which could be difficult to compute), one could ask where the ball is most likely to be at time $t$. Such questions are usually easier to approach, and fall under the heading of ergodic theory.

7122 questions
0
votes
1 answer

How does $φ(n,x) = (2x)^n$ constitute a dynamical system?

I'm trying to make sense of the example in the following passage. Definition 1.1. On the topological space X, if there exists a map φ : T × X → X satisfying the following conditions, then (X, φ) is called a dynamical system: (where T is, for…
Nick O.
  • 151
0
votes
0 answers

Derivation of Quasi-Potential for a 2-dimensional ODE system always negative

I was reading "A deterministic map of Waddington's epigenetic landscape for cell fate specification", where the authors derive the quasi-potential landscape for the system. Quoting the paper: \begin{equation} \Delta V_q = \frac{\partial…
0
votes
0 answers

Periodic points of $f:S^1\rightarrow S^1$, $F$ a lifting such that $F(x+1)=F(x)+n$ with $n > 2$

I'm trying to solve an exercise of dynamical systems which says Given $f:S^1\rightarrow S^1$ with a lifting F of f where $F(x+1)=F(x)+n$ with $n>2$ then f has periodic points of all periods. I was thinking about using that if it has a point of…
user1880062
  • 121
  • 9
0
votes
0 answers

Closed form experssion for gradient dynamics on energy $E = \frac{1}{1 + x^2} (s - xy)^2$

With the following energy $E = \frac{1}{1 + x^2} (s - xy)^2$, where s is a constant and x, y are two variables. The dynamics of gradient descent on this energy are $\dot{y} = -\frac{\partial E}{\partial y} = \frac{1}{1 + x^2} (s - xy) x…
0
votes
0 answers

Differences between Poincare map and Poincare section

I am self-studying dynamical systems, and wanted to double-check my understanding of these concepts. In Strogatz's "Nonlinear Dynamics," the author plots a periodic solution to the forced double-well oscillator problem, then plots a chaotic solution…
stuz
  • 310
0
votes
0 answers

Finding out different orbits of length n of doubling function

$$g(x)=\begin{cases} 2x & \text{if } x \in [0,1/2] \\ 2(1-x) & \text{if } x \in (1/2,1] \end{cases}$$ Could you please help me to find out how many different orbits of length $n$ are possible under iteration by $g$.
Elo
  • 1
0
votes
0 answers

Rotation number for the composition of homeomorphisms on $S^1$ that preserve orientation

Hi I'm trying to probe for an exercise that given $f,g \in Hom_+(S^1)$ such that f and g commute i.e: $f \circ g = g \circ f$ that the rotation number $\rho (f \circ g) = \rho(f) + \rho(g)$ where the rotation number is defined…
user1880062
  • 121
  • 9
0
votes
0 answers

state space model) how to add a constant term in a state vector?

I am trying to construct a state-space model and ran into an issue regarding how to deal with a constant term. I have three equations as follows: $ \pi_t =\tilde\rho_{t} \pi_{t-1}+\nu_t^{\pi}$ - AR(1) process $\tilde\rho_t =\rho +q_{t} $ --…
0
votes
1 answer

Is there a second, non-real rectangle shape whose shape remains the same upon removing a square?

Is there a second, possibly non-real rectangle shape, whose shape remains the same upon removing a square? The rectangle in the golden ratio retains its shape when a square is truncated from it. In fact, if we allow $n$ truncations, the base-$2$…
0
votes
0 answers

On the density of Anosov diffeomorphisms

It is well known that Anosov diffeomorphisms are open in Diff$^1(M)$. My question is: are Anosov diffeomorphisms dense in Diff$^1(M)$?
0
votes
0 answers

$(^tA)^n v_1 - v_2 = 0$ has at most one solution for integral hyperbolic matrix $A$

I am stuck with this exercise. Can anyone give me some hints on how to proceed? Let $A$ be an integral hyperbolic matrix with determinant $\pm 1$ and $v_1, v_2 \in \mathbb{R}^2 \setminus \{ (0, 0) \}$ Show that the equation $(A^T)^n v_1 - v_2 = 0$…
Kajice
  • 326
0
votes
1 answer

Question on proof of Furstenbergs Correspondence Principle

Statement of theorem says: Let $G$ be a countable semi-group admitting a Folner sequence $\{F_N\}$ and let $E \subset G$ be a set with positive upper density. Then there exists a probability space $(X,\hat{B},\mu,T)$ and a measure preserving $G$…
homosapien
  • 4,157
0
votes
1 answer

Calculate time based on acceleration related to linear distance

With a spring, the force exerted is proportional to the distance the spring is compressed. Therefor a fixed mass would accelerate from a compressed spring proportional to distance rather than time. So, how would you calculate the time for a…
0
votes
1 answer

Why do we care about Method of averaging

Following this Method of averaging wiki i understand that Method of Averaging is a useful tool in dynamical systems, where time-scales in a differential equation are separated between a fast oscillation and slower behavior. Even the example that…
Alek Murt
  • 469
0
votes
0 answers

Describe the phase portrait of the nonlinear system when $x'$ and $y'$ are dependent on only one of the variables

Describe the phase portrait of the nonlinear system when $x'$ and $y'$ are dependent on only one of the variables. For example, for the system $x'=y^2$, $y'=y^2$, both $x'$ and $y'$ are dependent only on $y$. Then I get that the equilibrium solution…
Housefire
  • 432