Richard E. Bellman

From Wikipedia, the free encyclopedia

Richard E. Bellman

Born 26 August 1920(1920-08-26)
New York City, New York
Died 19 March 1984 (aged 63)
Residence United States
Nationality American
Fields Mathematics
Control theory
Institutions University of Southern California
Alma mater Princeton University
University of Wisconsin-Madison
Brooklyn College
Notable awards IEEE Medal of Honor

Richard Ernest Bellman (August 26, 1920March 19, 1984) was an applied mathematician, celebrated for his invention of dynamic programming in 1953, and important contributions in other fields of mathematics.

Contents

[edit] Biography

Bellman was born in 1920 and studied mathematics at Brooklyn College (B.A. 1941) and the University of Wisconsin-Madison (M.A.). He then went to work for a Theoretical Physics Division group in Los Alamos. In 1946 he received his Ph.D. at Princeton under the supervision of Solomon Lefschetz[1].

He was a professor at the University of Southern California, a Fellow in the American Academy of Arts and Sciences (1975), and a member of the National Academy of Engineering (1977).

He was awarded the IEEE Medal of Honor in 1979, "For contributions to decision processes and control system theory, particularly the creation and application of dynamic programming". His key work is the Bellman-Equation.

[edit] Work

[edit] Bellman equation

A Bellman equation also known as a dynamic programming equation, is a necessary condition for optimality associated with the mathematical optimization method known as dynamic programming. Almost any problem which can be solved using optimal control theory can also be solved by analyzing the appropriate Bellman equation. The Bellman equation was first applied to engineering control theory and to other topics in applied mathematics, and subsequently became an important tool in economic theory.

[edit] Bellman–Ford algorithm

The Bellman-Ford algorithm sometimes referred to as the Label Correcting Algorithm, computes single-source shortest paths in a weighted digraph (where some of the edge weights may be negative). Dijkstra's algorithm accomplishes the same problem with a lower running time, but requires edge weights to be non-negative. Thus, Bellman–Ford is usually used only when there are negative edge weights.

[edit] Curse of dimensionality

The Curse of dimensionality", is a term coined by Bellman to describe the problem caused by the exponential increase in volume associated with adding extra dimensions to a (mathematical) space.

For example, 100 evenly-spaced sample points suffice to sample a unit interval with no more than 0.01 distance between points; an equivalent sampling of a 10-dimensional unit hypercube with a lattice with a spacing of 0.01 between adjacent points would require 1020 sample points: thus, in some sense, the 10-dimensional hypercube can be said to be a factor of 1018 "larger" than the unit interval. (Adapted from an example by R. E. Bellman, see below.)

[edit] Hamilton-Jacobi-Bellman

The Hamilton-Jacobi-Bellman equation (HJB) equation is a partial differential equation which is central to optimal control theory. The solution of the HJB equation is the 'value function', which gives the optimal cost-to-go for a given dynamical system with an associated cost function. Classical variational problems, for example, the brachistochrone problem can be solved using this method as well.

The equation is a result of the theory of dynamic programming which was pioneered in the 1950s by Richard Bellman and coworkers. The corresponding discrete-time equation is usually referred to as the Bellman equation. In continuous time, the result can be seen as an extension of earlier work in classical physics on the Hamilton-Jacobi equation by William Rowan Hamilton and Carl Gustav Jacob Jacobi.

[edit] Publications

Over the course of his career he published 619 papers and 39 books. During the last 11 years of his life he published over 100 papers despite suffering from crippling complications of a brain surgery (Dreyfus, 2003).

  • 1984, Eye of the Hurricane, an Autobiography, World Scientific Publishing.

[edit] About Bellman

[edit] References

[edit] External links