System of Linear Differential Equations
线性微分方程组 | System of Linear Differential Equations (LODEs)¶
This chapter we focus on
with initial condition
where \(t_0\in I=(a,b)\), \(\symbfit{X}_0 = (x_1^0,x_n^0,\cdots, x_n^0)^T\) is a given constant vector.
线性微分方程组解的存在唯一性 | Existence and Uniqueness of LODEs¶
This is quite similar to Picard Theorem in chapter Existence and Uniqueness Theorem, but it is still useful to give a special form of Picard Sequence for LODEs, which is also an approximation to solving it.
线性微分方程组解的存在唯一性定理 | Theorem of Existence and Uniqueness of LODEs
LODEs \(\ref{eq-LODEs}\) with initial condition \(\ref{eq-initial-LODEs}\) has only one solution on interval \(I\).
Prove it.
We have to measure the distance in matrix. Now we need to give a definition of norm of vectors and matrixes(to see more details in Norm of vectors and matrixes) in Numerical Analysis.
It is easy to see that ...
- convert LODEs into its equivalent integral equations.
- formulate Picard Sequence.
Define:
Consider similarly and we can say the above sequence is well-defined.
- Prove Picard Sequence convergent.
denote
we can get
which shows the Picard Sequence converges.
- Prove the convergent function is solution of LODEs \(\ref{eq-LODEs}\).
If we denote \(\mathbfit{X}(t) = \lim_{n\rightarrow \infty}\mathbfit{X}_n(t)\) and let \(n\rightarrow \infty\) on both sides of integral equation \(\ref{eq-LODEs-integral}\), we get
which is a solution.
- prove uniqueness.
Similar to proof in Picard Theorem.
二阶方程边值问题 | Boundary Problem of Second-Order LODE¶
This pattern we focus on LODE
with Boundary Condition \(y(a)=\alpha, y(b)=\beta\), where \(p(x), q(x) \in C^1[a, b]\)
- H-LODE
共轭点 | Conjugate Point
If homogeneous LODE(H-LODE)
with boundary condition \(y(a)=0, y(b)=0\), has non-zero solution, then \(\{a, b\}\) is called the Conjugate Point of the H-LODE.
We usually take use of the following method to check if the boundary point will induce indefinite solutions or no solutions.
共轭点的充要条件 | Necessary and Sufficient Condition for Conjugate Point
\(\{a, b\}\) is the Conjugate Point of H-LODE, if and only if \(\forall y_1, y_2\) of the solution of H-LODE, which are linear irrelevant, satisfies
substitute the boundary condition and we get two linear equation system for parameters \(c_1, c_2\). And the above is the determinant of the system.
齐次方程存在唯一解的充要条件 | Necessary and Sufficient Condition for existing only one solution for H-LODE
H-LODE \(\ref{eq: BP-SO-H}\) with boundary point \(y(a)=\alpha, y(b)=\beta\) has only one solution, if and only if \(\{a, b\}\) is not the conjugate point of the H-LODE.
Focus on the determinant of the linear irelevantly solutions of \(y_1, y_2\).
- Non-H-LODE
We partition the solution of LODE \(\ref{eq: BP-SecondOrder}\) into three parts.
线性非齐次方程存在唯一解的充分条件 | Sufficient Condition for existing only one solution for Non-H-LODE
If \(\{a, b\}\) is not the conjugate point of H-LODE \(\ref{eq: BP-SO-H}\), then Non-H-LODE \(\ref{eq: BP-SecondOrder}\) has only one solution.
There are two ways to prove it.
Assume \(y_1(x)\) is a solution of H-LODE
and \(y_2(x)\) is a solution of H-LODE
and \(y_3(x)\) is a solution of Non-H-LODE
and the solution of LODE \(\ref{eq: BP-SecondOrder}\) can be represented as
where \(y_1, y_2\) are linearly irrelevant because of existence and uniqueness theorem.
We can get \(y_3\) through Variation of Constant. That is, let \(y_3 = u_1(x) y_1(x)+u_2(x)y_2(x)\), then
Substitute the boundary condition \(\ref{eq: BP-1}, \ref{eq: BP-2}, \ref{eq: BP-3}\) we get
Based on this, we can transform the \(u_1(x), u_2(x)\) to definite integral whose upper limit of integral is variable
So we can write particular solution
If we define Green Function as
then
According to the textbook.
S-L 边值问题 | Sturm-Liouville Boundary Problem¶
Solve for PDE
Assume we can seperate the variables \(x, t\). That is, let \(u = X(x)T(t)\) and substitute, we get
Thus, we have to find \(T(t), X(x)\) such that