UlyssesZh / UlyssesZh.github.io

Ulysses Zhan's blog!
https://UlyssesZh.github.io
MIT License
3 stars 3 forks source link

Solving ODE by recursive integration | Ulysses’ trip #70

Open UlyssesZh opened 1 year ago

UlyssesZh commented 1 year ago

https://ulysseszh.github.io/math/2022/11/15/ode-recursive.html

By recursively integrating according to $x{n+1}!\left(t\right):=\int{t_0}^tf!\left(x_n!\left(s\right),s\right)\,\mathrm ds+C$ from $x_0!\left(t_0\right):=C$, we can get the solution of the ODE $x’!\left(t\right)=f!\left(x!\left(t\right),t\right)$ with initial conditions $x!\left(t_0\right)=C$ as the limit of the sequence of functions.