All Topics  
Orders of approximation

 

   Email Print
   Bookmark   Link






 

Orders of approximation



 
 
Orders of approximation have been used not only in science
Science

In its broadest sense, science refers to any systematic knowledge or practice. In its more usual restricted sense, science refers to a system of acquiring knowledge based on scientific method, as well as to the organized body of knowledge gained through such research....
, engineering
Engineering

Engineering is the discipline and profession of applying Technology and science knowledge and utilizing natural laws and physical resources in order to design and implement materials, structures, machines, devices, systems, and process that safely realize a desired objective and meet specified criteria....
, and other quantitative disciplines to make approximation
Approximation

An approximation is an Accuracy and precision representation of something that is still close enough to be useful. Although approximation is most often applied to numbers, it is also frequently applied to such things as Function , shapes, and physical laws....
s with various degrees of precision but also more generally, and more loosely, to indicate relative precision outside these disciplines in the form of "first level", "second level" and so on, "approximations". In the science and engineering disciplines approximations can be classified based on the order of magnitude
Order of magnitude

An order of magnitude is the class of scale or magnitude of any amount, where each class contains values of a fixed Geometric progression to the class preceding it....
 of the rounding error involved.






Discussion
Ask a question about 'Orders of approximation'
Start a new discussion about 'Orders of approximation'
Answer questions from other users
Full Discussion Forum



Encyclopedia


Orders of approximation have been used not only in science
Science

In its broadest sense, science refers to any systematic knowledge or practice. In its more usual restricted sense, science refers to a system of acquiring knowledge based on scientific method, as well as to the organized body of knowledge gained through such research....
, engineering
Engineering

Engineering is the discipline and profession of applying Technology and science knowledge and utilizing natural laws and physical resources in order to design and implement materials, structures, machines, devices, systems, and process that safely realize a desired objective and meet specified criteria....
, and other quantitative disciplines to make approximation
Approximation

An approximation is an Accuracy and precision representation of something that is still close enough to be useful. Although approximation is most often applied to numbers, it is also frequently applied to such things as Function , shapes, and physical laws....
s with various degrees of precision but also more generally, and more loosely, to indicate relative precision outside these disciplines in the form of "first level", "second level" and so on, "approximations". In the science and engineering disciplines approximations can be classified based on the order of magnitude
Order of magnitude

An order of magnitude is the class of scale or magnitude of any amount, where each class contains values of a fixed Geometric progression to the class preceding it....
 of the rounding error involved. It is an application of the concepts in big O notation
Big O notation

In mathematics, big O notation describes the asymptotic analysis of a function when the argument tends towards a particular value or infinity, usually in terms of simpler functions....
.

Usage in science and engineering


Zeroth-order approximation (also 0th order) is the term scientist
Scientist

A scientist, in the broadest sense, refers to any person that engages in a system activity to acquire knowledge or an individual that engages in such practices and traditions that are linked to schools of thought or philosophy....
s use for a first educated guess
Estimation

Estimation is the calculation approximation of a result which is usable even if input data may be incomplete or uncertainty.In statistics, see estimation theory, estimator....
 at an answer. Many simplifying assumptions are made, and when a number is needed, an order of magnitude answer (or zero significant figures) is often given. For example, you might say "the town has a few thousand residents", when it has 3,914 people in actuality. This is also sometimes referred to as an order of magnitude
Order of magnitude

An order of magnitude is the class of scale or magnitude of any amount, where each class contains values of a fixed Geometric progression to the class preceding it....
 approximation.

A zeroth-order approximation of a function
Function (mathematics)

The mathematical concept of a function expresses dependence between two quantities, one of which is known and the other which is produced. A function associates a single output to each input element drawn from a fixed Set , such as the real numbers , although different inputs may have the same output....
 (that is, mathematically
Mathematics

Mathematics is the study of quantity, structure, space, change, and related topics of pattern and form. Mathematicians seek out patterns whether found in numbers, space, natural science, computers, imaginary abstractions, or elsewhere....
 determining a formula
Formula

In mathematics and in the sciences, a formula is a concise way of expressing information symbolically , or a general relationship between quantities....
 to fit multiple data point
Data point

In statistics, a data point is a single typed measurement. Here type is used in a way compatible with datatype in computing; so that the type of measurement can specify whether the measurement results in a Boolean value from , an integer or real number, or some vector space or array....
s) will be constant, or a flat line
Line (mathematics)

In geometry, a line is a Curvature curve. When geometry is used to model the real world, lines are used to represent straight objects with negligible width and height....
 with no slope
Slope

Slope is used to describe the steepness, incline, gradient, or grade of a line . A higher slope value indicates a steeper incline. The slope is defined as the ratio of the "rise" divided by the "run" between two points on a line, or in other words, the ratio of the altitude change to the horizontal distance between any two point...
. For example,

is an approximate fit to the data.

First-order approximation (also 1st order) is the term scientists use for a further educated guess at an answer. Some simplifying assumptions are made, and when a number is needed, an answer with only one significant figure is often given ("the town has 4,000 residents").

A first-order approximation of a function (that is, mathematically determining a formula to fit multiple data points) will be a straight line with a slope. For example,

is an approximate fit to the data.

Second-order approximation (also 2nd order) is the term scientists use for a decent-quality answer. Few simplifying assumptions are made, and when a number is needed, an answer with two or more significant figures ("the town has 3,900 residents") is generally given.

A second-order approximation of a function (that is, mathematically determining a formula to fit multiple data points) will be a parabola
Parabola

In mathematics, the parabola is a conic section, the intersection of a right circular conical surface and a plane parallel to a generating straight line of that surface....
. For example,

is an approximate fit to the data. In this case, with only three data points, a parabola is an exact fit.

While higher-order approximations exist and are crucial to a better understanding and description of reality, they are not typically referred to by number.

A third-order approximation would be required to fit four data points, and so on.

These terms are also used colloquially by scientists and engineers to describe phenomena that can be neglected as not significant (eg., "Of course the rotation of the earth affects our experiment, but it's such a high-order effect that we wouldn't be able to measure it" or "At these velocities, relativity is a fourth-order effect that we only worry about at the annual calibration.") In this usage, the ordinality of the approximation is not exact, but is used to emphasize its insignificance; the higher the number used, the less important the effect.

See also

  • Linearization
    Linearization

    In mathematics and its applications, linearization refers to finding the linear approximation to a function at a given point. In the study of dynamical systems, linearization is a method for assessing the local stability theory of an equilibrium point of a system of nonlinear differential equations or discrete dynamical systems....
  • Taylor approximation