SlideShare ist ein Scribd-Unternehmen logo
1 von 20
2/9/2023 http://numericalmethods.eng.usf.edu 1
Measuring Errors
Major: All Engineering Majors
Authors: Autar Kaw, Luke Snyder
http://numericalmethods.eng.usf.edu
Transforming Numerical Methods Education for STEM
Undergraduates
Measuring Errors
http://numericalmethods.eng.usf.edu
http://numericalmethods.eng.usf.edu
3
Why measure errors?
1) To determine the accuracy of
numerical results.
2) To develop stopping criteria for
iterative algorithms.
http://numericalmethods.eng.usf.edu
4
True Error
 Defined as the difference between the true
value in a calculation and the approximate
value found using a numerical method etc.
True Error = True Value – Approximate Value
http://numericalmethods.eng.usf.edu
5
Example—True Error
The derivative, )
(x
f  of a function )
(x
f can be
approximated by the equation,
h
x
f
h
x
f
x
f
)
(
)
(
)
(
'



If
x
e
x
f 5
.
0
7
)
(  and 3
.
0

h
a) Find the approximate value of )
2
(
'
f
b) True value of )
2
(
'
f
c) True error for part (a)
http://numericalmethods.eng.usf.edu
6
Example (cont.)
Solution:
a) For 2

x and 3
.
0

h
3
.
0
)
2
(
)
3
.
0
2
(
)
2
(
'
f
f
f



3
.
0
)
2
(
)
3
.
2
( f
f 

3
.
0
7
7 )
2
(
5
.
0
)
3
.
2
(
5
.
0
e
e 

3
.
0
028
.
19
107
.
22 
 263
.
10

http://numericalmethods.eng.usf.edu
7
Example (cont.)
Solution:
b) The exact value of )
2
(
'
f can be found by using
our knowledge of differential calculus.
x
e
x
f 5
.
0
7
)
( 
x
e
x
f 5
.
0
5
.
0
7
)
(
' 


x
e 5
.
0
5
.
3

)
2
(
5
.
0
5
.
3
)
2
(
' e
f 
So the true value of )
2
(
'
f is
5140
.
9

True error is calculated as

t
E True Value – Approximate Value
722
.
0
263
.
10
5140
.
9 



http://numericalmethods.eng.usf.edu
8
Relative True Error
 Defined as the ratio between the true
error, and the true value.
Relative True Error ( t
 ) =
True Error
True Value
http://numericalmethods.eng.usf.edu
9
Example—Relative True Error
Following from the previous example for true error,
find the relative true error for x
e
x
f 5
.
0
7
)
(  at )
2
(
'
f
with 3
.
0

h
722
.
0


t
E
From the previous example,
Value
True
Error
True

t
Relative True Error is defined as
5140
.
9
722
.
0

 075888
.
0


as a percentage,
%
100
075888
.
0 


t %
5888
.
7


http://numericalmethods.eng.usf.edu
10
Approximate Error
 What can be done if true values are not
known or are very difficult to obtain?
 Approximate error is defined as the
difference between the present
approximation and the previous
approximation.
Approximate Error ( a
E ) = Present Approximation – Previous Approximation
http://numericalmethods.eng.usf.edu
11
Example—Approximate Error
For x
e
x
f 5
.
0
7
)
(  at 2

x find the following,
a) )
2
(
f  using 3
.
0

h
b) )
2
(
f  using 15
.
0

h
c) approximate error for the value of )
2
(
f  for part b)
Solution:
a) For
h
x
f
h
x
f
x
f
)
(
)
(
)
(
'



2

x and 3
.
0

h
3
.
0
)
2
(
)
3
.
0
2
(
)
2
(
'
f
f
f



http://numericalmethods.eng.usf.edu
12
Example (cont.)
3
.
0
)
2
(
)
3
.
2
( f
f 

Solution: (cont.)
3
.
0
7
7 )
2
(
5
.
0
)
3
.
2
(
5
.
0
e
e 

3
.
0
028
.
19
107
.
22 
 263
.
10

b) For 2

x and 15
.
0

h
15
.
0
)
2
(
)
15
.
0
2
(
)
2
(
' f
f
f



15
.
0
)
2
(
)
15
.
2
( f
f 

http://numericalmethods.eng.usf.edu
13
Example (cont.)
Solution: (cont.)
15
.
0
7
7 )
2
(
5
.
0
)
15
.
2
(
5
.
0
e
e 

15
.
0
028
.
19
50
.
20 
 8800
.
9

c) So the approximate error, a
E is

a
E Present Approximation – Previous Approximation
263
.
10
8800
.
9 

38300
.
0


http://numericalmethods.eng.usf.edu
14
Relative Approximate Error
 Defined as the ratio between the
approximate error and the present
approximation.
Relative Approximate Error (
Approximate Error
Present Approximation
a
 ) =
http://numericalmethods.eng.usf.edu
15
Example—Relative Approximate Error
For
x
e
x
f 5
.
0
7
)
(  at 2

x , find the relative approximate
error using values from 3
.
0

h and 15
.
0

h
Solution:
From Example 3, the approximate value of 263
.
10
)
2
( 

f
using 3
.
0

h and 8800
.
9
)
2
( 

f using 15
.
0

h

a
E Present Approximation – Previous Approximation
263
.
10
8800
.
9 

38300
.
0


http://numericalmethods.eng.usf.edu
16
Example (cont.)
Solution: (cont.)

a
Approximate Error
Present Approximation
8800
.
9
38300
.
0

 038765
.
0


as a percentage,
%
8765
.
3
%
100
038765
.
0 




a
Absolute relative approximate errors may also need to
be calculated,
|
038765
.
0
| 

a %
8765
.
3
or
038765
.
0

http://numericalmethods.eng.usf.edu
17
How is Absolute Relative Error used as a
stopping criterion?
If s
a 

 |
| where s
 is a pre-specified tolerance, then
no further iterations are necessary and the process is
stopped.
If at least m significant digits are required to be
correct in the final answer, then
%
10
5
.
0
|
| 2 m
a




http://numericalmethods.eng.usf.edu
18
Table of Values
For
x
e
x
f 5
.
0
7
)
(  at 2

x with varying step size, h
0.3 10.263 N/A 0
0.15 9.8800 3.877% 1
0.10 9.7558 1.273% 1
0.01 9.5378 2.285% 1
0.001 9.5164 0.2249% 2
h )
2
(
f  a
 m
Additional Resources
For all resources on this topic such as digital audiovisual
lectures, primers, textbook chapters, multiple-choice
tests, worksheets in MATLAB, MATHEMATICA, MathCad
and MAPLE, blogs, related physical problems, please
visit
http://numericalmethods.eng.usf.edu/topics/measuring
_errors.html
THE END
http://numericalmethods.eng.usf.edu

Weitere ähnliche Inhalte

Ähnlich wie mws_gen_aae_spe_pptmeasuringerrors.ppt

M166Calculus” ProjectDue Wednesday, December 9, 2015PROJ.docx
M166Calculus” ProjectDue Wednesday, December 9, 2015PROJ.docxM166Calculus” ProjectDue Wednesday, December 9, 2015PROJ.docx
M166Calculus” ProjectDue Wednesday, December 9, 2015PROJ.docx
infantsuk
 
NG3S903 - Electronic Systems Engineering - Fault Modelling Techniques
NG3S903 - Electronic Systems Engineering - Fault Modelling TechniquesNG3S903 - Electronic Systems Engineering - Fault Modelling Techniques
NG3S903 - Electronic Systems Engineering - Fault Modelling Techniques
Chris Francis
 
Name _______________________________ Class time __________.docx
Name _______________________________    Class time __________.docxName _______________________________    Class time __________.docx
Name _______________________________ Class time __________.docx
rosemarybdodson23141
 
Raices de ecuaciones
Raices de ecuacionesRaices de ecuaciones
Raices de ecuaciones
Natalia
 
Raices de ecuaciones
Raices de ecuacionesRaices de ecuaciones
Raices de ecuaciones
Natalia
 

Ähnlich wie mws_gen_aae_spe_pptmeasuringerrors.ppt (20)

Engineering Numerical Analysis Lecture-1
Engineering Numerical Analysis Lecture-1Engineering Numerical Analysis Lecture-1
Engineering Numerical Analysis Lecture-1
 
Ijciet 10 02_085
Ijciet 10 02_085Ijciet 10 02_085
Ijciet 10 02_085
 
M166Calculus” ProjectDue Wednesday, December 9, 2015PROJ.docx
M166Calculus” ProjectDue Wednesday, December 9, 2015PROJ.docxM166Calculus” ProjectDue Wednesday, December 9, 2015PROJ.docx
M166Calculus” ProjectDue Wednesday, December 9, 2015PROJ.docx
 
NG3S903 - Electronic Systems Engineering - Fault Modelling Techniques
NG3S903 - Electronic Systems Engineering - Fault Modelling TechniquesNG3S903 - Electronic Systems Engineering - Fault Modelling Techniques
NG3S903 - Electronic Systems Engineering - Fault Modelling Techniques
 
Computational Assignment Help
Computational Assignment HelpComputational Assignment Help
Computational Assignment Help
 
Name _______________________________ Class time __________.docx
Name _______________________________    Class time __________.docxName _______________________________    Class time __________.docx
Name _______________________________ Class time __________.docx
 
Taller parcial 2
Taller parcial 2 Taller parcial 2
Taller parcial 2
 
Integration
IntegrationIntegration
Integration
 
1406
14061406
1406
 
Lecture 6 operators
Lecture 6   operatorsLecture 6   operators
Lecture 6 operators
 
Laboratory 7
Laboratory 7Laboratory 7
Laboratory 7
 
Scientific Computing II Numerical Tools & Algorithms - CEI40 - AGA
Scientific Computing II Numerical Tools & Algorithms - CEI40 - AGAScientific Computing II Numerical Tools & Algorithms - CEI40 - AGA
Scientific Computing II Numerical Tools & Algorithms - CEI40 - AGA
 
MATLAB Questions and Answers.pdf
MATLAB Questions and Answers.pdfMATLAB Questions and Answers.pdf
MATLAB Questions and Answers.pdf
 
Time and Space Complexity
Time and Space ComplexityTime and Space Complexity
Time and Space Complexity
 
Kamil witecki asynchronous, yet readable, code
Kamil witecki asynchronous, yet readable, codeKamil witecki asynchronous, yet readable, code
Kamil witecki asynchronous, yet readable, code
 
Assessing the Reliability of a Human Estimator
Assessing the Reliability of a Human EstimatorAssessing the Reliability of a Human Estimator
Assessing the Reliability of a Human Estimator
 
The Gregory Gauss Quadrature formula for beginners
The Gregory Gauss Quadrature formula for beginnersThe Gregory Gauss Quadrature formula for beginners
The Gregory Gauss Quadrature formula for beginners
 
Lecture1a data types
Lecture1a data typesLecture1a data types
Lecture1a data types
 
Raices de ecuaciones
Raices de ecuacionesRaices de ecuaciones
Raices de ecuaciones
 
Raices de ecuaciones
Raices de ecuacionesRaices de ecuaciones
Raices de ecuaciones
 

Kürzlich hochgeladen

Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 

Kürzlich hochgeladen (20)

HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 

mws_gen_aae_spe_pptmeasuringerrors.ppt