Definition
Suppose that are functions of . A set of differential equations of the form
is called a system of first order ODE’s. In all these equations .
A solution of a system of first order ODE’s is an -tuple functions . Note that one cannot simply evaluate each function separately since each depend on others.
We call an initial condition a specification of each function .
Check Existence-uniqueness for systems of first order ODE’s for the conditions.
Linear systems
Recall that a first order ODE is said to be linear if it can be written as . See Linear equations.
Definition
A system of first order ODE’s said to be linear if it can be written in the form of
\begin{align*} x_{1}' &= a_{11}(t)x_{1} + a_{12}(t)x_{2} + \dots + a_{1n}(t)x_{n} + b_{1}(t) \\ x_{i}' &= a_{i1}(t)x_{1} + a_{i2}(t)x_{2} + \dots + a_{in}(t)x_{n} + b_{i}(t) \\ x_{n}' &= a_{n1}(t)x_{1} + a_{n2}(t)x_{2} + \dots + a_{nn}(t)x_{n} + b_{n}(t)
\end{align*}
for some functions $a_{ij}(t)$ and $b_{i}(t)$. Furthermore if $b_{i}(t) = 0$ for $\forall i$ then system is called a **homogeneous system**. Check [[Existence-uniqueness theorem for differential equations#existence-uniqueness-for-systems-of-first-order-odes|Existence-uniqueness for systems of first order ODE's]] for the conditions.