Yes, I read https://math.stackexchange.com/a/3096211/578535
Then it made me think about the generalization of the following.
$$ \lim_{x\rightarrow\infty}\left(\sqrt[n]{a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0}-\sqrt[n]{a_n}x\right) $$
From my problem solving experience, I could find a pattern and predict as following.
$$ \lim_{x\rightarrow\infty}\left(\sqrt[n]{a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0}-\sqrt[n]{a_n}x\right)=\frac{\sqrt[n]{a_n}a_{n-1}}{na_n} $$
I tried to prove using squeeze theorem but failed to find suitable expression
$$ ?<\sqrt{2x^2+4x-8}-\sqrt{2}x<\sqrt{2(x+1)^2}-\sqrt{2}x=\sqrt{2} $$
Here I did a simple one where $ n=2 $, but I think you can see what I am trying to do.
I am trying to show that only two highest terms inside the nth root matter.
Is this prediction correct? How can we prove it if it is correct?
Apparently the link I put proves this due to the Vieta's formula, but I still want different proof because I don't understand that proof.
Apparently it doesn't because in that link the polynomial can be factorised with no imaginary component.
I believe there is a different proof for this.
$$L=\lim_{x\rightarrow \infty} \sqrt[n]{a_nx^n+a_{n-1}x^{n-1}+a_{n-2}x^{n-2}+...+a_1x+a_0}- a_n^{1/n} x.$$
$$\Rightarrow L=\lim_{x \rightarrow} a_n^{1/n} x \sqrt[n]{1+\frac{a_{n-1}}{a_n}\frac{1}{x}+\frac{a_{n-2}}{a_n}\frac{1}{x^2}+.....+\frac{a_0}{a_n}\frac{1}{x^n}}-a_n ^{1/n} x.$$ $$\Rightarrow L= \lim_{x\rightarrow \infty} a_n^{1/n}x \left[1+\frac{1}{n}\frac{a_{n-1}}{a_n}\frac{1}{x}+.....+\frac{1}{n}\frac{a_{0}}{a_n} \frac{1}{x^n} \right]-a_n^{1/n}x$$ In above we have used binomial approximation that $(1+z)^k\approx 1+kz$, if $|z|<<1$. So we get $$L=\lim_{x\rightarrow \infty} \left(a_n^{1/n} x- \frac{1}{n} a_n^{1/n}\frac{a_{n-1}}{a_n}+(.)\frac{1}{x}+---+(.)\frac{1}{x^{n-1}}-a_n^{1/n} x \right)=\frac{1}{n}~a_n^{(1-n)/n}~a_{n-1}.$$