I am currently trying to estimate the error term in Euler-Maclaurin summation formula and need to establish an upper bound for the periodic Bernoulli polynomial $\overline B_{2n}(x)=B_{2n}(x-\lfloor x\rfloor)$. I know that it is obvious that the following Fourier expansion implies $|\overline B_{2n}(x)|\le|B_{2n}|$.
$$ B_{2n}(x)={2(-1)^{n+1}\over(2\pi)^{2n}}\sum_{k=1}^\infty{\cos(2\pi kx)\over k^{2n}} $$
But I wonder if it is possible to establish this bound by merely elementary methods (e.g. induction, real-variable calculus, etc.).
A weaker bound.
Notation: For clarity, Bernoulli polynomials will be written with a regular italic font $B$ whereas the Bernoulli numbers will be written with a bolded $\boldsymbol{B}$.
The $n=0$ and $n=1$ cases can both be checked individually very easily, so we'll now assume $n\geq 2$. The Bernoulli polynomials have a well known differential recurrence relation $${B_n}'=nB_{n-1}$$ Amazingly, this formula extends to the periodic Bernoulli polynomials as well: $${\overline{B}_n}'=n\overline B_{n-1}$$ We can shuffle the index, integrate both sides of the equation, and use the special value $\overline{B}_n(0)=B_n(0)=\boldsymbol B_n$ to get
$$\overline B_{n+1}(x)=(n+1)\int_0^x \overline B_n(s)\mathrm ds+B_{n+1}$$ Applying this integral recursion twice and using the fact that when $n\geq 2$, $\boldsymbol B_{2n+1}=0$, we get $$\overline B_{2n+2}(x)=\int\limits_0^x\int\limits_0^s\overline B_{2n}(t)\mathrm dt\mathrm ds+\boldsymbol B_{2n}\cdot x$$ It is important to note that since the periodic Bernoulli polynomials are, well, periodic, we can assume WLOG that $x\in[0,1]$. Let's now take the absolute value on both sides, and using the triangle inequality, $$\left|\overline B_{2n+2}(x)\right|=\left|\int\limits_0^x\int\limits_0^s\overline B_{2n}(t)\mathrm dt\mathrm ds+\boldsymbol B_{2n}\cdot x\right|\leq \left|\int\limits_0^x\int\limits_0^s\overline B_{2n}(t)\mathrm dt\mathrm ds\right|+\left|\boldsymbol B_{2n}\cdot x\right|$$ And now, using the integral triangle inequality (proof here ) and the fact that $|x|\leq 1$ we get $$\left|\overline B_{2n+2}(x)\right|\leq\int\limits_0^x\int\limits_0^s\left|\overline B_{2n}(t)\right|\mathrm dt\mathrm ds+\left|\boldsymbol B_{2n}\right|$$
Induction!
Assume the hypothesis is true for $\overline B_{2n}$. Then, $$\int_0^s |\overline B_{2n}(t)|\mathrm{d}t\leq\int_0^s |\boldsymbol B_{2n}|\mathrm dt=|\boldsymbol{B}_{2n}|s$$ Thus, $$\int\limits_0^x\int\limits_0^s\left|\overline B_{2n}(t)\right|\mathrm dt\mathrm ds\leq\int_0^x |\boldsymbol B_{2n}|s~\mathrm ds=|\boldsymbol B_{2n}|\frac{x^2}{2}$$ Since $x\in[0,1]$, we have $$\int\limits_0^x\int\limits_0^s\left|\overline B_{2n}(t)\right|\mathrm dt\mathrm ds\leq\int_0^x |\boldsymbol B_{2n}|s~\mathrm ds\leq \frac{|\boldsymbol B_{2n}|}{2}$$ So in all we have $$\left|\overline B_{2n+2}(x)\right|\leq \frac{3}{2}\left|\boldsymbol B_{2n}\right|$$
Can anyone improve this approach?