Content deleted Content added
Adding short description: "Expressions for approximation accuracy" (Shortdesc helper) |
m Reverted edit by 108.147.198.68 (talk) to last version by 49.194.28.200 |
||
(45 intermediate revisions by 25 users not shown) | |||
Line 1:
{{Short description|Expressions for approximation accuracy}}
{{original research|date=November 2024}}
{{Order-of-approx}}
{{unclear|date=March 2016}}
In
==Usage in science and engineering==
In formal expressions, the [[English_numerals#Ordinal_numbers|ordinal number]] used before the word [[Order_(mathematics)#Analysis|order]] refers to the highest [[
The omission of the word ''order'' leads to [[
The choice of series expansion depends on the [[scientific method]] used to investigate a [[Phenomenon#Scientific|phenomenon]].
In the case of a [[smooth function]],
<math display="block">e^x=\underbrace{1}_{0^\text{th}}+\underbrace{x}_{1^\text{st}}+\underbrace{\frac{x^2}{2!}}_{2^\text{nd}}+\underbrace{\frac{x^3}{3!}}_{3^\text{rd}} + \underbrace{\frac{x^4}{4!}}_{4^\text{th}} + \ldots\;, </math>
the zeroth-order term is <math>1;</math> the first-order term is <math>x,</math> second-order is <math>x^2/2,</math> and so forth. If <math>|x|<1,</math> each higher order term is smaller than the previous. If <math>|x|<<1,\,</math> then the first order approximation,
<math display="block">e^x\approx 1+x, </math>
is often sufficient. But at <math>x=1,</math> the first-order term, <math>x,</math> is not smaller than the zeroth-order term, <math>1.</math> And at <math>x=2,</math> even the second-order term, <math>2^3/3!=4/3,\,</math> is greater than the zeroth-order term.
=== Zeroth-order ===
''Zeroth-order approximation'' is the term [[scientist]]s use for a first rough answer. Many [[Approximation#Science|simplifying assumptions]] are made, and when a number is needed, an order-of-magnitude answer (or zero [[significant figure]]s) is often given. For example,
A zeroth-order approximation of a [[function (mathematics)|function]] (that is, [[mathematics|mathematically]] determining a [[formula]] to fit multiple [[data point]]s) will be [[Constant (mathematics)|constant]], or a flat [[line (mathematics)|line]] with no [[slope]]: a polynomial of degree 0. For example,
: <math>x = [0, 1, 2]
: <math>y = [3, 3, 5]
: <math>y \sim f(x) = 3.67
could be – if data point accuracy were reported – an approximate fit to the data, obtained by simply averaging the ''x
If the data points are reported as
: <math>x = [0.00, 1.00, 2.00]
: <math>y = [3.00, 3.00, 5.00]
the zeroth-order approximation results in
: <math>y \sim f(x) = 3.67
The accuracy of the result justifies an attempt to derive a multiplicative function for that average, for example,
: <math>y \sim
One should be careful though, because the multiplicative function will be defined for the whole interval. If only three data points are available, one has no knowledge about the rest of the [[
===First-order===
A first-order approximation of a function (that is, mathematically determining a formula to fit multiple data points) will be a linear approximation, straight line with a slope: a polynomial of degree
: <math>x = [0.00, 1.00, 2.00]
: <math>y = [3.00, 3.00, 5.00]
: <math>y \sim f(x) = x + 2.67
is an approximate fit to the data.
In this example there is a zeroth
===Second-order===
''Second-order approximation'' 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 {{val|3.9|e=3}}, or
A second-order approximation of a function (that is, mathematically determining a formula to fit multiple data points) will be a [[quadratic polynomial]], geometrically, a [[parabola]]: a polynomial of degree
: <math>x = [0.00, 1.00, 2.00]
: <math>y = [3.00, 3.00, 5.00]
: <math>y \sim f(x) = x^2 - x + 3
is an approximate fit to the data.
===Higher-order===
Line 65 ⟶ 70:
==Colloquial usage==
These terms are also used [[Colloquialism|colloquially]] by scientists and engineers to describe phenomena that can be neglected as not significant (e.g. "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. The terminology, in this context, represents a high level of precision required to account for an effect which is inferred to be very small when compared to the overall subject matter. The higher the order, the more precision is required to measure the effect, and therefore the smallness of the effect in comparison to the overall measurement.
== See also ==
Line 71 ⟶ 76:
* [[Perturbation theory]]
* [[Taylor series]]
* [[Chapman–Enskog_theory#Mathematical_Formulation |
* [[Big O notation]]
* [[Order of accuracy]]
==References==
{{reflist}}
|