Richard E. Bellman

From Wikipedia, the free encyclopedia

  (Redirected from Richard Bellman)
Jump to: navigation, search
Richard E. Bellman

Born August 26, 1920(1920-08-26)
New York City, New York
Died March 19, 1984 (aged 63)
Fields Mathematics and Control theory
Alma mater Princeton University
University of Wisconsin–Madison
Brooklyn College
Known for Dynamic programming

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 in New York City, where his father John James Bellman ran a small grocery store on Bergen Street near Prospect Park in Brooklyn. Bellman completed high school at the Abraham Lincoln High School (New York) in 1937[1], and studied mathematics at Brooklyn College where he received a BA in 1941, and later a MA from the University of Wisconsin–Madison. During World War II he worked for a Theoretical Physics Division group in Los Alamos. In 1946 he received his Ph.D. at Princeton under the supervision of Solomon Lefschetz[2].

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] 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] 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. One implication of the curse of dimensionality is that some methods for numerical solution of the Bellman equation require vastly more computer time when there are more state variables in the value function.

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] 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] 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). A selection[1]:

  • 1959. Asymptotic Behavior of Solutions of Differential Equations
  • 1961. An Introduction to Inequalities
  • 1961. Adaptive Control Processes: A Guided Tour
  • 1962. Applied Dynamic Programming
  • 1967. Introduction to the Mathematical Theory of Control Processes
  • 1970. Algorithms, Graphs and Computers
  • 1972. Dynamic Programming and Partial Differential Equations
  • 1982. Mathematical Aspects of Scheduling and Applications
  • 1983. Mathematical Methods in Medicine
  • 1984. Partial Differential Equations
  • 1984. Eye of the Hurricane: An Autobiography, World Scientific Publishing.
  • 1985. Artificial Intelligence
  • 1995. Modern Elementary Differential Equations
  • 1997. Introduction to Matrix Analysis
  • 2003. Dynamic Programming
  • 2003. Perturbation Techniques in Mathematics, Engineering and Physics
  • 2003. Stability Theory of Differential Equations

[edit] References

  1. ^ a b Salvador Sanabria. Richard Bellman's Biography. Paper at www-math.cudenver.edu. Retrieved 3 Oct 2008.
  2. ^ Mathematics Genealogy Project http://genealogy.math.ndsu.nodak.edu/id.php?id=12968

[edit] Further reading

[edit] External links