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
23
votes
4 answers

What are the important theorems in the theory of dynamical systems?

I recently stumbled over the section about dynamical systems in my physics textbook. I noticed that, although most of the rest of the book was very rigorous, this part contained nearly no firm mathematical theorems, but it consisted mainly of…
Dominik
  • 14,396
12
votes
2 answers

How did Ulam and Neumann find this solution?

In the book "Chaos, Fractals and Noise - Stochastic Aspects of Dynamics" from Lasota and Mackey the operator $P: L^1[0,1] \to L^1[0,1]$ $$ (Pf)(x) = \frac{1}{4\sqrt{1-x}} \left[ f\left(\frac{1}{2}\left(1-\sqrt{1-x}\right)\right) + …
Adam
  • 3,679
11
votes
1 answer

Dynamical Systems

Would someone care to explain the basic theory of dynamical systems? i.e. an explanation of the following definition of a dynamical system: A dynamical system is a tuple $(T,M,\Phi)$ where $T$ is a monoid, written additively, $M$ is a set, and…
11
votes
3 answers

What's the point of a Horseshoe map?

At the moment I'm doing a project about the Smale horseshoe map. This is a function which maps a square $D= \{(x,y)\in \mathbb{R}^2: 0\le x\le 1,\text{ } 0\le y \le 1 \} $ to a 'horseshoe'. It contracts in the $x$-direction, expands the…
9
votes
1 answer

An example for a dynamical system.

is there an example for a dynamical system $(X,T)$ where $X$ is a compact space and $T:X \to X$ is a continous map, s.t $\Pi(T) = \emptyset$, where $$\Pi(T) = \bigcup_{n=1}^{\infty} \Pi_n(T), \Pi_n(T) = \left\{ x \in X : T^n x =x \right\}$$ and its…
8
votes
1 answer

Bifurcations in a two-parameter dynamical system

I have the following dynamical system $$ \dot{x} = \mu - mx - xy^2 $$ $$ \dot{y} = -\mu y + xy^2 $$ and I need to "analyse" any bifurcations that occur as $m$ and $\mu$ are varied. I've worked out that the critical points are $(\frac{\mu}{m}, 0)$…
saurs
  • 1,377
7
votes
1 answer

Vectors fields structurally stable

(This was a question on my doctoral qualifying exam.) Let be $X$ a vector field defined in $\mathbb{R}^2$ such that $X$ is structurally stable in every compact set of $\mathbb{R}^2$. Is $X$ structurally stable in $\mathbb{R}^2$?
7
votes
6 answers

Modeling the Decay of a Pack of Cannibalistic Hyenas

A population of $p_0$ hyenas has run out of food in their ecosystem, and so sadly they have resorted to eating each other. Hyenas need to consume one meal a day, and so exactly once per day, any given hyena will kill another hyena. The time at…
jamaicanworm
  • 4,494
6
votes
1 answer

Linearising a dynamical system at an arbitrary point (affine dynamical systems)

Usually, one linearises a dynamical system around a fixed point, in order to determine whether the fixed point is stable. That is (assuming the fixed point it at the origin), one approximates $$ \frac{d\mathbf{x}}{dt} =…
N. Virgo
  • 7,182
6
votes
2 answers

Orbit , trajectory, dynamical system

The orbit of $φ$ through $x_0$ is the set $O(x_0) \equiv \{φ_t(x_0) : −∞ < t < ∞\}$. This is also called the trajectory through $x_0$. Then, what is the difference between an orbit and a trajectory?
6
votes
1 answer

$f:\mathbb R \to \mathbb R $ continuous, with a point of odd period, implies existence of a point of even period

$f:\mathbb R \to \mathbb R $ continuous, with a point of odd period, implies existence of a point of even period This is the question. I can't prove it. It's an exercise to prove Sarkovskii theorem, but it on I have to do this part and I'm ready.
August
  • 3,523
6
votes
2 answers

Gradient System, Conservative System Confusion

I'm reading Strogatz book on Nonlinear Dynamics and am a bit confused about the distinction between Conservative Systems and Gradient Systems. On page 160, it is claimed that Conservative Systems typically have saddles or centers. On page 199, it is…
Adam
  • 461
  • 5
  • 12
6
votes
1 answer

Proving that $f$ has points with prime period 3

Exercise: Let $f:\mathbb{R}\longrightarrow\mathbb{R} $ be continuous, $n>3$, and $x_1,x_2,\cdots,x_n$ be points such that $x_1
Jan
  • 61
6
votes
0 answers

Parabolic, elliptic and hyperbolic dynamical systems

In dynamical systems people often classify (groups of) dynamical behaviours with the terminology of conic sections. Hyperbolic, elliptic and parabolic dynamics all presumably have some kind of meaning (even if it is not super precise). Hyperbolic…
algae
  • 200
6
votes
2 answers

Similarity between Henon attractor and logistic map?

I noticed that layering Henon attractor images with avalue=1 and bvalues from -0.2 to 0.3 looks like a distorted version of the logistic map. In the image below you can see the layered images (left). After that I tried to accentuate the first…
tly
  • 177
1
2 3
41 42