Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

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

Expert verified

\(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\}\).

Step by step solution

01

Step 1:Use the definition of affine hull

Assume that \({{\bf{p}}_{\bf{o}}}{\bf{,}}\,{{\bf{p}}_{\bf{1}}} \in {f_o}\left( t \right)\) and \({{\bf{p}}_{\bf{1}}}{\bf{,}}\,{{\bf{p}}_{\bf{2}}} \in {f_1}\left( t \right)\).

The affine hull of distinct points \({v_1}\) and \({v_2}\) is \(y = \left( {1 - t} \right){v_1} + t{v_2}\).

Similarly, the affine hull of \({f_o}\left( t \right)\)and \({f_1}\left( t \right)\)is \(g\left( t \right) = \left( {1 - t} \right){f_o}\left( t \right) + t{f_1}\left( t \right)\).

02

Step 2:Apply the affine hull for \({f_o}\left( t \right)\), and\({f_1}\left( t \right)\)

\(\begin{aligned}{}g\left( t \right) &= \left( {1 - t} \right)\left( {\left( {1 - t} \right){{\bf{p}}_{\bf{o}}} + t{{\bf{p}}_{\bf{1}}}} \right) + t\left( {\left( {1 - t} \right){{\bf{p}}_{\bf{1}}} + t{{\bf{p}}_{\bf{2}}}} \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}}}\end{aligned}\)

03

Use the concept that weights in linear combination sum to 1

A point \(y\) in\({\mathbb{R}^n}\) is an affine combination of \({v_1},.......,{v_p}\)in \({\mathbb{R}^n}\) if \(\overline y = {c_1}{\overline v _1} + ...... + {c_p}{\overline v _p}\) such that \({c_1} + ...... + {c_p} = 1\). So, the sum of the weight of \(g\left( t \right)\) should be 1; that is, \({\left( {1 - t} \right)^2} + 2t\left( {1 - t} \right) + {t^2} = 1\), which is simplified to \(\left( {1 - 2t + {t^2}} \right) + \left( {2t - 2{t^2}} \right) + {t^2} = 1\).

04

Find the range of weight when \(0 \le t \le 1\)

The weighted sum is \(\left( {1 - 2t + {t^2}} \right) + \left( {2t - 2{t^2}} \right) + {t^2} = 1\). This sum also varies between 0 and 1 if \(0 \le t \le 1\) . This implies that a convex combination of \(\left\{ {{{\bf{p}}_{\bf{o}}}{\bf{,}}\,{{\bf{p}}_{\bf{1}}}{\bf{,}}\,{{\bf{p}}_{\bf{2}}}} \right\}\).

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Question: In Exercise 5, determine whether or not each set is compact and whether or not it is convex.

5. Use the sets from Exercise 3.

Let\(\left\{ {{p_1},{p_2},{p_3}} \right\}\)be an affinely dependent set of points in\({\mathbb{R}^{\bf{n}}}\)and let\(f:{\mathbb{R}^{\bf{n}}} \to {\mathbb{R}^{\bf{m}}}\)be a linear transformation. Show that\(\left\{ {f\left( {{{\bf{p}}_1}} \right),f\left( {{{\bf{p}}_2}} \right),f\left( {{{\bf{p}}_3}} \right)} \right\}\)is affinely dependent in\({\mathbb{R}^{\bf{m}}}\).

Question: 17. Choose a set \(S\) of three points such that aff \(S\) is the plane in \({\mathbb{R}^3}\) whose equation is \({x_3} = 5\). Justify your work.

In Exercises 11 and 12, mark each statement True or False. Justify each answer.

12.a. The essential properties of Bezier curves are preserved under the action of linear transformations, but not translations.

b. When two Bezier curves \({\mathop{\rm x}\nolimits} \left( t \right)\) and \(y\left( t \right)\) are joined at the point where \({\mathop{\rm x}\nolimits} \left( 1 \right) = y\left( 0 \right)\), the combined curve has \({G^0}\) continuity at that point.

c. The Bezier basis matrix is a matrix whose columns are the control points of the curve.

Question: 19. Let \(S\) be an affine subset of \({\mathbb{R}^n}\) , suppose \(f:{\mathbb{R}^n} \to {\mathbb{R}^m}\)is a linear transformation, and let \(f\left( S \right)\) denote the set of images \(\left\{ {f\left( {\rm{x}} \right):{\rm{x}} \in S} \right\}\). Prove that \(f\left( S \right)\)is an affine subset of \({\mathbb{R}^m}\).

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free