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

Symbolic dynamics in continue dynamical system

Do you know a good and studied example of symbolic dynamics applied to a continue dynamical system? I mean, if there is an example of a continue dynamical system for which there is a Poincaré map for which there is an invariant set conjugated to the…
0
votes
1 answer

researching hopf bifurcation

I have located a critical point which is not asymptotically stable and I have tu study the presence of an Hopf bifurcation in that critical point: this kind of bifurcation can occur in that point? Thanks.
0
votes
2 answers

Routh-Hurwitz Criterion

I am studying a dynamical system with 4 equations. When I evaluate the Jacobian Matrix in a critical point and I see that the trace is zero, how can I use the Routh-Hurwitz Criterion to obtain some conclusion about the stability of the critical…
0
votes
1 answer

Attractor of a dynamical system

Given a dynamical system: Is there a set of necessary and sufficient conditions for it to have an attractor? Is there a way to test the nature of the attractor? whether it is a strange attractor or a fixed point or a limit circle?
ACC
  • 135
0
votes
1 answer

Gradient system but not Hamiltonian

We know that Hamiltonian is gradient system if and only if $H$ is harmonic. So we can easily find an example that is Hamiltonian but not gradient. But this proposition does not say every gradient system is Hamiltonian. Is there any examples?
Upc
  • 1,213
0
votes
0 answers

Iterates of the Poincaré map $T$ and it's correspondence to the periodic orbits?

Suppose the fixed point $P_{1}$ of the Poincaré map $T$ corresponds to a periodic orbit of the continuous system of the period $\tau$. Then the iterates of the map $T$ that is say the $n$th iterate $T^n$, now the fixed point $P_{n}$ would correspond…
BAYMAX
  • 4,972
0
votes
0 answers

Problem in math question

I have a sum as follows. Two small balls of equal mass can move inside a rough endless horizontal tube of length $l$. One ball impinges with velocity $u$ on the other at rest. If the friction of the tube produces a retardation $f$ in either…
harsh
  • 121
0
votes
1 answer

Finding tension in a freely sliding ring on a wire

A heavy small ring of weight $W$ is free to slide on a smooth surface wire of radius $a$, fixed in a vertical plane. It is attached by a string of length $l$ where $$2a > l > a\sqrt{2}$$ to a point on the wire in a horizontal line with the centre.…
0
votes
0 answers

Existence theorems for first oder semilinear PDE systems with polynomial vector field

The problem is something like:. $$ B(u(x_1,x_2,...,x_n))+g(x_1,...,x_n,u)=D(u)(A(x)), $$ and we have the initial conditions $u(0)=D(u)(0)=0$. $u=(u_1,...,u_n)$ is the unknown vector field, and it is a vector field from the $n$-dimensional euclidean…
ANDRES
  • 41
0
votes
1 answer

Conjugacy of logistic and quadratic map?

Using the linear change of coordinates y = h(x) = a + bx, show that f(x) = αx(1−x) on [0, 1], is equivalent to g(y) = β −y^2, on an interval [c, d], for suitably chosen a, b, c, d. In particular, what is the relationship between α and β for…
0
votes
0 answers

Application of Chain Rule in Hirsch's text

In the attachment is one page that I extract from the book "Differential Equations, Dynamical Systems, and an Introduction to Chaos". The two equations are highlighted. I think the second one is incorrect, and I insert a question right below it. I…
0
votes
1 answer

What is the formal definition of "memory" in an LTI, continuous dynamical system?

I've heard that dynamical systems have "memory". In discrete time this is represented by the current state depending on the prior states, so that makes sense. But in the continuous time an Linear, Time-Invariant (LTI) system is also said to have…
0
votes
2 answers

State space of a pendulum as $S^{1} \times \Bbb{R}$?

I was reading about the State space of a Dynamical System from Scholarpedia article, I understood that a state space is a set of all possible sets of the Dynamical system. But I was not able to understand how in the case of a pendulum where the…
BAYMAX
  • 4,972
0
votes
1 answer

Computing the State Transition Matrix of a modified system

For the linear system $$ \dot{x} = A(t)x(t) + B(t)u(t),$$ if the transition matrix for $A(t)$ is $$ \phi_A(t,\tau)$$ then for what matrix $F(t)$ is $$ \phi_F(t,\tau) = \phi_A^T(-\tau,-t) ?$$ What I found was for the adjoint state equation $$…
db18
  • 23
0
votes
1 answer

Lanchester's Square Law query

Lanchester's Square Law states that given two armies, $x$ and $y$, with the army units' relative effectiveness $\alpha$ and $\beta$, respectively, this can be written as two differential equations for the sizes of the armies as a function of…
user975
  • 359