Show that the $k$-th finite differences of the sequence $1^k ,2^k,3^k ,...$ are each $k!$.
I have tried but I fail when I try it proving using mathematical induction.Please help me.
Thank you in advance.
Show that the $k$-th finite differences of the sequence $1^k ,2^k,3^k ,...$ are each $k!$.
I have tried but I fail when I try it proving using mathematical induction.Please help me.
Thank you in advance.
Use the difference of powers formula:
$$a^{k+1}-b^{k+1} = (a-b)(a^k+a^{k-1}b+\dotsb+ab^{k-1}+b^k)$$
So if $\Delta$ is the difference operator on sequences then we have
$$\Delta^{k+1}\{n^{k+1}\}_n= \Delta^k(\Delta\{n^{k+1}\}_n)=\Delta^k(\{(n+1)^{k+1}-n^{k+1}\}_n) \\=\Delta^k(\{(n+1)^k+(n+1)^{k-1}n+\dotsb+(n+1)n^{k-1}+n^k\}_n)$$
Since the difference operator is linear, we may apply it termwise.
$$\Delta^k(\{(n+1)^k\}_n)+\Delta^k(\{(n+1)^{k-1}n\}_n)+\dotsb+\Delta^k(\{(n+1)n^{k-1}\}_n)+\Delta^k(\{n^k\}_n).$$
Each term expands to a polynomial with leading term $n^k$. By the inductive hypothesis, $\Delta^k(\{n^k\}_n)=k!$, the lower order terms vanish, and there are $k+1$ terms, hence we have $(k+1)k!=(k+1)!$.