During my research I came across a problem regarding a lemma I needed to prove in order for an important result to hold later. The question is:
From the set of polynomials $$\{(1-x)(b_0 x + b_1 x^2 + \cdots + b_{n-1} x^n) | n \in \mathbb{N}\}$$ where each $b_i$ is either $0$ or $1$ but at least one of them needs to be 1. Do they all have a unique maxima on the x-axis between $0$ and $1$? ($0$ and $1$ because it is in the context of markov decision processes)
I tried to construct the corresponding set of derivatives and factor the polynomials from that set to find shared factors between pairs of polynomials in order to find shared roots, but I have still not found any general approach to this. Any help or tips would be appreciated a lot.