Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 50

BITS Pilani

DE ZG535: Advanced Engineering Mathematics


Dr. K. Ram chandra murthy
Assistant Professor, BITS Pilani, Hyderabad Campus

BITS Pilani rcmurthy@hyderabad.bits-pilani.ac.in


Pilani|Dubai|Goa|Hyderabad
BITS Pilani
Pilani|Dubai|Goa|Hyderabad

Systems of Linear First-Order Differential


Equations
Review

 Numerical Solutions of Ordinary Differential Equations


• Euler Methods and Error Analysis
• Runge–Kutta Methods
• Solution using MATLAB

3 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Scopeofthislecture

 Theory of Linear Systems


 Homogeneous Linear Systems
 Solution by Diagonalization
 Nonhomogeneous Linear Systems

4 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Theory of Linear Systems

 First-order system: a system of first-order differential equations


can be of the below form

5 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Theory of Linear Systems

 Linear systems: When each of the functions is linear in the


dependent variables we get the normal form of a first-order
system of linear equations

 We assume that the coefficients as well as the functions are


continuous on a common interval I.

6 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Theory of Linear Systems

 Matrix Form of a Linear System: If , , and denote the respective


matrices

 system of linear first-order differential equations can be written as

Or simply , is zero if system is homogenous

7 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Theory of Linear Systems

 Ex: Write the given linear system in matrix form

8 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Theory of Linear Systems

 Initial-Value Problem: Let denote a point on an interval I and


and
where are given constants, then

is an initial value problem on the interval

9 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Theory of Linear Systems

10 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Theory of Linear Systems

 Linear Dependence and Linear Independence:


• Let be a set of solution vectors of a homogeneous system on an
interval I. We say that the set is linearly dependent on the
interval if there exist constants not all zero, such that

for every t in the interval. If the set of vectors is not linearly


dependent on the interval, it is said to be linearly independent

11 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Theory of Linear Systems

 Wronskian

If we can show that for some in I, then for all in I

12 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Theory of Linear Systems

 Homogenous System:
 Any set of n linearly independent solution vectors of the
homogeneous system on an interval I is said to be a
fundamental set of solutions on the interval

 Let be a fundamental set of solutions of the homogenous


system on an interval I. Then the general solution of the system
of the system on the interval is

where the are arbitrary constants

13 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Theory of Linear Systems

 Nonhomogenous System:
 For nonhomogeneous systems, a particular solution on an
interval I is any vector, free of arbitrary parameters, whose
entries are functions that satisfy the system
 Let be a given solution of the nonhomogeneous system on an
interval I, and let

denote the general solution on the same interval of the


associated homogeneous system. Then the general solution of the
nonhomogeneous system on the interval is

14 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Theory of Linear Systems

 Ex: Verify that the vector X is a solution of the given homogeneous


linear system

 Soln.

Therefore

15 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Theory of Linear Systems

 Ex: Verify that the vector is a particular solution of the given


nonhomogeneous linear system

 Soln.

Therefore

16 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 For a general homogeneous linear first-order system, where has


constant coefficients, we can always find a solution of the form

 If is to be a solution vector of the system, then . Therefore we can


write . Rearranging we get

 A solution corresponding to an eigenvalue is called an eigenvector


of A.

17 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Distinct Real Eigenvalues: Let ,….. be n distinct real eigenvalues of


the coefficient matrix A of the homogeneous system and let be the
corresponding eigenvectors. Then the general solution on the
interval is given by

18 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Ex: Find the general solution of the given system

 The system is

using Gauss-Jordan elimination

19 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

20 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Repeated Eigenvalues: Not all of the n eigenvalues ,….. of an


matrix A need be distinct, some of the eigenvalues may be
repeated. For example or is a root of multiplicity two.

 In general, if is a positive integer and is a factor of the


characteristic equation while is not a factor, then is said to be an
eigenvalue of multiplicity .

21 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Repeated Eigenvalues
• For some matrices A it may be possible to find linearly
independent eigenvectors corresponding to an eigenvalue of
multiplicity . In this case, the general solution of the system
contains the linear combination

22 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Ex: Find the general solution of the given system

 Soln.

23 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Ex:

24 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Repeated Eigenvalues
• If there is only one eigenvector corresponding to the eigenvalue
of multiplicity , then linearly independent solutions of the form

25 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Repeated Eigenvalues
• Now suppose that is an eigenvalue of multiplicity two and that
there is only one eigenvector associated with this value. A
second solution can be found of the form

and
• Substituting in and simplifying , we get and , which on
solving gets and respectively

26 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Ex: Find the general solution of the given system

 Soln.

27 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Soln.

28 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Complex Eigenvalues: If and , , are complex eigenvalues of the


coefficient matrix A, we can then certainly expect their
corresponding eigenvectors to also have complex entries.
 Let A be the coefficient matrix having real entries of the
homogeneous system, and let be an eigenvector corresponding to
the complex eigenvalue , and real. Then the solutions are

 , are conjugates of , respectively

29 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Complex Eigenvalues:
 If ) and ) , then let be a complex eigenvalue of the coefficient
matrix A in the homogeneous system

are linearly independent solutions on

30 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Homogeneous Linear Systems

 Ex: Find the general solution of the given system

 Soln.

31 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Solution by Diagonalization

 An alternative method for solving a homogeneous system of linear


first-order differential equations
 Coupled Systems: A homogeneous linear system

in which each is expressed a linear combination of is said to be


coupled.
 If the coefficient matrix A is diagonalizable, then the system can be
uncoupled in that each can be expressed solely in terms of .

32 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Solution by Diagonalization

 If the matrix A has n linearly independent eigenvectors, then we


can find a matrix P such that , where D is a diagonal matrix. If we
make the substitution in the system , then
or or

 The new system is uncoupled and the solution of each of these


linear equations is ,

33 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Solution by Diagonalization

 The general solution can be written as column vector

 Since we now know and since the matrix can be constructed from
the eigenvectors of , the general solution of the original system is
obtained from .
 The method fails when A has repeated eigenvalues and n linearly
independent eigenvectors cannot be found

34 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Solution by Diagonalization

 Ex: Use diagonalization to solve the given system

 Soln.

35 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Solution by Diagonalization

 Soln.

36 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 The general solution of a nonhomogeneous linear system (t)


on an intervalis where is the complementary function or general
solution of the associated homogeneous linear system and is any
particular solution of the nonhomogeneous system
 Three methods for obtaining
• Undetermined Coefficients
• Variation of Parameters
• Diagonalization

37 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 Undetermined Coefficients
• This consists of making an educated guess about the form of a
particular solution vector ; the guess is motivated by the types
of functions that comprise the entries of the column matrix (t)
• This method is only applicable when the entries of A are
constants and the entries of (t) are constants, polynomials,
exponential functions, sines and cosines, or finite sums and
products of these functions

38 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 Ex: Use the method of undetermined coefficients to solve the given


system

 Soln.

39 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 Soln.

40 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 Ex: Use the method of undetermined coefficients to solve the given


system

 Soln.

41 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 Soln.

42 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 Soln.

Note: The rules governing the form of in the linear higher order ODEs
do not quite apply here. One must be careful of the choice of guess
function for some special cases (like zero eigen value) as there are
more intricacies in this method.
43 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956
Nonhomogeneous Linear Systems

 Variation of Parameters
• If is a fundamental set of solutions of the homogeneous system
on an interval , then its general solution on the interval is the
linear combination

or , where is the column vector of arbitrary constants and is the


matrix whose columns consist of the entries of the solution
vectors of the system

44 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 Variation of Parameters
• is called the Fundamental Matrix of the system

• Properties of a fundamental matrix


• A fundamental matrix is nonsingular
• If is a fundamental matrix of the system , then

45 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 Variation of Parameters
• If matrix of constants C can be replaced by a matrix of functions
so that is a particular solution of the system .
• Using properties of fundamental matrix, we get

46 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 Ex: Use variation of parameters to solve the given system

 Soln. We obtain

47 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 Diagonalization: if the coefficient matrix A possesses n linearly


independent eigenvectors, then we can use diagonalization to
uncouple the system

 If P is such that where D is a diagonal matrix


Substituting we get , where

48 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 Ex: Use diagonalization to solve the given system

 Soln.

49 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956


Nonhomogeneous Linear Systems

 Soln.
and

50 BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

You might also like