Website owner: James Miller
Solutions to systems of simultaneous linear differential equations with constant coefficients
We shall now consider systems of simultaneous linear differential equations which contain a single independent variable and two or more dependent variables. In general, the number of equations will be equal to the number of dependent variables i.e. if there are n dependent variables there will be n equations.
Examples of systems
Example 1. The following two-equation system where x and y are dependent variables and t is the independent variable:
or, equivalently,
2(D - 2)x + (D - 1)y = et
(D + 3)x + y = 0
where D = d/dt.
Example 2. The following three-equation system where x, y and z are dependent variables and t is the independent variable:
or, equivalently,
Dx + (D + 1)y = 1
(D + 2)x - (D - 1)z = 1
(D + 1)y + (D + 2)z = 0
where D = d/dt.
Each equation in a system will be assumed to have constant coefficients and be of the general form
f(D)x + g(D)y + ....... + h(D)u = G(t)
where x, y, ...... , u are the dependent variables, t is the independent variable.
A system of n equations in the n dependent variables x, y, ..... , u and independent variable t will have a solution consisting of n functions
x = x(t)
y = y(t)
.............
.............
u = u(t)
The method used to solve a system of n equations in n variables is analogous to the procedure used to solve a system of n linear equations in n unknowns in algebra. In algebra, we solve a system of n equations in n unknowns by eliminating unknowns between equations until we obtain an equation containing a single unknown, from which we deduce the value of the unknown. Then we substitute the value of that unknown into other equations to obtain the values of other unknowns. In solving systems of linear differential equations we go through the same type process to obtain an equation containing a single dependent variable. The equation in this single dependent variable will be a linear differential equation with constant coefficients. We then solve this equation, using methods for solving such equations, to obtain an expression for that dependent variable. We then substitute the expression for that variable into another equation to obtain an expression for another variable. As with the algebraic problem, we can also employ determinants.
Theorem. The number of constants in the general solution of a system of equations must equal the sum of the orders of the equations.
Problem 1. Solve the linear system
1) y" - y + 5v' = x
2) 2y' - v" + 4v = 2
Solution.
Method 1.
Step 1. Put the equations into operator form.
3) (D2 - 1)y + 5Dv = x
4) 2Dy - (D2 - 4)v = 2
Step 2. Obtain an equation in v alone by eliminating y.
Multiplying 3) through by 2D and 4) through by (D2 - 1) and then subtracting one from the other we obtain
[10D2 + (D2 - 1)(D2 - 4)]v = 2Dx - (D2 -1)2
or
5) (D4 + 5D2 + 4)v = 4
Note. When we speak of “multiplying” by an operator we really mean “operate on” by the operator.
Step 3. Solve 5) for v.
Using methods for solving linear differential equations with constant coefficients we find the solution as
6) v = 1 + a1 cos x + a2 sin x + a3 cos 2x + a4 sin 2x
Step 4. Obtain an equation in y alone.
We could, if we wished, find an equation in y using the same method as we used in Step 2. However, for the purpose of demonstration, we will find y using determinants. Using Cramer’s Rule on the system of equations 3) and 4) we get
or
[-(D2 - 1)(D2 - 4) - 10D2] y = 4x
or
8) (D4 + 5D2 + 4) y = - 4x
Note. We must take care to interpret the right member of 7) correctly. It is interpreted as
-(D2 - 4)( x) - 5D(2)
Step 5. Solve 8) for y. The solution is
9) y = -x + b1 cos x + b2 sin x + b3 cos 2x + b4 sin 2x
Now the number of constants in the solution must be four since the number of constants must equal the sum of the orders of the equations in the original system. Since 1) is of order 2 and 2) is of order 2) the sum of the orders is four. Now 6) and 9) must satisfy the original equations rather than just equations 5) and 8) which resulted from the original ones after some manipulations were performed (the technique we used introduced extra constants).
Step 6. Substitute 6) and 9) into equation 1). We get
10) x - 2b1 cos x - 2b2 sin x - 5b3 cos 2x - 5b4 sin 2x - 5a1 sin x + 5a2 cos x - 10a3 sin 2x + 10a4 cos 2x x
which is an identity in x.
Step 7. Equate coefficients of corresponding terms in 10) to obtain the final coefficients.
The fact that 10) is an identity in x demands that
- 2b1 + 5a2 = 0
- 2b2 - 5a1 = 0
- 5b3 + 10a4 = 0
- 5b4 - 10a3 = 0
Note. If we were to go through steps 6 and 7 for equation 2) we would get equivalent results.
Step 8. Write down the general solution. It is
v = 1 + a1 cos x + a2 sin x + a3 cos 2x + a4 sin 2x
************************************************
Method 2. We shall now solve the same problem by a different method which is simpler and easier. It is the same as Method 1 up through Step 3, but finds y in a different way.
Step 1. Put the equations into operator form.
3) (D2 - 1)y + 5Dv = x
4) 2Dy - (D2 - 4)v = 2
Step 2. Obtain an equation in v alone by eliminating y.
Multiplying 3) through by 2D and 4) through by (D2 - 1) and then subtracting one from the other we obtain
[10D2 + (D2 - 1)(D2 - 4)]v = 2Dx - (D2 -1)2
or
5) (D4 + 5D2 + 4)v = 4
Step 3. Solve 5) for v.
Using methods for solving linear differential equations with constant coefficients we find the solution as
6) v = 1 + a1 cos x + a2 sin x + a3 cos 2x + a4 sin 2x
Step 4. Find an equation giving y in terms of v. We accomplish this by eliminating from the system of 3) and 4) those terms which involve derivatives of y.
Multiplying 3) by 2 and 4) by D we get
7) (2D2 - 2)y + 10Dv = 2x
8) 2D2y - (D3 - 4D)v = 0
Subtracting 7) from 8) we get
9) 2y - D3v - 6Dv = -2x
or
Step 5. Substitute 6) into 10) to obtain the expression for y. It is
Step 6. Write down the general solution. It is
v = 1 + a1 cos x + a2 sin x + a3 cos 2x + a4 sin 2x
We have given both methods to illustrate the superiority of the second method. The second method avoids introducing extra constants. Thus it is best to use the second method whenever possible.
We will now give another example to make a point. The point to be made is that the use of differential operators is not necessary to solving systems of linear differential equations. They make the work much easier but what can be done with them can also be done without them.
Problem 2. Solve the following system
Solution. Differentiating 2) we get
Multiplying 1) by -1, 2) by -1, 3) by 1, and adding we get
Using methods for solving such equations we get as a solution
Substituting 5) into 2) we get
Thus the general solution is
References
1. Murray R. Spiegel. Applied Differential Equations.
2. James B. Scarborough. Differential Equations and Applications.
3. Frank Ayres. Differential Equations (Schaum).
4. Earl Rainville. Elementary Differential Equations.
5. Max Morris / Orley Brown. Differential Equations.
Jesus Christ and His Teachings
Way of enlightenment, wisdom, and understanding
America, a corrupt, depraved, shameless country
On integrity and the lack of it
The test of a person's Christianity is what he is
Ninety five percent of the problems that most people have come from personal foolishness
Liberalism, socialism and the modern welfare state
The desire to harm, a motivation for conduct
On Self-sufficient Country Living, Homesteading
Topically Arranged Proverbs, Precepts, Quotations. Common Sayings. Poor Richard's Almanac.
Theory on the Formation of Character
People are like radio tuners --- they pick out and listen to one wavelength and ignore the rest
Cause of Character Traits --- According to Aristotle
We are what we eat --- living under the discipline of a diet
Avoiding problems and trouble in life
Role of habit in formation of character
Personal attributes of the true Christian
What determines a person's character?
Love of God and love of virtue are closely united
Intellectual disparities among people and the power in good habits
Tools of Satan. Tactics and Tricks used by the Devil.
The Natural Way -- The Unnatural Way
Wisdom, Reason and Virtue are closely related
Knowledge is one thing, wisdom is another
My views on Christianity in America
The most important thing in life is understanding
We are all examples --- for good or for bad
Television --- spiritual poison
The Prime Mover that decides "What We Are"
Where do our outlooks, attitudes and values come from?
Sin is serious business. The punishment for it is real. Hell is real.
Self-imposed discipline and regimentation
Achieving happiness in life --- a matter of the right strategies
Self-control, self-restraint, self-discipline basic to so much in life