Let $C_0,C_1,\ldots,C_n$ are real constants. It is given that $$C_0 + \frac{C_1}{2} + \ldots + \frac{C_{n-1}}{n} + \frac{C_n}{n+1}= 0$$ We need to prove that the equation $C_0 + C_1 x + \ldots + C_{n-1} x^{n-1} + C_{n}x^{n} = 0$ has at least one real root between 0 and 1. This is taken from Rudin pg-114. I Need some help in the last part of the following proof:
Partial proof:
Let $f(x)= C_0 + C_1 x + \ldots + C_{n-1} x^{n-1} + C_{n}x^{n}$. We have: $$f'(x)= C_1+ 2C_2 x + 3C_3 x^2 + \ldots +nC_n x^{n-1}$$ $$f'(0)=C_1, \ f'(1)= C_1 + 2C_2 + 3C_3 + \ldots +(n-1)C_{n-1}+ nC_{n}$$ I would probably want to show that $f'(0)$ and $f'(1)$ are opposite in sign so that we can claim that there exists at least one $x \in (0,1)$ such that $f'(x)=0$. This is possible because $f(x)$ is a polynomial and hence continuous, differentiable function. Going forward, we use: $$C_0 + \frac{C_1}{2} + \ldots +\frac{C_{n-1}}{n} + \frac{C_n}{n+1}= 0$$ to get: $$C_1 = -2\left(C_0 + \frac{C_2}{3}+ \ldots +\frac{C_n}{n+1}\right)$$ Using this we get the following: $$f'(1)=-2C_0 + \sum_{k=2}^{n} \frac{(k+2)(k-1)}{k+1} C_{k}$$ $$f'(0)=-2C_0 -2 \sum_{k=2}^{n} \frac{1}{k+1} C_{k}$$ But how do we conclude that $f'(1)$ is opposite in sign of $f'(0)$ ?