In general ,
$$\vec{C}(u)=\vec{a_0}+\vec{a_1} u+\vec{a_2} u^2$$
is a parabolic arc between the points $\vec{a_0}$ and $\vec{a_0} + \vec{a_1} + \vec{a_2}$.
So I'd like to prove it by myself:
My trial as below:
$\vec{a_i}=(x_i,y_i)^T$ $\Rightarrow$
$$x=x_0+x_1 u+ x_2 u^2 \qquad (1)$$ $$y=y_0+y_1 u+ y_2 u^2 \qquad (2)$$
Obviously, (1) and (2) are the equations about $u,u^2$
So I can denote $u,u^2$ by $x,y$
$$u=p_1 x+q_1y+r_1$$ $$u^2=p_2 x+q_2y+r_2$$
$\Rightarrow$
$$p_2 x+q_2y+r_2=(p_1 x+q_1y+r_1)^2$$
Unfortunately,I didn't know what transformation I need to apply to $x,y$ in the following steps. Can someone help me?
what transformationI need to apply to make the equation $p_2x++q_2 y+r_2=(p_1x++q_1 y+r_1)^2$ transform to the style of $Y=K X^2$ – xyz Oct 01 '14 at 14:51