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

Transfer function in dinamical systems

i need some help. I have this kind of system $\dot{x} = Ax(t) + Bu(t)$ $y(t) = Cx(t)$ $x(0) = 0$ $A = \begin{bmatrix} 2 && -1 \\ 2 && -5\end{bmatrix}$ $B =\begin{bmatrix} 2 && 2 \end{bmatrix}$ $C =\begin{bmatrix} 0 \\1 \end{bmatrix}$ Now i need to…
1
vote
2 answers

Phase portraits

I have problem and need your help. I must draw phase portraits of dynamical system which looks like this: $$\dot{x}_{1}(t) = -x_{1}(t) + x_{2}(t)$$ $$\dot{x}_{2}(t) = -x_{2}(t)$$ I know that the first I sould get eigenvector and eigenvalue of…
Hadson
  • 25
1
vote
0 answers

Linearization around a limit cycle versus stability of Poincare map

Thank you in advance for answering the following silly question. I am currently studying 2D limit cycles, say of the system $\dot{x} = f(x)$. Assume that the periodic solution $\gamma(t)$ is a stable limit cycle. There is plenty of literature…
Matt
  • 2,187
1
vote
1 answer

Cross-section of a string at a point is inversely proportional to tension. Prove that the curve is a parabola.

Q.) A non uniform string hangs under gravity. Its cross section at any point is inversely proportional to the tension at that point. Prove that the curve in which string hangs is an arc of the parabola with its axis vertical. Please help me out.
Utkarsh
  • 419
1
vote
2 answers

Empty omega limit set

I understand what is meant by a limit set but I don't understand what it would mean for this set to be empty. Could someone provide an example?
1
vote
1 answer

Baker's map in dynamical systems

The baker's map can be defined as $E_{2}:S^{1}\rightarrow S^{1}$, $E_{2}x=2x \mod 1$. This map has various properties, for example, denoting Lebesgue measure by $\lambda$, we have $\lambda(E_{2}^{-1}(A))=\lambda(A)$ for any measurable subset…
1
vote
0 answers

Transform stiff systems to non-stiff

Many dynamic systems tend to be stiff, so an explicit integrator is unstable. The solution is to use an implicit integration scheme. I am curious if there is some way to change the dynamics of the system, preserving its characteristics and transform…
crow
  • 147
1
vote
1 answer

Show that if f in Diff^r(M), r >=1, is structurally stable then all the fixed points off are hyperbolic.

i think since f is structurally stable so there exists an open nbd u containig of g then f and f are topoligy equivalent.i think since hyperbolic fixed pints dence and open there exists neighberhood v is small enough of contaning h such that all…
reza
  • 11
1
vote
0 answers

Dynamics - (stable/unstable) focus - motion direction - CW/CCW?

How to determine the direction a stable focus (source) or unstable focus (sink) is rotating, given the eigenvalues $\lambda=\alpha\pm\beta i$ ? I know that if $\alpha > 0$ then it is source and if $\alpha < 0$, then it is a sink. This poses no…
1
vote
0 answers

Are these definition equivalent about a periodic point?

Given a dynamical system $(X,G)$, def1. A point $x\in X$ is called periodic, if there exist a syndetic set $S\subseteq G$, such that $Sx=\{x\}$. def2. A point $x\in X$ is called periodic, if $Gx$ is a minimal and finite subset of $X$. def3. A point…
David Chan
  • 1,960
1
vote
1 answer

Show that the first quadrant of a dynamical system is invariant.

I have the following dynamical system $${dp \over dt} = p(1-p-q)$$ $${dq \over dt} = q(p-{1 \over 2}-q)$$ and I have to show that the first quadrant ( $p, q \ge 0$ ) is an invariant set. I know what this means but I'm having trouble coming up with a…
1
vote
1 answer

Proving conjugacy to the Logistic Map

I have a map which I have to show is a conjugate to the Logistic Map ( $x_{n+1} = rx_n(1-x_n)$ ). The map in question is as follows. $x_n = \sin^2(\pi\theta_n)$ $\theta_{n+1} = N^n\theta_0$ mod $1$ $\theta_0 = \pi^{-1}\arcsin(\sqrt{x_0})$ My idea…
1
vote
0 answers

Finding invariant manifolds

$$x'=y$$ $$y'=-x+x^3$$ from above system, one gets hyperbolic equilibria $(1,0)$ and $(-1,0)$. and both equilibria have same eigenpairs $(\lambda,v)$, such as $(\sqrt{2},(1,\sqrt{2})^T)$ and $(-\sqrt{2},(1,-\sqrt{2})^T)$. and here I tried to find…
rekt
  • 115
1
vote
0 answers

Topological conjugacy in a dynamical system

Given nonlinear dynamical system, if one is asked to show that this system is topologically conjugate, is it asking that the flow of nonlinear system and the flow of linearization of the nonlinear system have a homeomorphism between them? So, let…
rekt
  • 115
1
vote
1 answer

Slow fast systems

I have some questions concerning fast slow system like the van der pol equation say we have $\epsilon x′_1=-\frac13 x_1^3+x_1 − x_2$ and $x′_2= x_1$ Does $\epsilon x'_1$ means that $x_1$ is faster than $x_2$? Why do we put $\epsilon = 0$? When this…
shadow
  • 13