I've come across a question which asks to show pointwise convergence on $[0,1]$ for the following sequence of functions defined for integers $n\geq0$ : $f_n(x)=n^2x^n(1-x)$. I know that the sequence converges to 0 for all $x\in[0,1]$ but I'm having trouble proving these limits exist and equal 0 without L'hospital's rule.
For $x=0$ and $x=1$ it's clear that $f_n(x)=0$ so $\lim_\limits{n\to\infty} f_n(x)= 0 $ but for $c\in(0,1)$ we have $f_n(c)=n^2c^n(1-c)$ which I'm finding harder to prove neatly. One approach I took is $$\lim_\limits{n\to\infty}f_n(c)=\lim_\limits{n\to\infty}n^2c^n(1-c)=$$$$(1-c)\lim_\limits{n\to\infty}\frac{n^2}{c^{-n}}=(1-c)\lim_\limits{n\to\infty}\frac{2n}{-nc^{-n-1}}= $$$$(c-1)\lim_\limits{n\to\infty}\frac{2}{c^{-n-1}}= 2(c-1)\lim_\limits{n\to\infty}c^{n+1}=0$$
My problem here is that since the limit exists we should be able to choose an $N$ for a give $\epsilon>0$ such that $n>N \implies n^2x^n(1-x)<\epsilon$ but I'm having diffuclty choosing such an $N$. I know that since $$\int_0^1f_n(x)dx=1\neq\int_0^1f(x)dx=0$$, the sequence does not congverge uniformly and so our choice of $N$ must depend on the specific $x\in[0,1]$.
So far I've tried simplifying the limit by saying that since $n^2x^n(1-x)<n^2x^n$ for $x \in (0,1)$ it will suffice to to choose $N$ such that $n>N \implies n^2x^n<\epsilon$. I feel like it'll be something in the form $N=\sqrt\frac{\epsilon}{2x^?}$ but I'm completely stuck.
TLDR: How to prove $\lim_\limits{n\to\infty}n^2c^n=0$ for $c\in(0,1)$ from definition of a limit/without L'hospital's rule.
OK, let's try this. Since $0<c<1$, $\dfrac1c = 1+\delta$ for some $\delta>0$. By the binomial theorem, for $n\ge 3$ we have $(1+\delta)^n \ge 1+n\delta+\dfrac{n(n-1)}2\delta^2+\dfrac{n(n-1)(n-2)}6\delta^3>\dfrac{n(n-1)(n-2)}6\delta^3$. Thus, $$n^2c^n = \frac{n^2}{(1+\delta)^n}<\frac{n^2}{\frac{n(n-1)(n-2)}6\delta^3}\le\frac{24n^2}{n^3\delta^3} \text{ if } n\ge 4$$ (as this guarantees $n-1>n-2\ge 2$). Finally, if $n\ge 4$, we have $$n^2c^n < \frac{24}{n\delta^3},$$ which in turn will be less than a given $\varepsilon>0$ provided $n>\max\left(3,\dfrac{24}{\varepsilon\delta^3}\right)$.