Lesson 36 Methods For Solving Simultaneous Ordinary Differential Equations
Lesson 36 Methods For Solving Simultaneous Ordinary Differential Equations
Lesson 36
Let x and y be the dependent and t be the independent variable. Thus, in such equations
there occur differential coefficients of x, y with respect to t. Let D = d/dt, then such
equations can be put into the form
where T1 and T2 are functions of the independent variable t and f1 (D), f2 (D), g1 (D), and
g2 (D) are all rational integral functions of D with constant coefficients. 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.
In order to eliminate y between equations (36.1) and (36.2), operating on both sides of
(36.1) by g2 (D) and on both sides of (36.2) by f2 (D) and subtracting, we get
This is a linear differential equation with constant coefficients in x and t and can be solved
to give the value of x in terms of t. Substituting this value of x in either (36.1) or (36.2),
we get the value of y in terms of t.
Methods for Solving Simultaneous Ordinary Differential Equations
Remark 1: The above Equations (36.1) and (36.2) can be also solved by first elimi-
nating x between them and solving the resulting equation to get y in terms of t. Substitut-
ing this value of y in either (36.1) or (36.2), we get the value of x in terms of t.
Remark 2: In the general solutions of (36.1) and (36.2) the number of arbitrary
constants will be equal to the sum of the orders of the equations (36.1) and (36.2).
36.3.1 Problem 1
Solution: Writing D for d/dt, the given equations can be rewritten in the following
symbolic form as
(D − 7)x + y = 0 (36.6)
−2x + (D − 5)y = 0 (36.7)
or
(D 2 − 12D + 37)y = 0
2
Methods for Solving Simultaneous Ordinary Differential Equations
The roots of the auxiliary equation are m = 6 ± i. Therefore, we get the general solution
for the variable y as
where c1 and c2 being arbitrary constants. We now find x by using Equation (36.7). Now
from (36.10), differentiating w.r.t. t, we get
or on simplifications we obtain
Thus, equations (36.10) and (36.12) give the desired general solution.
36.3.2 Problem 2
D 2 y − y + 5Dv = x (36.13)
2Dy − D 2 v + 4v = 2 (36.14)
Solution: Multiplying (36.13) by 2D and (36.14) by (D2 − 1) and then subtracting (36.14)
from the Equation (36.13) we obtain
or
(D 4 + 5D 2 + 4)v = 4 (36.15)
3
Methods for Solving Simultaneous Ordinary Differential Equations
This is a linear differential equations with constant coefficients whose solution can easily
be found. The characteristic equation of the corresponding homogeneous equation is
Now we find an equation giving y in terms of v . This can be done by eliminating from the
equations (36.13) and (36.14) those terms which involve derivatives of y. So multiplying
Equation (36.13) by 2 and Equation (36.14) by D we get
or
1
y = −x + D 3 v + 3Dv (36.20)
2
Substitute v from (36.16) into the Equation (36.21) to obtain the expression for y as
5 5
y = −x − c1 cos x + c2 cos x + 2c4 cos 4x − 2c3 sin 2x, (36.21)
2 2
4
Methods for Solving Simultaneous Ordinary Differential Equations
36.4.1 Example
Dx − y = t (36.22)
x + Dy = 1 (36.23)
D 2 x − Dy = 1 (36.24)
(D 2 + 1)x = 2 (36.25)
The auxiliary equation of the above differential equation is m2 + 1 = 0 and therefore the
general solution of the homogeneous equation is
5
Methods for Solving Simultaneous Ordinary Differential Equations
Suggested Readings