So I am doing a Presentation on the $N$-Body Problem for my Physics final (12th grade) and the main content of the Presentation is going to be the comparison between an analytical and a numerical approach to solve the problem.
I chose the "$N$-Body by Taylor series" method as an analytical solution (since the Sundman method seemed too advanced). However I have not been able to find out if the Taylor series converges or not. I have read that the Taylor series solution too the problems has no real life applications because it normally only works in small time frames. Is it because the function doesnt converge or just because its unpractical working with infinitely many terms?
Keep in mind that I am not an expert on the subject of differential equations and Taylor Series
Edit: So the differential equation I have to solve is: $\begin{align} \frac{d^2}{dt^2}\vec{r_i}(t)=G \sum_{k=1}^{n} \frac {m_k(\vec{r}_k(t)-\vec{r}_i(t))} {\lvert\vec{r}_k(t)-\vec{r}_i(t)\rvert^3} \end{align}$
where: $\vec{r_i}(0)$ and $\frac{d}{dt}\vec{r_i}(0)$ are given therefore $\frac{d^2}{dt^2}\vec{r_i}(0)$ is also known
so the taylor series would be: $\begin{align} \sum_{n=0}^{\infty} \frac{1}{n!} \cdot \frac{d^n}{dt^n}\vec{r_i}(0) \cdot t^n \end{align}$ (correct me if I'm wrong)