First-Order Linear Differential Equation System
📂Odinary Differential EquationsFirst-Order Linear Differential Equation System
Buildup
When the mass is m, the damping factor is γ, and the spring constant is k, the equation of motion representing the vibration of an object hung on a spring is as follows.
mx′′+γx′+kx=F
Letting x1=x, x2=x1′, the above equation of motion can be expressed as the following system.
x1′(t)=x2′(t)= x2(t) x1′′(t)=−mγx2(t)−mkx1(t)−m1F(t)
This can be represented as a matrix as follows.
⟹(x1′x2′)=x′(t)= (0−mk1−mγ)(x1x2)+(0−m1F) Ax(t)+g(t)
In the case of g(t)=0 being a homogeneous equation, it can be seen that solving a second-order differential equation simplifies to solving a matrix multiplication problem with solution x′=Ax.
Generalization
Let x1, x2, ⋯, xn be functions of t. Let F1, F2, ⋯, Fn be functions of x1, x2, ⋯, xn. Then, the system of first-order differential equations for xi(t), 1≤i≤n is as follows.
x1′(t)=x2′(t)=⋮xn′(t)= F1(t,x1,x2,⋯,xn) F2(t,x1,x2,⋯,xn) Fn(t,x1,x2,⋯,xn)(1)
When each Fi is linear, it is called a linear system, and if not, it is called a nonlinear system. The more general form of a first-order linear differential equation system is as follows.
x1′(t)=x2′(t)=⋮xn′(t)= p11(t)x1(t)+⋯p1n(t)xn(t)+g1(t) p21(t)x1(t)+⋯p2n(t)xn(t)+g2(t) pn1(t)x1(t)+⋯pnn(t)xn(t)+gn(t)
x′(t)=P(t)x(t)+g(t)
Here, x, g are vector-valued functions, and P is a matrix function.
If each gi(t) is 0, it is called a homogeneous system; otherwise, it is called a nonhomogeneous system.
Solutions
The solution to the ODE system (1) over interval I:α<t<β consists of n functions that are differentiable at each point on interval I.
x1=ϕ1(t),x2=ϕ2(t),…,xn=ϕn(t)
Initial Conditions
For fixed t0∈I and the xi0s, the following n conditions are called initial conditions.
x1(t0)=x10,x2(t0)=x20,⋯,xn(t0)=xn0(2)
Combining the ODE system (1) with initial conditions (2) is called the initial value problem, commonly abbreviated as IVP. ‘Finding the solution to the initial value problem’ is referred to as ‘solving the initial value problem’. The solution to the initial value problem is guaranteed to exist and be unique by Picard’s theorem.