Pólya conjecture: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Kilom691
No edit summary
 
Line 1: Line 1:
Let me initial begin by introducing myself. My name is Boyd Butts although it is not the title on my birth certificate. To collect cash is 1 of the things I love most. Years ago we moved to North Dakota. Managing individuals is his occupation.<br><br>Also visit my homepage :: [http://yenisehir.de/index.php?do=/profile-7188/info/ at home std testing]
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 x=A(t)x+g(t) where x is a vector and A(t) is an n×n matrix function of t, which is continuous for tI,atb, where I is some interval.

Now let x1(t),...,xn(t) be n linearly independent solutions to the homogeneous equation x=A(t)x and arrange them in columns to form a fundamental matrix:

X(t)=[x1(t),...,xn(t)].

Now X(t) is an n×n matrix solution of X=AX.

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 x=Xy be the general solution. Now,

x=Xy+Xy
=AXy+Xy
=Ax+Xy.

This implies Xy=g or y=c+atX1(s)g(s)ds where c is an arbitrary constant vector.

Now the general solution is x=X(t)c+X(t)atX1(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)={0tsbX(t)X1(s)as<t.

The particular solution can now be written xp(t)=abG0(t,s)g(s)ds.

External links

  • An example of solving an inhomogeneous system of linear ODEs and finding a Green's matrix from www.exampleproblems.com.