In the mathematical field of numerical analysis, a Bernstein polynomial, named after Sergei Natanovich Bernstein, is a polynomial in the Bernstein form, that is a linear combination of Bernstein basis polynomials.
A numerically stable way to evaluate polynomials in Bernstein form is de Casteljau's algorithm.
Polynomials in Bernstein form were first used by Bernstein in a constructive proof for the Stone-Weierstrass approximation theorem. With the advent of computer graphics, Bernstein polynomials, restricted to the interval x ∈ [0, 1], became important in the form of Bézier curves.
Contents |
Definition
The
Bernstein basis polynomials of degree
are defined as
where
is a binomial coefficient.
The Bernstein basis polynomials of degree
form a basis for the vector space
of polynomials of degree
.
A linear combination of Bernstein basis polynomials
is called a Bernstein polynomial or polynomial in Bernstein form of degree
. The coefficients
are called Bernstein coefficients or Bézier coefficients.
Example
The first few Bernstein basis polynomials are:
-

; 
; 
; 
; 
; 
; 
; 
; 
; 
; 
; 
; 
; 
; 
...
Properties
The Bernstein basis polynomials have the following properties:
, if
or
.
and
where
is the Kronecker delta function.
has a root with multiplicity
at point
(note: if
, there is no root at 0).
has a root with multiplicity
at point
(note: if
, there is no root at 1).
for
.
.
- The derivative can be written as a combination of two polynomials of lower degree:
- If
, then
has a unique local maximum on the interval
at
. This maximum takes the value:
- The Bernstein basis polynomials of degree
form a partition of unity:
- A Bernstein polynomial can always be written as a linear combination of polynomials of higher degree:
Approximating continuous functions
Let
be a continuous function on the interval
. Consider the Bernstein polynomial
It can be shown that
uniformly on the interval
. This is a stronger statement than the proposition that the limit holds for each value of
separately; that would be pointwise convergence rather than uniform convergence. Specifically, the word uniformly signifies that
Bernstein polynomials thus afford one way to prove the Stone-Weierstrass approximation theorem that every real-valued continuous function on a real interval
can be uniformly approximated by polynomial functions over
.
A more general statement for a function with continuous k-th derivative is
and 
where additionally
is an eigenvalue of
; the corresponding eigenfunction is a polynomial of degree
.
Proof
Suppose
is a random variable distributed as the number of successes in
independent Bernoulli trials with probability
of success on each trial; in other words,
has a binomial distribution with parameters
and
. Then we have the expected value
.
Then the weak law of large numbers of probability theory tells us that
for every
.
Because
, being continuous on a closed bounded interval, must be uniformly continuous on that interval, we can infer a statement of the form
Consequently
And so the second probability above approaches 0 as
grows. But the second probability is either 0 or 1, since the only thing that is random is
, and that appears within the scope of the expectation operator
. Finally, observe that
is just the Bernstein polynomial
.
See also
References
- Weisstein, Eric W., "Bernstein Polynomial" from MathWorld.
- This article incorporates material from properties of Bernstein polynomial on PlanetMath, which is licensed under the Creative Commons Attribution/Share-Alike License.
- From Bézier to Bernstein
- BERNSTEIN POLYNOMIALS by Kenneth I. Joy
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)



















