In calculus, we can read different types of differential equations and their degree, and order, along with their solutions. Like general linear equations, differential equations can also be written as a system of linear differential equations. Similarly, we can define the systems of linear first order ordinary differential equations. To learn how to write the systems of linear 1st order ODEs, we require a basic understanding of what are ordinary differential equations, first order ODEs and systems of linear differential equations. These terms can be understood with the help of a brief introduction given here.
Ordinary differential equations:
We can define the ordinary differential equations (ODEs) as the relation containing only one independent variable, say x, the real dependent variable, say y, with some of its derivatives, i.e., y’, y”, ….yn, with respect to x. Thus, F(x, y’, y”, ….yn) = 0
Click here to learn more about ordinary differential equations.
First order ODEs:
First order ODEs (First order ordinary differential equations) have the highest order 1.
For example, y’ – y = 4x is the first order ODE.
Learn about first order differential equations here.
Linear First order ordinary differential equations:
The linear first order ODEs are of the form (x – y)dx + 3xdy = 0. That means the first order linear ODE contains the highest order 1 and the degree 1.
System of Linear Differential equations:
As we know, a linear differential is of the form y’ = Ax + b. The system of linear differential equations is written as:
y’1(x) = b1(x) + a1,1(x) y1 + a1,2(x) y2 + …. + a1,n(x) yn
y’2(x) = b2(x) + a2,1(x) y1 + a2,2(x) y2 + …. + a2,n (x) yn
…………………………………..
…………………………………..
y’n(x) = bn(x) + an,1(x) y1 + an,2(x) y2 + …. + an,n(x) yn
Here, bn and aij are the functions of the variable x.
Systems of First Order Linear Ordinary Differential Equations
The first order linear system of ordinary differential equations is of the form,
x’1 = a11(t)x1 + a12(t)x2 + …. + a1n(t)xn + b1(t)
x’2 = a21(t)x1 + a22(t)x2 + …. + a2n(t)xn + b2(t)
x’3 = a31(t)x1 + a32(t)x2 + …. + a3n(t)xn + b3(t)
: : : :
x’n = an1(t)x1 + an2(t)x2 + …. + ann(t)xn + bn(t)
This system of equations can be expressed in the form of matrices as:
x’ = A(t) x + b(t)
Here,
A(t) = [aij (T)] is the coefficient matrix.
This can be written as:
And
This can be written in more simplified form as:
This is a non-homogeneous system. If it is free of b(t), i.e.,
Solution of a Systems of Linear First Order Ordinary Differential Equations
The solution of a system of linear first-order ordinary differential equations is the column vector x(t) subjected to the IVP.
The initial value problem (IVM) for the system of a linear first order ODEs, i.e.,
Then, we can find the solution using the concepts of eigenvalues and eigenvectors.
If we are given the system of linear ordinary differential equations of the first order in two variables, then we follow a different approach. That means, we can find the general solution for both of these variable functions. This can be understood in a better way using the solved problem given below.
Solved Example
Question:
Consider the system of two first order linear ODEs:
x′ = 3x – 2y
y′ = 2x – y
Solution:
Given system of equations is:
x′ = 3x – 2y ……..(1)
y′ = 2x – y ……..(2)
First, we need to reduce these equations.
This reduction can be made by differentiating the equations and successive replacement of the unknown functions until we get a differential equation for only one unknown function.
Consider the equation (2).
y′ = 2x – y
From this, we can write x as:
y′ + y = 2x
x = (½)y′ + (½)y……(3)
Differentiating equation equation (2), we get;
y′′ = 2x′ – y′
This can be rearranged as:
x′ = (½)y′′ + (½)y′…….(4)
Substituting equations (3) and (4) in the equation (1), we get;
x′ = 3x – 2y
[(½)y′′ + (½)y′] = 3[(½)y′ + (½)y] – 2y(½) (y′′ + y′) = (½) [3(y′ + y) – 4y]
y′′ + y′ = 3y′ + 3y – 4y
y′′ + y′ – 3y′ + y = 0
y′′ – 2y′ + y = 0
This is the second-order linear ODE and is homogeneous with constant coefficients.
This can be solved using the standard method.
Thus, get the auxiliary equation as:
m2 – 2m + I = 0 such that m1,2 = I
Therefore, we get the general solution to this equation as:
y = c1et + c2tet…….(5)
Now, substituting equation (5) in equation (3), we get;
x = (½)y′ + (½)y = (½) (c1et + c2tet)′ + (½) (c1et + c2tet)
= (½) [(c1et + c2tet)′ + (c1et + c2tet)]
= (½) [c1et + c2(tet + et) + c1et + c2tet]
= (½) [2c1et + 2c2tet + c2et]
= (½) 2et [c1 + c2{(½) + t}]
= et [c1 + c2{(½) + t}]
Hence, the general solution of the given system of equations is:
y(t) = c1et + c2tet
x(t) = et [c1 + c2{(½) + t}]
Practice Problems
- Find the general solution of the system of ordinary differential equations given below:
x′1 = x1 + 2x2 + 12e3t
x′2 = 4x1 + 3x2 + 18e2t
- Solve the following system of equations.
x′1 = t2x1 – etx2 + 1 – t
x′2 = x1 + cos t x2
Comments