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

Size: px
Start display at page:

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

Transcription

1 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 the behaviour of a state variable over continuous time which explains the use of derivatives (the time derivative measure the marginal changes at each instant of time) In general the above equation can be written explicitly in a more commonly used form ( n) ( n ) x ( = f ( t; x(, xʹ (, x ʹ ʹ (,, x ( ; α) The order of a differential equation is the order of the highest derivative that appears in the equation A differential equation is said to be linear if f is linear function of the state variable and its derivatives A differential equation is said to be autonomous if time does not enter directly in the function f as an argument We shall be dealing only with differential equations of first order It can be shown that any differential equation of higher order can be transformed into a system of first order differential equations by introducing new variables Example: Consider the second-order linear differential equation x ʹ ʹ ( = axʹ ( + bx( (0) Define a new variable y( = xʹ ( Then yʹ ( = x ʹ ʹ ( Putting these values in (0), we get the system of first order differential equations involving two variables x and y: xʹ ( = y( (0ʹ ) yʹ ( = ay( + bx( The theory of differential equations is in many ways similar to theory of difference equations Therefore in some cases we shall just state the results, leaving the derivations as exercises B Solving a Linear First Order Differential Equation (a) AUTONOMOUS EQUATIONS: Consider a linear autonomous equation of the following form: dx( = ax( + b () As in the case of difference equation, the generation solution to () is given by a sum of two terms x and x, where x solves the homogeneous part of () (complementary function), and c p p c n x is any particular solution to () (called a particular integral)first let us solve for the homogeneous component: dx = ax (ʹ ) Equation (ʹ ) can be written as 3

2 dx = a x Integrating both sides and simplifying, we can write the solution to equation (ʹ ) as at x( = c exp where c is an arbitrary constant at Thus the complementary function is given by xc = cexp For the particular integral we again proceed with a trial solution that x ( = k (a dx constan Then = 0 Putting these values in () we get ak + b = 0 b k = a b Hence the particular integral is given by x p = a Thus the general solution to the autonomous differential equation () is at ( b) x( = c exp + a where c is an arbitrary constant whose value is to be determined from the given initial or any other boundary condition (b) NON-AUTONOMOUS EQUATIONS: Let us consider a non-autonomous first order differential equation of the form: dx( = ax( + b( () at The complementary function is once again given by x ( = c exp So we have to find only a particular solution Suppose b ( takes a particular functional form given by b t b( = B exp Then the differential equation given in () takes the form: dx ( b t = ax( + B exp (ʹ ) Let us now proceed with a trial solution, b t dx x( = k exp Then b t = kb exp B Substituting these values to the above equation and simplifying, k = Thus we get b a B a particular solution to (ʹ ) as b t xp( = exp b a Hence the general solution to (ʹ ) is at B b t x( = cexp + exp, b a ; c an arbitrary constant b a c When b = a, the differential equation becomes 4

3 dx ( a t = a x( + B exp (ʺ ) So the complementary function now is a t xc ( = cexp In order to find a particular solution, let us proceed with a trial solution a t x( = kt exp dx Then a t a t = k exp + a kt exp Putting these values back into the above equation and a t simplifying, k = B Thus the particular integral is given by xp( = Bt exp Therefore the general solution to (ʺ ) is a t x( = ( c + B exp, c an arbitrary constant However it may not always be possible to find a suitable trial solution for a nonautonomous difference equation even when the functional form of b ( is known There is a more general method of solving any non-autonomous first order differential equation which requires knowledge of two concepts: (i) exact differential equation, (ii) integrating factor Let us consider a first order non-autonomous differential equation of the form M ( dx + N( = 0 (3) dx N( ie, = M ( This differential equation is said to be an exact differential equation if there exists a F F function F ( such that = M ( and = N( The function F ( is called the primitive function F F Remark Since we know that for any function F (, =, an easy criterion for checking whether a given differential equation of the general form M N M ( dx + N( = 0 is exact or not is to verify if = If this holds then the given differential equation is exact, otherwise not It is easy to see that if a differential equation is exact and if we can identify the primitive function F (, then such an exact differential equation can be readily solved in the following way: M ( dx + N( = 0 F F dx + = 0 df ( = 0 Integrating, we get the general solution to this equation as F ( = c where c is an arbitrary constant (constant of integration) 5

4 Thus if we are given an exact difference equation to solve, all that we have to do is to find the corresponding primitive function F ( F How to find the primitive function: we know that = M ( Hence the function F ( must contain a partial integral of M ( Let us start with a trial primitive function of the form F( = M( + φ ( (4) [Note that in (4), M ( is integrated partially with respect to ie, in integrating the function we treat t as given] If (4) is indeed the primitive function corresponding to (3), then its partial derivative with respect to t should be equal to N ( Using this relation we can identify the φ ( function and consequently identify the F ( function Once F ( is found we can equate it with an arbitrary constant to get the general solution to (3) Example: Consider a differential equation of the form: (3x + 4x dx + (x + = 0 (3ʹ ) Here M ( = (3x + 4x and N ( = (x + The first step is to check whether (3ʹ ) is an exact differential equation or not M N M N From the equation we find, = 4 x and = 4 x Thus = and the differential equation is exact So in order to solve (3ʹ ) we have to find the corresponding primitive function F ( Let us proceed with the trial function: F( = M( + φ ( ie, F( = (3x + 4x + φ ( 3 F( = ( x + x + φ( From above, F dφ = x + If the above trail function is indeed the primitive function corresponding to (3ʹ ), then d x + φ = x + t dφ ie, = t Integrating, φ ( t ) = t + c, where c is an arbitrary constant Thus we have derived the primitive function as 3 F ( = x + x t + t + c The general solution to (3ʹ ) is then given by, F ( = c, or 3 x + x t + t + c = c Combining the two arbitrary constants c and c we may write this solution as 3 x + x t + t = c 6

5 Remark In order to find the primitive function of the exact differential equation given in F (3), we can proceed in an alternative way Since = N(, the function F ( must contain a partial integral of N( as well So we can write the trial solution as F( = N( + ψ ( x) (4ʹ ) Note once again that N ( is to integrated partially with respect to t, ie, in integrating the function we have to treat x as given If this is indeed the primitive function corresponding to (3), then its partial derivative with respect to x should be equal to M ( Using this relation we can identify the ψ (x) function and consequently identify the F ( function Both this procedures should give us the same primitive function (Verify that for the above example, the alternative procedure described here will generate the same functional form of the primitive function) If the given differential equation is not exact, then it is possible to transform it into an exact differential equation by multiplying both sides with a common factor This common factor that transforms a non-exact differential equation to an exact one is called an integrating factor We shall only discuss the procedure for solving a linear non-autonomous first order differential equation which is not exact Consider a first order linear differential equation of the form dx = ax + b( (5) Writing this in the M ( dx + N( = 0 format, we get dx + { ax b( } = 0 (5ʹ ) Thus M ( = and N ( = { ax + b( } Obviously, this differential equation is not exact as long as a 0 Suppose I is the integrating factor (which is yet unknown) Then multiplying both sides of (5ʹ ) by I should convert it to an exact differential equation Hence the following is an exact differential equation: I dx + I{ ax b( } = 0 (5ʺ ) The new M and N function corresponding to (5ʺ ) are given by M ( = I and N ( = I{ ax + b( } Since (5ʺ ) is an exact differential equation (by construction), M N di = That is, = ai Integrating, we can identify the integrating factor as, log I = + K ( K being the constant of integration) K or, I = Aexp ( A = exp ) Any function of the above form will act as the integrating factor for (5ʹ ), whatever be the value of A Hence for simplicity we set A = Thus using the integrating factor I = exp, we can write (5) as an exact differential equation in the following way: exp dx exp { ax + b( } = 0 (5ʹ ʺ ) To find the primitive function corresponding to (5ʹ ʺ ), we proceed with the trial function 7

6 F( = M + φ ( = exp + φ( = xexp + φ( d Hence F ax φ at = exp + Again from (5ʹ ʺ ) N( = exp { ax + b( } Equating the two, dφ = exp b( φ = b t exp ( ) Thus the primitive function is given by at F( = xexp exp b( Hence the general solution to a linear non-autonomous difference equation of the form given in (5) is xexp exp b( = c Rearranging, we can write the general solution as at x( = exp c + exp b( (6) ( ) where c is an arbitrary constant whose value is to be determined from the given boundary condition B Autonomous First Order Differential Equation: Steady States and Stability Consider an autonomous first order differential equation of the form x ʹ ( = f ( x( ; α) (7) The steady state and stability of this autonomous differential equation is defines as follows Steady state: A point x X is a steady state of the dynamic system represented by the differential equation (7) if it satisfies the following condition: f ( x; α) = 0 In other words, the steady state can be found by setting x ʹ ( = 0 Stability: A dynamical system with a steady state x X is said to be asymptotically stable if lim x( = x t Example: Let us consider a linear difference equation of the form dx( = ax( + b at ( b) We have seen that this function has a general solution x( = c exp + a dx b Setting x ʹ ( = 0, ie, = 0, we can derive the steady state as x =, which is a nothing but the particular integral as derived earlier Hence the general solution to the above equation can be written as x( = cexp at + x Thus no matter what the value of c is (ie, no matter what the initial condition is), the system will approach its steady state as t tends to infinity if and only if a < 0 Thus the stability condition here is given by a < 0 8

7 Remark By comparing this example with corresponding difference equation, one can readily see the similarity between the two cases However, one should note that in the case of difference equation stability depends on whether the parameter a is greater than unity or less than unity On the other hand, in the case of differential equation stability depends on whether the parameter a is positive or negative B3 Solving a System of First Order Differential Equations (Linear and Autonomous) (a) n dimensional system: Consider a system of linear and autonomous differential equations of the form x ʹ ( t ) = Ax( + b (8) where A is an n n matrix of constant coefficients As in the case of system of difference equations, we first identify the particular solution (integral) as p x ( = A b = x (the steady state vector) Next, to find the complementary function, let us consider the homogenous system x ʹ ( = Ax( (8ʹ ) If the n dimensional square matrix A has n distinct roots then we can use the corresponding matrix of the eigenvectors M to diagonalize A and the transform the homogeneous system given by (8ʹ ) to a simpler system of the form: yʹ ( = Λy( (8ʺ ) where Λ is a diagonal matrix with all the distinct eigenvalues of A as its diagonal elements Equation (8ʺ ) represents a system of n independent linear and autonomous differential equations of the following kind: dy = λ y dy = λ y dyn = λ n yn λt λt The solution to this system is given by y( = c exp, y( = c exp,, λ y nt n ( = c n exp, where c, c,, c n are all arbitrary constants We can then find the general solution to the original system given by (8) as x( t ) = My( A b The system will be asymptotically stable if all the eigenvalues are negative; will be unstable if all the eigenvalues are positive; and will be saddle point stable if some of the eigenvalues are positive and others are negative If A matrix is not digonizable, then we can transform it to its Jordan canonical form by using a similarity transformation and solve the resulting simplified system to arrive at the general solution to (8) We shall however discuss this procedure only for the dimensional case 9

8 (b) dimensional system: Consider a two dimensional system of the form dx = ax + ax + b dx = a + + x ax b The co-efficient matrix is given by a a A = a a p x x The particular integral can be found as x () t =, where is obtained by solving x x a x + a x + b = 0 This particular solution is also the steady state + + = 0 the equations: ax ax b solution of the dynamic system In order to find the complementary function, we derive the characteristic roots and the corresponding characteristic vectors of A Case (i): the roots are real and distinct e Let the two roots be λ and λ with the associated characteristic vectors e = e e and e = respectively Then the transformation matrix that diagonalizes A is given e by M = ( e, e), which has the two eigenvectors e and e as its columns As in the difference equation case, the general solution to the system is then given by: xi ( = ec exp + ec exp + x (0) x = + + ( ec exp ec exp x where x and x are the two steady state values The arbitrary constraints c and c will be determined by the given boundary conditions The system will be stable if both λ and λ are negative; will be unstable if λ and λ both positive; and will be saddle point stable if one of the eigenvalues is negative and the other is not As in the case of difference equation, we can find the equation of the saddle path in the following way Let λ 0 and λ 0 Choosing the initial values such that c (the > < (9) 0

9 coefficient associated with the unstable root λ ) vanishes, we can derive corresponding stable time paths of x and x as: x ( = ec exp + x x( = ec exp + x t Eliminating c expλ, we can write the equation of the saddle path as: e x ( = ( xi ( x ) + x e Case (ii): the roots are real and repeated Let the repeated root be denoted by λ In this case the matrix A is not diagonaizable However, as in the case of difference equations, by a similarity transformation, we can λ still convert A to its canonical form C = 0 λ e If the eigenvector associated with λ be e =, then the invertible transformation e e v v e matrix that converts A to C is given by M =, where ( A λ I) = e v v e As in the difference equation case, we can then define a new set of variables y ( t ) M = x ( t ) and transform the homogeneous system x ʹ ( = Ax( to a simplified system given by: y ʹ ( = Cy( yʹ λ y ie, = yʹ 0 λ y The solution for the second equation is given by λt y ( = c exp Putting this solution back in the first equation, we get a non-autonomous differential equation of the form λt y ʹ = λy + c exp, which has a solution y( = ( c + c exp Given the solutions to y, once again the general solutions for as x t = M yt + x x t and x t can be derived Stability of the system depends on the value of λ The system is stable if λ < 0 and is unstable if λ > 0 Case (iii): the roots are complex conjugate When the eigenvalues of A are comple (0) would still be a solution to the system However, as in the difference equation case, we can simplify the system to get a solution in terms of real numbers so that the stability property of the system becomes visible

10 If the Matrix A has a specific form such that a = a = a(say) and a = a = b(say) a b so that A looks like this:, then as in the difference equation case, we can b a derive the eigen values and eigen vectors of A as a ± ib and, respectively i i Then directly using (0), we can obtain the general solution for this special case as: ( a+ ib) t ( a ib) t xt = c exp + c exp + x ( a+ ib) t ( a ib) t xt = ic exp + ic exp + x (0ʹ ) Again applying the second part of De Moivre s Theorem, the solution can be simplified to at xt = exp ( c3cos θ t+ c4sin θ + x at xt = exp ( c3sin θ t c4cos θ + x where c 3 = ( c + c) and c 4 = ( c + c) i are two arbitrary constants (not necessarily real) To determine the stability property, observe that as in the difference equation case, the two terms cos θ t and sin θ t move in a periodic manner, taking values between and +, and returning to the same value after every π θ period Hence x and x will also move in cyclically fashion However, whether they approach the steady state over time or not depends crucially on the term exp at If a < 0, the system will approach the steady state over time, albeit cyclically If, a > 0 the system will move away from the steady state If a = 0, the system will exhibit limit cycles, moving in the same orbit period after period, neither approaching the steady state, nor moving away from it Remark Note that though the methods of solving difference and differential equations are very similar, and often the stability properties are also somewhat similar, in the complex root case the stability condition for a system of differential equations is substantially different from that of difference equation Recall that in a system of difference equations with complex roots a ± ib, stability requires that r = a + b < But in a system of differential equations with complex roots a ± ib, stability requires that a < 0 Thus in the latter case, only the real part of the complex root is important for stability, the imaginary part does not play any role a b If the matrix A does not follow the specific form given by, we can construct a b a matrix M and transform the x-system into a system of new variables y such that the new co-efficient matrix of the y-system has the specific form Once we solve the y-system, we can derive the general solution for the x-system as: xt = Myt + x The stability property of the x-system will be the same as the y-system

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

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

Examples include: (a) the Lorenz system for climate and weather modeling (b) the Hodgkin-Huxley system for neuron modeling 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

More information

systems of linear di erential If the homogeneous linear di erential system is diagonalizable,

systems of linear di erential If the homogeneous linear di erential system is diagonalizable, G. NAGY ODE October, 8.. Homogeneous Linear Differential Systems Section Objective(s): Linear Di erential Systems. Diagonalizable Systems. Real Distinct Eigenvalues. Complex Eigenvalues. Repeated Eigenvalues.

More information

Matrix Solutions to Linear Systems of ODEs

Matrix Solutions to Linear Systems of ODEs Matrix Solutions to Linear Systems of ODEs James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 3, 216 Outline 1 Symmetric Systems of

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

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

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

ENGI Linear Approximation (2) Page Linear Approximation to a System of Non-Linear ODEs (2)

ENGI Linear Approximation (2) Page Linear Approximation to a System of Non-Linear ODEs (2) ENGI 940 4.06 - Linear Approximation () Page 4. 4.06 Linear Approximation to a System of Non-Linear ODEs () From sections 4.0 and 4.0, the non-linear system dx dy = x = P( x, y), = y = Q( x, y) () with

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

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

Chapter 7. Homogeneous equations with constant coefficients

Chapter 7. Homogeneous equations with constant coefficients Chapter 7. Homogeneous equations with constant coefficients It has already been remarked that we can write down a formula for the general solution of any linear second differential equation y + a(t)y +

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

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 4B Differential Equations, Fall 2016 Final Exam Study Guide

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide GENERAL INFORMATION AND FINAL EXAM RULES The exam will have a duration of 3 hours. No extra time will be given. Failing to submit your solutions

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

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

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

Extreme Values and Positive/ Negative Definite Matrix Conditions

Extreme Values and Positive/ Negative Definite Matrix Conditions Extreme Values and Positive/ Negative Definite Matrix Conditions James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 8, 016 Outline 1

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

1. Find the solution of the following uncontrolled linear system. 2 α 1 1

1. Find the solution of the following uncontrolled linear system. 2 α 1 1 Appendix B Revision Problems 1. Find the solution of the following uncontrolled linear system 0 1 1 ẋ = x, x(0) =. 2 3 1 Class test, August 1998 2. Given the linear system described by 2 α 1 1 ẋ = x +

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

Modelling and Mathematical Methods in Process and Chemical Engineering

Modelling and Mathematical Methods in Process and Chemical Engineering Modelling and Mathematical Methods in Process and Chemical Engineering Solution Series 3 1. Population dynamics: Gendercide The system admits two steady states The Jacobi matrix is ẋ = (1 p)xy k 1 x ẏ

More information

ENGI 9420 Lecture Notes 4 - Stability Analysis Page Stability Analysis for Non-linear Ordinary Differential Equations

ENGI 9420 Lecture Notes 4 - Stability Analysis Page Stability Analysis for Non-linear Ordinary Differential Equations ENGI 940 Lecture Notes 4 - Stability Analysis Page 4.01 4. Stability Analysis for Non-linear Ordinary Differential Equations A pair of simultaneous first order homogeneous linear ordinary differential

More information

EC744 Lecture Notes: Economic Dynamics. Prof. Jianjun Miao

EC744 Lecture Notes: Economic Dynamics. Prof. Jianjun Miao EC744 Lecture Notes: Economic Dynamics Prof. Jianjun Miao 1 Deterministic Dynamic System State vector x t 2 R n State transition function x t = g x 0 ; t; ; x 0 = x 0 ; parameter 2 R p A parametrized dynamic

More information

The Complex Numbers c ). (1.1)

The Complex Numbers c ). (1.1) The Complex Numbers In this chapter, we will study the basic properties of the field of complex numbers. We will begin with a brief historic sketch of how the study of complex numbers came to be and then

More information

Dynamical Systems. August 13, 2013

Dynamical Systems. August 13, 2013 Dynamical Systems Joshua Wilde, revised by Isabel Tecu, Takeshi Suzuki and María José Boccardi August 13, 2013 Dynamical Systems are systems, described by one or more equations, that evolve over time.

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

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

Topic 5: The Difference Equation

Topic 5: The Difference Equation Topic 5: The Difference Equation Yulei Luo Economics, HKU October 30, 2017 Luo, Y. (Economics, HKU) ME October 30, 2017 1 / 42 Discrete-time, Differences, and Difference Equations When time is taken to

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

MathQuest: Differential Equations

MathQuest: Differential Equations MathQuest: Differential Equations Geometry of Systems 1. The differential equation d Y dt = A Y has two straight line solutions corresponding to [ ] [ ] 1 1 eigenvectors v 1 = and v 2 2 = that are shown

More information

STABILITY. Phase portraits and local stability

STABILITY. Phase portraits and local stability MAS271 Methods for differential equations Dr. R. Jain STABILITY Phase portraits and local stability We are interested in system of ordinary differential equations of the form ẋ = f(x, y), ẏ = g(x, y),

More information

The Liapunov Method for Determining Stability (DRAFT)

The Liapunov Method for Determining Stability (DRAFT) 44 The Liapunov Method for Determining Stability (DRAFT) 44.1 The Liapunov Method, Naively Developed In the last chapter, we discussed describing trajectories of a 2 2 autonomous system x = F(x) as level

More information

Differential equations

Differential equations Differential equations Math 7 Spring Practice problems for April Exam Problem Use the method of elimination to find the x-component of the general solution of x y = 6x 9x + y = x 6y 9y Soln: The system

More information

1+t 2 (l) y = 2xy 3 (m) x = 2tx + 1 (n) x = 2tx + t (o) y = 1 + y (p) y = ty (q) y =

1+t 2 (l) y = 2xy 3 (m) x = 2tx + 1 (n) x = 2tx + t (o) y = 1 + y (p) y = ty (q) y = DIFFERENTIAL EQUATIONS. Solved exercises.. Find the set of all solutions of the following first order differential equations: (a) x = t (b) y = xy (c) x = x (d) x = (e) x = t (f) x = x t (g) x = x log

More information

Autonomous Systems and Stability

Autonomous Systems and Stability LECTURE 8 Autonomous Systems and Stability An autonomous system is a system of ordinary differential equations of the form 1 1 ( 1 ) 2 2 ( 1 ). ( 1 ) or, in vector notation, x 0 F (x) That is to say, an

More information

22.3. Repeated Eigenvalues and Symmetric Matrices. Introduction. Prerequisites. Learning Outcomes

22.3. Repeated Eigenvalues and Symmetric Matrices. Introduction. Prerequisites. Learning Outcomes Repeated Eigenvalues and Symmetric Matrices. Introduction In this Section we further develop the theory of eigenvalues and eigenvectors in two distinct directions. Firstly we look at matrices where one

More information

Ordinary Differential Equations

Ordinary Differential Equations Chapter 10 Ordinary Differential Equations 10.1 Introduction Relationship between rate of change of variables rather than variables themselves gives rise to differential equations. Mathematical formulation

More information

Constant coefficients systems

Constant coefficients systems 5.3. 2 2 Constant coefficients systems Section Objective(s): Diagonalizable systems. Real Distinct Eigenvalues. Complex Eigenvalues. Non-Diagonalizable systems. 5.3.. Diagonalizable Systems. Remark: We

More information

Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Fall Semester 2006 Christopher J. Cramer. Lecture 5, January 27, 2006

Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Fall Semester 2006 Christopher J. Cramer. Lecture 5, January 27, 2006 Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Fall Semester 2006 Christopher J. Cramer Lecture 5, January 27, 2006 Solved Homework (Homework for grading is also due today) We are told

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

ES10006: Core skills for economists: Mathematics 2

ES10006: Core skills for economists: Mathematics 2 ES10006: Core skills for economists: Mathematics 2 Seminar 10 Problem set no. 7: Questions 6 and 7 Simultaneous difference equations The direct method The following system of n = 2 linear difference equations

More information

DYNAMIC LECTURE 1 UNIVERSITY OF MARYLAND: ECON 600

DYNAMIC LECTURE 1 UNIVERSITY OF MARYLAND: ECON 600 DYNAMIC LECTURE 1 UNIVERSITY OF MARYLAND: ECON 6 1. differential Equations 1 1.1. Basic Concepts for Univariate Equations. We use differential equations to model situations which treat time as a continuous

More information

Section 8.2 : Homogeneous Linear Systems

Section 8.2 : Homogeneous Linear Systems Section 8.2 : Homogeneous Linear Systems Review: Eigenvalues and Eigenvectors Let A be an n n matrix with constant real components a ij. An eigenvector of A is a nonzero n 1 column vector v such that Av

More information

ODEs Cathal Ormond 1

ODEs Cathal Ormond 1 ODEs Cathal Ormond 2 1. Separable ODEs Contents 2. First Order ODEs 3. Linear ODEs 4. 5. 6. Chapter 1 Separable ODEs 1.1 Definition: An ODE An Ordinary Differential Equation (an ODE) is an equation whose

More information

Last lecture: Recurrence relations and differential equations. The solution to the differential equation dx

Last lecture: Recurrence relations and differential equations. The solution to the differential equation dx Last lecture: Recurrence relations and differential equations The solution to the differential equation dx = ax is x(t) = ce ax, where c = x() is determined by the initial conditions x(t) Let X(t) = and

More information

Symmetric and anti symmetric matrices

Symmetric and anti symmetric matrices Symmetric and anti symmetric matrices In linear algebra, a symmetric matrix is a square matrix that is equal to its transpose. Formally, matrix A is symmetric if. A = A Because equal matrices have equal

More information

MATH 2250 Final Exam Solutions

MATH 2250 Final Exam Solutions MATH 225 Final Exam Solutions Tuesday, April 29, 28, 6: 8:PM Write your name and ID number at the top of this page. Show all your work. You may refer to one double-sided sheet of notes during the exam

More information

Section 9.8 Higher Order Linear Equations

Section 9.8 Higher Order Linear Equations Section 9.8 Higher Order Linear Equations Key Terms: Higher order linear equations Equivalent linear systems for higher order equations Companion matrix Characteristic polynomial and equation A linear

More information

Repeated Eigenvalues and Symmetric Matrices

Repeated Eigenvalues and Symmetric Matrices Repeated Eigenvalues and Symmetric Matrices. Introduction In this Section we further develop the theory of eigenvalues and eigenvectors in two distinct directions. Firstly we look at matrices where one

More information

Chapter 6 Nonlinear Systems and Phenomena. Friday, November 2, 12

Chapter 6 Nonlinear Systems and Phenomena. Friday, November 2, 12 Chapter 6 Nonlinear Systems and Phenomena 6.1 Stability and the Phase Plane We now move to nonlinear systems Begin with the first-order system for x(t) d dt x = f(x,t), x(0) = x 0 In particular, consider

More information

154 Chapter 9 Hints, Answers, and Solutions The particular trajectories are highlighted in the phase portraits below.

154 Chapter 9 Hints, Answers, and Solutions The particular trajectories are highlighted in the phase portraits below. 54 Chapter 9 Hints, Answers, and Solutions 9. The Phase Plane 9.. 4. The particular trajectories are highlighted in the phase portraits below... 3. 4. 9..5. Shown below is one possibility with x(t) and

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

Math 266: Phase Plane Portrait

Math 266: Phase Plane Portrait Math 266: Phase Plane Portrait Long Jin Purdue, Spring 2018 Review: Phase line for an autonomous equation For a single autonomous equation y = f (y) we used a phase line to illustrate the equilibrium solutions

More information

Module 4 : Laplace and Z Transform Problem Set 4

Module 4 : Laplace and Z Transform Problem Set 4 Module 4 : Laplace and Z Transform Problem Set 4 Problem 1 The input x(t) and output y(t) of a causal LTI system are related to the block diagram representation shown in the figure. (a) Determine a differential

More information

LS.5 Theory of Linear Systems

LS.5 Theory of Linear Systems LS.5 Theory of Linear Systems 1. General linear ODE systems and independent solutions. We have studied the homogeneous system of ODE s with constant coefficients, (1) x = Ax, where A is an n n matrix of

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Chemistry 5.76 Revised February, 1982 NOTES ON MATRIX METHODS

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Chemistry 5.76 Revised February, 1982 NOTES ON MATRIX METHODS MASSACHUSETTS INSTITUTE OF TECHNOLOGY Chemistry 5.76 Revised February, 198 NOTES ON MATRIX METHODS 1. Matrix Algebra Margenau and Murphy, The Mathematics of Physics and Chemistry, Chapter 10, give almost

More information

2D-Volterra-Lotka Modeling For 2 Species

2D-Volterra-Lotka Modeling For 2 Species Majalat Al-Ulum Al-Insaniya wat - Tatbiqiya 2D-Volterra-Lotka Modeling For 2 Species Alhashmi Darah 1 University of Almergeb Department of Mathematics Faculty of Science Zliten Libya. Abstract The purpose

More information

Linear Algebra: Matrix Eigenvalue Problems

Linear Algebra: Matrix Eigenvalue Problems CHAPTER8 Linear Algebra: Matrix Eigenvalue Problems Chapter 8 p1 A matrix eigenvalue problem considers the vector equation (1) Ax = λx. 8.0 Linear Algebra: Matrix Eigenvalue Problems Here A is a given

More information

Midterm for Introduction to Numerical Analysis I, AMSC/CMSC 466, on 10/29/2015

Midterm for Introduction to Numerical Analysis I, AMSC/CMSC 466, on 10/29/2015 Midterm for Introduction to Numerical Analysis I, AMSC/CMSC 466, on 10/29/2015 The test lasts 1 hour and 15 minutes. No documents are allowed. The use of a calculator, cell phone or other equivalent electronic

More information

MAT 22B - Lecture Notes

MAT 22B - Lecture Notes MAT 22B - Lecture Notes 4 September 205 Solving Systems of ODE Last time we talked a bit about how systems of ODE arise and why they are nice for visualization. Now we'll talk about the basics of how to

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

Laplace Transforms Chapter 3

Laplace Transforms Chapter 3 Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first. Laplace transforms play a key role in important

More information

REVIEW OF DIFFERENTIAL CALCULUS

REVIEW OF DIFFERENTIAL CALCULUS REVIEW OF DIFFERENTIAL CALCULUS DONU ARAPURA 1. Limits and continuity To simplify the statements, we will often stick to two variables, but everything holds with any number of variables. Let f(x, y) be

More information

Week Quadratic forms. Principal axes theorem. Text reference: this material corresponds to parts of sections 5.5, 8.2,

Week Quadratic forms. Principal axes theorem. Text reference: this material corresponds to parts of sections 5.5, 8.2, Math 051 W008 Margo Kondratieva Week 10-11 Quadratic forms Principal axes theorem Text reference: this material corresponds to parts of sections 55, 8, 83 89 Section 41 Motivation and introduction Consider

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

Lecture Notes 6: Dynamic Equations Part B: Second and Higher-Order Linear Difference Equations in One Variable

Lecture Notes 6: Dynamic Equations Part B: Second and Higher-Order Linear Difference Equations in One Variable University of Warwick, EC9A0 Maths for Economists Peter J. Hammond 1 of 56 Lecture Notes 6: Dynamic Equations Part B: Second and Higher-Order Linear Difference Equations in One Variable Peter J. Hammond

More information

10.1 Complex Arithmetic Argand Diagrams and the Polar Form The Exponential Form of a Complex Number De Moivre s Theorem 29

10.1 Complex Arithmetic Argand Diagrams and the Polar Form The Exponential Form of a Complex Number De Moivre s Theorem 29 10 Contents Complex Numbers 10.1 Complex Arithmetic 2 10.2 Argand Diagrams and the Polar Form 12 10.3 The Exponential Form of a Complex Number 20 10.4 De Moivre s Theorem 29 Learning outcomes In this Workbook

More information

LS.2 Homogeneous Linear Systems with Constant Coefficients

LS.2 Homogeneous Linear Systems with Constant Coefficients LS2 Homogeneous Linear Systems with Constant Coefficients Using matrices to solve linear systems The naive way to solve a linear system of ODE s with constant coefficients is by eliminating variables,

More information

Phase portraits in two dimensions

Phase portraits in two dimensions Phase portraits in two dimensions 8.3, Spring, 999 It [ is convenient to represent the solutions to an autonomous system x = f( x) (where x x = ) by means of a phase portrait. The x, y plane is called

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

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

Do not write below here. Question Score Question Score Question Score

Do not write below here. Question Score Question Score Question Score MATH-2240 Friday, May 4, 2012, FINAL EXAMINATION 8:00AM-12:00NOON Your Instructor: Your Name: 1. Do not open this exam until you are told to do so. 2. This exam has 30 problems and 18 pages including this

More information

MS 3011 Exercises. December 11, 2013

MS 3011 Exercises. December 11, 2013 MS 3011 Exercises December 11, 2013 The exercises are divided into (A) easy (B) medium and (C) hard. If you are particularly interested I also have some projects at the end which will deepen your understanding

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

1 Matrices and vector spaces

1 Matrices and vector spaces Matrices and vector spaces. Which of the following statements about linear vector spaces are true? Where a statement is false, give a counter-example to demonstrate this. (a) Non-singular N N 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

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

EC Control Engineering Quiz II IIT Madras

EC Control Engineering Quiz II IIT Madras EC34 - Control Engineering Quiz II IIT Madras Linear algebra Find the eigenvalues and eigenvectors of A, A, A and A + 4I Find the eigenvalues and eigenvectors of the following matrices: (a) cos θ sin θ

More information

Chapter 4: First-order differential equations. Similarity and Transport Phenomena in Fluid Dynamics Christophe Ancey

Chapter 4: First-order differential equations. Similarity and Transport Phenomena in Fluid Dynamics Christophe Ancey Chapter 4: First-order differential equations Similarity and Transport Phenomena in Fluid Dynamics Christophe Ancey Chapter 4: First-order differential equations Phase portrait Singular point Separatrix

More information

Sample Solutions of Assignment 9 for MAT3270B

Sample Solutions of Assignment 9 for MAT3270B Sample Solutions of Assignment 9 for MAT370B. For the following ODEs, find the eigenvalues and eigenvectors, and classify the critical point 0,0 type and determine whether it is stable, asymptotically

More information

Sign the pledge. On my honor, I have neither given nor received unauthorized aid on this Exam : 11. a b c d e. 1. a b c d e. 2.

Sign the pledge. On my honor, I have neither given nor received unauthorized aid on this Exam : 11. a b c d e. 1. a b c d e. 2. Math 258 Name: Final Exam Instructor: May 7, 2 Section: Calculators are NOT allowed. Do not remove this answer page you will return the whole exam. You will be allowed 2 hours to do the test. You may leave

More information

Math 4381 / 6378 Symmetry Analysis

Math 4381 / 6378 Symmetry Analysis Math 438 / 6378 Smmetr Analsis Elementar ODE Review First Order Equations Ordinar differential equations of the form = F(x, ( are called first order ordinar differential equations. There are a variet of

More information

Step 1. Step 2. Step 4. The corrected trial solution y with evaluated coefficients d 1, d 2,..., d k becomes the particular solution y p.

Step 1. Step 2. Step 4. The corrected trial solution y with evaluated coefficients d 1, d 2,..., d k becomes the particular solution y p. Definition Atoms A and B are related if and only if their successive derivatives share a common atom. Then x 3 is related to x and x 101, while x is unrelated to e x, xe x and x sin x. Atoms x sin x and

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

First order equations. The variation of parameters formula gives for the solution of the initial-value problem:

First order equations. The variation of parameters formula gives for the solution of the initial-value problem: Linear differential equations with discontinuous forcing terms Many external effects are modeled as forces starting to act on the system instantaneously at some positive time, either persisting or being

More information

Math 304 Answers to Selected Problems

Math 304 Answers to Selected Problems Math Answers to Selected Problems Section 6.. Find the general solution to each of the following systems. a y y + y y y + y e y y y y y + y f y y + y y y + 6y y y + y Answer: a This is a system of the

More information

Taylor Series and stationary points

Taylor Series and stationary points Chapter 5 Taylor Series and stationary points 5.1 Taylor Series The surface z = f(x, y) and its derivatives can give a series approximation for f(x, y) about some point (x 0, y 0 ) as illustrated in Figure

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

Damped harmonic motion

Damped harmonic motion Damped harmonic motion March 3, 016 Harmonic motion is studied in the presence of a damping force proportional to the velocity. The complex method is introduced, and the different cases of under-damping,

More information

Module 1: Signals & System

Module 1: Signals & System Module 1: Signals & System Lecture 6: Basic Signals in Detail Basic Signals in detail We now introduce formally some of the basic signals namely 1) The Unit Impulse function. 2) The Unit Step function

More information

The Corrected Trial Solution in the Method of Undetermined Coefficients

The Corrected Trial Solution in the Method of Undetermined Coefficients Definition of Related Atoms The Basic Trial Solution Method Symbols Superposition Annihilator Polynomial for f(x) Annihilator Equation for f(x) The Corrected Trial Solution in the Method of Undetermined

More information

1.7. Stability and attractors. Consider the autonomous differential equation. (7.1) ẋ = f(x),

1.7. Stability and attractors. Consider the autonomous differential equation. (7.1) ẋ = f(x), 1.7. Stability and attractors. Consider the autonomous differential equation (7.1) ẋ = f(x), where f C r (lr d, lr d ), r 1. For notation, for any x lr d, c lr, we let B(x, c) = { ξ lr d : ξ x < c }. Suppose

More information

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University Old Math 330 Exams David M. McClendon Department of Mathematics Ferris State University Last updated to include exams from Fall 07 Contents Contents General information about these exams 3 Exams from Fall

More information

Nonlinear differential equations - phase plane analysis

Nonlinear differential equations - phase plane analysis Nonlinear differential equations - phase plane analysis We consider the general first order differential equation for y(x Revision Q(x, y f(x, y dx P (x, y. ( Curves in the (x, y-plane which satisfy this

More information

Nonlinear Autonomous Systems of Differential

Nonlinear Autonomous Systems of Differential Chapter 4 Nonlinear Autonomous Systems of Differential Equations 4.0 The Phase Plane: Linear Systems 4.0.1 Introduction Consider a system of the form x = A(x), (4.0.1) where A is independent of t. Such

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

LINEAR SYSTEMS AND MATRICES

LINEAR SYSTEMS AND MATRICES CHAPTER 3 LINEAR SYSTEMS AND MATRICES SECTION 3. INTRODUCTION TO LINEAR SYSTEMS This initial section takes account of the fact that some students remember only hazily the method of elimination for and

More information

Course 216: Ordinary Differential Equations

Course 216: Ordinary Differential Equations Course 16: Ordinary Differential Equations Notes by Chris Blair These notes cover the ODEs course given in 7-8 by Dr. John Stalker. Contents I Solving Linear ODEs 1 Reduction of Order Computing Matrix

More information

MIT Final Exam Solutions, Spring 2017

MIT Final Exam Solutions, Spring 2017 MIT 8.6 Final Exam Solutions, Spring 7 Problem : For some real matrix A, the following vectors form a basis for its column space and null space: C(A) = span,, N(A) = span,,. (a) What is the size m n of

More information