Search for question
Question

MT 328 - Non-Linear dynamical systems: Routes to Chaos Problem Sheet 3 3.1 -Sketch the phase portrait for the linear system below and justify its trajectories and the stability and type of its critical point. You need to deduce the equations describing the system to justify your answers. dy1 =- 2y - 3y dt 1 2 dy 2 =3y -2y 1 2 dt 3.2 -Use the plane TrA/DetA to identify the Type and Stability of the critical points for the linear dK systems -= A X, in each of the cases of matrix A, as given below; not to be done using the direct calculation of eigenvalues and eigenvectors of the matrices. (a)A=2 1);(b)A= ( 2 1 );(c)A=(1 -4 );(d)A= 0 2 ; (e)A=( -1 8 ). 1 2) 1 -3 ) ( 2 -1 ( -3 -1 ) (1-2 7) Justify your answers based on the values of Det A and TrA that you obtain directly from the matrices A and hence describe the eigenvalues for each system. (Help: Remember that when Det A<0, you don't need any other calculation as the CP is identified in the lower part of the plane TrA/DetA .... ) 3.3 - For each of the linear dynamical systems dk = A X, with matrix A given below, find the differential equations describing the systems and describe the trajectories, stability, and type of their expected phase portraits and critical points. Sketch their phase portraits. It is crucial that you justify your answers: just drawing a phase portrait without justifying its features attracts no marks. (a) A=\ ( 9 4 ) -9 -3 ) (b) A=| 0 2 ) (c) A=[ -26 -8) 1 1 ( -12 4 ) Below you can find relevant output from Mathematica to use in your solution. A = { {9, 4}, {-9, -3} } A = { {-2, 1}, {0, 2} } A = { {-12, 4}, {-26, -8} } Eigensystem[A] { {-10+10 i, -10-10 i }, { {1-5i, 13}, {1+5i, 13} } } Eigensystem[A] { {3, 3}, { {-2, 3}, {0, 0} } } Eigensystem[A] { {-2, 2}, { { 1, 0}, {1, 4} } }