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
2
votes
1 answer

1:3 Resonance on a playground swing and KAM theory

Not sure if this question belongs in physics or mathematics. Recently I have been making some computer simulations of somebody swinging on a playground swing at varying frequencies. Specifically I was interested if it is possible to cause a 1:3…
Novo
  • 1,423
2
votes
1 answer

Symplectic reduction by angular momentum

Suppose I have a Hamiltonian with three first integrals $L_1,L_2,L_3$ satisfying \begin{equation} \{ L_1, L_2 \} = L_3, \; \; \{ L_2, L_3 \} = L_1, \; \; \{ L_3, L_1 \} = L_2, \end{equation} where $\{ \cdot, \cdot \}$ is the Poissonbracket. I want…
Novo
  • 1,423
2
votes
1 answer

Compute local equations of stable/ unstable manifolds

Today, the tutor of our dynamical system course said that in the exam one part will be to determine equilibria and to compute the local equations of stable and unstable manifold. I do not know what is meant by giving the local equations for stable/…
Rhjg
  • 2,029
2
votes
2 answers

Linear change of variables in Hamiltonian functions

I have a simple question concerning how to make a linear change of variables without destroying the symplectic structure of the Hamiltonian? For example suppose I have a Hamiltonian in action-angle variables given by \begin{eqnarray} \dot{\theta_1}…
Novo
  • 1,423
2
votes
0 answers

An iterative function is also sensitive or expansive?

Let $(X,d)$ is a metric space and $X$ has no isolated points, $T:X\rightarrow X$ is a continuous self-map. $T$ is sensitive if there exist $\epsilon>0$, for any $x\in X$ and any positive number $\delta>0$, we can find a point $y\in B(x,\delta)$ and…
2
votes
1 answer

Discrete dynamical systems fixed points

I'm trying to understand this question which asked to find the fixed points of this tent map. However, I was under the impression that the fixed points are the points that hit the y=x line. However, why does $T^{2}$ have fixed points of period 2?…
simplicity
  • 3,694
2
votes
1 answer

Find time-independent dynamical system equivalent to $x'=3x+(2-t)y$, $y'=xy-t$

Given the continuous time dynamical system with the rule depending on time: $$x'=3x+(2-t)y\qquad y'=xy-t$$ create a new system which is equivalent to the above system for which the rule does not depend on $t$. My solution so far: I recognize…
Mattszo
  • 41
2
votes
0 answers

About the solenoidal sets

In the book Dynamic Reported - The definition of the solenoidal sets is: Let $I_{0} \supset I_{1}\supset I_{2}\dots$ be periodic intervals with periods $m_{0}$, $m_{1}$,$\dots$. If $m_{i} \to \infty$ the intervals $\{I_{i}\}_{i=0}^{\infty}$ are said…
Cézar Bezerra
  • 1,975
  • 13
  • 26
2
votes
1 answer

Ordering periodic orbits

I want to prove the proposition: Proposition- Let $f:I \to I$ be continuos, and let f have a (2n+1)- periodic orbit {$x_{k}=f^{k}(x_{0})$, $k=0,1,\dots,2n$}, but no (2m+1)-periodic orbit for $1\leqslant m < n$. Suposse $x_{0}$ is in the middle of…
Cézar Bezerra
  • 1,975
  • 13
  • 26
2
votes
1 answer

When must proper closed invariant sets have strictly smaller Hausdorff dimension?

I'm quite new to dynamics, and trying to learn some of the basics with an application to my neck of the woods in mind. I have run across the property in the title a few times, often with little comment (so I suspect it's not terribly deep). The…
user69787
  • 153
  • 3
2
votes
2 answers

Stability for higher dimensional dynamical systems

I remember learning that in order for a steady state to be locally stable in a system of two equations, it is sufficient for the Jacobian evaluated at a steady state to have: $$Tr(J)<0$$ $$Det(J)>0$$ Is this true for systems of n dimensions? EDIT:…
Bamboo
  • 1,049
2
votes
0 answers

Definition of Hamiltonian system through integral invariant

I've read that Poincare's integral invariance can be used as a definition of a Hamiltonian system. That is to say, if $g^t$ is a phase flow satisfying $$\oint_{\gamma} \omega = \oint_{g^t \gamma} \omega$$ with $\omega =…
2
votes
1 answer

Local center manifold theorem.

Local center manifold theorem, under certain assumptions, state that for the \begin{cases} \dot x = Cx+F(x,y) \\ \dot y = Py+G(x,y)\\ \end{cases} there exist a function $h(x)$ such that $$Dh(x)\left[Cx+F(x,h(x))\right]-\left[P\…
Mark
  • 7,841
  • 6
  • 38
  • 72
2
votes
0 answers

Dimension of global attractor - How to find it?

I have a very general question. I have a dynamical system and found a global attractor, how can I determine the dimension of that global attractor? Do you have helpful hints, links etc.? I sit in front of this task and do not know where to start. I…
Salamo
  • 1,094
2
votes
1 answer

Continuous Time Dynamical Systems with 2-cycles

I know that discrete time dynamical systems such as $x_{n+1} = rx_n(1-x_n)$ exhibit 2-cycles for some parameter values of r. I'm curious if there exist continuous time dynamical systems that exhibit 2-cycles. In this case, we would have 2 fixed…
Brenton
  • 3,646