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.