> MATH 244 -- Lectures Log

MATH 244 Lectures Log

Lecture 1, Jan 13

Topics

  • Introduction to the course.
  • Flows and semiflows.
  • How to use effectively chatgpt and similar tools as a help to improve your understanding of the dynamical systems field (and many others).

Readings

  • Read Sections 6.5 and 6.6 so that we won't need to spend too much time on them on Wednesday.

Code

  • As asked, below is a slightly improved version of the the code written by chatgpt to visualize the attractor of the Ikdea map:

Homework #1a

Due date: Jan 20

  1. Write a code in python (in any way you want, including getting help from chatgpt) to visualize the Lorenz butterfly.
  2. Ask chtgpt the Lyapunov exponent of the logistic map $f(x)=4x(1-x)$ and ask it to evaluate numerically. Is it able to find the correct result?

Lecture 2, Jan 15

Topics

  • Measures, natural measures, invariant measures.

Readings

  • Sections 6.5 and 6.6.

Lecture 3, Jan 22

Topics

  • Invariant measures of piecewise-linear expanding maps.

Readings

Lecture 4, Jan 27

Topics

  • Flows and semiflows.
  • Flow of an ODE.
  • ODEs that do not give rise to a flow: blowing up in finite time.

Readings

  • Section 7.1.

Lecture 5, Jan 29

Topics

  • ODEs that do not give rise to a flow: non-unique solutions.
  • Recurrent and non-wandering points.

Readings

  • Section 7.1.

Homework #2

Due date: Feb 5

  1. Find the general solution of the ODE $\dot x=\frac{1}{1+x^2}$, $x\in\mathbb R$, and show that:
    1. the function $\frac{1}{1+x^2}$ is Lipschitz in $\mathbb R$;
    2. this ODE has no equilibria;
    3. this ODE gives rise to a flow on $\mathbb R$.
  2. Find the general solution of the ODE $\dot x=\sqrt[3]{x}$, $x\in\mathbb R$, and show that:
    1. the function $\sqrt[3]{x}$ is not Lipschitz in $\mathbb R$;
    2. there are solutions that fall in finite time on the equilibrium solution $x(t)=0$;
    3. this ODE gives rise to a semiflow but not to a flow on $\mathbb R$.
  3. Consider the "constant speed" flow on the 2-torus $F^t(x,y)=(x+at,y+bt)$, where $a,b\in\mathbb R$ and the coordinates $(x,y)$ are meant mod 1 (we already talked briefly about this flow in class last semester but see the wikipedia page for more info about it). Show that, independently on $a$ and $b$, every point is recurrent under this flow.
    Recall that a point $x$ is recurrent under a flow $F$ if, for every $\varepsilon>0$ and $\tau>0$, there is a time $T\geq\tau$ such that $d(F^T(x),x)<\varepsilon$.
  4. Consider the flow sketched in the figure below. Points A,B,C,D are fixed while all blue points move counterclockwise so that, for instance, every blue point between A and B asymptote to B forward in time and to A backward in time. The center of the disc is fixed (red point) while every other point in the interior of the disc moves on a outward spiral that asymptotes to the boundary circle (in orange it is shown one of these spirals). Prove that no blue point is recurrent and that each of them is non-wandering. Is any orange point recurrent? is any non-wandering?

    Recall that a point $x$ is non-wandering under a flow $F$ if, for every $\varepsilon>0$ and $\tau>0$, there is a point $y$ such that $d(y,x)<\varepsilon$ and a time $T\geq\tau$ such that $d(F^T(y),x)<\varepsilon$.

Lecture 6, Feb 3

Topics

  • Equilibria.
  • How to draw a qualitative sketch of the space-time orbits of a dynamical system on the line.
  • Linear ODEs in finite dimension.
  • Exponential of a matrix.
  • Exponential of a diagonal matrix.

Readings

Lecture 7, Feb 5

Topics

  • Exponential of a symmetric matrix.
  • Solving a general symmetric ODE linear system.

Readings

  • Section 7.3.

Lecture 8, Feb 10

Topics

  • Solving a general symmetric ODE linear system.

Readings

  • Section 7.3.

Lecture 9, Feb 12

Topics

  • The ODE $\begin{cases}\dot x &= \phantom{-}y\\ \dot y&= -x\end{cases}$ and its relations with Physics (harmonic oscillator) and Geometry (Euclidean rotations and their Lie Algebra).
  • The ODE $\begin{cases}\dot x &= y\\ \dot y&= x\end{cases}$ and its relations with Physics (Special Relativity) and Geometry (Minowski rotations and their Lie Algebra).
  • The ODE $\begin{cases}\dot x &= \phantom{-}ax+by\\ \dot y&= -bx+ay\end{cases}$.

Readings

  • Section 7.3.

Extra Readings

  • Learn more about the harmonic oscillator from this lecture by Richard Feynman.
  • Learn a bit more about Lie groups and Algebras from this chapter of "Geometric Methods and Applications" by Jean Gallier (UPenn). It contains all I told you in class and much more.
  • Read elementary facts and see nice picts about Special Relativiy from this page by Izaak Neutelings (U. of Zurich, Swisse)
  • Learn a bit about Special Relativity from this nice video

Homework #3

Due date: Feb 19

  1. Let $A,B$ be two $n\times n$ matrices. Prove that, if $AB=BA$, then $e^{At}e^{Bt}=e^{(A+B)t}$.
  2. Find the general solution of the system $\begin{cases}\dot x &= 3x-4y\\ \dot y&= 4x+3y\end{cases}$ and sketch, in the $(x,y)$ plane, the orbits of the system passing through $(1,0)$ and $(0,1)$.
  3. Find the general solution of the system $\begin{cases}\dot x &= 3x+5y\\ \dot y&= x-y\end{cases}$ and write the solution passing through $(1,1)$.
  4. Use the definition of exponential to find the exponential of the matrix $\begin{pmatrix}1&1&0\\ 0&1&1\\ 0&0&1\\\end{pmatrix}$. Then, use this result to write the general solution of the system $\begin{cases}\dot x &= x+y\\ \dot y&=y+z\\\dot z&=z\\\end{cases}$.

Lecture 10, February 24

Topics

  • Classification of linear ODEs: the case of complex eigenvalues.
  • Symplectic geometry.
  • Stability of equilibria.

Readings

  • Section 7.5.

Extra Readings

  • I like a lot the lecture notes on ODEs by Kim Feldman (U. of Utah). This first set is about how an ODE induces a flow. This second set is about how linear ODEs. This third set is about how limit sets and stability of equilibria. Notice that these notes say much more than we did in class, you do not need to learn the extra stuff but certainly go over it if you like it.
  • Here is a nice elementary but interesting article about what symplectic geometry is by Dusa McDuff (Barnard College)

Lecture 11, February 26

Topics

  • Flow induced by an ODE.
  • Hyperbolic equilibria.
  • Linearization of an ODE close to an equilibrium.

Readings

  • Sections 7.3 and 7.4.

Lecture 12, Mar 3

Topics

  • Motion under a potential.

Readings

  • Section 7.5.

Lecture 13, Mar 10

Topics

  • Lyapunov functions

Readings

  • Section 7.6.

Homework #4

Due date: Mar 17

  1. Let $(x^1,\dots,x^n,p_1,\dots,p_n)$ be linear coordinates on $\mathbb R^{2n}$.
    1. Given a function $H=H(x^1,\dots,x^n,p_1,\dots,p_n)$ (called Hamiltonian function), consider the ODE system $$ \begin{cases} \dot x^1&=\phantom{-}\frac{\partial H}{\partial p_1}\\ \vdots\\ \dot x^n&=\phantom{-}\frac{\partial H}{\partial p_n}\\ \dot p_1&=-\frac{\partial H}{\partial x^1}\\ \vdots\\ \dot p_n&=-\frac{\partial H}{\partial x^n}\\ \end{cases} $$ Prove that $H$ is conserved along the solutions of the ODE.
    2. Given another smooth function $f=f(x^1,\dots,x^n,p_1,\dots,p_n)$, define their Poisson bracket as $\{H,f\}=\frac{\partial H}{\partial x^1}\frac{\partial f}{\partial p_1}+\dots\frac{\partial H}{\partial x^n}\frac{\partial f}{\partial p_n} -\frac{\partial f}{\partial x^1}\frac{\partial H}{\partial p_1}-\dots-\frac{\partial f}{\partial x^n}\frac{\partial H}{\partial p_n}$.
      Show that $f$ is conserved along the ODE above if and only if $\{H,f\}=0$.
    3. Use the point above to show that $p_k$ is conserved along the solutions of the ODE above if and only if $\frac{\partial H}{\partial x^k}=0$.
    4. Show that the ODE above can be re-written as follows: $$ \begin{cases} \dot x^1&=\{x^1,H\}\\ \vdots\\ \dot x^n&=\{x^n,H\}\\ \dot p_1&=\{p_1,H\}\\ \vdots\\ \dot p_n&=\{p_n,H\}\\ \end{cases} $$
    5. Evaluate the following Poisson brackets: $\{x^i,x^j\}$, $\{p_i,p_j\}$, $\{x^i,p_j\}$.
    6. Consider the Hamiltonian $H(x,p)=\frac{1}{2}p^2+V(x)$ in $\mathbb R^2$ and show that the ODE above gives the equations of motion of a particle in a potential field we saw in Section 7.5.
  2. Prove that the origin is an asymptotically stable equilibrium of the ODE $$ \begin{cases} \dot x&=-x^3+xy\\ \dot y&=-y^3-x^2\\ \end{cases} $$ and find its basin of attraction.
  3. Show that $L(x,p)=\frac{1}{2} p^2+1-\cos x$ is a Lyapunov function for the equilibria $(x_0,v_0)=(2k,0)$, $k\in\mathbb Z$, of the ODE $\ddot x=-\sin x$. Hint: first write the ODE as a first order system.
  4. Sketch the phase portrait for the linear ODE $$ \begin{cases} \dot x&=-2x+3y\\ \dot y&=\phantom{-}7x-6y\\ \end{cases} $$

Lecture 14, Mar 12

Topics

  • Nullclines and Lotka-Volterra models.
  • Limit sets.

Readings

  • Section 7.6.

Lecture 15, Mar 17

Topics

  • Limit sets.
  • Limit sets of continuous flows in dimension 1.
  • Limit sets of continuous flows in dimension 2.
  • Poincarè-Bendixon theorem

Readings

  • Section 8.1.

Lecture 16, Mar 19

Topics

  • Poincarè-Bendixon theorem
  • General properties of limit sets.
  • The Lorenz system.

Readings

  • Sections 8.2 and 9.1.

Extra Readings

Lecture 17, Mar 25

Topics

  • Limit sets in dimension 2.
  • The Lorenz system.

Readings

  • Sections 8.2, 9.1 and 9.2.

Lecture 18, Mar 26

Topics

  • A Lyapunov function for the Lorenz system.
  • The Rossler system.
  • Bifurrcation cascades in the Rossler system and in the logistic map.
  • The Chua's circuit.
  • Forced oscillators.

Readings

  • Sections 9.2, 9.3, 9.4 and 9.5.

Lecture 19, Mar 31

Topics

  • Lyapunov exponents in flows.
  • The variational equation.
  • Crises and the right endpoint of the period-3 window.

Readings

  • Sections 9.6 and beginning of chapter 10.

Lecture 20, Apr 2

Topics

  • Hamiltonian systems.
  • Crises and the right endpoint of the period-3 window.

Readings

  • Section 10.1.

Homework #5

Due date: Apr 7

  1. Explain why $x(t)=\sin t$ cannot be a solution of a differential eqation on the line $x'=f(x)$.
  2. Find the $\omega$-limit sets of the orbits of the ODE $$ \begin{cases} \dot r &= r(r-1)(r-3)\\ \dot \theta &= 1\\ \end{cases} $$ with initial conditions $(r,\theta)=(0,0),(1/2,\pi),(1,\pi/2),(2,0)$.
  3. Show that a planar vector field whose flow has a periodic orbit has necessarily at least a zero.
  4. Let $X$ be a planar Lipschitz vector field, namely there is a $L>0$ such that $||X(p)-X(q)||\leq L d(p,q)$ for every pair $p,q$ of points in the plane. Prove that the period of each (if any) periodic orbit of the flow of $\dot v=X(v)$ is not smaller than $2\pi/L$.
  5. Find out what happens in the Lorenz system to the orbits of points htat start on the $z$ axis.
  6. Prove that the stable and unstable manifolds $S,U$ of a diffeomorphism $f$ are invariant under $f$, namely $f(S)=S$ and $f(U)=U$.

Lecture 21, Apr 11

Topics

  • Examples of stable and unstable manifolds in two-dimensional systems.
  • Homoclinic orbits, horseshoes and chaos.

Readings

  • Section 10.1 and 10.2.

Lecture 22, Apr 14

Topics

  • The stable and unstable manifolds of the origin in the Lorenz system.
  • Crises.

Readings

  • Section 10.2 and 10.3.

Extra Readings

Homework #6

Due date: Apr 20

  1. Let $f(x,y)=(x/2, 2y-7x^2) $. Verify that, for every $x\in\mathbb R$, $(x,4x^2)$ belongs to the stable manifold of the fixed point $(0,0)$. Show that this implies that the stable manifold of the origin is the parabola $y=4x^2$.
  2. Let $F$ be a discrete flow. Use the Stable Manifold Theorem to show that the stable and unstable manifolds of any saddle of $F$ have no endpoints and that each of them does not cross itself.
  3. Explore numerically the Ikeda map and visualize the attractor and the period-5 periodic orbit that collides with it at about $a=7.24$. Use the code to produce pictures to verify that the orbit does not belong to the attractor for $a\lessapprox 7.24$ and does belong to it for $a\gtrapprox 7.24$. Produce pictures for at least four different values of the parameter $a$ and use enough iterations to make the attractor decently visible.
  4. Write code to visualize the basins of attraction of the two fixed point attractors under the Lorenz system at $\rho=17.5,\sigma=10,\beta=8/3$ in the planes $z=5,10,15,20,27,50$ in the range $(x,y)\in[-100,100]\times[-100,100]$.

Lecture 23, Apr 16

Topics

  • Bifurcation diagrams of maps in dimension 1.
  • Saddle-Node bifurcations.

Readings

  • Sections 11.2, 11.3 and 11.4.

Lecture 24, Apr 21

Topics

  • Period-doubling bifurcations.
  • Transcritical bifurcations.
  • Area-contracting maps.
  • Bifurcations in area-contracting maps over the plane.

Readings

  • Sections 11.4 and 11.5.

Homework #7

Due date: Apr 28

  1. Write code to visualize the bifurcation diagram of the family $f_a(x) = a\sin(x)$, $(a,x)\in[-10,10]\times[-10,10]$. Then find a saddle-node and a period-doubling bifurcation for this family. You can double-check your diagram with the one in this recent article, page 18.
  2. Find all saddle-node and period-doubling bifurcations of fixed-points for the map $f_a(x)=a+x-e^x$.
  3. Find the saddle-node and period-doubling bifurcations of fixed points for the Henon map $f_a(x,y) = (a-x^2+0.3y,x)$.
  4. Find a family $f_a(x)$ such that there is a fixed point $(\bar a,\bar x)$ such that $f'_{\bar a}(\bar x)=-1$ but there is no period-doubling bifurcation at $(\bar a,\bar x)$.