If $p$ is an increasing polynomial function, and $c>0$ is a constant, do we always have: $$ \underset{x \rightarrow \infty}{\lim} \dfrac{p(xc+c)}{p(xc)} = 1?$$
I think if I am not missing anything, as the coefficient and degree of the leading terms will be equal in the numerator and denominator, by L'Hôspital's rule the limit should be equal to $1$. I am wondering if there is an easier proof for this fact, or anything that I am missing.
You don't need L'Hopital's Rule to prove this. If$$p(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0,$$with $N\in\Bbb N$ and $a_n\ne0$, then\begin{align}\lim_{x\to\infty}\frac{p(xc+c)}{p(xc)}&=\lim_{x\to\infty}\frac{p\bigl((x+1)c\bigr)}{p(xc)}\\&=\lim_{x\to\infty}\frac{a_n\bigl((x+1)c\bigr)^n+a_{n-1}\bigl((x+1)c\bigr)^{n-1}+\cdots+a_1\bigl((x+1)c\bigr)+a_0}{a_n(xc)^n+a_{n-1}(xc)^{n-1}+\cdots+a_1(xc)+a_0}\\&=\lim_{x\to\infty}\frac{a_nc^nx^n+\text{terms of smaller degree}}{a_nc^nx^n+\text{terms of smaller degree}}\end{align}and this limit is equal to $1$; just divide both the numerator and the denominator by $x^n$. Then it's clear that the limit is $\frac{a_nc^n}{a_nc^n}=1$.