Chapter 8: Q23E (page 437)
Let\(g\left( t \right)\) be defined as in Exercise 21. Its graph is called a quadratic Bézier curve, and it is used in some computer graphics designs. The points\({p_o}\),\({p_1}\), and\({p_2}\)are called the control points for the curve. Compute a formula for\(g\left( t \right)\)that involves only\({p_o}\),\({p_1}\), and\({p_2}\). Then show that\(g\left( t \right)\)is in\({\rm{conv }}\left\{ {{{\rm{p}}_{\rm{o}}}{\rm{,}}{{\rm{p}}_{\rm{1}}}{\rm{,}}{{\rm{p}}_{\rm{2}}}} \right\}\)for\(0 < t < 1\).
Short Answer
\(g\left( t \right) = {\left( {1 - t} \right)^2}{{\bf{p}}_{\bf{o}}} + 2t\left( {1 - t} \right){{\bf{p}}_{\bf{1}}} + {t^2}{{\bf{p}}_{\bf{2}}}\)
It shows that the convex combination of \(\left\{ {{p_o},\,{p_1},\,{p_2}} \right\}\).