Consider the following polynomial in Bezier form:
$$p(u)=\sum_{i=0}^n b_i B_i^n \Big(\frac{u-a}{b-a}\Big)$$
I am supposed to derive Bezier points $b_i$ for $i=0,1,...,n$ in general form, assuming that I know the values of the function, first derivatives and second derivatives at $a$ and $b$. I have tried using the recursive definition for the derivatives of Bezier polynomials but can't get anywhere.