Examples include: (a) the Lorenz system for climate and weather modeling (b) the Hodgkin-Huxley system for neuron modeling

Size: px
Start display at page:

Download "Examples include: (a) the Lorenz system for climate and weather modeling (b) the Hodgkin-Huxley system for neuron modeling"

Transcription

1 1 Introduction Many natural processes can be viewed as dynamical systems, where the system is represented by a set of state variables and its evolution governed by a set of differential equations. Examples include: (a) the Lorenz system for climate and weather modeling (b) the Hodgkin-Huxley system for neuron modeling The purpose of this course is to develop necessary mathematical tools to facilitate the study of dynamical systems.

2 2 1 Linear Systems The goal of this chapter is to study linear systems of ordinary differential equations: ẋ = Ax, x(0) = x 0, (1) where x R n, A is an n n matrix and ẋ = dx ( dt = dx1 dt,..., dx ) T n. dt It will be shown that the unique solution of Eq. (1) is given by x(t) = e At x 0, where e At is an n n matrix defined by its Taylor series. A good portion of this chapter is concerned with the computation of e At in terms of the eigenvalues and eigenvectors of A.

3 3 1.1 Uncoupled Linear Systems Let s start the solution of the linear system (1) with the simplest case, where the system contains only one equation (i.e. n = 1): ẋ = ax, x(0) = c. The method of separation of variables immediately gives x(t) = c e at.

4 4 2 2 Uncoupled Systems: an Example To move one step forward, let s consider the following 2 2 uncoupled system: ẋ 1 = x 1, ẋ 2 = 2x 2, x 1 (0) = c 1, x 2 (0) = c 2. Its solution is easily found to be: x 1 (t) = c 1 e t, x 2 (t) = c 2 e 2t, or in matrix form: x(t) = [ e t 0 0 e 2t ] c =: e At c.

5 5 The General Case Clearly, the same procedure can be applied to solve uncoupled systems of any size. For example, the solution of the following 3 3 system: ẋ 1 = x 1, ẋ 2 = x 2, ẋ 3 = x 3, x 1 (0) = c 1, x 2 (0) = c 2, x 3 (0) = c 3. is given by x(t) = e t e t 0 c =: eat c. 0 0 e t

6 6 Phase Plane Analysis Before wrapping up this section, let s introduce some notations that will be useful in the study of the linear system ẋ = Ax. Let s first consider the 2 2 system: [ 1 0 ẋ = Ax, A = 0 2 ]. Recall it has the solution: x(t) = [ e t 0 0 e 2t ] c. Clearly, the above formula describes the dynamics of each of the system components x 1 and x 2.

7 7 Phase Portrait In many cases, however, we are interested in the dynamics of the entire system x = (x 1, x 2 ) T besides that of the individual components x 1 or x 2. To gain a better understanding of the entire system, we eliminate the variable t from the solution representation so that a single formula involving only x 1 and x 2 results: x 2 = c2 1c 2 x 2 1 For any fixed c 1, c 2, the above equation defines a curve in the x 1 x 2 -plane the so-called phase plane. The set of all solution curves for all possible values of c 1 and c 2 constitutes a phase portrait of the linear system ẋ = Ax..

8 8 The Phase Portrait of the 2 2 System The phase portrait of the 2 2 system is shown below. Figure 1: The phase portrait of the 2 2 system.

9 9 Vector Field The direction of the motion of the solution x = (x 1, x 2 ) T along the solution curves can be read off from the explicit formula x 1 (t) = c 1 e t, x 2 (t) = c 2 e 2t. On the other hand, it can also be directly determined from the right-hand side [ ] 1 0 f(x) = Ax = 0 2 x of the system, which defines a vector field on the phase plane. The vector field must be tangent to the solution curves at every point x on the phase plane.

10 10 The Vector Field of the 2 2 System The vector field of the 2 2 system is shown below. Figure 2: The vector field of the 2 2 system.

11 11 The Phase Portrait of the 3 3 System Similar analysis can be carried out for more general linear systems. For example, the following figure shows the phase portrait of the 3 3 system ẋ = Ax where A = diag[1, 1, 1]: Figure 3: The phase portrait of the 3 3 system.

12 Diagonalization In the last section, we have seen how to solve uncoupled linear systems of the form ẋ = Ax = diag[λ 1,...,λ n ]x. The purpose of this and the following sections is to develop solution techniques for general, coupled linear system where the matrix A is not necessarily diagonal. The key is to reduce A to its diagonal form, or in more general situations, to its Jordan form.

13 13 Matrices with Real Distinct Eigenvalues Let s start with the simple case where A has real, distinct eigenvalues. The following theorem provides the basis for the solution of the linear system ẋ = Ax. Theorem 1 If the eigenvalues λ 1, λ 2,...,λ n of an n n matrix A are real and distinct, then any set of corresponding eigenvectors {v 1,v 2,...,v n } forms a basis for R n, the matrix P = [v 1,v 2,...,v n ] is invertible and P 1 AP = diag[λ 1, λ 2,...,λ n ]. The proof of the theorem can be found in any standard linear algebra text, for example Lowenthal [Lo].

14 14 Matrices with Real Distinct Eigenvalues (Cont d) Using the above theorem, we may solve the linear system ẋ = Ax by introducing the change of variable: y = P 1 x. It reduces the original system to an uncoupled linear system: ẏ = diag[λ 1,...,λ n ]y, and the solution of the original system can then be easily found: x(t) = PE(t)P 1 x(0), where E(t) is the diagonal matrix E(t) = diag [ e λ 1t,...,e λ nt ].

15 15 Example As an example, consider the linear system ẋ 1 = x 1 3x 2, ẋ 2 = 2x 2, x 1 (0) = c 1, x 2 (0) = c 2. Using the procedure described above, the solution is found to be x 1 (t) = c 1 e t + c 2 (e t e 2t ), x 2 (t) = c 2 e 2t.

16 16 Example (Cont d) The phase portrait of the above system is shown below. Figure 4: The phase portrait of the example.

17 17 Stable and Unstable Subspaces Note that the subspaces spanned by the eigenvectors v 1 and v 2 of the matrix A determine the stable and unstable subspaces of the linear system ẋ = Ax, according to the following definition. Definition 2 Suppose that the n n matrix A has k negative eigenvalues λ 1,...,λ k and n k positive eigenvalues λ k+1,...,λ n and that these eigenvalues are distinct. Let {v 1,...,v n } be a corresponding set of eigenvectors. Then the stable and unstable subspaces of the linear system, E s and E u, are the linear subspaces spanned by {v 1,...,v k } and {v k+1,...,v n } respectively; i.e., E s = span{v 1,...,v k }, E u = span{v k+1,...,v n }.

18 Exponentials of Operators In the last section, we have seen how to solve the linear system ẋ = Ax when A has real distinct eigenvalues, or more generally when A is diagonalizable. The purpose of this and the following sections is to study the general case where A is not necessarily diagonalizable. The key is to define the matrix exponential e At and verify the identity d dt eat = Ae At.

19 19 Matrices as Linear Operators We shall define e At through the Taylor series e At = k=0 1 k! Ak t k, but first we need to make sure that the series converges in appropriate norms. To introduce a norm (i.e. a measure ) for an n n matrix A, we view it as a linear operator T that maps an element in R n (i.e. an n-vector) to another element in R n : T : R n R n, T(x) = Ax. It can be shown that the converse is also true, i.e. any linear operator that maps R m to R n can be identified with an n m matrix. So matrices are indeed synonyms for linear operators.

20 20 Operator Norm For a linear operator T : R n R n, we define the operator norm: T = sup x =0 T(x), x where x denotes the Euclidean norm of x R n : x = x x2 n. It can be readily verified that the operator norm has the following equivalent definitions: T = sup T(x) or T = sup T(x). x 1 x =1 Remark. The induced norm of the matrix representation A of the operator T is called the 2-norm of A.

21 21 Example To illustrate the concept of operator norm, let s compute A for the 2 2 matrix [ ] a b A =. b a For any x R 2, it is easy to see that Ax 2 = (a 2 + b 2 ) x 2. Hence the induced norm (or 2-norm) of A is given by A = a 2 + b 2. In general, it can be shown that the 2-norm of an m n matrix A is the largest singular value of A, i.e., A = λ max (A H A).

22 22 Properties of the Operator Norm The operator norm has all of the usual properties of a norm, namely for any linear operators S, T : R n R n, (a) T 0 and T = 0 iff T = 0 (positive definiteness) (b) at = a T for any a R (positive homogeneity) (c) S + T S + T (triangle inequality or subadditivity) It can be shown that the space L(R n ) of linear operators T : R n R n equipped with the norm is a complete normed space, or in other words, a Banach space. The convergence of a sequence of operators T k L(R n ) can then be defined in terms of the norm.

23 23 Convergence in Operator Norm Definition 3 A sequence of linear operators T k L(R n ) is said to converge to a linear operator T L(R n ) as k, i.e., lim T k = T, k if for any ǫ > 0, there exists an N such that T T k < ǫ for all k N. Now we can show that the infinite Taylor series e Tt = k=0 1 k! T k t k, converges in the operator norm.

24 24 The Operator Exponential e Tt Theorem 4 Given T L(R n ) and t 0 > 0, the series e Tt := k=0 1 k! T k t k is absolutely and uniformly convergent for all t t 0. Moreover, e Tt e Tt. To prove this theorem, we need the following lemma. Lemma 5 For S, T L(R n ) and x R n, (a) T(x) T x (b) TS T S (c) T k T k for k = 0, 1, 2,...

25 25 The Matrix Exponential e At By identifying an n n matrix A with a linear operator T L(R n ) via the relation T(x) = Ax, we may define the matrix exponential e At as follows. Definition 6 Let A be an n n matrix. Then for t R, e At is the n n matrix defined by the Taylor series e At = k=0 1 k! Ak t k. As will be shown later, the matrix exponential e At can be computed in terms of the eigenvalues and eigenvectors of A.

26 26 Properties of the Matrix Exponential We next establish some basic properties of the operator exponential e T in order to facilitate the computation of the corresponding matrix exponential e A. Proposition 7 If P and T are linear operators on R n and S = PTP 1, then e S = Pe T P 1. Corollary 8 If P 1 AP = diag[λ j ], then e At = P diag[e λ jt ]P 1. Proposition 9 If S and T are linear operators on R n which commute, i.e., ST = TS, then e S+T = e S e T = e T e S. Corollary 10 If T is a linear operator on R n, the inverse of the linear operator e T is given by (e T ) 1 = e T.

27 27 Properties of the Matrix Exponential (Cont d) Corollary 11 (Complex Conjugate Eigenvalues) If [ ] a b A =, b a then e A = e a [ cosb sinb sinb cosb ]. Corollary 12 (Nontrivial Jordan Block) If [ ] a b A =, 0 a then e A = e a [ 1 b 0 1 ].

28 28 Matrix Exponential for 2 2 Matrices It will be shown in Section 1.8 that, for any 2 2 matrix A, there is an invertible 2 2 matrix P (whose columns consist of generalized eigenvectors of A) such that the matrix B = P 1 AP has one of the following forms: [ ] [ ] [ ] λ 0 λ 1 a b B =, B =, or B =. 0 µ 0 λ b a It then follows that e At = Pe Bt P 1 where [ ] [ e λt e Bt 0 1 t =, e Bt = e λt 0 e µt 0 1 [ ] cosbt sinbt or e Bt = e at. sinbt cosbt ],

29 The Fundamental Theorem for Linear Systems In the last section, we have seen how to define the matrix exponential e At through the Taylor series e At = k=0 1 k! Ak t k. The purpose of this section is to verify the identity d dt eat = Ae At and solve the linear system ẋ = Ax in terms of the matrix exponential e At : x(t) = e At x(0).

30 30 The Fundamental Theorem We first compute the derivative of e At in the following lemma. Lemma 13 Let A be a square matrix, then d dt eat = Ae At. Now we are ready to formulate the main theorem. Theorem 14 Let A be an n n matrix. Then for a given x 0 R n, the initial value problem has a unique solution given by ẋ = Ax, x(0) = x 0, x(t) = e At x 0.

31 31 Example Solve the initial value problem [ ] 2 1 ẋ = x, x(0) = 1 2 [ 1 0 ], and sketch the solution curves in the phase plane R 2. By applying the fundamental theorem and the results from the last section, the solution is easily found to be [ ] cost x(t) = e 2t. sint

32 32 Example (Cont d) The phase portrait of the above system is shown below. Figure 5: The phase portrait of the example.

33 Linear Systems in R 2 Now we have learned how to solve the linear system ẋ = Ax in terms of the matrix exponential e At : x(t) = e At x(0), and the only task that remains is to compute e At for arbitrary square matrices A. Before moving on, we shall take a short discursion and discuss in this section the various phase portraits that are possible for linear systems in R 2, i.e. systems with 2 2 matrices A.

34 34 Reduction to Jordan Form Based on the results summarized at the end of Section 1.3, for any 2 2 matrix A, there is an invertible 2 2 matrix P such that the matrix B = P 1 AP has one of the following forms: [ ] [ ] [ ] λ 0 λ 1 a b B =, B =, or B =. 0 µ 0 λ b a It suffices to describe the phase portraits for the linear system ẏ = By since the phase portrait for ẋ = Ax can be obtained from that for ẋ = Bx under the linear transformation x = Py.

35 35 The Solution It follows from the fundamental theorem in Section 1.4 and the form of the matrix e Bt computed in Section 1.3 that the solution of ẏ = By with y(0) = y 0 is given by [ ] [ ] e λt 0 1 t y(t) = y 0, y(t) = e λt y 0, 0 e µt 0 1 [ cosbt sinbt or y(t) = e at sinbt cosbt We now list the various phase portraits that result from these solutions. ] y 0.

36 36 Case I: Saddle [ ] λ 0 Consider the case B = with λ < 0 < µ. The system 0 µ ẏ = By has a saddle at the origin in this case. Figure 6: A saddle at the origin.

37 37 Case II: Stable/Unstable Node [ ] λ 0 Consider the case B = with λ µ < 0 or B = 0 µ [ ] λ 1 with λ < 0. The system ẏ = By has a stable node 0 λ at the origin in these cases. If λ µ > 0 or λ > 0, the node is called an unstable node. Figure 7: A stable node at the origin.

38 38 Case III: Stable/Unstable Focus [ ] a b Consider the case B = with a < 0. The system b a ẏ = By has a stable focus at the origin in this case. If a > 0, the focus is called an unstable focus. Figure 8: A stable focus at the origin.

39 39 Case IV: Center [ 0 b Consider the case B = b 0 center at the origin in this case. ]. The system ẏ = By has a Figure 9: A center at the origin. Remark. If one (or both) of the eigenvalues of B is zero, i.e., if detb = 0, the origin is called a degenerate equilibrium point of the system ẏ = By.

40 40 Example As an example, consider the linear system [ ] 0 4 ẋ = Ax = x, x(0) = c. 1 0 It can be reduced to the Jordan form [ 0 2 ẏ = By = 2 0 ] y, and its solution can be found to be [ cos2t x(t) = 2 sin2t sin2t cos2t 1 2 ] c.

41 41 Example (Cont d) The phase portrait of the above system consists of concentric ellipses as shown in the following figure. Figure 10: The phase portrait of the example.

42 42 Classification of Linear Systems in R 2 Now we may classify the linear systems ẋ = Ax in R 2. Definition 15 The linear system ẋ = Ax is said to have a saddle, a node, a focus or a center at the origin if the matrix A is similar to one of the matrices B in Cases I, II, III or IV respectively. Remark. We say the matrix A is similar to the matrix B if there is a nonsingular matrix P such that P 1 AP = B. Furthermore, the direction of rotation of trajectories in the phase portraits for the systems ẋ = Ax and ẏ = By will be the same if detp > 0 (i.e., if P is orientation preserving) and it will be opposite if detp < 0 (i.e., if P is orientation reversing).

43 43 A Simple Criterion For deta 0, the following simple criterion can be used to determine the type of the linear system ẋ = Ax without reducing A to its Jordan form. Theorem 16 Let δ = deta and τ = tracea and consider the linear system ẋ = Ax. (a) If δ < 0 then the system has a saddle at the origin. (b) If δ > 0 and τ 2 4δ 0 then the system has a node at the origin; it is stable if τ < 0 and unstable if τ > 0. (c) If δ > 0, τ 2 4δ < 0, and τ 0 then the system has a focus at the origin; it is stable if τ < 0 and unstable if τ > 0. (d) If δ > 0 and τ = 0 then the system has a center at the origin.

44 44 The Bifurcation Diagram The above results can be summarized in a bifurcation diagram as shown in the following figure. Note that a stable node or focus of the linear system ẋ = Ax is called a sink and an unstable node or focus is called a source. Figure 11: A bifurcation diagram for the linear system ẋ = Ax.

45 Complex Eigenvalues Having studied the classification of the linear system ẋ = Ax in R 2, we return in this section to the computation of the matrix exponential e At for arbitrary square matrices A. We have learned how to compute e At for matrices A that (1) have real eigenvalues and (2) have a complete set of eigenvectors, in which case A is diagonalizable (in R). We still need to handle the case where A (1) has complex eigenvalues and/or (2) has an incomplete set of eigenvectors, in which case A is not diagonalizable (in R). In this section, we shall first handle the case where A has complex eigenvalues. This has been done for 2 2 systems but we need to generalize the results to arbitrary dimensions.

46 46 Matrices with Distinct Complex Eigenvalues Let s start with the special case where A has distinct, complex (only) eigenvalues. The following theorem provides the basis for the solution of the linear system ẋ = Ax (recall that complex eigenvalues occur in complex conjugate pairs). Theorem 17 If the 2n 2n real matrix A has 2n distinct complex eigenvalues λ j = a j +ib j and λ j = a j ib j and corresponding complex eigenvectors w j = u j + iv j, and w j = u j + iv j, j = 1,...,n, then {u 1,v 1,...,u n,v n } is a basis for R 2n, the matrix P = [v 1 u 1 v 2 u 2 v n u n ] is invertible and P 1 AP = diag [ aj b j b j a j ], a real 2n 2n matrix with 2 2 blocks along the diagonal.

47 47 Matrices with Distinct Complex Eigenvalues (Cont d) Using the above theorem, we may solve the linear system ẋ = Ax by introducing the change of variable y = P 1 x, as we have done before. Corollary 18 Under the hypotheses of the above theorem, the solution of the initial value problem ẋ = Ax, x(0) = x 0 is given by x(t) = P diag e a jt [ cosbj t sinb j t sinb j t cos b j t ] P 1 x 0.

48 48 Example Solve the initial value problem ẋ = x, x(0) = x By applying the above theorem, the solution is found to be e t cost e t sint 0 0 e t sint e t cost 0 0 x(t) = x 0 0 e 2t (cos t + sint) 2e 2t sint e 2t sint e 2t (cos t sint)

49 49 Matrices with Distinct Mixed Eigenvalues In case A has both real and complex eigenvalues and they are distinct, we have the following result. Theorem 19 If A has distinct real eigenvalues λ j and corresponding eigenvectors v j, j = 1,...,k and distinct complex eigenvalues λ j = a j + ib j and λ j = a j ib j and corresponding eigenvectors w j = u j +iv j and w j = u j iv j, j = k +1,...,n, then the matrix P = [v 1 v k v k+1 u k+1 v n u n ] is invertible and P 1 AP = diag[λ 1,...,λ k, B k+1,...,b n ], B j = [ aj b j b j a j ].

50 50 Example Solve the initial value problem ẋ = x, x(0) = x By applying the above theorem, the solution is found to be e 3t 0 0 x(t) = 0 e 2t (cos t + sint) 2e 2t sint x 0. 0 e 2t sint e 2t (cost sint)

51 51 Example (Cont d) The phase portrait of the above system is shown below. Figure 12: The phase portrait of the example.

The goal of this chapter is to study linear systems of ordinary differential equations: dt,..., dx ) T

The goal of this chapter is to study linear systems of ordinary differential equations: dt,..., dx ) T 1 1 Linear Systems The goal of this chapter is to study linear systems of ordinary differential equations: ẋ = Ax, x(0) = x 0, (1) where x R n, A is an n n matrix and ẋ = dx ( dt = dx1 dt,..., dx ) T n.

More information

Department of Mathematics IIT Guwahati

Department of Mathematics IIT Guwahati Stability of Linear Systems in R 2 Department of Mathematics IIT Guwahati A system of first order differential equations is called autonomous if the system can be written in the form dx 1 dt = g 1(x 1,

More information

Linear Systems Notes for CDS-140a

Linear Systems Notes for CDS-140a Linear Systems Notes for CDS-140a October 27, 2008 1 Linear Systems Before beginning our study of linear dynamical systems, it only seems fair to ask the question why study linear systems? One might hope

More information

7 Planar systems of linear ODE

7 Planar systems of linear ODE 7 Planar systems of linear ODE Here I restrict my attention to a very special class of autonomous ODE: linear ODE with constant coefficients This is arguably the only class of ODE for which explicit solution

More information

In these chapter 2A notes write vectors in boldface to reduce the ambiguity of the notation.

In these chapter 2A notes write vectors in boldface to reduce the ambiguity of the notation. 1 2 Linear Systems In these chapter 2A notes write vectors in boldface to reduce the ambiguity of the notation 21 Matrix ODEs Let and is a scalar A linear function satisfies Linear superposition ) Linear

More information

MTH 464: Computational Linear Algebra

MTH 464: Computational Linear Algebra MTH 464: Computational Linear Algebra Lecture Outlines Exam 4 Material Prof. M. Beauregard Department of Mathematics & Statistics Stephen F. Austin State University April 15, 2018 Linear Algebra (MTH 464)

More information

Linear Algebra Practice Problems

Linear Algebra Practice Problems Linear Algebra Practice Problems Math 24 Calculus III Summer 25, Session II. Determine whether the given set is a vector space. If not, give at least one axiom that is not satisfied. Unless otherwise stated,

More information

Linear ODEs. Existence of solutions to linear IVPs. Resolvent matrix. Autonomous linear systems

Linear ODEs. Existence of solutions to linear IVPs. Resolvent matrix. Autonomous linear systems Linear ODEs p. 1 Linear ODEs Existence of solutions to linear IVPs Resolvent matrix Autonomous linear systems Linear ODEs Definition (Linear ODE) A linear ODE is a differential equation taking the form

More information

Math Ordinary Differential Equations

Math Ordinary Differential Equations Math 411 - Ordinary Differential Equations Review Notes - 1 1 - Basic Theory A first order ordinary differential equation has the form x = f(t, x) (11) Here x = dx/dt Given an initial data x(t 0 ) = x

More information

Stability of Dynamical systems

Stability of Dynamical systems Stability of Dynamical systems Stability Isolated equilibria Classification of Isolated Equilibria Attractor and Repeller Almost linear systems Jacobian Matrix Stability Consider an autonomous system u

More information

DIAGONALIZABLE LINEAR SYSTEMS AND STABILITY. 1. Algebraic facts. We first recall two descriptions of matrix multiplication.

DIAGONALIZABLE LINEAR SYSTEMS AND STABILITY. 1. Algebraic facts. We first recall two descriptions of matrix multiplication. DIAGONALIZABLE LINEAR SYSTEMS AND STABILITY. 1. Algebraic facts. We first recall two descriptions of matrix multiplication. Let A be n n, P be n r, given by its columns: P = [v 1 v 2... v r ], where the

More information

MA5510 Ordinary Differential Equation, Fall, 2014

MA5510 Ordinary Differential Equation, Fall, 2014 MA551 Ordinary Differential Equation, Fall, 214 9/3/214 Linear systems of ordinary differential equations: Consider the first order linear equation for some constant a. The solution is given by such that

More information

Chapter 7. Canonical Forms. 7.1 Eigenvalues and Eigenvectors

Chapter 7. Canonical Forms. 7.1 Eigenvalues and Eigenvectors Chapter 7 Canonical Forms 7.1 Eigenvalues and Eigenvectors Definition 7.1.1. Let V be a vector space over the field F and let T be a linear operator on V. An eigenvalue of T is a scalar λ F such that there

More information

NORMS ON SPACE OF MATRICES

NORMS ON SPACE OF MATRICES NORMS ON SPACE OF MATRICES. Operator Norms on Space of linear maps Let A be an n n real matrix and x 0 be a vector in R n. We would like to use the Picard iteration method to solve for the following system

More information

Lecture Notes for Math 524

Lecture Notes for Math 524 Lecture Notes for Math 524 Dr Michael Y Li October 19, 2009 These notes are based on the lecture notes of Professor James S Muldowney, the books of Hale, Copple, Coddington and Levinson, and Perko They

More information

Def. (a, b) is a critical point of the autonomous system. 1 Proper node (stable or unstable) 2 Improper node (stable or unstable)

Def. (a, b) is a critical point of the autonomous system. 1 Proper node (stable or unstable) 2 Improper node (stable or unstable) Types of critical points Def. (a, b) is a critical point of the autonomous system Math 216 Differential Equations Kenneth Harris kaharri@umich.edu Department of Mathematics University of Michigan November

More information

Complex Dynamic Systems: Qualitative vs Quantitative analysis

Complex Dynamic Systems: Qualitative vs Quantitative analysis Complex Dynamic Systems: Qualitative vs Quantitative analysis Complex Dynamic Systems Chiara Mocenni Department of Information Engineering and Mathematics University of Siena (mocenni@diism.unisi.it) Dynamic

More information

Third In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 3 December 2009 (1) [6] Given that 2 is an eigenvalue of the matrix

Third In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 3 December 2009 (1) [6] Given that 2 is an eigenvalue of the matrix Third In-Class Exam Solutions Math 26, Professor David Levermore Thursday, December 2009 ) [6] Given that 2 is an eigenvalue of the matrix A 2, 0 find all the eigenvectors of A associated with 2. Solution.

More information

A = 3 1. We conclude that the algebraic multiplicity of the eigenvalues are both one, that is,

A = 3 1. We conclude that the algebraic multiplicity of the eigenvalues are both one, that is, 65 Diagonalizable Matrices It is useful to introduce few more concepts, that are common in the literature Definition 65 The characteristic polynomial of an n n matrix A is the function p(λ) det(a λi) Example

More information

Section 9.3 Phase Plane Portraits (for Planar Systems)

Section 9.3 Phase Plane Portraits (for Planar Systems) Section 9.3 Phase Plane Portraits (for Planar Systems) Key Terms: Equilibrium point of planer system yꞌ = Ay o Equilibrium solution Exponential solutions o Half-line solutions Unstable solution Stable

More information

MATH 215/255 Solutions to Additional Practice Problems April dy dt

MATH 215/255 Solutions to Additional Practice Problems April dy dt . For the nonlinear system MATH 5/55 Solutions to Additional Practice Problems April 08 dx dt = x( x y, dy dt = y(.5 y x, x 0, y 0, (a Show that if x(0 > 0 and y(0 = 0, then the solution (x(t, y(t of the

More information

MA 527 first midterm review problems Hopefully final version as of October 2nd

MA 527 first midterm review problems Hopefully final version as of October 2nd MA 57 first midterm review problems Hopefully final version as of October nd The first midterm will be on Wednesday, October 4th, from 8 to 9 pm, in MTHW 0. It will cover all the material from the classes

More information

B5.6 Nonlinear Systems

B5.6 Nonlinear Systems B5.6 Nonlinear Systems 1. Linear systems Alain Goriely 2018 Mathematical Institute, University of Oxford Table of contents 1. Linear systems 1.1 Differential Equations 1.2 Linear flows 1.3 Linear maps

More information

Jordan normal form notes (version date: 11/21/07)

Jordan normal form notes (version date: 11/21/07) Jordan normal form notes (version date: /2/7) If A has an eigenbasis {u,, u n }, ie a basis made up of eigenvectors, so that Au j = λ j u j, then A is diagonal with respect to that basis To see this, let

More information

B. Differential Equations A differential equation is an equation of the form

B. Differential Equations A differential equation is an equation of the form B Differential Equations A differential equation is an equation of the form ( n) F[ t; x(, xʹ (, x ʹ ʹ (, x ( ; α] = 0 dx d x ( n) d x where x ʹ ( =, x ʹ ʹ ( =,, x ( = n A differential equation describes

More information

2.10 Saddles, Nodes, Foci and Centers

2.10 Saddles, Nodes, Foci and Centers 2.10 Saddles, Nodes, Foci and Centers In Section 1.5, a linear system (1 where x R 2 was said to have a saddle, node, focus or center at the origin if its phase portrait was linearly equivalent to one

More information

Calculus and Differential Equations II

Calculus and Differential Equations II MATH 250 B Second order autonomous linear systems We are mostly interested with 2 2 first order autonomous systems of the form { x = a x + b y y = c x + d y where x and y are functions of t and a, b, c,

More information

Differential Topology Final Exam With Solutions

Differential Topology Final Exam With Solutions Differential Topology Final Exam With Solutions Instructor: W. D. Gillam Date: Friday, May 20, 2016, 13:00 (1) Let X be a subset of R n, Y a subset of R m. Give the definitions of... (a) smooth function

More information

21 Linear State-Space Representations

21 Linear State-Space Representations ME 132, Spring 25, UC Berkeley, A Packard 187 21 Linear State-Space Representations First, let s describe the most general type of dynamic system that we will consider/encounter in this class Systems may

More information

MCE693/793: Analysis and Control of Nonlinear Systems

MCE693/793: Analysis and Control of Nonlinear Systems MCE693/793: Analysis and Control of Nonlinear Systems Systems of Differential Equations Phase Plane Analysis Hanz Richter Mechanical Engineering Department Cleveland State University Systems of Nonlinear

More information

Entrance Exam, Differential Equations April, (Solve exactly 6 out of the 8 problems) y + 2y + y cos(x 2 y) = 0, y(0) = 2, y (0) = 4.

Entrance Exam, Differential Equations April, (Solve exactly 6 out of the 8 problems) y + 2y + y cos(x 2 y) = 0, y(0) = 2, y (0) = 4. Entrance Exam, Differential Equations April, 7 (Solve exactly 6 out of the 8 problems). Consider the following initial value problem: { y + y + y cos(x y) =, y() = y. Find all the values y such that the

More information

8.1 Bifurcations of Equilibria

8.1 Bifurcations of Equilibria 1 81 Bifurcations of Equilibria Bifurcation theory studies qualitative changes in solutions as a parameter varies In general one could study the bifurcation theory of ODEs PDEs integro-differential equations

More information

Problem set 7 Math 207A, Fall 2011 Solutions

Problem set 7 Math 207A, Fall 2011 Solutions Problem set 7 Math 207A, Fall 2011 s 1. Classify the equilibrium (x, y) = (0, 0) of the system x t = x, y t = y + x 2. Is the equilibrium hyperbolic? Find an equation for the trajectories in (x, y)- phase

More information

Linear ODEs. Types of systems. Linear ODEs. Definition (Linear ODE) Linear ODEs. Existence of solutions to linear IVPs.

Linear ODEs. Types of systems. Linear ODEs. Definition (Linear ODE) Linear ODEs. Existence of solutions to linear IVPs. Linear ODEs Linear ODEs Existence of solutions to linear IVPs Resolvent matrix Autonomous linear systems p. 1 Linear ODEs Types of systems Definition (Linear ODE) A linear ODE is a ifferential equation

More information

0.1 Rational Canonical Forms

0.1 Rational Canonical Forms We have already seen that it is useful and simpler to study linear systems using matrices. But matrices are themselves cumbersome, as they are stuffed with many entries, and it turns out that it s best

More information

Homogeneous Constant Matrix Systems, Part II

Homogeneous Constant Matrix Systems, Part II 4 Homogeneous Constant Matrix Systems, Part II Let us now expand our discussions begun in the previous chapter, and consider homogeneous constant matrix systems whose matrices either have complex eigenvalues

More information

Econ 204 Differential Equations. 1 Existence and Uniqueness of Solutions

Econ 204 Differential Equations. 1 Existence and Uniqueness of Solutions Econ 4 Differential Equations In this supplement, we use the methods we have developed so far to study differential equations. 1 Existence and Uniqueness of Solutions Definition 1 A differential equation

More information

1. Let m 1 and n 1 be two natural numbers such that m > n. Which of the following is/are true?

1. Let m 1 and n 1 be two natural numbers such that m > n. Which of the following is/are true? . Let m and n be two natural numbers such that m > n. Which of the following is/are true? (i) A linear system of m equations in n variables is always consistent. (ii) A linear system of n equations in

More information

4 Second-Order Systems

4 Second-Order Systems 4 Second-Order Systems Second-order autonomous systems occupy an important place in the study of nonlinear systems because solution trajectories can be represented in the plane. This allows for easy visualization

More information

Differential Equations and Modeling

Differential Equations and Modeling Differential Equations and Modeling Preliminary Lecture Notes Adolfo J. Rumbos c Draft date: March 22, 2018 March 22, 2018 2 Contents 1 Preface 5 2 Introduction to Modeling 7 2.1 Constructing Models.........................

More information

22.2. Applications of Eigenvalues and Eigenvectors. Introduction. Prerequisites. Learning Outcomes

22.2. Applications of Eigenvalues and Eigenvectors. Introduction. Prerequisites. Learning Outcomes Applications of Eigenvalues and Eigenvectors 22.2 Introduction Many applications of matrices in both engineering and science utilize eigenvalues and, sometimes, eigenvectors. Control theory, vibration

More information

NOTES ON LINEAR ODES

NOTES ON LINEAR ODES NOTES ON LINEAR ODES JONATHAN LUK We can now use all the discussions we had on linear algebra to study linear ODEs Most of this material appears in the textbook in 21, 22, 23, 26 As always, this is a preliminary

More information

2. Review of Linear Algebra

2. Review of Linear Algebra 2. Review of Linear Algebra ECE 83, Spring 217 In this course we will represent signals as vectors and operators (e.g., filters, transforms, etc) as matrices. This lecture reviews basic concepts from linear

More information

av 1 x 2 + 4y 2 + xy + 4z 2 = 16.

av 1 x 2 + 4y 2 + xy + 4z 2 = 16. 74 85 Eigenanalysis The subject of eigenanalysis seeks to find a coordinate system, in which the solution to an applied problem has a simple expression Therefore, eigenanalysis might be called the method

More information

Copyright (c) 2006 Warren Weckesser

Copyright (c) 2006 Warren Weckesser 2.2. PLANAR LINEAR SYSTEMS 3 2.2. Planar Linear Systems We consider the linear system of two first order differential equations or equivalently, = ax + by (2.7) dy = cx + dy [ d x x = A x, where x =, and

More information

Diagonalization. P. Danziger. u B = A 1. B u S.

Diagonalization. P. Danziger. u B = A 1. B u S. 7., 8., 8.2 Diagonalization P. Danziger Change of Basis Given a basis of R n, B {v,..., v n }, we have seen that the matrix whose columns consist of these vectors can be thought of as a change of basis

More information

Linear Algebra- Final Exam Review

Linear Algebra- Final Exam Review Linear Algebra- Final Exam Review. Let A be invertible. Show that, if v, v, v 3 are linearly independent vectors, so are Av, Av, Av 3. NOTE: It should be clear from your answer that you know the definition.

More information

Solution of Linear State-space Systems

Solution of Linear State-space Systems Solution of Linear State-space Systems Homogeneous (u=0) LTV systems first Theorem (Peano-Baker series) The unique solution to x(t) = (t, )x 0 where The matrix function is given by is called the state

More information

Homogeneous Linear Systems of Differential Equations with Constant Coefficients

Homogeneous Linear Systems of Differential Equations with Constant Coefficients Objective: Solve Homogeneous Linear Systems of Differential Equations with Constant Coefficients dx a x + a 2 x 2 + + a n x n, dx 2 a 2x + a 22 x 2 + + a 2n x n,. dx n = a n x + a n2 x 2 + + a nn x n.

More information

Chapter III. Stability of Linear Systems

Chapter III. Stability of Linear Systems 1 Chapter III Stability of Linear Systems 1. Stability and state transition matrix 2. Time-varying (non-autonomous) systems 3. Time-invariant systems 1 STABILITY AND STATE TRANSITION MATRIX 2 In this chapter,

More information

JORDAN NORMAL FORM NOTES

JORDAN NORMAL FORM NOTES 18.700 JORDAN NORMAL FORM NOTES These are some supplementary notes on how to find the Jordan normal form of a small matrix. First we recall some of the facts from lecture, next we give the general algorithm

More information

Math 308 Final Exam Practice Problems

Math 308 Final Exam Practice Problems Math 308 Final Exam Practice Problems This review should not be used as your sole source for preparation for the exam You should also re-work all examples given in lecture and all suggested homework problems

More information

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems.

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems. Review Outline To review for the final, look over the following outline and look at problems from the book and on the old exam s and exam reviews to find problems about each of the following topics.. Basics

More information

Control Systems. Dynamic response in the time domain. L. Lanari

Control Systems. Dynamic response in the time domain. L. Lanari Control Systems Dynamic response in the time domain L. Lanari outline A diagonalizable - real eigenvalues (aperiodic natural modes) - complex conjugate eigenvalues (pseudoperiodic natural modes) - phase

More information

Definition: An n x n matrix, "A", is said to be diagonalizable if there exists a nonsingular matrix "X" and a diagonal matrix "D" such that X 1 A X

Definition: An n x n matrix, A, is said to be diagonalizable if there exists a nonsingular matrix X and a diagonal matrix D such that X 1 A X DIGONLIZTION Definition: n n x n matrix, "", is said to be diagonalizable if there exists a nonsingular matrix "X" and a diagonal matrix "D" such that X X D. Theorem: n n x n matrix, "", is diagonalizable

More information

1. The Transition Matrix (Hint: Recall that the solution to the linear equation ẋ = Ax + Bu is

1. The Transition Matrix (Hint: Recall that the solution to the linear equation ẋ = Ax + Bu is ECE 55, Fall 2007 Problem Set #4 Solution The Transition Matrix (Hint: Recall that the solution to the linear equation ẋ Ax + Bu is x(t) e A(t ) x( ) + e A(t τ) Bu(τ)dτ () This formula is extremely important

More information

= A(λ, t)x. In this chapter we will focus on the case that the matrix A does not depend on time (so that the ODE is autonomous):

= A(λ, t)x. In this chapter we will focus on the case that the matrix A does not depend on time (so that the ODE is autonomous): Chapter 2 Linear autonomous ODEs 2 Linearity Linear ODEs form an important class of ODEs They are characterized by the fact that the vector field f : R m R p R R m is linear at constant value of the parameters

More information

Econ Lecture 14. Outline

Econ Lecture 14. Outline Econ 204 2010 Lecture 14 Outline 1. Differential Equations and Solutions 2. Existence and Uniqueness of Solutions 3. Autonomous Differential Equations 4. Complex Exponentials 5. Linear Differential Equations

More information

Solutions to Math 53 Math 53 Practice Final

Solutions to Math 53 Math 53 Practice Final Solutions to Math 5 Math 5 Practice Final 20 points Consider the initial value problem y t 4yt = te t with y 0 = and y0 = 0 a 8 points Find the Laplace transform of the solution of this IVP b 8 points

More information

First Midterm Exam Name: Practice Problems September 19, x = ax + sin x.

First Midterm Exam Name: Practice Problems September 19, x = ax + sin x. Math 54 Treibergs First Midterm Exam Name: Practice Problems September 9, 24 Consider the family of differential equations for the parameter a: (a Sketch the phase line when a x ax + sin x (b Use the graphs

More information

SYSTEMTEORI - ÖVNING 1. In this exercise, we will learn how to solve the following linear differential equation:

SYSTEMTEORI - ÖVNING 1. In this exercise, we will learn how to solve the following linear differential equation: SYSTEMTEORI - ÖVNING 1 GIANANTONIO BORTOLIN AND RYOZO NAGAMUNE In this exercise, we will learn how to solve the following linear differential equation: 01 ẋt Atxt, xt 0 x 0, xt R n, At R n n The equation

More information

Lecture Notes 6: Dynamic Equations Part C: Linear Difference Equation Systems

Lecture Notes 6: Dynamic Equations Part C: Linear Difference Equation Systems University of Warwick, EC9A0 Maths for Economists Peter J. Hammond 1 of 45 Lecture Notes 6: Dynamic Equations Part C: Linear Difference Equation Systems Peter J. Hammond latest revision 2017 September

More information

Dynamic interpretation of eigenvectors

Dynamic interpretation of eigenvectors EE263 Autumn 2015 S. Boyd and S. Lall Dynamic interpretation of eigenvectors invariant sets complex eigenvectors & invariant planes left eigenvectors modal form discrete-time stability 1 Dynamic interpretation

More information

Solutions of the Sample Problems for the Third In-Class Exam Math 246, Fall 2017, Professor David Levermore

Solutions of the Sample Problems for the Third In-Class Exam Math 246, Fall 2017, Professor David Levermore Solutions of the Sample Problems for the Third In-Class Exam Math 6 Fall 07 Professor David Levermore Compute the Laplace transform of ft t e t ut from its definition Solution The definition of the Laplace

More information

Remark 1 By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

Remark 1 By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero. Sec 5 Eigenvectors and Eigenvalues In this chapter, vector means column vector Definition An eigenvector of an n n matrix A is a nonzero vector x such that A x λ x for some scalar λ A scalar λ is called

More information

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations Math 2 Lecture Notes Linear Two-dimensional Systems of Differential Equations Warren Weckesser Department of Mathematics Colgate University February 2005 In these notes, we consider the linear system of

More information

Remark By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

Remark By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero. Sec 6 Eigenvalues and Eigenvectors Definition An eigenvector of an n n matrix A is a nonzero vector x such that A x λ x for some scalar λ A scalar λ is called an eigenvalue of A if there is a nontrivial

More information

1. General Vector Spaces

1. General Vector Spaces 1.1. Vector space axioms. 1. General Vector Spaces Definition 1.1. Let V be a nonempty set of objects on which the operations of addition and scalar multiplication are defined. By addition we mean a rule

More information

Half of Final Exam Name: Practice Problems October 28, 2014

Half of Final Exam Name: Practice Problems October 28, 2014 Math 54. Treibergs Half of Final Exam Name: Practice Problems October 28, 24 Half of the final will be over material since the last midterm exam, such as the practice problems given here. The other half

More information

Classification of Phase Portraits at Equilibria for u (t) = f( u(t))

Classification of Phase Portraits at Equilibria for u (t) = f( u(t)) Classification of Phase Portraits at Equilibria for u t = f ut Transfer of Local Linearized Phase Portrait Transfer of Local Linearized Stability How to Classify Linear Equilibria Justification of the

More information

Math 4B Notes. Written by Victoria Kala SH 6432u Office Hours: T 12:45 1:45pm Last updated 7/24/2016

Math 4B Notes. Written by Victoria Kala SH 6432u Office Hours: T 12:45 1:45pm Last updated 7/24/2016 Math 4B Notes Written by Victoria Kala vtkala@math.ucsb.edu SH 6432u Office Hours: T 2:45 :45pm Last updated 7/24/206 Classification of Differential Equations The order of a differential equation is the

More information

Putzer s Algorithm. Norman Lebovitz. September 8, 2016

Putzer s Algorithm. Norman Lebovitz. September 8, 2016 Putzer s Algorithm Norman Lebovitz September 8, 2016 1 Putzer s algorithm The differential equation dx = Ax, (1) dt where A is an n n matrix of constants, possesses the fundamental matrix solution exp(at),

More information

Math 302 Outcome Statements Winter 2013

Math 302 Outcome Statements Winter 2013 Math 302 Outcome Statements Winter 2013 1 Rectangular Space Coordinates; Vectors in the Three-Dimensional Space (a) Cartesian coordinates of a point (b) sphere (c) symmetry about a point, a line, and a

More information

Lecture 4. Chapter 4: Lyapunov Stability. Eugenio Schuster. Mechanical Engineering and Mechanics Lehigh University.

Lecture 4. Chapter 4: Lyapunov Stability. Eugenio Schuster. Mechanical Engineering and Mechanics Lehigh University. Lecture 4 Chapter 4: Lyapunov Stability Eugenio Schuster schuster@lehigh.edu Mechanical Engineering and Mechanics Lehigh University Lecture 4 p. 1/86 Autonomous Systems Consider the autonomous system ẋ

More information

AN ELEMENTARY PROOF OF THE SPECTRAL RADIUS FORMULA FOR MATRICES

AN ELEMENTARY PROOF OF THE SPECTRAL RADIUS FORMULA FOR MATRICES AN ELEMENTARY PROOF OF THE SPECTRAL RADIUS FORMULA FOR MATRICES JOEL A. TROPP Abstract. We present an elementary proof that the spectral radius of a matrix A may be obtained using the formula ρ(a) lim

More information

The following definition is fundamental.

The following definition is fundamental. 1. Some Basics from Linear Algebra With these notes, I will try and clarify certain topics that I only quickly mention in class. First and foremost, I will assume that you are familiar with many basic

More information

We shall finally briefly discuss the generalization of the solution methods to a system of n first order differential equations.

We shall finally briefly discuss the generalization of the solution methods to a system of n first order differential equations. George Alogoskoufis, Dynamic Macroeconomic Theory, 2015 Mathematical Annex 1 Ordinary Differential Equations In this mathematical annex, we define and analyze the solution of first and second order linear

More information

27. Topological classification of complex linear foliations

27. Topological classification of complex linear foliations 27. Topological classification of complex linear foliations 545 H. Find the expression of the corresponding element [Γ ε ] H 1 (L ε, Z) through [Γ 1 ε], [Γ 2 ε], [δ ε ]. Problem 26.24. Prove that for any

More information

6 Linear Equation. 6.1 Equation with constant coefficients

6 Linear Equation. 6.1 Equation with constant coefficients 6 Linear Equation 6.1 Equation with constant coefficients Consider the equation ẋ = Ax, x R n. This equating has n independent solutions. If the eigenvalues are distinct then the solutions are c k e λ

More information

Online Exercises for Linear Algebra XM511

Online Exercises for Linear Algebra XM511 This document lists the online exercises for XM511. The section ( ) numbers refer to the textbook. TYPE I are True/False. Lecture 02 ( 1.1) Online Exercises for Linear Algebra XM511 1) The matrix [3 2

More information

Problem List MATH 5173 Spring, 2014

Problem List MATH 5173 Spring, 2014 Problem List MATH 5173 Spring, 2014 The notation p/n means the problem with number n on page p of Perko. 1. 5/3 [Due Wednesday, January 15] 2. 6/5 and describe the relationship of the phase portraits [Due

More information

MAT Linear Algebra Collection of sample exams

MAT Linear Algebra Collection of sample exams MAT 342 - Linear Algebra Collection of sample exams A-x. (0 pts Give the precise definition of the row echelon form. 2. ( 0 pts After performing row reductions on the augmented matrix for a certain system

More information

Quadratic forms. Here. Thus symmetric matrices are diagonalizable, and the diagonalization can be performed by means of an orthogonal matrix.

Quadratic forms. Here. Thus symmetric matrices are diagonalizable, and the diagonalization can be performed by means of an orthogonal matrix. Quadratic forms 1. Symmetric matrices An n n matrix (a ij ) n ij=1 with entries on R is called symmetric if A T, that is, if a ij = a ji for all 1 i, j n. We denote by S n (R) the set of all n n symmetric

More information

Systems of Linear Differential Equations Chapter 7

Systems of Linear Differential Equations Chapter 7 Systems of Linear Differential Equations Chapter 7 Doreen De Leon Department of Mathematics, California State University, Fresno June 22, 25 Motivating Examples: Applications of Systems of First Order

More information

1.1 Limits and Continuity. Precise definition of a limit and limit laws. Squeeze Theorem. Intermediate Value Theorem. Extreme Value Theorem.

1.1 Limits and Continuity. Precise definition of a limit and limit laws. Squeeze Theorem. Intermediate Value Theorem. Extreme Value Theorem. STATE EXAM MATHEMATICS Variant A ANSWERS AND SOLUTIONS 1 1.1 Limits and Continuity. Precise definition of a limit and limit laws. Squeeze Theorem. Intermediate Value Theorem. Extreme Value Theorem. Definition

More information

Archive of past papers, solutions and homeworks for. MATH 224, Linear Algebra 2, Spring 2013, Laurence Barker

Archive of past papers, solutions and homeworks for. MATH 224, Linear Algebra 2, Spring 2013, Laurence Barker Archive of past papers, solutions and homeworks for MATH 224, Linear Algebra 2, Spring 213, Laurence Barker version: 4 June 213 Source file: archfall99.tex page 2: Homeworks. page 3: Quizzes. page 4: Midterm

More information

+ i. cos(t) + 2 sin(t) + c 2.

+ i. cos(t) + 2 sin(t) + c 2. MATH HOMEWORK #7 PART A SOLUTIONS Problem 7.6.. Consider the system x = 5 x. a Express the general solution of the given system of equations in terms of realvalued functions. b Draw a direction field,

More information

Lecture 9. Systems of Two First Order Linear ODEs

Lecture 9. Systems of Two First Order Linear ODEs Math 245 - Mathematics of Physics and Engineering I Lecture 9. Systems of Two First Order Linear ODEs January 30, 2012 Konstantin Zuev (USC) Math 245, Lecture 9 January 30, 2012 1 / 15 Agenda General Form

More information

LINEAR ALGEBRA QUESTION BANK

LINEAR ALGEBRA QUESTION BANK LINEAR ALGEBRA QUESTION BANK () ( points total) Circle True or False: TRUE / FALSE: If A is any n n matrix, and I n is the n n identity matrix, then I n A = AI n = A. TRUE / FALSE: If A, B are n n matrices,

More information

University of Sydney MATH3063 LECTURE NOTES

University of Sydney MATH3063 LECTURE NOTES University of Sydney MATH3063 LECTURE NOTES Shane Leviton 6-7-206 Contents Introduction:... 6 Order of ODE:... 6 Explicit ODEs... 6 Notation:... 7 Example:... 7 Systems of ODEs... 7 Example 0: fx = 0...

More information

ECEN 605 LINEAR SYSTEMS. Lecture 7 Solution of State Equations 1/77

ECEN 605 LINEAR SYSTEMS. Lecture 7 Solution of State Equations 1/77 1/77 ECEN 605 LINEAR SYSTEMS Lecture 7 Solution of State Equations Solution of State Space Equations Recall from the previous Lecture note, for a system: ẋ(t) = A x(t) + B u(t) y(t) = C x(t) + D u(t),

More information

Solutions to Dynamical Systems 2010 exam. Each question is worth 25 marks.

Solutions to Dynamical Systems 2010 exam. Each question is worth 25 marks. Solutions to Dynamical Systems exam Each question is worth marks [Unseen] Consider the following st order differential equation: dy dt Xy yy 4 a Find and classify all the fixed points of Hence draw the

More information

INNER PRODUCT SPACE. Definition 1

INNER PRODUCT SPACE. Definition 1 INNER PRODUCT SPACE Definition 1 Suppose u, v and w are all vectors in vector space V and c is any scalar. An inner product space on the vectors space V is a function that associates with each pair of

More information

Systems of Linear ODEs

Systems of Linear ODEs P a g e 1 Systems of Linear ODEs Systems of ordinary differential equations can be solved in much the same way as discrete dynamical systems if the differential equations are linear. We will focus here

More information

EIGENVALUES AND EIGENVECTORS 3

EIGENVALUES AND EIGENVECTORS 3 EIGENVALUES AND EIGENVECTORS 3 1. Motivation 1.1. Diagonal matrices. Perhaps the simplest type of linear transformations are those whose matrix is diagonal (in some basis). Consider for example the matrices

More information

LINEAR ALGEBRA MICHAEL PENKAVA

LINEAR ALGEBRA MICHAEL PENKAVA LINEAR ALGEBRA MICHAEL PENKAVA 1. Linear Maps Definition 1.1. If V and W are vector spaces over the same field K, then a map λ : V W is called a linear map if it satisfies the two conditions below: (1)

More information

DIAGONALIZATION. In order to see the implications of this definition, let us consider the following example Example 1. Consider the matrix

DIAGONALIZATION. In order to see the implications of this definition, let us consider the following example Example 1. Consider the matrix DIAGONALIZATION Definition We say that a matrix A of size n n is diagonalizable if there is a basis of R n consisting of eigenvectors of A ie if there are n linearly independent vectors v v n such that

More information

ANSWERS Final Exam Math 250b, Section 2 (Professor J. M. Cushing), 15 May 2008 PART 1

ANSWERS Final Exam Math 250b, Section 2 (Professor J. M. Cushing), 15 May 2008 PART 1 ANSWERS Final Exam Math 50b, Section (Professor J. M. Cushing), 5 May 008 PART. (0 points) A bacterial population x grows exponentially according to the equation x 0 = rx, where r>0is the per unit rate

More information

EK102 Linear Algebra PRACTICE PROBLEMS for Final Exam Spring 2016

EK102 Linear Algebra PRACTICE PROBLEMS for Final Exam Spring 2016 EK102 Linear Algebra PRACTICE PROBLEMS for Final Exam Spring 2016 Answer the questions in the spaces provided on the question sheets. You must show your work to get credit for your answers. There will

More information

AN ITERATION. In part as motivation, we consider an iteration method for solving a system of linear equations which has the form x Ax = b

AN ITERATION. In part as motivation, we consider an iteration method for solving a system of linear equations which has the form x Ax = b AN ITERATION In part as motivation, we consider an iteration method for solving a system of linear equations which has the form x Ax = b In this, A is an n n matrix and b R n.systemsof this form arise

More information