Suppose that $x \in [0,1]$ and the points $x_1, x_2,\ldots x_n$ are evenly spaced in the interval $[0,1]$. I am trying to find a tight bound for the maximum of:
$$(x - x_1)(x-x_2)\cdots(x-x_n) $$
I realize that the above expression will be smaller in absolute value than the absolute value of the smallest term $(x-x_i)$ for $ 1\le i \le n$ since each term will is less than $1$. Thus, if there are $n$ equally spaced points, each distanced $\frac{1}{n-1}$ apart, then smallest term will be bounded above by $\frac{1}{2(n-1)}$.
I am wondering if there is a way to get a tighter bound than the one I have found above.
One finds that the factors, excluding those for the points directly around $x$, are largest in the first and last interval. As the maxima of third degree polynomials are still accessible, for an $x\in[x_1,x_2]$ we get the first bound $$ |(x-x_1)\cdots(x-x_n)|\le|(x-x_1)(x-x_2)(x-x_3)|\cdot |(x_4-x_1)\cdots(x_n-x_1)| $$ Now set $s=x-x_2$ and $x_2-x_1=h=x_3-x_2$, more generally $x_k-x_1=(k-1)h$, so that $s\in[-h,0]$. The cubic factor reads as $(s+h)s(s-h)=s^3-sh^2$ which has its extrema at $s=\pm\frac{h}{\sqrt3}$ with value $\mp\frac{2\sqrt3h^3}{9}$.
The upper bound of this method is thus $$ |(x-x_1)\cdots(x-x_n)|\le\frac{2\sqrt3h^3}{9}\cdot 3h\cdot 4h\cdots(n-1)h\le\frac{\sqrt3}{9}\frac{(n-1)!}{(n-1)^{n}}\sim \frac{\sqrt{6\pi}}{9\sqrt{n-1}}e^{1-n}. $$