Lecture 2 - Tue 2024 09 10 Continue with flows on the line. % =============================================================================== Finish "NEXT LECT." points in Lecture 1: % Complexity diagram for continuous systems: Linear vs. Nonlinear and dimension. Back to dynamical systems: Linear and nonlinear. Autonomous, non-autonomous. ODE, reduction to 1st order and autonomous. Critical points, linearization, stability [details later]. Bifurcations [intuitive idea, details later]. Flows on the line. Examples: --- \dot{x} = f(x) = - V'(x) and motivation [wire and goo]. --- Population grow, logistic equation: \dot{N} = k*N with k = r*(1-N/N_0). where N_0 = carrying capacity of environment. EXISTENCE AND UNIQUENESS THEOREM for ode. Lipschitz. Left for lecture 3: <------------------------------------------------------- 1) Example of non-uniqueness. 2) Where is chaos here? Extreme example, when bound for the continuity constant, e^{K*T}, actually happens. EXTRA STUFF: Attractors, Tipping points/Bifurcations, etc. <--- STUDENT READING. % % ----------------------------------------------------------------------------- % New topic(s) below % ----------------------------------------------------------------------------- % Critical points and linearization: For a dynamical system, \dot{y} = F(y), a critical (or stationary) point is one such that F(x_c) = 0. Then y = x_c is a solution. Many physical systems have equilibrium (time independent) solutions, so that critical points are rather important. [Note that, for discrete dynamical systems, x_{n+1} = F(x_n), a fixed point is defined by F(x_c) = x_c]. Linearized stability of a critical point: write y = x_c + z, where z is very small ["infinitesimal"], then the equations reduce to: \dot{z} = A z, [A] where A is the Jacobian [matrix of partial derivatives] of F at x_c]. [For a discrete system the linearization yields: z_{n+1} = A z_n, and then stability corresponds to abs(eigenvalues) < 1]. Then x_c is (linearly) stable if all the eigenvalues of A have negative real part, and unstable if at least one has a positive real part. QUESTION: when does the behavior of [A] accurately reflect the behavior of the full system near x_c? ANSWER: see the next topic. Note: we will see more about subtle details of stability, etc., later in the class. NOTE: here point out how the "geometric view" of 1-D systems is consistent with the linearization approach above, but also allows you to see what happens when the "linearize approach" fails. That is, when f(x_c) = 0 AND df/dx(x_c) = 0 [f scalar function]. Draw all the possible cases of this [basically <--------- NEXT LECTURE four, corresponding to the pictures given by f(x) = \pm (x-x_c)^2n and f(x) = \pm (x-x_c)^{2n+1} % ----------------------------------------------------------------------------- % The "meta-theorem" <------------------------------------------ NEXT LECTURE [this is NOT an actual mathematical theorem, but a generic observation of something that is true in many examples]. Statement: Suppose that you have a problem where it is possible to linearize to answer the question in the "infinitesimal amplitude limit". Suppose further that the linear problem is robust; that is: if you perturb the linear system, then the answer/property of the linear system does not change. Then the answer/property is also true for non-infinitesimal perturbations that are "small enough". Note: this is related to the concept of "structural stability", which we will introduce in a few lectures. Example #1: Consider several examples of properties of the linear system in [A] which are robust, such as (i) All the eigenvalues have negative real part; (ii) One eigenvalue has positive real part; (iii) All the eigenvalues are distinct and nonzero; etc. Properties that rely on these facts carry over to the full system. On the other hand, for example (a) An eigenvalue has zero real part, or (b) An eigenvalue is real and double; etc are not robust, and properties that depend on this may not carry over to the full system. Example #2: Implicit and Inverse Function theorems. State them, and show how they are examples of the "meta-theorem" You will not find these theorems in Strogatz book, nor in any "modern" calculus book [no longer taught in 18.02], but you can find them in OLD calculus books; or in an analysis book. % ----------------------------------------------------------------------------- % Final point: STUDENT READING I will NOT prove many things in this course. However, most of the proofs follow within the context of the "meta-theorem". In particular, for bifurcations, many proofs "reduce" to cleverly pose the problem so it can be answered using the implicit function theorem. % =============================================================================== EOF