This is a two-part question that arose while investigating properties of parabolas.
A parabola can be parameterized as $P:t\mapsto(X(t),Y(t))$, where $$\begin{align}X(t)&=at^2+bt+c \\ Y(t)&=At^2+Bt+C\end{align}$$ with $a$ and $A$ not both zero. This parameterization is not unique. For any two points $P_0$ and $P_2$ on the parabola, the Bernstein polynomial $$(1-t)^2P_0+2(1-t)tP_1+t^2P_2,\tag{*}$$ where $P_1$ is the intersection of the tangents at $P_0$ and $P_2$, is a distinct parameterization of the parabola. (For $0\le t\le 1$, this is the quadratic Bézier curve with control points $P_0$, $P_1$ and $P_2$.) What I was wondering is if there are any others. That is, are there any parameterizations of this form for a non-degenerate parabola that can’t be represented as the Bernstein polynomial (*) generated from a pair of points on the curve?
Secondly, it’s evident that any such parameterization be converted into another via a transformation of the parameter, but what does this transformation look like? For the Bernstein polynomials, the parameter can be interpreted as the fractional displacement along line segments, so I suspect that they are related by a affine transformations of the parameter.
(I have my own solution to this, which I’ll post later, but I’d be interested in seeing other peoples’ takes on these questions.)
The key point, I think, is that $\{1,t,t^2\}$ and $\{(1-t)^2,2t(1-t),t^2\}$ are both bases for the vector space of polynomials of degree two. Therefore, any polynomial of degree two has a unique representation as a linear combination of $\{1,t,t^2\}$, and a unique representation as a linear combination of $\{(1-t)^2,2t(1-t),t^2\}$. The second form is known as a "Bezier curve".
Changing basis doesn't change the curve, of course; it only changes its coefficients.
There are other interesting bases, too: Lagrange and Chebyshev are two examples.
If you use a linear fractional transformation to reparameterize, you can get a rational quadratic representation of a parabola. This won't change the shape of the curve, but will change the "speed" at which it is traversed.