Method of Power Series¶
Lots of ODE cannot be sovled using elementary integration method, so we have to give up solution of finite form and try to find solution of infinite form, like series.
To have a more global understanding, we focus on
where \(\pmb{f}(x,\pmb{y})\) is analytic on region \(R\subset \mathbb{R}\times \mathbb{R}^n\), i.e.
where \(\pmb{a}_{i{j_1}{j_2}\cdots{j_n}}\in \mathbb{R}^n\).
To simplify the notation, we denote \(\pmb{j}=(j_1,j_2,\cdots,j_n)\), and
denote
Since \(\pmb{f}(x,\pmb{y})\) is analytic with respect to \(\pmb{y}\), so by Picard Theorem, there exists only one solution. Now the question is, to prove that the solution is analytic, i.e. \(\exists \delta>0\), s.t. \(x\in O_\delta(x_0)\)
where \(\pmb{c}_k=(c_{n1},c_{n2},\cdots,c_{nk}) \in \mathbb{R}^n\).
Excellent Series¶
To prove that the solution is analytic, we have to use a method of proof, that is, using Excellent Series.
Definition of Excellent Series
Assume there are two power series
and
If \(A_{i\pmb{j}}>0\) and they satisfies
Then we call series \(\ref{series2}\) is an excellent series of series \(\ref{series1}\). If series \(\ref{series2}\) converges on closed region
then we call its summing function \(\pmb{f}(x,\pmb{y})\) is an Excellent function of series \(\ref{series1}\).(note that in this case, series \(\ref{series1}\) also converges)
引理1: 解析函数有定义域收缩的优函数 | Lemma 1: A analytic function has an excellent function within smaller region
If \(f(x,\pmb{y})\) is analytic on region
then \(\exists M>0\), s.t.
is an Excellent function of \(f(x,\pmb{y})\) on a smaller region
Use Abel Second Theorem. Note that we can not guarrantee the convergence on boundaries, so we choose open intervals.
We can represent \(f(x,\pmb{y})\) in terms of power series
in region \(R\). Then by Abel Second Theorem, \(\exists a\in(0,\alpha), b\in(0,\beta)\) s.t.
is convergent, so each item of the above series can be bounded by a number \(M>0\):
Now, the following thing is a little tricky. Define
Consider a power of series
which is convergent because it can add up to:
with its range of definition \(R_0\). By definition, it is an excellent function of \(f(x,\pmb{y})\).
With the definition of Excellent function, we have to use it to formulate an excellent series of the original series. This is the following theorem.
引理2: 用上述优函数建立的微分方程有解析解 | Lemma2: ODE combined with The above Excellent Function has a solution that can be represented by Power Series
Cauchy problem
has a analytic solution \(\pmb{y}=\pmb{y}(x)\) on region \(O_\rho(x_0)\), where \(F_i(x,\pmb{y}) = F(x,\pmb{y})\) that is same all over \(i\) is given from the above lemma and
use elementary integration method.
We let \(u=y_i\), \(i=1,2,\cdots,n\) and we only need to solve the equation
where
(Here readers can see that \(u-u_0=y_i-y_{i0}\).)
The above ODE is a variable separation equation. So change the form and integrate on \([x_0,x]\)
get \(u\) out:
That is,
We want to use this form to get a power series. See that \(\ln{\left(1-\frac{x-x_0}{a}\right)}\) can be represented by power series of \((x-x_0)\) once \(|x-x_0|<a\). And also \((1+s)^{\frac{1}{n+1}}\) can be represented by power series of \(s\) when \(|s|<1\). So by combine the above two, we know \(y_i(x)\) can be represented by \((x-x_0)\) once \(|x-x_0|<a\). To be more specific, We have to let the radius of converence to satisfy
choose
So solution of the above ODE
can be represented by power series of \((x-x_0)\) when \(|x-x_0|<\rho\).
证明 | Proof¶
Cauchy 定理 | Cauchy Theorem
Assume \(\pmb{f}(x,\pmb{y})=[f_1(x,\pmb{y}), f_2(x,\pmb{y}),\cdots, f_n(x,\pmb{y})]\) is an analytic function on region \(R\). So problem \(\ref{eq-cauchy}\) has a unique analytic solution \(\pmb{y} = \pmb{y}(x)\) on \(O_\rho(x)\), where \(\rho\) is given in Lemma 2.
-
Represent solution with power series. Show that it is unique.
-
Use an excellent series to prove the above power series convergent.
- Represent \(f_k(x,\pmb{y})\) with power series
And represent solution with power series
substitute \(\ref{eq-f}\) and \(\ref{eq-y}\) into ODE
and get
Denote \(X = x-x_0\), and we have
and get \(c_i^k\) out in terms of \(a^k_{i\pmb{j}}\)
Generally, we have
where \(i+j_1+j_2+\cdots+j_n\leq m-1\), \(1\leq l\leq n\). Thus, \(P_m^k\) is a polynomial represented by \(a^l_{00\cdots 0}\), \(a^l_{01\cdots 0}\), \(\cdots\), \(a^l_{i{j_1}\cdots{j_n}}\) with positve operator "+". Theoretically, we can represent the solution by definite power series.
We leave the proof of this part as an additional work in Appendix at the end of the doc.
- Prove the above series converges.
Here we formulate another ODE and use Excellent function to bound the above power series.
Since \(f_k(x,\pmb{y})\) is analytic on region \(R\), by Lemma 1, there exists an excellent function of \(f_k(x,\pmb{y})\) on a smaller region \(R_0\):
If we represent both of them in terms of power series
then we have a relation \(|a_{i\pmb{j}}|<A_{i\pmb{j}}\), which matters in the following proof.
Now consider an ODE
by Lemma 2, the above ODE has an analytic solution \(\pmb{y}=\pmb{y}(x)\), represented by power series
Similarly, we have
So power series \(\sum\limits_{i=1}^\infty C_i^k(x-x_0)^i\) is en excellent series of \(\sum\limits_{i=1}^\infty c_i^k(x-x_0)^i\). Since the former is convergent by Lemma 2, so the latter also converges.
附录 | Appendix: Relation between \(c\) and \(a\)¶
where \(i+j_1+j_2+\cdots+j_n\leq m-1\), \(1\leq l\leq n\). Thus, \(P_m^k\) is a polynomial represented by \(a^l_{00\cdots 0}\), \(a^l_{01\cdots 0}\), \(\cdots\), \(a^l_{i{j_1}\cdots{j_n}}\) with positve operator "+".
Use induction.