Bernstein Polynomials

Subjects: Special Polynomials
Links: Rectifiable Curves in Rn
A Bernstein polynomial is a polynomial of the form:

bν,n(x)=(nν)xν(1x)nν

The set {bν,n}ν=0n is a basis for Pn(R)=Πn or the polynomials with real coefficients of at most degree n, then:

p(x)=ν=0nβνbν,n(x)

is the Bernstein form of the polynomial p(x), the coefficietns are called Bernstein coefficients or Bézier coefficients.

Given a collection of points {Pk}k=0n, then the Bézier Curve with Pk as its control points it’s:

B(t)=k=0nPkbk,n(t)

and t[0,1].
In particular it has a neat property, that for any nN:

ν=0nbν,n=1

Properties

bν,n(x)=0 if ν<0 or ν>n

bν,n(x)0, for x[0,1]

bν,n(1x)=bnν,n(x)

bν,n(0)=δν,0 and bν,n(1)=δν,n, where δij is the Kronecker delta

bν,n(x) has a root with multiplicity ν at x=0, if ν=0, then there’s no root

bν,n(x) has a root with multiplicity nν at x=1, if ν=n, then there’s no root

bν,n(x)=n(bν1,n1(x)bν,n1(x))

If n0, then bν,n(x) has a unique local maximum on [0,1] at x=νn, with the value

ννnn(nν)nν(nν)

We can show that

ν=0nνbν,n(x)=nxν=0nν(ν1)bν,n(x)=n(n1)x2

The antiderivative of bν,n is given by

bν,n(x)dx=1n+1j=ν+1n+1bj,n+1(x)

the integral over [0,1] of bν,n is

01bν,n(x)dx=1n+1

The transformations of Berstein Polynomials to monomials is

bν,n(x)=(nν)k=0nν(nνk)(1)nνkxν+k=k=νn(nk)(kν)(1)kνxk

using the inverse binomial transformation we get that

xk=i=0nk(nki)1(ni)bni,n(x)=1(nk)j=kn(jk)bj,n(x)