For a given $n$ and $n > 1$, when does the below attain a maximum? $$F(i) = {n \choose i+1} - {n \choose i} $$
How I approached it? I started by considering mapping $g(i)$ from $i$ to ${n \choose i}$ for a given $n$. I observed that $F(i)$ describes the change in $g(i)$ when $i$ is changed by $1$. Therefore, I thought there must be another $h(i)$ which describes changes in $F(i)$ on a unit change in $i$. Hence, $$h(i) = F(i+1) - F(i)$$
So I proceeded and substituted $F(i+1)$ and $F(i)$ into above function, and set $h(i) = 0$. But I found that it did not give me the right answer. I was aware that I am not using Calculus to differentiate $F(i)$, because I do not know if how to differentiate F(i).
What is $F(i+1)-F(i)$? It is $$\begin{align} \binom{n}{i+2}-2\binom{n}{i+1}+\binom{n}{i}&= \binom{n}{i}\left[\frac{(n-i)(n-i-1)}{(i+2)(i+1)}-2\frac{n-i}{i+1}+1\right] \\ &=\binom{n}{i}\frac{(n-i)(n-i-1)-2(n-i)(i+2)+(i+2)(i+1)}{(i+2)(i+1)}\\ &=\binom{n}{i}\frac{n^2-(4i+3)n+4i^2+8i+2}{(i+2)(i+1)}. \end{align} $$ This doesn't seem to factor nicely, alas. But it will change sign twice, once where $F(i)$ starts to decrease and the other time when it starts to increase (but by then $F(i)$ will be negative).