I was solving a problem where I needed to find the value of $n\in [0,60] \cap \mathbb N$ for which $$f(n)=n \prod_{k=0}^{n-1}\frac{60-k}{60}$$ is maximized.
Somewhat irresponsibly, I computed the value of the expression for $n=1,2,...,9$, saw that it decreases after $n=8$ and assumed that $n=8$ gives the maximum value.
Not only does this assume that the value of $f$ "increases then decreases," allowing only one candidate for a maximum, but it also doesn't shed any light on how I would solve the question or graph the function in the general case.
Therefore, I have 3 questions:
(1) How would I find the maximum (or maxima, if unsure of how many extrema there would be) analytically?
(2) Is it trivial to show that $f$ "increases then decreases"?
(3) How might I sketch $f$ (by hand) ?
Can the answers for the above questions be generalized for the general case function $g(n)=n \prod_{k=0}^{n-1}\frac{\alpha-k}{\alpha}$ for $n\in [0,\alpha] \cap \mathbb N$?