Accuracy and Precision

Slides:



Advertisements
Similar presentations
Section 1: Significant Figures
Advertisements

Chapter 1 Computing Tools Data Representation, Accuracy and Precision Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction.
Significant Figures. Purpose Significant figures are used with any measurement Significant figures are used with any measurement They tell you something.
Significant Figures and Rounding
Significant Figures Used to report all precisely known numbers + one estimated digit.
1 Significant Digits Reflect the accuracy of the measurement and the precision of the measuring device. All the figures known with certainty plus one extra.
Significant Figures And Mathematical Calculations.
Aim: How can we perform mathematical calculations with significant digits? Do Now: State how many sig. figs. are in each of the following: x 10.
Chapter 1.5 Uncertainty in Measurement. Exact Numbers Values that are known exactly Numbers obtained from counting The number 1 in conversions Exactly.
Section 2.3 Measurement Reliability. Accuracy Term used with uncertainties Measure of how closely individual measurements agree with the correct or true.
Significant Figures in Mathematical Operations The result of the mathematical operation cannot be expressed to any greater degree of certainty than the.
The Scientific Method 1. Using and Expressing Measurements Scientific notation is written as a number between 1 and 10 multiplied by 10 raised to a power.
Measurement book reference p Accuracy  The accuracy of the measurement refers to how close the measured value is to the true or accepted value.
Significant Numbers All numbers in a measurement that are reasonable and reliable.
Significant Digits p. 940 – 941 or significant figures or sigfigs or sf.
Section 1.5—Significant Digits. Section 1.5 A Counting significant digits.
Unit 1 Chapter 2. Common SI Units SI System is set-up so it is easy to move from one unit to another.
Accuracy, Precision, and Significant Figures in Measurement
Chemistry 100 Significant Figures. Rules for Significant Figures  Zeros used to locate decimal points are NOT significant. e.g., 0.5 kg = 5. X 10 2 g.
Uncertainty in Measurement Accuracy, Precision, Error and Significant Figures.
Accuracy, Precision, Significant Figures
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 3.
Significant Figure Rules RulesExamples The following are always significant Non zero digits Zeros between non zero digits Zero to the right of a non zero.
The Science of Physics Chapter #1 Ms. Hanan Anabusi.
Calculating and using significant figures What’s the point why do scientist need to know them?
Significant Figures And Mathematical Calculations.
Significant Figures And Mathematical Calculations.
Accuracy and Precision
Significant Figures.
Significant Figures.
Introduction to Algorithms Second Edition by
Introduction to Algorithms Second Edition by
Lesson Objectives Know how perform mathematical operations using significant figures.
Measurements and Significant Figures
Significant figures.
ME 142 Engineering Computation I
Chapter 7 Matrix Mathematics
How big is the beetle? Measure between the head and the tail!
(sig figs if you’re cool)
Copyright © The McGraw-Hill Companies, Inc
Measurement Schmeasurement
Measurement Schmeasurement
Scientific Measurement Ch. 3
Chapter 3 Image Slides Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Introduction to Algorithms Second Edition by
Section 1.5—Significant Digits
SIGNIFICANT DIGIT RULES
Chapter 2 Excel Fundamentals
Chapter R A Review of Basic Concepts and Skills
Introduction to Algorithms Second Edition by
Section 3-2 Uncertainty in Measurements
Introduction to Algorithms Second Edition by
Measurement book reference p
Introduction to Algorithms Second Edition by
Introduction to Algorithms Second Edition by
Introduction to Algorithms Second Edition by
Scientific Measurement
Introduction to Algorithms Second Edition by
Introduction to Algorithms Second Edition by
Scientific Measurement Ch. 3
Accuracy and Precision
Accuracy and Precision
Significant Figures.
Copyright © The McGraw-Hill Companies, Inc
Introduction to Algorithms Second Edition by
CHAPTER 6 SKELETAL SYSTEM
ACCURACY AND PRECISION
Introduction to Algorithms Second Edition by
Chapter 3 Introduction to Physical Design of Transportation Facilities.
Introduction to Algorithms Second Edition by
Presentation transcript:

Accuracy and Precision Chapter 1 Computing Tools Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1

Accuracy and Precision Accuracy and precision are often used interchangeably, but have different definitions: Accuracy is a measure of how close our answer is to the actual result. In the projectile example, the assumptions made in the mathematical model affect the accuracy of the results Precision is a measure of the exactness of our calculations – important that we remember that our answer can be no more precise than our input values or of intermediate calculation results Engineering Computation: An Introduction Using MATLAB and Excel 2

Significant Digits In experimental work, where the precision of all of the input values is known, calculation rules involving the number of significant digits are followed For quantities with decimal points, the number of significant digits is defined as the number of digits between the first non-zero digit and the last digit. Examples: 1214.55 6 significant digits 1214.5513 8 significant digits 0.00012 2 significant digits 10.00012 7 significant digits Engineering Computation: An Introduction Using MATLAB and Excel 3

How Many Significant Digits? 1000.0010 8 -77.32 4 0.000103 3 3.44 X 108 100 Can't tell Engineering Computation: An Introduction Using MATLAB and Excel 4

Rules for Working with Significant Digits Addition and Subtraction: the number of digits to the right of the decimal point in the answer must be equal to the least number of digits to the right of any of the inputs. Examples: 6.778 + 3.5 = 10.278 = 10.3 (1 digit) 10.0 – 0.0012 = 9.9998 = 10.0 (1 digit) Multiplication and Division: the number of significant digits in the answer must equal the least number of significant digits of the input values. Examples: 7.553 X 5.52 = 41.69256 = 41.7 (3 digits) 1.0 / 4.5567 = 0.21945706 = 0.22 (2 digits) Engineering Computation: An Introduction Using MATLAB and Excel 5

Engineering Calculations In engineering problems, the precision (number of digits) may be expressed as: 35 degrees +/- 3 degrees 35 degrees +/- 5% 36.5 to 34.7 inclusive If no range is given: report results to 3 significant digits (some texts recommend 4 significant digits if the first significant digit is a “1”) Remember that for the final answer to be precise to this number of digits, intermediate calculations should be carried out to more digits Engineering Computation: An Introduction Using MATLAB and Excel 6

FOUL! Excessive Use of digits Reporting Answers Never report your answer to a ridiculous number of digits! If would sound wrong is you said it verbally; it is equally wrong if you report it in writing FOUL! Excessive Use of digits The answer is 5.32678329546 centimeters Engineering Computation: An Introduction Using MATLAB and Excel 7

Reporting Answers The computer performs calculations to a large number of digits, but that doesn't mean the answer is that precise How many digits do Excel and MATLAB carry through in calculations? Approximately 15 for most operations Engineering Computation: An Introduction Using MATLAB and Excel 8