For integer $d>0$, consider the polynomial $f(x) = x^{d+1} - x^d - 1$. It is easy to see that $f(x)<0$ for $x\in[0,1]$ and $f$ is strictly increasing for $x\geq 1$, so there is one unique positive real root $x_0$. It is also easy to see that $x_0\in (1,2)$.
I would now like to have some precise bounds on $x_0$ in terms of $d$. The asymptotics of $x_0(d)$ for $d\to\infty$ would also be interesting.
The best I could do is this:
- Lower bound: $1 + \frac{1}{d+1}$ (found by applying Newton's method at $x=1$ to the reflected polynomial, easy enough to check as well)
- Upper bound: $2\cdot\frac{d+1+2^{-d}}{d+2}$ (found by applying Newton's method to the original polynomial at $x = 2$)
I wonder if one can do any better than that.
As for the asymptotics, I suspect that it will be something like $x_0(d) \sim 1 + c\cdot\frac{\log d}{d}$, but I have no idea how to get there.
Update: I just remembered I also showed the bound $x_0 \leq \sqrt[d]{d+1}$, which indeed has the asymptotics $1 + \log d/d + O(\log^2 d/d^2)$.
To show this, note that $$(d+2)^d = e^{d \ln(d+2)} < e^{(d+1)\ln(d+1)} = (d+1)^{d+1}$$ because $d/\ln(d+1) < (d+1)/\ln(d+2)$ since $g(x) = x/\ln(x+1)$ is increasing. Thus, we have $$\frac{d+2}{d+1} < \sqrt[d]{d+1}$$ and thereby $$f(\sqrt[d]{d+1}) = \sqrt[d]{d+1} (d+1) - d - 2 > 0$$