Computational physics

From Wikipedia, the free encyclopedia
Jump to: navigation, search

Computational physics is the study and implementation of numerical algorithms to solve problems in physics for which a quantitative theory already exists.[1] Historically, computational physics was the first application of modern computers in science, and is now a subset of computational science.[2]

Contents

Overview [edit]

In physics, different theories based on mathematical models provide very precise predictions on how systems behave. Unfortunately, it is often the case that solving the mathematical model for a particular system in order to produce a useful prediction is not feasible. This can occur, for instance, when the solution does not have a closed-form expression, or is too complicated. In such cases, numerical approximations are required. Computational physics is the subject that deals with these numerical approximations: the approximation of the solution is written as a finite (and typically large) number of simple mathematical operations (algorithm), and a computer is used to perform these operations and compute an approximated solution and respective error.[1]

Challenges in computational physics [edit]

Physics problems are in general very difficult to solve exactly. This is due to several (mathematical) reasons: lack of algebraic and/or analytic solubility, complexity and chaos. For example - even apparently simple problems, such as calculating the wavefunction of an electron orbiting an atom in a strong electric field, may require great effort to formulate a practical algorithm (if one can be found); other cruder or brute-force techniques, such as graphical methods or root finding, may be required. On the more advanced side, mathematical perturbation theory is also sometimes used.

In addition, the computational cost of solving quantum mechanical problems is generally of exponential in the size of the system (see computational complexity theory).[citation needed] A macroscopic system typically has a size of the order of 10^{23} constituent particles, so it may be somewhat of an understatement to say this is a bit of a problem.

Finally, many physical systems are inherently nonlinear at best, and at worst chaotic: this means it can be difficult to ensure any numerical errors do not grow to the point of rendering the 'solution' useless.

Methods and Algorithms [edit]

Because computational physics is used in a broad class of problems, it is generally divided amongst the different mathematical problems it numerically solves, or the methods it applies. Between them, one can consider:

Applications [edit]

Due to the broad class of problems computational physics deals, it is an essential component of modern research in different areas of physics, namely: accelerator physics, astrophysics, fluid mechanics (computational fluid dynamics), lattice field theory/lattice gauge theory (especially lattice quantum chromodynamics), plasma physics (see plasma modeling), solid state physics, soft condensed matter physics, etc.

See also [edit]

References [edit]

  1. ^ a b Thijssen, Joseph (2007). Computational Physics. Cambridge University Press. ISBN 0521833469. 
  2. ^ A. Tapia, Richard (2001). Computational Science: Tools for a Changing World. http://ceee.rice.edu/Books/CS/index.html. 

Further reading [edit]

External links [edit]