I noticed that for a larger number of polynomials $p(x)$, it is possible to obtain the smallest positive real root by computing the Taylor series (more precisely the Maclaurin series) for $\frac{1}{p(x)}=\sum_{k=0}^{\infty}a_kx^k$ as the limit of $\frac{a_k}{a_{k+1}}$ for $k$ going to infinity.
Example:
Take $p(x)=1-x-x^2-x^3-x^7$, then the Maclaurin series of $\frac{1}{p(x)}$ is given by $$\frac{1}{p(x)}=1+x+2x^2+4x^3+\dots+227675342x^{32}+422234731x^{33}+\dots $$ and $$\frac{a_{32}}{a_{33}}=\frac{227675342}{422234731}=.5392150983... \, , $$ which is an excellent approximation to the smallest positive real root of $p(x)$.
I'm pretty sure that this fact is already known, but can't find any reference for it. Does somebody have any reference for it? Thank you very much for any hint.
Yes, your conjecture is correct if the polynomial has a single root of least absolute value (among all complex roots), i.e.
This is a special case of the following more general result:
Remark: The assumption that there is a single root of least absolute value cannot be dropped, as $f(z) = 1-z^2$ or any even function shows.
Proof: We can write $f(z) = \left(1 - \frac{z}{z_1} \right) g(z)$ where $g$ is holomorphic and non-zero in $B_R(0)$. The Maclaurin series for $\frac 1g$ $$ \frac{1}{g(z)} = \sum_{k=0}^\infty b_k z^k $$ converges for $|z| < R$. Then $$ \frac{1}{f(z)} = \left( \sum_{k=0}^\infty \frac{z^k}{z_1^k} \right) \left( \sum_{k=0}^\infty b_k z^k \right) = \sum_{k=0}^\infty \left( \sum_{l=0}^k \frac{b_l}{z_1^{k-l}}\right) z^k $$ and therefore $$ a_k = \sum_{l=0}^k \frac{b_l}{z_1^{k-l}} = \frac{1}{z_1^k} \sum_{l=0}^k b_l z_1^l = \frac{1}{z_1^k} \left( \frac{1}{g(z_1)} - \sum_{l=k+1}^\infty b_l z_1^l \right) = \frac{1}{z_1^k} \left( \frac{1}{g(z_1)} - R_k \right) $$ where $$ R_k = \sum_{l=k+1}^\infty b_l z_1^l $$ is the series remainder of the convergent series for $1/g(z_1)$, and that converges to zero for $k \to \infty$. It follows that $a_k \ne 0$ for all sufficiently large $k$, and $$ \frac{a_k}{a_{k+1}} = z_1 \frac{\frac{1}{g(z_1)} - R_k }{\frac{1}{g(z_1)} - R_{k+1} } \to z_1 $$ for $k \to \infty$.