Chapter 2: Numerical Approximation: Pedro Fernando Quiroga Novoa
Chapter 2: Numerical Approximation: Pedro Fernando Quiroga Novoa
Approximation
UNIVERSIDAD INDUSTRIAL DE
SANTANDER
Numerical A numerical approximation can be understood as
Definitions of error.
2. Accuracy and precision.
The numerical errors appear when you use
approximations to represent exact mathematical
Accuracy refers to how close is to the true
operations and quantity.
value the measured or calculated value
The errors include truncation errors resulting
Precision refers to how close are from each from the use of approximations instead of exact
other, different values calculated or mathematical procedure, and rounding errors
measured. (right) that appear when numbers are used with a limit
of significant figures to represent exact numbers.
An example of this type of error can be seen on
computers, since they only keep a finite number
of significant figures during a calculation, It
generates a rounding error for example when
only seven significant figures are stored, then the 4. The Taylor series
computer only can store and use π as 3.141592
“Taylor series of a function f (x) infinitely
For both types of errors, the relationship differentiable (real or complex) defined on an
between the exact result and the approximation open interval (a - r, a + r) is defined as the
is given by: following sum:” Wikipedia
∞
f (n ) ( a )
f ( x )= ∑ ( x−a)n
n =0 n!
True value=approximate value ± error
“The Taylor series provides a means to predict
the value of a function at a point in the value of
The total numerical error is the sum of the the function and its derivatives at another point.
rounding and truncation errors introduced in the
The practical value of the Taylor series is the use
calculation.
of a finite number of terms that give a close
While more calculations to be carried out to enough approximation to the true solution for
obtain a result, the rounding error will be practical purposes.” Diego López
increased but the truncation error can be
minimized by including more terms in the Some Taylor series of trigonometric functions are:
equation.
fisica1.fisica.edu.uy/2006/Teorico/Cifras
∞
(−1)n 2 n+1
sin x=∑ x ,∀ x
n=0 (2 n+1)!
%20significativas.doc
∞
(−1)n
cos x=∑ ¿ ¿ ¿
n=0
http://fisica.udea.edu.co/~lab-
gicm/lab_fisica_1/teoria%20de
%20errores/Cifras%20significativas.pdf
http://www.monografias.com/trabajos10/m
enu/menu.shtml
http://es.wikipedia.org/wiki/Serie_de_Taylor
Bibliography