I'm doing my IB Math HL IA on Bernoulli Polynomials, but what's bothering me is that I can't seem to prove the third definition, which is
$$\int_{0}^{1}B_n(x)dx=0$$
Can anyone help me?
I'm doing my IB Math HL IA on Bernoulli Polynomials, but what's bothering me is that I can't seem to prove the third definition, which is
$$\int_{0}^{1}B_n(x)dx=0$$
Can anyone help me?
The definition of the Bernoulli polynomials that you are using is:
$$B_0(x)=1 \\ B_n(x)=B'_{n-1}(x) \quad n \geq 1 \\ \int_0^1 B_n(x) dx = 0 \quad n \geq 1.$$
(This is not quite the usual definition, which is $n!$ times this one, but that discrepancy is fine as long as we're aware of it.)
The third condition is necessary to specify the constants of integration that appear as you recursively apply the second condition. For example:
$$B_1(x)=\int B_0(x) dx = \int 1 dx = x+c_1 \\ \int_0^1 B_1(x) dx = \int_0^1 x+c_1 dx = \frac{1}{2} + c_1 = 0 \Rightarrow c_1=-1/2.$$
You could choose a different condition to specify the integration constants, if you wanted. For instance, $c_n=B_n(0)=\frac{b_n}{n!}$ where $b_n$ are the Bernoulli numbers (in the usual sense). But you do need something to specify them, otherwise you aren't really saying what polynomials you're considering.