INTERMEDIATE STATISTICS and LEAST SQUARES METHOD

Size: px
Start display at page:

Download "INTERMEDIATE STATISTICS and LEAST SQUARES METHOD"

Transcription

1 INTERMEDIATE STATISTICS and LEAST SQUARES METHOD Educational Objective: To introduce several intermediate concepts in statistics for scientific measurements and data analysis, propagation of errors and the least squares method in particular, and to utilize spreadsheet software for the regression analysis. Safety: There are no safety concerns for this lab. Section A. Propagation of Random Errors in Calculations The following rules and formulae should be used when one handles random errors (uncertainties) associated with measured quantities in scientific calculations. I. With Addition & Subtraction: When measured quantities are added or subtracted, the uncertainty in the results of operations is equal to the square root of a sum of squares of each absolute uncertainty in the measured values. Namely, (A ) + (B ) (C ) = (A+B-C) ( ) 1/2 Where,, and are the uncertainties in the measured quantities of A, B and C, (A+B-C) is the result, and ( ) 1/2 is the absolute uncertainty in the result. Example #1: Suppose that a 50.00mL buret was used to dispense 20.00mL of a dilute acid into a flask. The initial volume reading was 1.50 ml and the final volume reading was ml. Uncertainty of the volume measured with the buret is 0.04 ml. What is the volume of the acid delivered and the uncertainty associated with it? V delivered = V final - V initial = ( ) ( ) ml = ( ) ( ) 1/2 ml = /2 ml = ml II. With Multiplication and Division:

2 When measured quantities are multiplied or divided, the absolute uncertainty in the results of operations is equal to the square root of a sum of each relative absolute uncertainty squared times the quantity being calculated. Namely, [(A )(B )] / (C ) = AB/C (AB/C) [( /A) 2 + ( /B) 2 +( /C) 2 ] 1/2 where,, and are the absolute uncertainties in the measured quantities of A, B and C /A, /B, and /C are the relative uncertainties in A, B and C. AB/C is the result, [( /A) 2 + ( /B) 2 +( /C) 2 ] 1/2 is the relative uncertainty in the results, and (AB/C) [( /A) 2 + ( /B) 2 +( /C) 2 ] 1/2 is the absolute uncertainty in the result. Example #2: A metal piece weighs g with a Triple-Beam (Centigram) Balance. As the name suggests error with a centigram balance is 0.01g. Volume of the metal is found to be ml as determined from the Water Displacement Method. What are the density of the metal and its uncertainty? Density = Mass/Volume = ( )g / ( ) ml = (57.32/6.5) (57.32/6.5)[(0.01/57.32) 2 + (0.6/6.5) 2 ] 1/2 g/ml = [ ] 1/2 g/ml = ( ) g/ml = g/ml = g/ml

3 Example #3: A sample of a gas occupies a volume of 3.2 ml at 4.5 o C and 736 mmhg of pressure. Uncertainties in measurements of V, P & T are 0.2 ml, 0.5mmHg & 0.2 o C (or 0.2 K) respectively in the experiment. Find the number of moles of the gas and the uncertainty associated with it. Without considering uncertainty, n = PV/RT = (736/760atm)(3.2mL) / [( L atm/mol K) ( )K] = (736/760atm)(0.0032L) / [( L atm/mol K) (277.65) K] = x 10-4 mol = 1.36 x 10-4 mol = 1.4 x 10-4 mol Considering uncertainty, n = (( )/760atm)( mL) / (( L atm/mol K) ( K)) = 1.36 x 10-4 mol 1.36 x 10-4 [(0.5/736) 2 +(0.2/3.2) 2 +(0.2/277.65) 2 ] 1/2 mol = 1.36 x 10-4 mol 1.36 x 10-4 ( ) mol = 1.36 x 10-4 mol x10-6 mol = (1.36 x x10-4 ) mol = (1.36 x x10-4 ) mol or = (1.4 x x10-4 ) mol Section B. Least Squares Analysis - How do you to draw a best-fitting straight line through a set of scattered data? - Finding a trend line through a set of scattered data points is a routine practice among experimental scientists and engineers. In statistics, this practice is called a regression analysis. The Least Squares Method of Gauss is one of the most popularly employed regression methods. For a linear relationship of y= mx + b, Gauss first derived the following formulae for a slope (m) and an intercept (b) for a straight line that best-fits a set of n data points with coordinates (x 1,y 1 ), (x 2,y 2 ),.. (x i,y i ),..., (x n,y n ).

4 m = (n x i y i - x i y i )/{n x 2 i -( x i ) 2 } where, n is the number of measurements b = ( y i - m x i )/n 2 r = (n x i y i - x i y i )/[{n x i - ( x i ) 2 2 }{n y i - ( y i ) 2 }] ½ r=0, if no correlation. r=1, if a perfect correlation

5 Example #5: From spectrophotometric measurements for a colored compound, the following data are obtained for absorbance and the concentration for a set of five standard solutions: at M, at M, at 0.100M, at M and at M. Plot the data manually on graph paper, then draw a best-fitting straight line (estimate) through the points assuming a linear relationship between x and y (i.e., y = mx+b). Calculate the slope(m) and intercept (b) from any two points, which are on the line for the algebraic equation. A solution of the same compound yielded an absorbance value of What is the concentration? If you have a solution of mm, what do you expect the absorbance value to be? Repeat (1) (4) using spreadsheet software with the least squares method. Namely, find the best-fitting straight line using the least squares method, and give the algebraic formula for it. Compare your result from the graph paper with the result from the spreadsheet. You may try out (1) and (2) on your own at home. Here, however, only the least squares method with spreadsheet software will be illustrated. Solution # x(conc, M) y(abs) x squared y squared xy Sum m = b = r = Slope Intercept Corr. coeff. m = (n x i y i - x i y i )/{n x 2 i -( x i ) 2 } = (5x x2.625) / (5x ) = b = ( y i - m x i )/n = ( x 0.525)/n = r = (n x i y i - x i y i )/[{n x i - ( x i ) 2 2 }{n y i - ( y i ) 2 }] ½ = (5x x2.625)/[{5 x }{5x }] 1/2 =

6 As seen above, obtaining the slope and intercept with the least squares method involves many tedious calculations. In practice, one rarely goes through all of the calculations above. This is because the formulae for the slope, intercept and the correlation coefficient are already programmed into scientific calculators and coded into spreadsheet software (such as Lotus, QuattroPro and MS Excel). All one has to do is provide a set of x vs. y data to the program, and then call for m, b and r accordingly. One should refer to the manuals for calculators and spreadsheet software. A spreadsheet and an output from a Least Squares Program package using the same data are given below. This is performed with MS EXCEL. The constant is the intercept; the X coefficient is the slope. The correlation coefficient squared (R 2 ) is given as a regression output instead of the correlation coefficient (R) to make the value positive. Therefore, y = mx +b = x So y = x

7 The line for this equation is given in the following figure. Beer's Law Plot Cobalt(II) Solution Absorbance Co(II) Concentration (in M) EXPTL LST SQ Namely, (Absorbance) = x (Concentration) And (Concentration) = (Absorbance) / Therefore, the concentration of a solution that exhibits an absorbance of must be: Concentration = (0.350/5.002) M= M = M. A solution of M will exhibit an absorbance (=5.002x0.120). end

AP Physics 1 and 2 Lab Investigations

AP Physics 1 and 2 Lab Investigations AP Physics 1 and 2 Lab Investigations Student Guide to Data Analysis New York, NY. College Board, Advanced Placement, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks

More information

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

Error Analysis. Table 1. Capacity Tolerances for Class A Volumetric Glassware.

Error Analysis. Table 1. Capacity Tolerances for Class A Volumetric Glassware. Significant Figures in Calculations Error Analysis Every lab report must have an error analysis. For many experiments, significant figure rules are sufficient. For a brush up on significant figure rules,

More information

Experiment 2 Kinetics II Concentration-Time Relationships and Activation Energy

Experiment 2 Kinetics II Concentration-Time Relationships and Activation Energy 2-1 Experiment 2 Kinetics II Concentration-Time Relationships and Activation Energy Introduction: The kinetics of a decomposition reaction involving hydroxide ion and crystal violet, an organic dye used

More information

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions.

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions. Page 1 of 13 Review of Linear Expressions and Equations Skills involving linear equations can be divided into the following groups: Simplifying algebraic expressions. Linear expressions. Solving linear

More information

1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number

1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number 1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number A. 3(x - x) B. x 3 x C. 3x - x D. x - 3x 2) Write the following as an algebraic expression

More information

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Excel Tutorial Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Working with Data Entering and Formatting Data Before entering data

More information

What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of y = mx + b.

What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of y = mx + b. PRIMARY CONTENT MODULE Algebra - Linear Equations & Inequalities T-37/H-37 What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of

More information

Linear Approximations ACADEMIC RESOURCE CENTER

Linear Approximations ACADEMIC RESOURCE CENTER Linear Approximations ACADEMIC RESOURCE CENTER Table of Contents Linear Function Linear Function or Not Real World Uses for Linear Equations Why Do We Use Linear Equations? Estimation with Linear Approximations

More information

Simple Regression Theory II 2010 Samuel L. Baker

Simple Regression Theory II 2010 Samuel L. Baker SIMPLE REGRESSION THEORY II 1 Simple Regression Theory II 2010 Samuel L. Baker Assessing how good the regression equation is likely to be Assignment 1A gets into drawing inferences about how close the

More information

Chemistry 212 VAPOR PRESSURE OF WATER LEARNING OBJECTIVES

Chemistry 212 VAPOR PRESSURE OF WATER LEARNING OBJECTIVES Chemistry 212 VAPOR PRESSURE OF WATER LEARNING OBJECTIVES The learning objectives of this experiment are to explore the relationship between the temperature and vapor pressure of water. determine the molar

More information

Brunswick High School has reinstated a summer math curriculum for students Algebra 1, Geometry, and Algebra 2 for the 2014-2015 school year.

Brunswick High School has reinstated a summer math curriculum for students Algebra 1, Geometry, and Algebra 2 for the 2014-2015 school year. Brunswick High School has reinstated a summer math curriculum for students Algebra 1, Geometry, and Algebra 2 for the 2014-2015 school year. Goal The goal of the summer math program is to help students

More information

Chapter Test B. Chapter: Measurements and Calculations

Chapter Test B. Chapter: Measurements and Calculations Assessment Chapter Test B Chapter: Measurements and Calculations PART I In the space provided, write the letter of the term or phrase that best completes each statement or best answers each question. 1.

More information

Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different)

Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets are computer programs that allow the user to enter and manipulate numbers. They are capable

More information

Chem 131A: Absorbance of Riboflavin

Chem 131A: Absorbance of Riboflavin Chem 131A: Absorbance of Riboflavin Purpose: The purpose of this experiment is to: 1) Familiarize the student with the use of the HP 8452 diode array spectrophotometer, 2) examine the limitations of the

More information

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA We Can Early Learning Curriculum PreK Grades 8 12 INSIDE ALGEBRA, GRADES 8 12 CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA April 2016 www.voyagersopris.com Mathematical

More information

Course Outlines. 1. Name of the Course: Algebra I (Standard, College Prep, Honors) Course Description: ALGEBRA I STANDARD (1 Credit)

Course Outlines. 1. Name of the Course: Algebra I (Standard, College Prep, Honors) Course Description: ALGEBRA I STANDARD (1 Credit) Course Outlines 1. Name of the Course: Algebra I (Standard, College Prep, Honors) Course Description: ALGEBRA I STANDARD (1 Credit) This course will cover Algebra I concepts such as algebra as a language,

More information

Significant Figures, Propagation of Error, Graphs and Graphing

Significant Figures, Propagation of Error, Graphs and Graphing Chapter Two Significant Figures, Propagation of Error, Graphs and Graphing Every measurement has an error associated with it. If you were to put an object on a balance and weight it several times you will

More information

Calibration and Linear Regression Analysis: A Self-Guided Tutorial

Calibration and Linear Regression Analysis: A Self-Guided Tutorial Calibration and Linear Regression Analysis: A Self-Guided Tutorial Part 1 Instrumental Analysis with Excel: The Basics CHM314 Instrumental Analysis Department of Chemistry, University of Toronto Dr. D.

More information

EXPERIMENT 11 UV/VIS Spectroscopy and Spectrophotometry: Spectrophotometric Analysis of Potassium Permanganate Solutions.

EXPERIMENT 11 UV/VIS Spectroscopy and Spectrophotometry: Spectrophotometric Analysis of Potassium Permanganate Solutions. EXPERIMENT 11 UV/VIS Spectroscopy and Spectrophotometry: Spectrophotometric Analysis of Potassium Permanganate Solutions. Outcomes After completing this experiment, the student should be able to: 1. Prepare

More information

Spectrophotometry and the Beer-Lambert Law: An Important Analytical Technique in Chemistry

Spectrophotometry and the Beer-Lambert Law: An Important Analytical Technique in Chemistry Spectrophotometry and the Beer-Lambert Law: An Important Analytical Technique in Chemistry Jon H. Hardesty, PhD and Bassam Attili, PhD Collin College Department of Chemistry Introduction: In the last lab

More information

Calculator Notes for the TI-Nspire and TI-Nspire CAS

Calculator Notes for the TI-Nspire and TI-Nspire CAS CHAPTER 11 Calculator Notes for the Note 11A: Entering e In any application, press u to display the value e. Press. after you press u to display the value of e without an exponent. Note 11B: Normal Graphs

More information

Experiment #4 Sugar in Soft Drinks and Fruit Juices. Laboratory Overview CHEM 1361. August 2010

Experiment #4 Sugar in Soft Drinks and Fruit Juices. Laboratory Overview CHEM 1361. August 2010 Experiment #4 Sugar in Soft Drinks and Fruit Juices Laboratory Overview CHEM 1361 August 2010 Gary S. Buckley, Ph.D. Department of Physical Sciences Cameron University Learning Objectives Relate density

More information

Dealing with Data in Excel 2010

Dealing with Data in Excel 2010 Dealing with Data in Excel 2010 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for dealing

More information

EXPERIMENT 9 Evaluation of the Universal Gas Constant, R

EXPERIMENT 9 Evaluation of the Universal Gas Constant, R Outcomes EXPERIMENT 9 Evaluation of the Universal Gas Constant, R After completing this experiment, the student should be able to: 1. Determine universal gas constant using reaction of an acid with a metal.

More information

DATE PERFORMED: DATE DUE:

DATE PERFORMED: DATE DUE: Sample lab report The first page is the cover page for the report. Title: Experiment #12 Determination of the Atomic Mass of Zinc ( p 117, Hunt and Block) YOUR NAME: PARTNER(S) NAME: DATE PERFORMED: DATE

More information

THE LABORATORY NOTEBOOK

THE LABORATORY NOTEBOOK THE LABORATORY NOTEBOOK In scientific work keeping a permanent record of all raw data, observations, calculations, et cetera obtained during an experiment is important. Therefore, a student must become

More information

EXPERIMENT: MOMENT OF INERTIA

EXPERIMENT: MOMENT OF INERTIA OBJECTIVES EXPERIMENT: MOMENT OF INERTIA to familiarize yourself with the concept of moment of inertia, I, which plays the same role in the description of the rotation of a rigid body as mass plays in

More information

Chapter 7: Simple linear regression Learning Objectives

Chapter 7: Simple linear regression Learning Objectives Chapter 7: Simple linear regression Learning Objectives Reading: Section 7.1 of OpenIntro Statistics Video: Correlation vs. causation, YouTube (2:19) Video: Intro to Linear Regression, YouTube (5:18) -

More information

Physical Properties of a Pure Substance, Water

Physical Properties of a Pure Substance, Water Physical Properties of a Pure Substance, Water The chemical and physical properties of a substance characterize it as a unique substance, and the determination of these properties can often allow one to

More information

Georgia Standards of Excellence Curriculum Map. Mathematics. GSE 8 th Grade

Georgia Standards of Excellence Curriculum Map. Mathematics. GSE 8 th Grade Georgia Standards of Excellence Curriculum Map Mathematics GSE 8 th Grade These materials are for nonprofit educational purposes only. Any other use may constitute copyright infringement. GSE Eighth Grade

More information

0 Introduction to Data Analysis Using an Excel Spreadsheet

0 Introduction to Data Analysis Using an Excel Spreadsheet Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do

More information

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

More information

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Absolute Value Order of Operations Expression

More information

How To Run Statistical Tests in Excel

How To Run Statistical Tests in Excel How To Run Statistical Tests in Excel Microsoft Excel is your best tool for storing and manipulating data, calculating basic descriptive statistics such as means and standard deviations, and conducting

More information

Mario Guarracino. Regression

Mario Guarracino. Regression Regression Introduction In the last lesson, we saw how to aggregate data from different sources, identify measures and dimensions, to build data marts for business analysis. Some techniques were introduced

More information

Determine If An Equation Represents a Function

Determine If An Equation Represents a Function Question : What is a linear function? The term linear function consists of two parts: linear and function. To understand what these terms mean together, we must first understand what a function is. The

More information

Determination of the Mass Percentage of Copper in a Penny. Introduction

Determination of the Mass Percentage of Copper in a Penny. Introduction Determination of the Mass Percentage of Copper in a Penny Introduction This experiment will cost you one penny ($0.01). The penny must be minted after 1983. Any penny will do; for best results the penny

More information

Experiment #1, Analyze Data using Excel, Calculator and Graphs.

Experiment #1, Analyze Data using Excel, Calculator and Graphs. Physics 182 - Fall 2014 - Experiment #1 1 Experiment #1, Analyze Data using Excel, Calculator and Graphs. 1 Purpose (5 Points, Including Title. Points apply to your lab report.) Before we start measuring

More information

Prentice Hall Mathematics Courses 1-3 Common Core Edition 2013

Prentice Hall Mathematics Courses 1-3 Common Core Edition 2013 A Correlation of Prentice Hall Mathematics Courses 1-3 Common Core Edition 2013 to the Topics & Lessons of Pearson A Correlation of Courses 1, 2 and 3, Common Core Introduction This document demonstrates

More information

Make sure you look at the reminders or examples before each set of problems to jog your memory! Solve

Make sure you look at the reminders or examples before each set of problems to jog your memory! Solve Name Date Make sure you look at the reminders or examples before each set of problems to jog your memory! I. Solving Linear Equations 1. Eliminate parentheses. Combine like terms 3. Eliminate terms by

More information

Data Mining Part 5. Prediction

Data Mining Part 5. Prediction Data Mining Part 5. Prediction 5.7 Spring 2010 Instructor: Dr. Masoud Yaghini Outline Introduction Linear Regression Other Regression Models References Introduction Introduction Numerical prediction is

More information

Algebra Cheat Sheets

Algebra Cheat Sheets Sheets Algebra Cheat Sheets provide you with a tool for teaching your students note-taking, problem-solving, and organizational skills in the context of algebra lessons. These sheets teach the concepts

More information

Algebra 1 Course Title

Algebra 1 Course Title Algebra 1 Course Title Course- wide 1. What patterns and methods are being used? Course- wide 1. Students will be adept at solving and graphing linear and quadratic equations 2. Students will be adept

More information

Austin Peay State University Department of Chemistry Chem 1111. The Use of the Spectrophotometer and Beer's Law

Austin Peay State University Department of Chemistry Chem 1111. The Use of the Spectrophotometer and Beer's Law Purpose To become familiar with using a spectrophotometer and gain an understanding of Beer s law and it s relationship to solution concentration. Introduction Scientists use many methods to determine

More information

What are the place values to the left of the decimal point and their associated powers of ten?

What are the place values to the left of the decimal point and their associated powers of ten? The verbal answers to all of the following questions should be memorized before completion of algebra. Answers that are not memorized will hinder your ability to succeed in geometry and algebra. (Everything

More information

Algebra 1 If you are okay with that placement then you have no further action to take Algebra 1 Portion of the Math Placement Test

Algebra 1 If you are okay with that placement then you have no further action to take Algebra 1 Portion of the Math Placement Test Dear Parents, Based on the results of the High School Placement Test (HSPT), your child should forecast to take Algebra 1 this fall. If you are okay with that placement then you have no further action

More information

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard Academic Content Standards Grade Eight and Grade Nine Ohio Algebra 1 2008 Grade Eight STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express

More information

Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure

Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure Note: there is a second document that goes with this one! 2046 - Absorbance Spectrophotometry. Make sure you

More information

Lab #11: Determination of a Chemical Equilibrium Constant

Lab #11: Determination of a Chemical Equilibrium Constant Lab #11: Determination of a Chemical Equilibrium Constant Objectives: 1. Determine the equilibrium constant of the formation of the thiocyanatoiron (III) ions. 2. Understand the application of using a

More information

Correlation key concepts:

Correlation key concepts: CORRELATION Correlation key concepts: Types of correlation Methods of studying correlation a) Scatter diagram b) Karl pearson s coefficient of correlation c) Spearman s Rank correlation coefficient d)

More information

Common Core State Standards for Mathematics Accelerated 7th Grade

Common Core State Standards for Mathematics Accelerated 7th Grade A Correlation of 2013 To the to the Introduction This document demonstrates how Mathematics Accelerated Grade 7, 2013, meets the. Correlation references are to the pages within the Student Edition. Meeting

More information

Evaluation of Quantitative Data (errors/statistical analysis/propagation of error)

Evaluation of Quantitative Data (errors/statistical analysis/propagation of error) Evaluation of Quantitative Data (errors/statistical analysis/propagation of error) 1. INTRODUCTION Laboratory work in chemistry can be divided into the general categories of qualitative studies and quantitative

More information

with functions, expressions and equations which follow in units 3 and 4.

with functions, expressions and equations which follow in units 3 and 4. Grade 8 Overview View unit yearlong overview here The unit design was created in line with the areas of focus for grade 8 Mathematics as identified by the Common Core State Standards and the PARCC Model

More information

Assignment objectives:

Assignment objectives: Assignment objectives: Regression Pivot table Exercise #1- Simple Linear Regression Often the relationship between two variables, Y and X, can be adequately represented by a simple linear equation of the

More information

1.3 Algebraic Expressions

1.3 Algebraic Expressions 1.3 Algebraic Expressions A polynomial is an expression of the form: a n x n + a n 1 x n 1 +... + a 2 x 2 + a 1 x + a 0 The numbers a 1, a 2,..., a n are called coefficients. Each of the separate parts,

More information

Unit 1: Integers and Fractions

Unit 1: Integers and Fractions Unit 1: Integers and Fractions No Calculators!!! Order Pages (All in CC7 Vol. 1) 3-1 Integers & Absolute Value 191-194, 203-206, 195-198, 207-210 3-2 Add Integers 3-3 Subtract Integers 215-222 3-4 Multiply

More information

Algebra 1 Course Information

Algebra 1 Course Information Course Information Course Description: Students will study patterns, relations, and functions, and focus on the use of mathematical models to understand and analyze quantitative relationships. Through

More information

Spring Force Constant Determination as a Learning Tool for Graphing and Modeling

Spring Force Constant Determination as a Learning Tool for Graphing and Modeling NCSU PHYSICS 205 SECTION 11 LAB II 9 FEBRUARY 2002 Spring Force Constant Determination as a Learning Tool for Graphing and Modeling Newton, I. 1*, Galilei, G. 1, & Einstein, A. 1 (1. PY205_011 Group 4C;

More information

WEB APPENDIX. Calculating Beta Coefficients. b Beta Rise Run Y 7.1 1 8.92 X 10.0 0.0 16.0 10.0 1.6

WEB APPENDIX. Calculating Beta Coefficients. b Beta Rise Run Y 7.1 1 8.92 X 10.0 0.0 16.0 10.0 1.6 WEB APPENDIX 8A Calculating Beta Coefficients The CAPM is an ex ante model, which means that all of the variables represent before-thefact, expected values. In particular, the beta coefficient used in

More information

Experiment 4 The Relationship of Density and Molarity of an Aqueous Salt Solution

Experiment 4 The Relationship of Density and Molarity of an Aqueous Salt Solution Experiment 4 The Relationship of Density and Molarity of an Aqueous Salt Solution Purpose: The purpose of this experiment is to investigate the relationship between the concentration of an aqueous salt

More information

For example, estimate the population of the United States as 3 times 10⁸ and the

For example, estimate the population of the United States as 3 times 10⁸ and the CCSS: Mathematics The Number System CCSS: Grade 8 8.NS.A. Know that there are numbers that are not rational, and approximate them by rational numbers. 8.NS.A.1. Understand informally that every number

More information

Pre-Algebra 2008. Academic Content Standards Grade Eight Ohio. Number, Number Sense and Operations Standard. Number and Number Systems

Pre-Algebra 2008. Academic Content Standards Grade Eight Ohio. Number, Number Sense and Operations Standard. Number and Number Systems Academic Content Standards Grade Eight Ohio Pre-Algebra 2008 STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express large numbers and small

More information

CHAPTER 13 SIMPLE LINEAR REGRESSION. Opening Example. Simple Regression. Linear Regression

CHAPTER 13 SIMPLE LINEAR REGRESSION. Opening Example. Simple Regression. Linear Regression Opening Example CHAPTER 13 SIMPLE LINEAR REGREION SIMPLE LINEAR REGREION! Simple Regression! Linear Regression Simple Regression Definition A regression model is a mathematical equation that descries the

More information

Temperature Scales. The metric system that we are now using includes a unit that is specific for the representation of measured temperatures.

Temperature Scales. The metric system that we are now using includes a unit that is specific for the representation of measured temperatures. Temperature Scales INTRODUCTION The metric system that we are now using includes a unit that is specific for the representation of measured temperatures. The unit of temperature in the metric system is

More information

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( )

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( ) Chapter 340 Principal Components Regression Introduction is a technique for analyzing multiple regression data that suffer from multicollinearity. When multicollinearity occurs, least squares estimates

More information

Module 3: Correlation and Covariance

Module 3: Correlation and Covariance Using Statistical Data to Make Decisions Module 3: Correlation and Covariance Tom Ilvento Dr. Mugdim Pašiƒ University of Delaware Sarajevo Graduate School of Business O ften our interest in data analysis

More information

2 Spectrophotometry and the Analysis of Riboflavin

2 Spectrophotometry and the Analysis of Riboflavin 2 Spectrophotometry and the Analysis of Riboflavin Objectives: A) To become familiar with operating the Platereader; B) to learn how to use the Platereader in determining the absorption spectrum of a compound

More information

IDEAL AND NON-IDEAL GASES

IDEAL AND NON-IDEAL GASES 2/2016 ideal gas 1/8 IDEAL AND NON-IDEAL GASES PURPOSE: To measure how the pressure of a low-density gas varies with temperature, to determine the absolute zero of temperature by making a linear fit to

More information

EXPERIMENT 13: THE IDEAL GAS LAW AND THE MOLECULAR WEIGHT OF GASES

EXPERIMENT 13: THE IDEAL GAS LAW AND THE MOLECULAR WEIGHT OF GASES Name Section EXPERIMENT 13: THE IDEAL GAS LAW AND THE MOLECULAR WEIGHT OF GASES PRE-LABORATORY QUESTIONS The following preparatory questions should be answered before coming to lab. They are intended to

More information

Florida Math for College Readiness

Florida Math for College Readiness Core Florida Math for College Readiness Florida Math for College Readiness provides a fourth-year math curriculum focused on developing the mastery of skills identified as critical to postsecondary readiness

More information

Univariate Regression

Univariate Regression Univariate Regression Correlation and Regression The regression line summarizes the linear relationship between 2 variables Correlation coefficient, r, measures strength of relationship: the closer r is

More information

Simple linear regression

Simple linear regression Simple linear regression Introduction Simple linear regression is a statistical method for obtaining a formula to predict values of one variable from another where there is a causal relationship between

More information

CHAPTER 12. Gases and the Kinetic-Molecular Theory

CHAPTER 12. Gases and the Kinetic-Molecular Theory CHAPTER 12 Gases and the Kinetic-Molecular Theory 1 Gases vs. Liquids & Solids Gases Weak interactions between molecules Molecules move rapidly Fast diffusion rates Low densities Easy to compress Liquids

More information

Phenolphthalein-NaOH Kinetics

Phenolphthalein-NaOH Kinetics Phenolphthalein-NaOH Kinetics Phenolphthalein is one of the most common acid-base indicators used to determine the end point in acid-base titrations. It is also the active ingredient in some laxatives.

More information

Common Core Unit Summary Grades 6 to 8

Common Core Unit Summary Grades 6 to 8 Common Core Unit Summary Grades 6 to 8 Grade 8: Unit 1: Congruence and Similarity- 8G1-8G5 rotations reflections and translations,( RRT=congruence) understand congruence of 2 d figures after RRT Dilations

More information

How do scientists prepare solutions with specific concentrations of solutes?

How do scientists prepare solutions with specific concentrations of solutes? EXERCISE 2 Name How do scientists prepare solutions with specific concentrations of solutes? Objectives After completing this exercise, you should be able to: define and correctly use the following terms:

More information

CSUS Department of Chemistry Experiment 8 Chem.1A

CSUS Department of Chemistry Experiment 8 Chem.1A EXPERIMENT #8 Name: PRE-LABORATORY ASSIGNMENT: Lab Section 1. The alkali metals are so reactive that they react directly with water in the absence of acid. For example, potassium reacts with water as follows:

More information

17. SIMPLE LINEAR REGRESSION II

17. SIMPLE LINEAR REGRESSION II 17. SIMPLE LINEAR REGRESSION II The Model In linear regression analysis, we assume that the relationship between X and Y is linear. This does not mean, however, that Y can be perfectly predicted from X.

More information

Slope-Intercept Equation. Example

Slope-Intercept Equation. Example 1.4 Equations of Lines and Modeling Find the slope and the y intercept of a line given the equation y = mx + b, or f(x) = mx + b. Graph a linear equation using the slope and the y-intercept. Determine

More information

The importance of graphing the data: Anscombe s regression examples

The importance of graphing the data: Anscombe s regression examples The importance of graphing the data: Anscombe s regression examples Bruce Weaver Northern Health Research Conference Nipissing University, North Bay May 30-31, 2008 B. Weaver, NHRC 2008 1 The Objective

More information

Algebra 2: Q1 & Q2 Review

Algebra 2: Q1 & Q2 Review Name: Class: Date: ID: A Algebra 2: Q1 & Q2 Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which is the graph of y = 2(x 2) 2 4? a. c. b. d. Short

More information

HIBBING COMMUNITY COLLEGE COURSE OUTLINE

HIBBING COMMUNITY COLLEGE COURSE OUTLINE HIBBING COMMUNITY COLLEGE COURSE OUTLINE COURSE NUMBER & TITLE: - Beginning Algebra CREDITS: 4 (Lec 4 / Lab 0) PREREQUISITES: MATH 0920: Fundamental Mathematics with a grade of C or better, Placement Exam,

More information

Mathematics Common Core Sample Questions

Mathematics Common Core Sample Questions New York State Testing Program Mathematics Common Core Sample Questions Grade The materials contained herein are intended for use by New York State teachers. Permission is hereby granted to teachers and

More information

5 Systems of Equations

5 Systems of Equations Systems of Equations Concepts: Solutions to Systems of Equations-Graphically and Algebraically Solving Systems - Substitution Method Solving Systems - Elimination Method Using -Dimensional Graphs to Approximate

More information

3.1 Solving Systems Using Tables and Graphs

3.1 Solving Systems Using Tables and Graphs Algebra 2 Chapter 3 3.1 Solve Systems Using Tables & Graphs 3.1 Solving Systems Using Tables and Graphs A solution to a system of linear equations is an that makes all of the equations. To solve a system

More information

Section 1.5 Linear Models

Section 1.5 Linear Models Section 1.5 Linear Models Some real-life problems can be modeled using linear equations. Now that we know how to find the slope of a line, the equation of a line, and the point of intersection of two lines,

More information

Spectrophotometric Determination of the pka of Bromothymol Blue

Spectrophotometric Determination of the pka of Bromothymol Blue Spectrophotometric Determination of the pka of Bromothymol Blue INRODUCION cidbase indicators are compounds that are simply weak acids (or bases) that exhibit different colors depending on whether they

More information

CRLS Mathematics Department Algebra I Curriculum Map/Pacing Guide

CRLS Mathematics Department Algebra I Curriculum Map/Pacing Guide Curriculum Map/Pacing Guide page 1 of 14 Quarter I start (CP & HN) 170 96 Unit 1: Number Sense and Operations 24 11 Totals Always Include 2 blocks for Review & Test Operating with Real Numbers: How are

More information

Florida Math 0028. Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper

Florida Math 0028. Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper Florida Math 0028 Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper Exponents & Polynomials MDECU1: Applies the order of operations to evaluate algebraic

More information

Regression and Correlation

Regression and Correlation Regression and Correlation Topics Covered: Dependent and independent variables. Scatter diagram. Correlation coefficient. Linear Regression line. by Dr.I.Namestnikova 1 Introduction Regression analysis

More information

MBA Jump Start Program

MBA Jump Start Program MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Online Appendix: Basic Mathematical Concepts 2 1 The Number Spectrum Generally we depict numbers increasing from left to right

More information

A synonym is a word that has the same or almost the same definition of

A synonym is a word that has the same or almost the same definition of Slope-Intercept Form Determining the Rate of Change and y-intercept Learning Goals In this lesson, you will: Graph lines using the slope and y-intercept. Calculate the y-intercept of a line when given

More information

Reaction Stoichiometry and the Formation of a Metal Ion Complex

Reaction Stoichiometry and the Formation of a Metal Ion Complex Reaction Stoichiometry and the Formation of a Metal Ion Complex Objectives The objectives of this laboratory are as follows: To use the method of continuous variation to determine the reaction stoichiometry

More information

Determining Equivalent Weight by Copper Electrolysis

Determining Equivalent Weight by Copper Electrolysis Purpose The purpose of this experiment is to determine the equivalent mass of copper based on change in the mass of a copper electrode and the volume of hydrogen gas generated during an electrolysis reaction.

More information

Gases. States of Matter. Molecular Arrangement Solid Small Small Ordered Liquid Unity Unity Local Order Gas High Large Chaotic (random)

Gases. States of Matter. Molecular Arrangement Solid Small Small Ordered Liquid Unity Unity Local Order Gas High Large Chaotic (random) Gases States of Matter States of Matter Kinetic E (motion) Potential E(interaction) Distance Between (size) Molecular Arrangement Solid Small Small Ordered Liquid Unity Unity Local Order Gas High Large

More information

Molar Mass of Butane

Molar Mass of Butane Cautions Butane is toxic and flammable. No OPEN Flames should be used in this experiment. Purpose The purpose of this experiment is to determine the molar mass of butane using Dalton s Law of Partial Pressures

More information

Curve Fitting in Microsoft Excel By William Lee

Curve Fitting in Microsoft Excel By William Lee Curve Fitting in Microsoft Excel By William Lee This document is here to guide you through the steps needed to do curve fitting in Microsoft Excel using the least-squares method. In mathematical equations

More information

Lab 5: Quantitative Analysis- Phosphates in Water By: A Generous Student. LBS 171L Section 9 TA: Dana October 27, 2005

Lab 5: Quantitative Analysis- Phosphates in Water By: A Generous Student. LBS 171L Section 9 TA: Dana October 27, 2005 How uch Phosphate is the Body Being Exposed to During a Lifetime by Showering? Lab 5: Quantitative Analysis- Phosphates in Water By: A Generous Student LBS 171L Section 9 TA: Dana October 7, 005 [Note:

More information

Math 1. Month Essential Questions Concepts/Skills/Standards Content Assessment Areas of Interaction

Math 1. Month Essential Questions Concepts/Skills/Standards Content Assessment Areas of Interaction Binghamton High School Rev.9/21/05 Math 1 September What is the unknown? Model relationships by using Fundamental skills of 2005 variables as a shorthand way Algebra Why do we use variables? What is a

More information