Use the properties of the Bernoulli Polynomials to prove: $$\int_0^1 P_n(x)dx= 0 \tag{for n>0}$$
I have these properties to work with below: $$P_0(x) = 1; \qquad P'_n(x) = n P_{n-1} (x) \qquad P_n (x+1) - P_n (x) = nx^{n-1} $$
I don't have work to show because I am questioning what step one should be? I believe I want to manipulate the derivative somehow so that the integral just undoes it, and end with the difference property, which is apart by 1 just like the bounds on the integral. How can I show this?
Okay, I see the concise answer. After a hint, I was able to construct a long-winded answer of my own:
$$P'_{n+1}(x)=(n+1)P_{n}(x)$$ $$P_{n}(x)= \frac{P'_{n+1}(x)}{n+1}$$ $$\int_0^1 \frac{P'_{n+1}(x)}{n+1}dx$$ $$P_{n+1} (x+1) - P_{n+1} (x) = \frac{(n+1)x^{n}}{(n+1)}$$ $$=x^n , ({x = 0})$$ $$=0$$