Problem
Assume that $\alpha>0,c>1.$ Prove $$\lim_{n \to \infty}\frac{n^{\alpha}}{c^n}=0.$$
Proof
Denote $b=c^{\frac{1}{\alpha}}$. Then $$\frac{n^{\alpha}}{c^n}=\frac{n^{\alpha}}{(b^{\alpha})^n}=\left(\frac{n}{b^n}\right)^{\alpha}.$$
Notice that $b=c^{\frac{1}{\alpha}}>1^{\frac{1}{\alpha}}=1$. We may assume that $b=1+h(h>0)$. Hence $$\forall n \geq 2:b^n=(1+h)^n=1+nh+\frac{n(n-1)}{2}h^2+\cdots \geq \frac{n(n-1)}{2}h^2,$$
Thus $$0 \leq \frac{n^{\alpha}}{c^n}=\left(\frac{n}{b^n}\right)^{\alpha}\leq \left(\frac{2}{(n-1)h^2}\right)^{\alpha} \to 0 (n \to \infty).$$
By the squeeze theorem, we may obtain $$\lim_{n \to \infty}\frac{n^{\alpha}}{c^n}=0.$$
If you assume the binomial theorem, you can argue directly like this:
If $n >m > a+1$ and $c = 1+h$ then
$\begin{array}\\ c^n &=(1+h)^n\\ &=\sum_{k=0}^n \binom{n}{k}h^k\\ &>\binom{n}{m}h^{m}\\ &=\dfrac{\prod_{j=0}^{m-1}(n-j)}{m!}h^{m}\\ &=\dfrac{n^m\prod_{j=0}^{m-1}(1-j/n)}{m!}h^{m}\\ \text{so}\\ \dfrac{n^a}{c^n} &\lt \dfrac{n^a}{\dfrac{n^m\prod_{j=0}^{m-1}(1-j/n)}{m!}h^{m}}\\ &\lt \dfrac{m!}{n^{m-a}h^m\prod_{j=0}^{m-1}(1-j/n)}\\ \end{array} $
For fixed $m$ and $h$, $\dfrac{m!}{h^m} $ is fixed and $\prod_{j=0}^{m-1}(1-j/n) $ is an increasing function of $n$, so $\prod_{j=0}^{m-1}(1-j/n) \gt \prod_{j=0}^{m-1}(1-j/(m+1)) $ so $\dfrac{n^a}{c^n} \lt \dfrac{g(m, h)}{n^{m-a}} \lt \dfrac{g(m, h)}{n} $ where $g(m, h)$ is a function of $m$ and $h$, so $\dfrac{n^a}{c^n} \to 0$.