Which of the following polynomials has the greatest real root? $\textbf{(A) } x^{19}+2018x^{11}+1 \qquad \textbf{(B) } x^{17}+2018x^{11}+1 \qquad \textbf{(C) } x^{19}+2018x^{13}+1 \qquad \textbf{(D) } x^{17}+2018x^{13}+1 \qquad \textbf{(E) } 2019x+2018$
The only root that I was able to find was the last one. I have no idea what to do from here. Does anyone have some ideas?
![First plot, four polynomials in $[-1,\ 0]$](https://i.stack.imgur.com/MBdnv.png)
![Second plot, four polynomials in $[-0.6,\ 0]$](https://i.stack.imgur.com/WPErT.png)
We start by observing the terms in options A to D. The leading term is degree 19 or 17 while the second term is degree 11 or 13. The numbers caught my eyes because $19-17=2$ and $13-11=2$ reminds me of factoring quadratics. I decide to compute $$A-B=x^{19}-x^{17}=x^{17}(x^{2}-1)$$ $$A-C=2018x^{11}-2018x^{13}=2018x^{11}(1-x^{2})$$ $$C-D=x^{19}-x^{17}=x^{17}(x^{2}-1)$$
Steps for the answer:
Gist:
In the figure, the green function is always larger than the red function. If in an interval, both functions are monotonously increasing and the green one is always larger, then the root of the green function is smaller. If in an interval, both functions are monotonously decreasing and the green one is always larger, then the root of the green function is larger.