In mathematics, and in particular ordinary differential equations, a Green's matrix helps to determine a particular solution to a first-order inhomogeneous linear system of ODEs. The concept is named after George Green.
For instance, consider
x'=A(t)x+g(t)
x
A(t)
n x n
t
t\isinI,a\let\leb
I
Now let
x1(t),\ldots,xn(t)
n
x'=A(t)x
X(t)=\left[x1(t),\ldots,xn(t)\right].
Now
X(t)
n x n
X'=AX
This fundamental matrix will provide the homogeneous solution, and if added to a particular solution will give the general solution to the inhomogeneous equation.
Let
x=Xy
\begin{align} x'&=X'y+Xy'\\ &=AXy+Xy'\\ &=Ax+Xy'. \end{align}
This implies
Xy'=g
y=
t | |
c+\int | |
a |
X-1(s)g(s)ds
c
Now the general solution is
t | |
x=X(t)c+X(t)\int | |
a |
X-1(s)g(s)ds.
The first term is the homogeneous solution and the second term is the particular solution.
Now define the Green's matrix
G0(t,s)=\begin{cases}0&t\les\leb\ X(t)X-1(s)&a\les<t.\end{cases}
The particular solution can now be written
xp(t)=
b | |
\int | |
a |
G0(t,s)g(s)ds.