Pólya conjecture: Difference between revisions
en>Kilom691 No edit summary |
|||
Line 1: | Line 1: | ||
In [[mathematics]], and in particular [[ordinary differential equations]], a [[George Green|Green]]'s matrix helps to determine a particular solution to a first-order inhomogeneous linear system of ODEs. | |||
For instance, consider <math>x'=A(t)x+g(t)\,</math> where <math>x\,</math> is a vector and <math>A(t)\,</math> is an <math>n\times n\,</math> matrix function of <math>t\,</math>, which is continuous for <math>t\isin I, a\le t\le b\,</math>, where <math>I\,</math> is some interval. | |||
Now let <math>x^1(t),...,x^n(t)\,</math> be <math>n\,</math> linearly independent solutions to the homogeneous equation <math>x'=A(t)x\,</math> and arrange them in columns to form a fundamental matrix: | |||
:<math>X(t) = \left[ x^1(t),...,x^n(t) \right].\,</math> | |||
Now <math>X(t)\,</math> is an <math>n\times n\,</math> matrix solution of <math>X'=AX\,</math>. | |||
This fundamental matrix will provide the homogeneous solution, and if added to a particular solution will give the general solution to the inhomogenous equation. | |||
Let <math>x = Xy\,</math> be the general solution. Now, | |||
:<math>x'=X'y+Xy'\,</math> | |||
:<math> = AXy+Xy'\,</math> | |||
:<math> = Ax + Xy'.\,</math> | |||
This implies <math>Xy'=g\,</math> or <math>y = c+\int_a^t X^{-1}(s)g(s)ds\,</math> where <math>c\,</math> is an arbitrary constant vector. | |||
Now the general solution is <math>x=X(t)c+X(t)\int_a^t X^{-1}(s)g(s)ds.\,</math> | |||
The first term is the homogeneous solution and the second term is the particular solution. | |||
Now define the Green's matrix <math>G_0(t,s)= \begin{cases} 0 & t\le s\le b \\ X(t)X^{-1}(s) & a\le s < t. \end{cases}\,</math> | |||
The particular solution can now be written <math>x_p(t) = \int_a^b G_0(t,s)g(s)ds.\,</math> | |||
==External links== | |||
*[http://www.exampleproblems.com/wiki/index.php/ODELS4 An example] of solving an inhomogeneous system of linear ODEs and finding a Green's matrix from www.exampleproblems.com. | |||
{{DEFAULTSORT:Green'S Matrix}} | |||
[[Category:Ordinary differential equations]] | |||
[[Category:Matrices]] |
Revision as of 11:43, 16 September 2013
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.
For instance, consider where is a vector and is an matrix function of , which is continuous for , where is some interval.
Now let be linearly independent solutions to the homogeneous equation and arrange them in columns to form a fundamental matrix:
Now is an matrix solution of .
This fundamental matrix will provide the homogeneous solution, and if added to a particular solution will give the general solution to the inhomogenous equation.
Let be the general solution. Now,
This implies or where is an arbitrary constant vector.
The first term is the homogeneous solution and the second term is the particular solution.
The particular solution can now be written
External links
- An example of solving an inhomogeneous system of linear ODEs and finding a Green's matrix from www.exampleproblems.com.