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

What are the values of the mass $m$ such that $mx''+25x = 12 \cos(36\pi t)$ will exhibit resonance?

$mx''+25x = 12 cos(36πt)$ my take on this: ${\omega_0} = \sqrt{k \over m} = \sqrt{25 \over m}$ $x_h = c_1cos({\omega_0}t) + c_2sin({\omega_0}t)$ $x_h = c_1cos(\sqrt{25 \over m} t) + c_2sin(\sqrt{25 \over m}t)$ $x_p = {{12 \over {m({\omega_0^2 -…
0
votes
1 answer

Computing stable and unstable points of dynamical system

For a dynamical system governed by the equation $$\frac{dx}{dt} = 2\sqrt{1-x^2}$$ where $|x|\leq 1$. I want to compute its stable points. The question was asked in one of the entrance exam for PG course. My approach I am completely new to this topic…
Srijan
  • 12,518
  • 10
  • 73
  • 115
0
votes
1 answer

Proving Lyapunov unstability of a $C^3$ discrete dynamical system

In proving that if $f$ is a $C^3$ function from $\mathbb{R}$ to $\mathbb{R}$ and $f(p) = p$ and $f^{'}(p) = 1$ and $f^{''}(p) = 0$ and $f^{'''}(p) > 0$ then $p$ is a not Lyapunov stable fixed point of $f$, I have arrived at $(p,p+\delta) \subseteq…
Emad
  • 286
0
votes
2 answers

example of an unstable fixed point for which the linearized dynamics are stable

What would be an example of an unstable fixed point for which the linearized dynamics are stable? Thanks in advance
user64740
0
votes
0 answers

Stability of maximal invariant subset under small perturbations of a field

Let $X$ be a tangent vector field on a compact manifold $M$ and suppose there is an open set $U \subset M$ with the following property: There exists a $T>0$ such that $\displaystyle \bigcap_{|t|
Maclio
  • 43
0
votes
1 answer

asymptotical stability

If my system has the equilibirum point at $(x_1,0,0)$ where $x_1\in \mathbb{R}$. Why from this information I can say that the system is not asymptotically stable?
user884057
0
votes
0 answers

How can I show $\langle J^\epsilon x,x\rangle\leq-\alpha\|x\|^2\forall x\in\Bbb{R}^n$, if $\mathrm{Re}(\lambda)<0$, $J^\epsilon$ being a Jordan matrix

$\forall \epsilon > 0$, there exists a basis $\mathcal{B}_\epsilon$ such that $J$, a Jordan form of a matrix $A$, is a block matriz $J^\epsilon = \operatorname{diag}\left[ J^\epsilon_1,...,J^\epsilon_k \right]$. $$ J^\epsilon =…
0
votes
2 answers

How is a change of variables performed in Lotka-Volterra normalizations?

How is the change of variables really performed in Lotka-Volterra? I'm trying to understand what happens in the following document: https://www.maths.dur.ac.uk/~ktch24/term1Notes(10).pdf, p. 17 I tried plugging the variables in, but I don't see how…
mavavilj
  • 7,270
0
votes
0 answers

Question about limit sets of dynamical system.

Given $C^1-$function $f:\mathbb{R}^2\to \mathbb{R}^2$, consider differential equation $\dot{x}=f(x)$, which may have finite singularities $x_i, 1\leq i \leq n$. Let $\varphi^t(x)$ denotes the corresponding solution of the equation, which is also…
Yuyi Zhang
  • 1,442
0
votes
0 answers

Reworking attractor equations

The equations/algorithms of that define attractors such as these: http://www.chaoscope.org/doc/attractors.htm With given parameters and number of iterations output a set of positions, the size of the set is the same as the number of iterations. Can…
alan2here
  • 1,017
0
votes
1 answer

Prove non existence of semi-conjugacy between $E_{k}$ and $E_{-k}$.

I've been trying to prove the non existence of a semi-conjugacy (intuitively assuming this is true) between the circle maps $E_k$ and $E_{-k}$ for $k = 2,3,\dots$ defined as $$ E_k: S^1 \to S^1,\qquad E_k(x \mod 1) = kx \mod 1. $$ where $S^1 \simeq…
BB3C
  • 513
0
votes
1 answer

What gives us the lines within the chaos of the logistic equation?

When you look at the logistic map, there are fairly clear lines even within the chaotic parts, which move around like a really weird polynomial. What creates these lines? I'm assuming they attract more points than the lighter parts, giving it the…
0
votes
0 answers

Forward invariant sets in the case of bijective $f$

I have just started reading Brin and Stuck's book on Dynamical Systems, and I am having trouble interpreting one of the exercises. The problem reads: Show that the complement of a forward invariant set is backward invariant, and vice versa. Show…
Ovi
  • 23,737
0
votes
0 answers

Question About the Definition of a Dynamical System

I have just begun reading Introduction to Dynamical Systems by Brin and Stuck, and I have some uneasiness about their definition of continuous-time dynamical system. Here's what they say: My concerns are: There are two parts to the definition.…
Ovi
  • 23,737