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

Can we know if a map is hyperbolic without making any calculation?

Can we know if a map is hyperbolic without making any calculation, i.e without verifying if the differential of the map has or has not eigenvalues of absolute values 1? P.S. Can we show that the spatial version of Baker map is hyperbolic only by the…
0
votes
1 answer

Invariant Graph: Tθ(ϕ(θ))=ϕ(θ +ω)

Let M= S1 × [a, b],T : M → M, (θ , x)→ (θ + ω, Tθ (x)). Also let ∀θ ∈ S1 ,Tθ : [a, b] → [a, b] is increasing and c.t.s. in x,θ s.t. Tθ(a)> a, Tθ(b)< b and K ⊂ M is a non empty compact set with T (K) = K. Define ϕ(θ)= sup{x ∈ [a, b] : (θ , x) ∈…
0
votes
1 answer

find the conditions for each equilibria to be unstable

I am just starting dynamical systems and came across the following problem in my textbook. Considering the discrete time logistic growth model, $$N_{t+1} = \lambda N_t\left(1-\frac{N_t}{K}\right)$$ where $\lambda = 1+ b -d >0$ is the net…
user123
  • 879
  • 7
  • 20
0
votes
1 answer

find the equilibrium point of this equation

I am just starting dynamical systems and came across the following problem in my textbook. Considering the discrete time logistic growth model, $$N_{t+1} = \lambda N_t\left(1-\frac{N_t}{K}\right)$$ where $\lambda = 1+ b -d >0$ is the net…
user123
  • 879
  • 7
  • 20
0
votes
0 answers

Poincaré Maps of a planar system

Consider a planar system \begin{equation} \begin{array}{c} \dot{x}=x-y-x\left(x^2+y^2\right) \\ \dot{y}=x+y-y\left(x^2+y^2\right) \end{array} \end{equation} This is the cross section: \begin{equation} \Sigma=\left\{(x,y)\in \mathbb{R}^2 |x>0,…
Mark
  • 7,841
  • 6
  • 38
  • 72
0
votes
0 answers

Does Expansivity of $f$ and $\omega(x, f)\subseteq Per(f)$ imply that $\omega(x, f)$ is a finite set?

Let $(X, d)$ be a compact metric space and $f:X\to X$ be an expansive homeomorphism. This means that there is $c>0$ such that if $x\neq y$, then there is $n\in\mathbb{Z}$, such that $d(f^n(x), f^n(y))>c$. It is known that if $f$ is expansive, then…
user479859
  • 1,287
0
votes
0 answers

Need help with proof concerning chaotic behaviours of the doubling function in discrete dynamical system

The doubling function is given by $$D(x) = \begin{cases} {2x} & x < \frac{1}{2} \\ 2x -1 & x \ge \frac{1}{2} \end{cases}$$ We know that this function is chaotic on $[0,1)$ and A dynamical system F is chaotic if 1. Periodic points for F are…
0
votes
0 answers

if $O^{+}(x)$ is dense then $\omega (x)$ is dense.

I need to prove this: Show that if X has no isolated points and $O^{+}(x)$ is dense, then $\omega (x)$ is dense. The set $O^{+}(x)=\bigcup_{n\in\mathbb{N_0}}f^{n}(x)$ where $f^n$ is the $n$-th composition, and $\omega (x)= \bigcap_{n\in…
P3peM4th.
  • 157
0
votes
0 answers

Structurally Stable Example

I need an example of a two variable linear system that's structurally stable. I know the definition (given below), I'm just not sure how to apply it. A smooth dynamical system $x'=f(x)$, where $x \in \mathbb{R}^2$, is structurally stable in a…
3141
  • 482
0
votes
2 answers

Non-examples of area preserving map

I am trying to understand the maps which are area-preserving and maps which are not. I know that the standard map is an area-preserving map since the Jacobian determinant is 1. I also know that for the maps which the area is not preserved, they…
0
votes
1 answer

Stupid Question on Trajectory

Consider the dynamical system in $\mathbb R^n$ where $x_{k+1}=I_nx_k$. Is the origin a saddle point, a repeller, or an attractor? All eigenvalues are $1$. I understand what's going on, the trajectory is a single point, which is the initial vector…
0
votes
0 answers

Is this Continuous Map on $\mathbb{R}^2$, Euclidean metric a Chaotic Dynamical System?

Let $X:= \mathbb{R}^2 \backslash(0,0)$ and $f: X \rightarrow X,\\ \;\;\;\;\; p \mapsto p + |p|e^{i|p|}$ be a continuous map on $X$ with the euclidean metric. According to [Devaney's definition of chaos][1], a chaotic dynamical system must fulfill…
Mark I.O.
  • 3
  • 2
0
votes
1 answer

Show that $x' = y(1-x^2), y ' = 1 - y^2$ is reversible.

Show that $x' = y(1-x^2), y ' = 1 - y^2$ is reversible. The book defines a second order system to be reversible system iff "it is invariant under $t \rightarrow -t$ and $y \rightarrow -y$", but I have no idea how I would show this for this…
Oliver G
  • 4,792
0
votes
1 answer

What is the relationship between periodic points and invariant points?

What is the relationship between periodic points and invariant points? Is every periodic points an invariant point?
gbd
  • 1,963
0
votes
0 answers

Damped and Unforced Motion

Find the general solution x(t) to the equation for damped harmonic motion $$x''+ 2kx'+ω_{0}^2x=0$$ in the following cases: (i) $k < ω_{0}$, (ii) $k = ω_{0}$, (iii)$ k > ω_{0}$. Assume that, at time t = 0, the body is released from rest at x = 1. I…
James
  • 5