SlideShare a Scribd company logo
1 of 21
Download to read offline
Lecture 1
Analysis Numeric
By: Bendito F. Ribeiro, M.Eng
8/15/2018 1
Electronic and Electrical Engineering Department
Faculty of Engineering Science and Technology
National University of Timor Leste
UNTL 2018
Mail: bennyfribeiro@gmail.com
Outline
• Supporting theory (basic math)
• Algorithm
• Precision and Accuracy ,
• Standard deviation
• Error propagation
• Exercise 1
8/15/2018 2
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
ALGORITHMS
• Find the square root of 2 to four decimal
places.
8/15/2018 3
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
ERROR
• Three general types of errors: random error,
systematic error, and gross errors.
• Error Analysis: – Error propagation, numerical
stability, Error estimation, Error cancellation,
Condition numbers.
• Suppose the number 0.1492 is correct to the
four decimal places given. a true value that
lies somewhere in the interval between
0.14915 and 0.14925
8/15/2018 4
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
Precision and Accuracy
• If the centre of the target is the "true value“
• A is neither precise nor accurate
• Target B is precise (reproducible) but not accurate.
• The average of target C's marks give an accurate result but
precision is poor.
• Target D demonstrates both precision and accuracy
8/15/2018 5
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
Random (or indeterminate) errors
• Random (or indeterminate) errors are caused by
uncontrollable fluctuations in variables that affect
experimental results.
• For example, air fluctuations occurring as
students open and close lab doors cause changes
in pressure readings
• The estimated standard deviation (the error
range for a data set) is often reported with
measurements because random errors are
difficult to eliminate.
8/15/2018 6
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
Systematic (or determinate) errors
• Systematic (or determinate) errors are
instrumental, methodological, or personal
mistakes causing "lopsided" data, which is
consistently deviated in one direction from the
true value.
• Examples of systematic errors: an instrumental
error results when a spectrometer drifts away
from calibrated settings;.
8/15/2018 7
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
Gross errors
• Gross errors are caused by experimenter
carelessness or equipment failure.
• These "outliers" are so far above or below the
true value that they are usually discarded
when assessing data
8/15/2018 8
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
Precision of a Set of Measurements
• Data set of repetitive measurements is often
expressed as a single representative number
called the mean or average.
• The mean (x̅) is the sum of individual
measurements (xi) divided by the number of
measurements (N).
8/15/2018 9Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
• Precision (reproducibility) is quantified by
calculating the average deviation (for data sets
with 4 or fewer repetitive measurements) or the
standard deviation (for data sets with 5 or more
measurements).
• Precision is the opposite of uncertainty Widely
scattered data results in a large
• average or standard deviation indicating poor
precision.
• Note: Both calculations contain the deviation
from the mean ( xi – x̅ ), the difference between
the individual experimental value and the mean
value.
8/15/2018 10Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
The average deviation
• The average deviation,  x̅ , is used when a data set
contains less than 5 repetitive measurements. A small
average deviation indicates data points clustered
closely around the mean and good precision.
• The absolute value is taken of the deviation from the
mean, |xi -  x̅ | , so no information is gained
• about the direction of the error. The relative average
deviation is the average deviation divided
• by the average and then expressed as a percentage:
8/15/2018 11
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
• For data sets with 5 or more measurements,
the estimated standard deviation (s), is used
to express the precision of the measurements.
The number of degrees of freedom (N−1) is
the total number of measurements minus one.
(estimated standard deviation, N  5)
8/15/2018 12
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
• Example: Student A recorded the volume of a gas at 1.0 atm
and 23 °C in experiments 1-4.
• Student B recorded the volume of a gas at 1.0 atm and 23 °C
in experiments 5-8.
Precision of Student A’s Data:
The average deviation for Student A’s data is (±0.068). Therefore, the volume is
reported as 26.18 ±0.068 L.8/15/2018 13
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
• Precision of All Data:
• Estimated Standard Deviation:
The estimated standard deviation for the entire set
of data is (±0.10). Therefore, the volume is
reported as 26.18 ±0.10 L.
8/15/2018 14
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
Accuracy of a Result
• The accuracy of a result can be quantified by calculating the
percent error.
• The percent error can only be found if the true value is known.
Although the percent error is usually written as an absolute
value, it can be expressed a negative or positive sign to
indicate the direction of error from true value.
• (percent error)
8/15/2018
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
15
• Assume the true value for the gas volume was
26.04 L
• Then the error in the measurements is 0.54%
8/15/2018
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
16
Error Propagation
• When combining measurements with
standard deviations in mathematical
operations, the answer’s standard deviation is
a combination of the standard deviations of
the initial measurements. In other words, the
error is "propagated".
8/15/2018 17
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
• Error propagation for addition/subtraction
andmultiplication/division.
• To calculate the resultant standard deviation
use the formulas below where A, B, and C
represent experimental measurements and a,
b, and c are the respective standard deviations
for each measurement:
8/15/2018 18
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
• (addition / subtraction)
• (multiplication / division)
8/15/2018 19
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
Exercise 1
• (2.0 ± 0.2) − (1.0 ± 0.1) + (3.0 ± 0.3) = 4.0 ±?
• .
8/15/2018
Analysis Numeric - Lecturer 1 (Bendito
Freitas Ribeiro, M.Eng)
20
• (2.0 ± 0.2) − (1.0 ± 0.1) + (3.0 ± 0.3) = 4.0 ±?
• .
8/15/2018 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng) 21

More Related Content

What's hot

Konsep distribusi peluang_kontinu(9)
Konsep distribusi peluang_kontinu(9)Konsep distribusi peluang_kontinu(9)
Konsep distribusi peluang_kontinu(9)
rizka_safa
 
Pengolahan Sinyal Digital - Slide week 6 - transformasi fourier sinyal waktu ...
Pengolahan Sinyal Digital - Slide week 6 - transformasi fourier sinyal waktu ...Pengolahan Sinyal Digital - Slide week 6 - transformasi fourier sinyal waktu ...
Pengolahan Sinyal Digital - Slide week 6 - transformasi fourier sinyal waktu ...
Beny Nugraha
 
Pengukuran dan angka penting
Pengukuran dan angka pentingPengukuran dan angka penting
Pengukuran dan angka penting
Lhiya XiaoLing
 
Persamaan Nonhomogen ; Metode Koefisien Tak ditentukan
Persamaan Nonhomogen ; Metode Koefisien Tak ditentukanPersamaan Nonhomogen ; Metode Koefisien Tak ditentukan
Persamaan Nonhomogen ; Metode Koefisien Tak ditentukan
Dian Arisona
 
Matematika diskret 2
Matematika diskret 2Matematika diskret 2
Matematika diskret 2
maswahyu73
 
Ppt tugas 1 metode ftcs, laasonen
Ppt tugas 1 metode ftcs, laasonenPpt tugas 1 metode ftcs, laasonen
Ppt tugas 1 metode ftcs, laasonen
cupid_v11
 
Analisis diskriminan (teori)
Analisis diskriminan (teori)Analisis diskriminan (teori)
Analisis diskriminan (teori)
agitayuda
 

What's hot (20)

Konsep distribusi peluang_kontinu(9)
Konsep distribusi peluang_kontinu(9)Konsep distribusi peluang_kontinu(9)
Konsep distribusi peluang_kontinu(9)
 
Newton Forward Difference Interpolation Method
Newton Forward Difference Interpolation MethodNewton Forward Difference Interpolation Method
Newton Forward Difference Interpolation Method
 
Pendulum sederhana
Pendulum sederhanaPendulum sederhana
Pendulum sederhana
 
Pengolahan Sinyal Digital - Slide week 6 - transformasi fourier sinyal waktu ...
Pengolahan Sinyal Digital - Slide week 6 - transformasi fourier sinyal waktu ...Pengolahan Sinyal Digital - Slide week 6 - transformasi fourier sinyal waktu ...
Pengolahan Sinyal Digital - Slide week 6 - transformasi fourier sinyal waktu ...
 
Bhn kuliah fisika i 2
Bhn kuliah fisika i 2Bhn kuliah fisika i 2
Bhn kuliah fisika i 2
 
Uji perbedaan uji chi kuadrat
Uji perbedaan uji chi kuadratUji perbedaan uji chi kuadrat
Uji perbedaan uji chi kuadrat
 
Diklat kalkulus
Diklat kalkulusDiklat kalkulus
Diklat kalkulus
 
Pengukuran dan angka penting
Pengukuran dan angka pentingPengukuran dan angka penting
Pengukuran dan angka penting
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
Matematika Diskrit: Fungsi pembangkit part 4
Matematika Diskrit: Fungsi pembangkit part 4Matematika Diskrit: Fungsi pembangkit part 4
Matematika Diskrit: Fungsi pembangkit part 4
 
Peluang, Permutasi, Kombinasi
Peluang, Permutasi, KombinasiPeluang, Permutasi, Kombinasi
Peluang, Permutasi, Kombinasi
 
Bra and ket notations
Bra and ket notationsBra and ket notations
Bra and ket notations
 
Analisis Faktor (2.2)
Analisis Faktor (2.2)Analisis Faktor (2.2)
Analisis Faktor (2.2)
 
Persamaan Nonhomogen ; Metode Koefisien Tak ditentukan
Persamaan Nonhomogen ; Metode Koefisien Tak ditentukanPersamaan Nonhomogen ; Metode Koefisien Tak ditentukan
Persamaan Nonhomogen ; Metode Koefisien Tak ditentukan
 
Matematika diskret 2
Matematika diskret 2Matematika diskret 2
Matematika diskret 2
 
On the Numerical Solution of Differential Equations
On the Numerical Solution of Differential EquationsOn the Numerical Solution of Differential Equations
On the Numerical Solution of Differential Equations
 
Pemodelan Matematika dalam Penentuan siklus waktu traffic light
Pemodelan Matematika dalam Penentuan siklus waktu traffic lightPemodelan Matematika dalam Penentuan siklus waktu traffic light
Pemodelan Matematika dalam Penentuan siklus waktu traffic light
 
Ppt tugas 1 metode ftcs, laasonen
Ppt tugas 1 metode ftcs, laasonenPpt tugas 1 metode ftcs, laasonen
Ppt tugas 1 metode ftcs, laasonen
 
Analisis diskriminan (teori)
Analisis diskriminan (teori)Analisis diskriminan (teori)
Analisis diskriminan (teori)
 
notasi leibniz
notasi leibniznotasi leibniz
notasi leibniz
 

Similar to Lecturer 1 numerical analysis

2016 Symposium Poster - statistics - Final
2016 Symposium Poster - statistics - Final2016 Symposium Poster - statistics - Final
2016 Symposium Poster - statistics - Final
Brian Lin
 
A05 Continuous One Variable Stat Tests
A05 Continuous One Variable Stat TestsA05 Continuous One Variable Stat Tests
A05 Continuous One Variable Stat Tests
Leanleaders.org
 
A05 Continuous One Variable Stat Tests
A05 Continuous One Variable Stat TestsA05 Continuous One Variable Stat Tests
A05 Continuous One Variable Stat Tests
Leanleaders.org
 
Field Observations FDFDAFDSA FDAFDSAFD 🍴
Field Observations FDFDAFDSA FDAFDSAFD 🍴Field Observations FDFDAFDSA FDAFDSAFD 🍴
Field Observations FDFDAFDSA FDAFDSAFD 🍴
pq5jnhdws9
 

Similar to Lecturer 1 numerical analysis (20)

Data analysis
Data analysisData analysis
Data analysis
 
Chapter_05.ppt
Chapter_05.pptChapter_05.ppt
Chapter_05.ppt
 
introduction to Numerical Analysis
introduction to Numerical Analysisintroduction to Numerical Analysis
introduction to Numerical Analysis
 
Errors.pptx
Errors.pptxErrors.pptx
Errors.pptx
 
Numerical Analysis And Linear Algebra
Numerical Analysis And Linear AlgebraNumerical Analysis And Linear Algebra
Numerical Analysis And Linear Algebra
 
2016 Symposium Poster - statistics - Final
2016 Symposium Poster - statistics - Final2016 Symposium Poster - statistics - Final
2016 Symposium Poster - statistics - Final
 
Chapter1ccccccccccccxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.pdf
Chapter1ccccccccccccxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.pdfChapter1ccccccccccccxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.pdf
Chapter1ccccccccccccxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.pdf
 
A05 Continuous One Variable Stat Tests
A05 Continuous One Variable Stat TestsA05 Continuous One Variable Stat Tests
A05 Continuous One Variable Stat Tests
 
A05 Continuous One Variable Stat Tests
A05 Continuous One Variable Stat TestsA05 Continuous One Variable Stat Tests
A05 Continuous One Variable Stat Tests
 
hypothesis teesting
 hypothesis teesting hypothesis teesting
hypothesis teesting
 
BIOSTATISTICS FUNDAMENTALS FOR BIOTECHNOLOGY
BIOSTATISTICS FUNDAMENTALS FOR BIOTECHNOLOGYBIOSTATISTICS FUNDAMENTALS FOR BIOTECHNOLOGY
BIOSTATISTICS FUNDAMENTALS FOR BIOTECHNOLOGY
 
Nursing Research Measurement errors.pptx
Nursing Research Measurement errors.pptxNursing Research Measurement errors.pptx
Nursing Research Measurement errors.pptx
 
Nursing Research Measurement errors.pptx
Nursing Research Measurement errors.pptxNursing Research Measurement errors.pptx
Nursing Research Measurement errors.pptx
 
Evaluation Research and Problem Analysis CH 14
Evaluation Research and Problem Analysis CH 14Evaluation Research and Problem Analysis CH 14
Evaluation Research and Problem Analysis CH 14
 
Field Observations FDFDAFDSA FDAFDSAFD 🍴
Field Observations FDFDAFDSA FDAFDSAFD 🍴Field Observations FDFDAFDSA FDAFDSAFD 🍴
Field Observations FDFDAFDSA FDAFDSAFD 🍴
 
QUANTITATIVE-DATA.pptx
QUANTITATIVE-DATA.pptxQUANTITATIVE-DATA.pptx
QUANTITATIVE-DATA.pptx
 
Hm306 week 4
Hm306 week 4Hm306 week 4
Hm306 week 4
 
Hm306 week 4
Hm306 week 4Hm306 week 4
Hm306 week 4
 
1625941932480.pptx
1625941932480.pptx1625941932480.pptx
1625941932480.pptx
 
chapter12.ppt
chapter12.pptchapter12.ppt
chapter12.ppt
 

Recently uploaded

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Recently uploaded (20)

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

Lecturer 1 numerical analysis

  • 1. Lecture 1 Analysis Numeric By: Bendito F. Ribeiro, M.Eng 8/15/2018 1 Electronic and Electrical Engineering Department Faculty of Engineering Science and Technology National University of Timor Leste UNTL 2018 Mail: bennyfribeiro@gmail.com
  • 2. Outline • Supporting theory (basic math) • Algorithm • Precision and Accuracy , • Standard deviation • Error propagation • Exercise 1 8/15/2018 2 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 3. ALGORITHMS • Find the square root of 2 to four decimal places. 8/15/2018 3 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 4. ERROR • Three general types of errors: random error, systematic error, and gross errors. • Error Analysis: – Error propagation, numerical stability, Error estimation, Error cancellation, Condition numbers. • Suppose the number 0.1492 is correct to the four decimal places given. a true value that lies somewhere in the interval between 0.14915 and 0.14925 8/15/2018 4 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 5. Precision and Accuracy • If the centre of the target is the "true value“ • A is neither precise nor accurate • Target B is precise (reproducible) but not accurate. • The average of target C's marks give an accurate result but precision is poor. • Target D demonstrates both precision and accuracy 8/15/2018 5 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 6. Random (or indeterminate) errors • Random (or indeterminate) errors are caused by uncontrollable fluctuations in variables that affect experimental results. • For example, air fluctuations occurring as students open and close lab doors cause changes in pressure readings • The estimated standard deviation (the error range for a data set) is often reported with measurements because random errors are difficult to eliminate. 8/15/2018 6 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 7. Systematic (or determinate) errors • Systematic (or determinate) errors are instrumental, methodological, or personal mistakes causing "lopsided" data, which is consistently deviated in one direction from the true value. • Examples of systematic errors: an instrumental error results when a spectrometer drifts away from calibrated settings;. 8/15/2018 7 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 8. Gross errors • Gross errors are caused by experimenter carelessness or equipment failure. • These "outliers" are so far above or below the true value that they are usually discarded when assessing data 8/15/2018 8 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 9. Precision of a Set of Measurements • Data set of repetitive measurements is often expressed as a single representative number called the mean or average. • The mean (x̅) is the sum of individual measurements (xi) divided by the number of measurements (N). 8/15/2018 9Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 10. • Precision (reproducibility) is quantified by calculating the average deviation (for data sets with 4 or fewer repetitive measurements) or the standard deviation (for data sets with 5 or more measurements). • Precision is the opposite of uncertainty Widely scattered data results in a large • average or standard deviation indicating poor precision. • Note: Both calculations contain the deviation from the mean ( xi – x̅ ), the difference between the individual experimental value and the mean value. 8/15/2018 10Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 11. The average deviation • The average deviation,  x̅ , is used when a data set contains less than 5 repetitive measurements. A small average deviation indicates data points clustered closely around the mean and good precision. • The absolute value is taken of the deviation from the mean, |xi -  x̅ | , so no information is gained • about the direction of the error. The relative average deviation is the average deviation divided • by the average and then expressed as a percentage: 8/15/2018 11 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 12. • For data sets with 5 or more measurements, the estimated standard deviation (s), is used to express the precision of the measurements. The number of degrees of freedom (N−1) is the total number of measurements minus one. (estimated standard deviation, N  5) 8/15/2018 12 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 13. • Example: Student A recorded the volume of a gas at 1.0 atm and 23 °C in experiments 1-4. • Student B recorded the volume of a gas at 1.0 atm and 23 °C in experiments 5-8. Precision of Student A’s Data: The average deviation for Student A’s data is (±0.068). Therefore, the volume is reported as 26.18 ±0.068 L.8/15/2018 13 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 14. • Precision of All Data: • Estimated Standard Deviation: The estimated standard deviation for the entire set of data is (±0.10). Therefore, the volume is reported as 26.18 ±0.10 L. 8/15/2018 14 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 15. Accuracy of a Result • The accuracy of a result can be quantified by calculating the percent error. • The percent error can only be found if the true value is known. Although the percent error is usually written as an absolute value, it can be expressed a negative or positive sign to indicate the direction of error from true value. • (percent error) 8/15/2018 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng) 15
  • 16. • Assume the true value for the gas volume was 26.04 L • Then the error in the measurements is 0.54% 8/15/2018 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng) 16
  • 17. Error Propagation • When combining measurements with standard deviations in mathematical operations, the answer’s standard deviation is a combination of the standard deviations of the initial measurements. In other words, the error is "propagated". 8/15/2018 17 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 18. • Error propagation for addition/subtraction andmultiplication/division. • To calculate the resultant standard deviation use the formulas below where A, B, and C represent experimental measurements and a, b, and c are the respective standard deviations for each measurement: 8/15/2018 18 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 19. • (addition / subtraction) • (multiplication / division) 8/15/2018 19 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng)
  • 20. Exercise 1 • (2.0 ± 0.2) − (1.0 ± 0.1) + (3.0 ± 0.3) = 4.0 ±? • . 8/15/2018 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng) 20
  • 21. • (2.0 ± 0.2) − (1.0 ± 0.1) + (3.0 ± 0.3) = 4.0 ±? • . 8/15/2018 Analysis Numeric - Lecturer 1 (Bendito Freitas Ribeiro, M.Eng) 21