CQ2
CQ2
Sep. 17
Given a cubic Bezier curve with Bernstein basis function polynomials,
describe in 1-2 sentences what you would do to find the coefficients of an equivalent monomial basis function representation.
This shows that the monomial basis function representation produces the same shape curve as the Bezier curve.
What are the advantages of the Bezier curve (Bernstein polynomial representation) over the monomial form?
Q1
describe in 1-2 sentences what you would do to find the coefficients of an equivalent monomial basis function representation.
Firstly, expand the Bernstein basis polynomials into monomial form and then collect and equate coefficients for each power of (u).
Q2
What are the advantages of the Bezier curve (Bernstein polynomial representation) over the monomial form?
The advantages of the Bezier curve representation over the monomial form include its intuitive control via geometric points, which facilitates curve design and modification, and its properties such as the curve always lying within the convex hull of its control points, which provides predictable and stable behavior.