next up previous contents index
Next: 1.3.2 Arithmetic operations of Up: 1.3 Bézier curves and Previous: 1.3 Bézier curves and   Contents   Index

1.3.1 Bernstein polynomials

The Bernstein polynomials are defined as

$\displaystyle B_{i,n}(t) = \frac{n!}{i!(n-i)!}(1-t)^{n-i}t^i, \;\;\;\;\;\; i=0,\ldots,n\;.$     (1.19)

They form a basis for polynomials (see Sect. 4.4) and have several properties of interest:

Figure 1.2 shows the Bernstein polynomials of degree 3 and 4. The derivative of a Bernstein polynomial is

$\displaystyle \frac{dB_{i,n}(t)}{dt} = n[B_{i-1,n-1}(t)-B_{i,n-1}(t)]\;,$     (1.24)

where $ B_{-1,n-1}(t) = B_{n,n-1}(t) = 0$ .

Figure 1.2: Bernstein polynomials: (a) degree three, (b) degree four
\begin{figure}\centerline{
\psfig{file=fig/b30.ps,height=3.0in}}
\centerline{ (...
...terline{
{\psfig{file=fig/b40.ps,height=3.0in}}}
\centerline{ (b)}\end{figure}




next up previous contents index
Next: 1.3.2 Arithmetic operations of Up: 1.3 Bézier curves and Previous: 1.3 Bézier curves and   Contents   Index
December 2009