I have see a lot of people said it is not possible to draw a circle by Bezier Curve.
However, I want to know why?
I did see somebody explain, but I am not quite sure what they mean.
Like, Bezier curve is parabola, so it is impossible to draw a circle by it.
But how can I proof it? proof that Bezier curve is only parabola and never be circle?
Hint:
Consider that the coordinates of a Bezier curve are polynomials in $t$, and that the coordinates of a circle all lie on $x^2+y^2=1$ (without a loss of generality).
What can we say about polynomials $x(t),y(t)$ such that $x(t)^2+y(t)^2=1$?