Let's call $u_n$ the solution (it is unique) of $f_n(x)=x^5+nx-1=0$. I'd like to find an asymptotic expansion of $u_n$ of order two. I found $$u_n=\frac{1}{n}-\frac{1}{n^6}+o(\frac{1}{n^6})$$
The method I used:
- We have $0 < u_n < 1$, hence $0 < n u_n =1-u_n^5 < 1$ and $\lim\limits_{n \to +\infty} u_n = 0$.
- Therefore $\lim\limits_{n \to +\infty} u_n^5 = 0$ and $\lim\limits_{n \to +\infty} nu_n = 1$, which provides the first term of the development.
- I followed with $v_n=u_n-\frac{1}{n}$ to get $(v_n+\frac{1}{n})^5+n v_n=0$. I proved that $0 < 1+ n v_n <1$ and followed to get the second term.
Somehow tedious...
I there a more systematic approach using calculus?
Rearrange the equation like
$$ \frac{x}{1-x^5} = \frac{1}{n}. $$
The hypotheses of the Lagrange inversion theorem are satisfied, giving us the formula
$$ x = \sum_{k=1}^{\infty} \frac{1}{k!} \left\{ \left(\frac{d}{dx}\right)^{k-1} (1-x^5)^k \right\}_{x=0} n^{-k}, $$
valid as long as $|n|$ is large enough. The first terms of this series are
$$ x = n^{-1} - n^{-6} + 5n^{-11} - 35n^{-16} + 285n^{-21} - 2530n^{-26} + 23751 n^{-31} + \cdots. $$