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
2 answers

Oscillatory solutions if derivatives are are independent of each other?

Definition: An oscillatory solution is one where $(x(t), y(t))$ is a trajectory and $x(t)$ and $y(t)$ are not constant. Further, for any $n \in \mathbb{N}$ we have $x(t+nt) = x(t)$ and $y(t+nt) = y(t)$. $T$ is the period of oscillation. Suppose we…
Marty B.
  • 1,054
0
votes
1 answer

Reducing degrees of freedom of a Hamiltonian by restricting first integrals

Suppose I have a Hamiltonian $H$ with a first integral $C$. Then by fixing $C=0$ is it always possible to reduce the degrees of freedom by 1? This is typically done in the reduction of the motion in the central force field. However I cannot find…
Novo
  • 1,423
0
votes
1 answer

Show that $F(\cdot)$ maps the interval $[\bar{x} - \delta, \bar{x} + \delta]$ to the interval $[\bar{x} - |a|\delta, \bar{x} + |a|\delta]$

Suppose $F(x) = ax+b$ with $|a|<1$, and so $\bar{x} = \frac{b}{1-a}$ is its fixed point. For $\delta > 0$ show that $F(\cdot)$ maps the interval $[\bar{x} - \delta, \bar{x} + \delta]$ to the interval $[\bar{x} - |a|\delta, \bar{x} + |a|\delta]$ I…
Lindsey G
  • 629
0
votes
1 answer

Find all the equilibria of the system

Consider the system $$\begin{align} \dot{u}&= v\\ 147\dot{v}&=8150-588v-20000w\sin{u}\\ 330\dot{w}&=-135w+85\cos{u}+61 \end{align}$$ Find all equilibria where each $u,v,w\in[-\pi,\pi]$. I can't see a nice way to solve this since there are no common…
user2850514
  • 3,689
0
votes
2 answers

Discontinuous growth rate in a first-order dynamical system

Consider the dynamical system defined by $$\overset{\circ}{x} = x\cdot g(x),$$ where $$g(x) = \frac{r}{\alpha - x};\quad r,\alpha\in\mathbb{R}^+.$$ I am asked for a biological interpretation of this system, with $x(t)$ representing a population with…
Labba
  • 1,001
  • 1
  • 7
  • 16
0
votes
1 answer

The limit of minimal points is still minimal?

$X$ is a (compact) metric space, $T:X\rightarrow X$ is a continuous self-map. Let $x\in X$, $E\subseteq X$, $E$ is said to be $T$-invariant if $TE\subseteq E$. $E$ is called a minimal subset of $(X,T)$, if $E$ is nonempty, closed and…
0
votes
0 answers

Bounded orbit is compact?

Maybe this is a foolish question but if we have a dynamical system, for example an ODE, and are talking about orbits (or trajectories), aren't bounded orbits $x_t$ automatically compact sets in $\mathbb{R}^n$? In other words: Are (bounded) orbits…
Rhjg
  • 2,029
0
votes
1 answer

Are these two kinds of definitions about expansivity equivalent?

Let $(X,d)$ is a metric space and $X$ has no isolated points, $T:X\rightarrow X$ is a continuous self-map. Def1. $T$ is strongly expansive if there exist $\varepsilon>0$, for any $x,y\in X$, $x\neq y$, we can find a number $n\in\mathbb{N}$, such…
0
votes
1 answer

Discrete population models

Consider the model: $y_{n+1}=ry_n(1-\frac{y_n}{k}); r>0$ a)Show that $y_{n+1}<0$ if and only if $y_n>k$. b)Show that $y_{n+1}>k$ is possible with $04$. c)What conditions on $y_0$ are necessary and sufficient to guarantee $y_n>0$…
Mery
  • 11
0
votes
1 answer

Steady state of a Dynamical System

Why here can we say that $x=x_s$ increases monotonically, when it depends on time?
0
votes
0 answers

If $\gamma$ is a periodic orbit with a saddle point in its interior, then there is another equilibrium point in the interior

I am trying to use this result but want to have some justification of it. I would like to explain in terms of limits sets of the saddle's stable and unstable manifolds.
grayQuant
  • 2,619
0
votes
1 answer

The orbit map and the restriction of the orbit map both are open.

Let $\phi: G \times X \to X$ (Often denoted by $(X,G)$) is a topological group action. We know that for any $x\in X$, the orbit map $\phi_x:G \to X$ is a continuous mapping and the restriction $\varphi_x:G \to Gx$ is also a continuous mapping, where…
David Chan
  • 1,960
0
votes
0 answers

Stability of $\dot u=f(u,\epsilon)=-u+u^2-\epsilon u$, $u,\ \epsilon\in\mathbb R$

Consider the vector field $$\dot u=f(u,\epsilon)=-u+u^2-\epsilon u,\ \ \ \ u,\ \epsilon\in\mathbb R$$ The aim of this exercise is to discuss the stability of the fixed points of the field. In the following I give my approach. We have $f(0,0)=0$. The…
Mark
  • 7,841
  • 6
  • 38
  • 72
0
votes
1 answer

Difference between state and parameters of a system

In my previous question, based on the information I have so far, my understanding about a system is that a system transforms an input function to an output function. So I think all the things involved in the transformation, except input and…
Tim
  • 47,382
0
votes
0 answers

Particle moves along $OCP$ where $C$ is also moving...

Problem A particle moves in a straight line $OCP$ being attracted by a force $m\mu$. $PC$ always directed towards $C$ whilst $C$ moves along $OC$ with a constant acceleration $f$; here $P$ is the position of the particle at time $t$. If initially…
user170039