Re

https://www.youtube.com/watch?v=uzJXeluCKMs

1D

Vector fields

Fixed points

$$ f(x^*) = x^* \implies f’(x^*) = 0 $$

Stability

Two types of FPs:

  1. Stable fixed points (attractors, sinks): flow converges towards them
  2. Unstable fixed points (repellers, sources): flow goes away from them

Logisitc equation

$$ \dot{N} = rN \left( 1 - {N \over K} \right) $$

Linear stability analysis

Existence and uniqueness

Potentials

Eigenvalues and eigenvectors

Bifurcations in 1D:

Saddle-node bifurcation

Normal forms

Transcritical bifurcation

Pitchfork bifurcation

Supercritical pitchfork bifurcation

Subcritical pitchfork bifurcation

Imperfect bifurcations

Flows on the circle

$$ \dot{\theta} = f(\theta) $$

2D

Manifolds

Stability

Nullclines

Linear classification of FP

Fixed points and linearization

Robust cases – linear analysis gives the FP correctly

  1. Repellers (or sources): both eigenvalues have positive real part
  2. Attractors (or sinks): both eigenvalues have negative real part
  3. Saddles: one eigenvalue is positive, the other is negative

Marginal cases - linearisation fails, so the full system must be analysed

  1. Centres: both eigenvalues are purely imaginary
  2. Higher-order and non-isolated fixed points: at least one eigenvalue is zero

Marginal cases are those where at least one eigenvalue satisfies Re(λ) = 0.

Linearization

$$ A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \\ \text{trace: }\tau = a + d = \lambda_1 + \lambda_2 \\ \Delta = \det A = ad - cb = \lambda_1 \lambda_2 $$

https://www.researchgate.net/profile/Fabrice-Laussy/publication/301840280/figure/fig9/AS:391132958740558@1470264772604/Classification-of-the-fixed-points-of-the-dissipative-Bosonic-Josephson-Junction-The.png

Eigenvalues and eigenvectors

$$ \lambda_{1,2} = \frac{\tau \pm \sqrt{\tau^2 - 4 \Delta}}{2} $$

eigenvector

Complex eigenvalues

Transition to polar coordinates

Polar coordinates ⇒ Cartesian coordinates

Cartesian coordinates ⇒ Polar coordinates

Conservative systems

Nonlinear centres

Reversible systems

Nondimensionalization

$$ { \mathrm{d}^2 \theta \over \mathrm{d} t^2 } + { g \over L } \sin \theta = 0 $$

$$ \boxed{ \begin{align*} { g \over L } &= \omega^2 \\ t = { \tau \over \omega }, \mathrm{d} t = \frac{1}{\omega} \mathrm{d} \tau \to { \mathrm{d} \tau \over \mathrm{d} t} &= \omega \\ { \mathrm{d} \over \mathrm{d} t } = { \mathrm{d} \tau \over \mathrm{d} t } { \mathrm{d} \over \mathrm{d} \tau } &= \omega { \mathrm{d} \over \mathrm{d} \tau } \\ \to \left( { \mathrm{d} \over \mathrm{d} t } \right)^n = \left( \omega { \mathrm{d} \over \mathrm{d} \tau } \right)^n &= \omega^n { \mathrm{d}^n \over \mathrm{d} \tau^n } \end{align*} } $$

$$ \begin{align*} &{ \mathrm{d}^2 \theta (t) \over \mathrm{d} t^2 } &&+ { g \over L } \sin \theta(t) &&= 0 \\ \to & \omega^2 { \mathrm{d}^2 \theta \left( {\tau \over \omega} \right) \over \mathrm{d} \tau^2 } &&+ \omega^2 \sin \theta \left( {\tau \over \omega} \right) &&= 0 & /\cdot \frac{1}{\omega^2} \\ \to & { \mathrm{d}^2 \theta \left( t( \tau ) \right) \over \mathrm{d} \tau^2 } &&+ \sin \theta \left( t( \tau ) \right) &&= 0 \\ \to & { \mathrm{d}^2 \Theta( \tau ) \over \mathrm{d} \tau^2 } &&+ \sin \Theta ( \tau ) &&= 0 \end{align*} $$

Index theory

Limit cycles

Hopfbifurcation.png
By Hannes Vogel - Own work, CC BY-SA 4.0, Link

Gradient systems

Dissipation

Lyapunov functions

If there is such a function, $\bold{x}^∗$ is globally asymptotically stable: for all initial conditions $\bold{x(t)} \to \bold{x}^∗$, when $t \to \infty$. Consequently, the system has no closed orbits.

Solutions cannot get stuck anywhere else, because if they did, V would stop changing, which would contradict 2).

Poincaré-Bendixson theorem

Relaxation oscillations

Relaxation oscillation of van der Pol oscillator

Bifurcations in 2D

Saddle-node bifurcation

Transcritical and pitchfork bifurcations

Hopf bifurcations

Supercritical Hopf bifurcation

Subcritical Hopf bifurcation

$$ \dot{r} = \mu r + r^3 - r^5 \\ \dot{\theta} = \omega + b r^2 $$

Identifying Hopf bifurcations

Poincaré Maps

When $I > 1$ there are no more FPs available. Claim: For $I > 1$, all trajectories are attracted to a unique, stable limit cycle. The first step to prove this is to show that a periodic solution exists. For this we need a Poincaré map.

How to do it

To show that $y^∗$ exists, we need to know what the graph roughly looks like. For a trajectory that starts at $y = y_1 , \phi = 0: P(y_1) > y_1$. For a trajectory that starts at $y = y_2 , \phi = 0: P(y_2) < y_2$.

Chaos in 3D

Learn the Lorenz system well. There will probably be one or more essay questions on this. Qualitative understanding of different regimes is expected (when changing the relevant parameter) – The Butterfly and the diagram on page 60.

Lorenz equations

$$ \dot{x} = \sigma (y - x) \\ \dot{y} = rx - y - xz \\ \dot{z} = xy - bz \\ \sigma, r, b > 0 $$

Basic properties

Volume contraction

$$ V(t + \mathrm{d} t) = V(t) + \int_S (\bold{f} \cdot \bold{n} \mathrm{d} t) \mathrm{d} A \\ \implies { V(t + \mathrm{d} t) - V(t) \over \mathrm{d} t } = \int_S (\bold{f} \cdot \bold{n}) \mathrm{d} A \\ \text{Divergence theorem} \to \dot{V} = \int_V \nabla \cdot \bold{f} \mathrm{d} V \\ \nabla \cdot \bold{f} = { \partial \over \partial x }[\sigma(y - x)] + { \partial \over \partial y }[rx - y - xz] + { \partial \over \partial z }[xy - bz] = - \sigma - 1 - b < 0 \\ \dot{V} = - ( \sigma + 1 + b ) V \\ \to V(t) = V(0) e^{ - ( \sigma + 1 + b ) } $$

Fixed points

Strange attractor

Chaotic strange attractor

Lyapunov exponent

Lorenz map

One-dimensional maps

Fixed Points and Cobwebs

Logistic map

$$ x_{n+1} = r x_n (1 - x_n), \quad x_n \geq 0, r \geq 0 $$

Flip bifurcation

Period-Doubling

chaos and periodic windows

orbit diagram (understanding it is important)

Intermittency

Cobweb: The system takes a long time to pass through the channels between the diagonal and the curve; here $f^3(x) \sim x \to$ 3-cycle.

Tangent bifurcation

Liapunov exponent

$$ \lambda = \lim_{n \to \infty} \left[ \frac{1}{n} \sum_{i=0}^{n-1} \ln \left| f’(x_i) \right| \right] $$

Universality

Fractals and strange attractors

Fractal properties of cantor set

  1. $C$ has structure at arbitrarily small scales.
  2. $C$ is self-similar. $C$ “contains” smaller copis of itself at all scales.
  3. The dimension of $C$ is not an integer. $dim C = \frac{\ln 2}{\ln 3} \approx 0.63$.

Similarity Dimension.

Box Dimension

Pointwise and Correlation Dimension

The baker’s map

$0 \leq x \leq 1, 0 \leq y \leq 1$ $$ (x_{n+1}, y_{n+1}) = \begin{cases} (2x_n, ay_n) & 0 \leq x_n \leq \frac{1}{2} \\ (2x_n - 1, ay_n + \frac{1}{2}) & \frac{1}{2} \leq x_n \leq 1 \end{cases} $$ where $a$ is a parameter in the range $0 \leq a \leq \frac{1}{2}$

Hénon map

$$ x_{n+1} = y_n + 1 - a x_n^2 \\ y_{n+1} = b x_n $$ where $a$ and $b$ are adjustable parameters.

$$ T’:\\ x’ = x, \\ y’ = 1 + y - ax^2 \\ $$ $$ T’‘: \\ x’’ = bx’ \\ y’’ = y’ \\ $$ $$ T’‘’: \\ x’‘’ = y’’ \\ y’‘’ = x’’ $$ The composite transformation $T = T’‘’(T’‘(T’))$ yields the Hénon mapping.

Properties

  1. invertible, trajectories are unique
  2. dissipative - contracts areas at the same rate everywhere in phase psace (Jacobian)
  3. the strange attractor is enclosed in the trapping region.

Cheat sheet setup

  1. nullclines ($\dot{x} = 0$, $\dot{y} = 0$)
  2. Fixed points = cross between nullclines
  3. Classification of fixed points (stability, types, …)
    • Jacobian = linear classification
  4. Eigenvalues and eigenvectors
  5. Reversible system, Conservative system, Potential function

By-heart

Definitions

Existence and uniqueness definition

Consider the initial value problem: $$ \dot{x} = f(x), \quad x(0) = x_0 $$ Suppose that $f(x)$ and $f’(x)$ are continuous on an open interval $R$ of the $x$-axis and that $x_0$ is a point in $R$. Then the initial value problem has a solution $x(t)$ on some time interval $(-τ, τ)$ about $t = 0$, and the solution is unique.

For the layman: If f(x) is smooth, solutions exist and are unique.

Manifolds definition

If a trajectory starts on the y-axis, the system’s state converges to x*: the y-axis is the stable manifold of the saddle point (i.e. initial conditions bringing the system to x*)

Stable manifold: the set where one ends up when starting at – in fact, infinitesimately close to $-x^*$ and running the dynamics backward in time ($t \to -\infty$) ; here the y-axis Trajectories starting off the y-axis converge asymptotically ($t \to \infty$) to the $x$-axis that is the unstable manifold

Unstable manifold: the set of initial conditions leading to $x^*$ when dynamics runs backward in time ($t \to -\infty$) ; here the $x$-axis

Manifold: A topological space, which is homeomorphic to Euclidian space $\mathbb{R}^m$ locally. (homeomorpism: there is a continuos function $f$ between spaces, and $f^{-1}$ exists)

Stability definition

Existence, uniqueness and topological consequences

Existence and Uniqueness Theorem: Consider the initial $$ \bold{\dot{x} = f(x)}, \qquad \bold{x}(t_0) = \bold{x_0} $$ Let $\bold{f}$ and all its partial derivatives ${ \partial f_i \over \partial x_j }, i,j = 1, \cdots, n$ be continuous for $\bold{x}$ in some open connected set $D \subset \mathrm{R}^n$. Then for $x_0 \in D$ the initial value problem has a solution $\bold{x}(t)$ on some time interval $(-\tau, \tau)$ about $t = 0$, and the solution is unique.

Corollary: different trajectories never intersect! If two trajectories did intersect there would be two solutions starting from the same point (the crossing point).

Consequence in two dimensions: any trajectory starting from inside a closed orbit will be trapped inside it forever! What will happen in the limit t → ∞ ? The trajectory will either converge to a fixed point or to a closed (periodic) orbit! (The last part: Poincaré-Bendixson theorem.)

Fixed points and linearization definition

If Re(λ) ≠ 0 for both eigenvalues, the fixed point is called hyperbolic: in this case its type is predicted by linearisation. The condition Re(λ) ≠ 0 is the exact analog of f’(x*) ≠ 0 in one dimension for the stability of the FP to be accurately predictable by linearisation. Re(λ) ≠ 0, of course, applies also in higher-order systems. Hartman-Grobman Theorem: The local phase portrait near a hyperbolic fixed point is topologically equivalent to the phase portrait of the linearisation. (In other words, there is a homeomorphism that maps one to the other.) Fixed points and linearization Homeomorpism: Let X1 and X2 be topological spaces. A map f : X 1 → X2 is a homeomorphism if it is continuous and has an inverse f -1 : X2 → X1 , which is also continuous. If there exists a homeomorpism between X1 and X2, X1 is said to be homeomorphic to X2 and vice versa. Examples: a) An open disc D2 = {(x, y) ∈homeomorphic to R2 . R2 | x 2 + y 2 < 1} is b) A coffee cup is homeomorphic to a doughnut. → Fixed points and linearization Intuitively, two phase portraits are topologically equivalent if one is a distorted (bending, warping, but not tearing) version of the other. Hence, closed orbits stay closed, trajectories connecting saddle points must not be broken, etc. A phase portrait is structurally stable if its topology cannot be changed by an arbitrarily small perturbation of the vector field. Hence, the phase portrait of a saddle point is structurally stable, that of a center is not, since a small perturbation converts the center into a spiral.

Conservative systems definition

Systems with a conserved quantity are called conservative. General definition: Given a system $\bold{\dot{x}} = f(x)$, a conserved quantity is a real-valued continuous function $E(\bold{x})$ that is constant on trajectories (${ \mathrm{d} E \over \mathrm{d} t } = 0$), but nonconstant on every open set (to exclude e.g. $E(x) \equiv 0$).

Reversibility definition

More general definition of reversibility: If there exists a mapping $R(\bold{x})$ of the phase space to itself that satisfies $R^2(\bold{x}) = \bold{x}$, then the system $\bold{\dot{x}} = f(\bold{x})$ is invariant under the change of variables $t \to −t$, $\bold{x} → R(\bold{x})$. (Reflection about the $x$-axis has the property $R^2(\bold{x}) = \bold{x}$.)

Index theory definition

Suppose a smooth vector field $\bold{\dot{x}} = f(\bold{\dot{x}})$ on the phase plane and consider a simple (= non-self-intersecting) closed curve $C$, which does not pass through fixed points of the system. Then at each point of $C$ the vector field makes a well-defined angle $\phi = \arctan( {\dot{y} \over \dot{x}})$ with the positive $x$-axis.

As $\bold{x}$ moves counterclockwise around $C$, the angle $\phi$ changes continuously (the vector field is smooth) → when $\bold{x}$ comes back to the starting position $\phi$ has varied by a multiple of $2 \pi$. $[\phi]_C$ = the net change in $\phi$ over one circuit The index of the closed curve C: $$ I_C = \frac{1}{2 \pi} [\phi]_C $$

Dulac’s criterion definition

Let x ሶ = f(x) be a continuously differentiable vector field on some simply connected subset R of the plane. If there exists a continuously differentiable, real-valued function g x such that ∇ ∙ g x ሶ has one sign throughout R, there are no closed orbits lying entirely in R. Proof: Let us assume that there is a closed orbit C lying entirely in R. A is the area within C. Green’s theorem Non-zero Zero, since Contradiction → no closed orbits.

Poincaré-Bendixson Theorem definition

A criterion to establish that closed orbits exist. Theorem: Suppose that:

  1. R is a closed, bounded subset of the plane;
  2. x ሶ = f(x) is a continuously differentiable vector field on an open set containing R;
  3. R does not contain any fixed points;
  4. There exists a trajectory C that is confined in R, i.e. it starts in R and stays in R for all future time . Then either C is a closed orbit or it spirals towards a closed orbit as t → ∞. ➔ Chaos cannot occur in the phase plane.

Poincaré Maps definition

General definition of a Poincaré map in an $n$-dimensional system $\bold{\dot{x}} = f(\bold{x})$. Let $S$ be an $n − 1$ dimensional surface of section that is transverse to the flow. The Poincaré map is a mapping from $S$ to itself, obtained by following trajectories from one intersection with $S$ to the next. The $k$th intersection $\bold{x}_k \in S$.

The Poincaré map: $$ \bold{x}_{k+1} = P(\bold{x}_k) $$

Chaos definition

There is no universally accepted definition of the term chaos, but a general agreement on the following three ingredients.

Chaos: aperiodic long-term behavior in a deterministic system that exhibits sensitive dependence on initial conditions

  1. Aperiodic long-term behavior: trajectories do not settle down to fixed points, periodic orbits, quasiperiodic orbits as $t \to \infty$.
  2. Deterministic: the system has no random or noisy inputs or parameters → the irregular behavior arises from nonlinearity.
  3. Sensitive dependence on initial conditions: nearby trajectories separate exponentially fast → positive Lyapunov exponent.

Attractor definition

Definition: an attractor is a closed set $A$ with the following properties:

  1. $A$ is an invariant set: any trajectory $\bold{x}(t)$ that starts in $A$ stays in $A$ for all time.
  2. $A$ attracts an open set of initial conditions: there is an open set $U$ containing $A$ such that if $\bold{x}(0) \in U$, then the distance from $\bold{x}(t)$ to $A$ tends to zero as $t \to \infty$. So, $A$ attracts all trajectories that start sufficiently close to it. The largest such $U$ is called the basin of attraction of $A$.
  3. $A$ is minimal: there is no proper subset of $A$ that satisfies conditions 1 and 2.