Chapter 5 Workshop on Fitting of Linear Data

Size: px
Start display at page:

Download "Chapter 5 Workshop on Fitting of Linear Data"

Transcription

1 Chapter 5 Workshop on Fitting of Linear Data (Contributed by E.L. Allen, SJSU) 5.0 Learning Objectives After successfully com pleting this laboratory workshop, including the assigned reading, the lab repot sheets, the lab quizzes, and any required reports, the student will be able to: 1. Distinguish between dependent and independent variables. 2. Properly display x-y data in a scatter plot w ith appropriate scaling and axes, both manually and using an Excel spreadsheet with its graphing functions. 3. Recognize from a scatter plot whether data is linear, has some other functional dependence, or has no functional dependence between x and y. 4. Perform a linear regress ion analysis of experimental data, both manually and using an Excel spreadsheet or the linear regression commands in MATLAB (e.g., the Basic Fitting Interface) 5. Correctly display a fitted line and its equations and demonstrate understanding of relationship between fitting parameters and experimental data. 6. Demonstrate understanding of the distinction between raw data and experimental results. 5.1 References 1. C. Chatfield, Statistics for Technology, Chapman and Hall, London, W.J. Palm, "Intro to MATLAB7 for Engineers", McGraw-Hill, 2005, pp Linear Regression Linear regression is a technique for finding the linear relationship between the x and y values of experimental data. It assum es that there is a linear relationship between x and y. This m ay not always be the case; there m ay be a linear relatio nship between x and a function of y; there m ay be a non-linear function, or there may be no relationship at all between the data. We only apply linear regression to data when we have reason to think that there is a linear r elationship. It is necessary to first identify which is the independent variable and which is the dependent variable. Here is a m ethod to follow. Many of you have linear regression progra ms on your engineering ENGR45 Chapter 5: Linear Regression 5-1

2 calculators; it is also embedded in Excel and MATLAB software. However, to understand the m eaning and reliability of f itted data, it is best to perform a manual linear regression at least once in your life. In the exercise that follows, you may use your calculator for adding columns of data only but no t for fitting. W hen you have finished the linear reg ression exercise, you may use your calculator s program to check your result; then you can plot the data in Excel or MATLAB and compare the results obtained with Excel s or MATLAB's algorithm. More on this technique, and other statistical methods, can be found in the references. Before beginning any calculations for a linear regression analysis, consider the following points: 1. Identify x and y, that is the independent and dependent variables in the experiment. 2. Make a scatter diagram, i.e. plot the data on an x-y coordinate system and see if it is roughly linear. 3. If it isn t, think about wh ether you should plot som e f(y) such as log y or y 2 ; this generally requires some notion of what the experiment is about and what is the expected relationship in the data. If you need to transform the x or y data, do so, and create a new set of data (c.f. ENGR25) 4. You now have n pairs of data, which we shall refer to as (, y i ). The x variable is referred to as the control or independent variable; y i is referred to as the response or dependent variable. 5. Assume y is subject to scatter (i.e. random errors) and that s not. 6. Assume a linear relationship exists, as y = a 0 + x (equivalent to: y = mx + b). 7. Our objective is to find estim ates for a 0 and such that the line gives a good fit. The method of least squares is one way to do this. In general, the values of a 0 and are interpreted to have some fundamental physical meaning. This is one way of determ ining the value of physical constants or m aterials prop erties. The values so o btained are only as reliable as the measurement errors. 8. The assum ption of a linear f it in the data pre cludes the possibility that there is a m ore complex relationsh ip be tween them, or th at the relation ship is on ly linear ove r a lim ited range of the independent variable, or that th ere are other factors wh ich inf luence the data which we have not explicitly considered. A ll of these c oncepts m ust be considered in interpreting the data. Now that your data is available for a linear re gression you are ready to begin. The following steps provide a guide to performing a linear regression analysis: Chapter 5: Linear Regression 5-2

3 1. Consider that at, the predicted value of y is: yp = a 0 + a1 2. The difference between the observed y-value (y i ) and the predicted value (yp) is e i = y i ( a 0 + ) where e i is the deviation or residual. There is a value of e i at each data pair. 3. Choose values of a 0 and a1 that minimize the s um of the squares of the e i s at each pair of points. The sum of the squares we will call S. n 2 S = e i = y i a 0 + i=1 S = f a 0, n i=1 ( ) [ ( )] 2 4. To minimize S, we need to find the partial derivatives S a0 and S, set th em equal to zero, and solve the resulting simultaneous equa ˆ a 0 and ˆ tions f or the leas t s quares es timates of. In the pa ges that follow, each sum is assu med to be from i=1 to i=n, where n is the total number of data pairs. S = 2[ y i ( a 0 + )] 1 a 0 ( ) S = 2[ y i ( a 0 + )] ( ) 5. Next set the two partial derivatives equal to zero, and solve for the values of a ˆ 0 and ˆ : S = 0 = a 2[ y i a ˆ 0 a ˆ 1 ] 1 ( ) 0 0 = 2y i + 2a ˆ 0 + 2a ˆ 1 and similarly, for the second partial: y i = n ˆ a 0 + ˆ S = 0 = 2[ y a i a ˆ 0 a ˆ 1 ] x ( i ) = 2 y i + 2a ˆ 0 + 2a ˆ 1 2 y i = a ˆ 0 + a ˆ 1 6. We now have two normal equations in a ˆ 0 and ˆ which need to be solved simultaneously. na ˆ 0 + ˆ ˆ a 0 = y i 2 + a ˆ 1 = y i ENGR45 Chapter 5: Linear Regression 5-3

4 To solve the normal equations, set up a matrix of the coefficients of a ˆ 0 and ˆ. Let X = ˆ and Y = ˆ, and a-f are the coefficients. solving for x and y, we get: where ˆ ax + by = c dx + ey = f x = c by and x = f ey a d c by = f ey a d and by rearranging, eventually we get : y = ˆ = dc af db ae, or y n i ( ) 2 2 n is the slope of the least squares fit. y i a 0 7. Doing a similar calculation for the intercept, we find: a ˆ y i a ˆ 1 0 = n 8. To find the linear fit, then, we simply calculate the terms in a ˆ 0 and ˆ from our data set. Then plot the lin e and conf irm that th ere is reasonable fit to th e data. This explanation does not include further statistical analysis such as ho w good the linear fit is or what the confidence intervals are. These should be investigated further in other courses. ENGR45 Chapter 5: Linear Regression 5-4

5 LAB REPORT SHEET 5.1 Determining a Linear Relationship Key Member (Encourage all m embers of the team to participate, ensure that everyone understands the m aterial, and organize the ta sks and divide them between the tea m members): Graphics Analyst (Generate the needed plots and figures.): Other Group Members: Consider the following sets of experimental data. In each case, determine: Whether there appears to be any functional relationship at all among the data If there is a relationship, determine which is the independent variable and which is the dependent variable. Determine whether there is a linear re lationship between th e data, and why you might expect one. If the relationship is not linear, determine whether there is a way to transfor m the data so that it is linear. 1. You have data from a meteorologist on te mperature for each month of the year, measured in one location using th e sam e therm ometer, on three d ifferent d ays each month. Data is in degrees Fahrenheit. Jan 23, 34,13 Feb 12, 45, 32 Mar 14, 32, 33 Apr 38, 50, 51 May 50, 62, 65 June 70, 75, 79 July 80, 82, 95 Aug 88, 83, 75 Sep 84, 75, 90 Oct 78, 65, 50 Nov 50, 45, 32 Dec 32, 30, 28 ENGR45 Chapter 5: Linear Regression Report Sheet 5.1

6 2. You have data on electrical resistance of an aluminum wire, at various temperatures: Temp (C) Resistance(ohms) E E E E E E E E E E E E E E You have data on the im pact energy of a bu llet, m easured at various take-off velocities. Answer the questions above and determine the mass of the bullet. Velocity (m/s) Energy (J) E E E E E E E E E E E+02 ENGR45 Chapter 5: Linear Regression Lab Report Sheet 5.1

7 LAB REPORT SHEET 5.2 Performing a Linear Regression Key Member (Encourage all m embers of the team to participate, ensure that everyon e understands the material, and organize the tasks and divide them between the team members): Calculations Expert (Work with your calculator to help your team solve the problems.) Graphics Analyst (Generate the needed plots and figures.): Other Group Members: Exercise 1 The following data was record ed in an experiment which measured the variation of the specific heat of a chemical with temperature. In this temperature regime, it was expected that the specific heat (C p ) should depend linearly on the absolute tem perature, T. Two measurements were made at each temperature. Temperature ( O C) Specific Heat (J/mol o C) Note that the two m easurements m ade at the sam e t emperature can be considered independent measurements, so you have 12 pieces of data. 2. Plot the data on a scatter diagram and determine whether a linear relationship exists. 3. Fit a s traight lin e to the data by eye; f ind th e slope and inte rcept o f this line; w rite an equation for this line. 4. Estimate the specific heat of this chemical when the temperature is 75 o C. Exercise 2 1. Perform a linear regression analysis on the data of Exercise 1. Using the regression values for the slope and the intercept, add the fitted line to your plot from Exercise 1, using a different color pencil from the previous line fit to the data by eye. 2. Estimate the specific heat of this chemical when the temperature is 75 o C. 3. What is the percentage difference between the estimated values for 75 o C found in Exercise 1 and Exercise 2? Which value is more accurate? Why? ENGR45 Chapter 5: Linear Regression Report Sheet 5.2

8 ENGR45 Chapter 5: Linear Regression Lab Report Sheet 5.2

GAMINGRE 8/1/ of 7

GAMINGRE 8/1/ of 7 FYE 09/30/92 JULY 92 0.00 254,550.00 0.00 0 0 0 0 0 0 0 0 0 254,550.00 0.00 0.00 0.00 0.00 254,550.00 AUG 10,616,710.31 5,299.95 845,656.83 84,565.68 61,084.86 23,480.82 339,734.73 135,893.89 67,946.95

More information

Lesson Adaptation Activity: Analyzing and Interpreting Data

Lesson Adaptation Activity: Analyzing and Interpreting Data Lesson Adaptation Activity: Analyzing and Interpreting Data Related MA STE Framework Standard: 3-ESS2-1. Use graphs and tables of local weather data to describe and predict typical weather during a particular

More information

CAVE CLIMATE COMPARISON ACTIVITY BETWEEN THE SURFACE AND THE CAVERN

CAVE CLIMATE COMPARISON ACTIVITY BETWEEN THE SURFACE AND THE CAVERN CAVE CLIMATE COMPARISON ACTIVITY BETWEEN THE SURFACE AND THE CAVERN Created by Ray Bowers For the Virtual Center for the Environment (VCE) A part of the Institute of Natural Resources Analysis and Management

More information

Eidul- Adha Break. Darul Arqam North Scope and Sequence Revised 6/01/18 8 th Algebra I. 1 st Quarter (41 Days)

Eidul- Adha Break. Darul Arqam North Scope and Sequence Revised 6/01/18 8 th Algebra I. 1 st Quarter (41 Days) Mc Graw Hill Mathematics, 1 st Quarter (41 Days) - Welcome Solve equations with one variable - Survey getting to Solve equations with two variables Aug 8-10 log Supplies know you 1st: (3 days) - received

More information

University of Florida Department of Geography GEO 3280 Assignment 3

University of Florida Department of Geography GEO 3280 Assignment 3 G E O 3 2 8 A s s i g n m e n t # 3 Page 1 University of Florida Department of Geography GEO 328 Assignment 3 Modeling Precipitation and Elevation Solar Radiation Precipitation Evapo- Transpiration Vegetation

More information

2. Graphing Practice. Warm Up

2. Graphing Practice. Warm Up 2. Graphing Practice In this worksheet you will practice graphing and use your graphs to interpret and analyze data. The first three questions are warm-up questions; complete this section before moving

More information

Introduction to Uncertainty and Treatment of Data

Introduction to Uncertainty and Treatment of Data Introduction to Uncertainty and Treatment of Data Introduction The purpose of this experiment is to familiarize the student with some of the instruments used in making measurements in the physics laboratory,

More information

Keystone Exam Review: Module 2. Linear Functions and Data Organizations

Keystone Exam Review: Module 2. Linear Functions and Data Organizations Algebra Keystone Review: M2 Name: Date: Period: Part : Multiple Choice Questions. ) Which graph shows y as a function of x. Keystone Exam Review: Module 2 Linear Functions and Data Organizations A) B)

More information

Go to Grade 6 Everyday Mathematics Sample Lesson

Go to Grade 6 Everyday Mathematics Sample Lesson McGraw-Hill makes no representations or warranties as to the accuracy of any information contained in this McGraw-Hill Material, including any warranties of merchantability or fitness for a particular

More information

DESC Technical Workgroup. CWV Optimisation Production Phase Results. 17 th November 2014

DESC Technical Workgroup. CWV Optimisation Production Phase Results. 17 th November 2014 DESC Technical Workgroup CWV Optimisation Production Phase Results 17 th November 2014 1 2 Contents CWV Optimisation Background Trial Phase Production Phase Explanation of Results Production Phase Results

More information

C o r p o r a t e l i f e i n A n c i e n t I n d i a e x p r e s s e d i t s e l f

C o r p o r a t e l i f e i n A n c i e n t I n d i a e x p r e s s e d i t s e l f C H A P T E R I G E N E S I S A N D GROWTH OF G U IL D S C o r p o r a t e l i f e i n A n c i e n t I n d i a e x p r e s s e d i t s e l f i n a v a r i e t y o f f o r m s - s o c i a l, r e l i g i

More information

Pre-Calc Chapter 1 Sample Test. D) slope: 3 4

Pre-Calc Chapter 1 Sample Test. D) slope: 3 4 Pre-Calc Chapter 1 Sample Test 1. Use the graphs of f and g to evaluate the function. f( x) gx ( ) (f o g)(-0.5) 1 1 0 4. Plot the points and find the slope of the line passing through the pair of points.

More information

Carbon Career & Technical Institute

Carbon Career & Technical Institute Course: Algebra I Carbon Career & Technical Institute A1.1.1.3.1 - Simplify/evaluate expressions involving properties/laws of exponents, roots, and/or absolute values to solve problems. Aug. and Sept.

More information

Mathematics B Monday 2 November 2015 Paper One Question book

Mathematics B Monday 2 November 2015 Paper One Question book 2015 Senior External Examination Mathematics B Monday 2 November 2015 Paper One Question book 9 am to 12:10 pm Time allowed Perusal time: 10 minutes Working time: 3 hours Examination materials provided

More information

Algebra 1 Syllabus

Algebra 1 Syllabus Algebra 1 Syllabus 2017-18 dennis_jenkins@crpusd.org Welcome to algebra, a course designed to prepare students for geometry and any other courses taken after it. Students are required by the state of California

More information

Objectives. Materials

Objectives. Materials . Objectives Activity 13 To graphically represent and analyze climate data To use linear regressions to understand the relationship between temperatures as measured in the Fahrenheit and Celsius scale

More information

Introduction to Course

Introduction to Course .. Introduction to Course Oran Kittithreerapronchai 1 1 Department of Industrial Engineering, Chulalongkorn University Bangkok 10330 THAILAND last updated: September 17, 2016 COMP METH v2.00: intro 1/

More information

Mathematics Standards for High School Algebra I

Mathematics Standards for High School Algebra I Mathematics Standards for High School Algebra I Algebra I is a course required for graduation and course is aligned with the College and Career Ready Standards for Mathematics in High School. Throughout

More information

Monitoring Platelet Issues - a novel approach CUSUM. Clive Hyam Blood Stocks Management Scheme London

Monitoring Platelet Issues - a novel approach CUSUM. Clive Hyam Blood Stocks Management Scheme London Monitoring Platelet Issues - a novel approach CUSUM Clive Hyam Blood Stocks Management Scheme London Overview of Presentation What s driving the need to better understand platelet issues Potential tools

More information

PRACTICE FOR PLACEMENT EXAM PART A

PRACTICE FOR PLACEMENT EXAM PART A PRACTICE FOR PLACEMENT EXAM PART A For students trying to place into: MAT 099, Intermediate Algebra MAT 000, Mathematics in Today s World MAT 00, Algebra with Trigonometry Problems - are based on Arithmetic

More information

All work must be shown in this course for full credit. Unsupported answers may receive NO credit.

All work must be shown in this course for full credit. Unsupported answers may receive NO credit. AP Calculus. Worksheet All work must be shown in this course for full credit. Unsupported answers may receive NO credit.. Write the equation of the line that goes through the points ( 3, 7) and (4, 5)

More information

Computing & Telecommunications Services

Computing & Telecommunications Services Computing & Telecommunications Services Monthly Report September 214 CaTS Help Desk (937) 775-4827 1-888-775-4827 25 Library Annex helpdesk@wright.edu www.wright.edu/cats/ Table of Contents HEAT Ticket

More information

Computing & Telecommunications Services Monthly Report January CaTS Help Desk. Wright State University (937)

Computing & Telecommunications Services Monthly Report January CaTS Help Desk. Wright State University (937) January 215 Monthly Report Computing & Telecommunications Services Monthly Report January 215 CaTS Help Desk (937) 775-4827 1-888-775-4827 25 Library Annex helpdesk@wright.edu www.wright.edu/cats/ Last

More information

PHYS 1111L - Introductory Physics Laboratory I

PHYS 1111L - Introductory Physics Laboratory I PHYS 1111L - Introductory Physics Laboratory I Laboratory Advanced Sheet Acceleration Due to Gravity 1. Objectives. The objectives of this laboratory are a. To measure the local value of the acceleration

More information

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Lecture 15 20 Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Modeling for Time Series Forecasting Forecasting is a necessary input to planning, whether in business,

More information

Guidelines for Graphing Calculator Use at the Commencement Level

Guidelines for Graphing Calculator Use at the Commencement Level Guidelines for Graphing Calculator Use at the Commencement Level Introduction Graphing calculators are instrumental in the teaching and learning of mathematics. The use of this technology should be encouraged

More information

Radnor Middle School Course Overview. Math Introduction to Algebra 1. Prerequisite: Pre-Algebra, Course 3 Grade: 8

Radnor Middle School Course Overview. Math Introduction to Algebra 1. Prerequisite: Pre-Algebra, Course 3 Grade: 8 Radnor Middle School Course Overview Math Introduction to Algebra 1 General Information Credits: N/A Length: Full Year Weighted: N/A Format: Meets Daily Prerequisite: Pre-Algebra, Course 3 Grade: 8 I.

More information

CMP - Grade 8 1 st Moving Straight Ahead 7 th Grade Unit Informal ongoing throughout the unit

CMP - Grade 8 1 st Moving Straight Ahead 7 th Grade Unit Informal ongoing throughout the unit Sept /Oct CMP - 8 1 st Moving Straight Ahead 7 th Unit 23 7-9 Informal ongoing throughout the unit using classroom observations, ACE questions, and Mathematical Reflections. Formal Check-ups and quizzes

More information

Technical note on seasonal adjustment for M0

Technical note on seasonal adjustment for M0 Technical note on seasonal adjustment for M0 July 1, 2013 Contents 1 M0 2 2 Steps in the seasonal adjustment procedure 3 2.1 Pre-adjustment analysis............................... 3 2.2 Seasonal adjustment.................................

More information

Standard Description Agile Mind Lesson / Activity Page / Link to Resource

Standard Description Agile Mind Lesson / Activity Page / Link to Resource Publisher: Agile Mind, Inc Date: 19-May-14 Course and/or Algebra I Grade Level: TN Core Standard Standard Description Agile Mind Lesson / Activity Page / Link to Resource Create equations that describe

More information

Investigating Factors that Influence Climate

Investigating Factors that Influence Climate Investigating Factors that Influence Climate Description In this lesson* students investigate the climate of a particular latitude and longitude in North America by collecting real data from My NASA Data

More information

WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and Rainfall For Selected Arizona Cities

WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and Rainfall For Selected Arizona Cities WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and 2001-2002 Rainfall For Selected Arizona Cities Phoenix Tucson Flagstaff Avg. 2001-2002 Avg. 2001-2002 Avg. 2001-2002 October 0.7 0.0

More information

Sequenced Units for Arizona s College and Career Ready Standards MA27 Algebra I

Sequenced Units for Arizona s College and Career Ready Standards MA27 Algebra I Sequenced Units for Arizona s College and Career Ready Standards MA27 Algebra I Year at a Glance Semester 1 Semester 2 Unit 1: Solving Linear Equations (12 days) Unit 2: Solving Linear Inequalities (12

More information

Contents. Histograms and the Mean Hand Spans 25 Fathers and Sons Revisited 26 Water 28 Sun and Snow 29 Summary 32 Check Your Work 32

Contents. Histograms and the Mean Hand Spans 25 Fathers and Sons Revisited 26 Water 28 Sun and Snow 29 Summary 32 Check Your Work 32 Contents Section D Hand Spans 25 Fathers and Sons Revisited 26 Water 28 Sun and Snow 29 Summary 32 Check Your Work 32 Additional Practice Answers to Check Your Work Student Activity Sheets Contents v D

More information

PHYS 2211L - Principles of Physics Laboratory I

PHYS 2211L - Principles of Physics Laboratory I PHYS 2211L - Principles of Physics Laboratory I Laboratory Advanced Sheet Acceleration Due to Gravity 1. Objectives. The objectives of this laboratory are a. To measure the local value of the acceleration

More information

FIRST NINE WEEKS. Revised 9/25/17 GREENWOOD PUBLIC SCHOOL DISTRICT ALGEBRA 1 Pacing Guide MS Framework/MCCR Objective Statement

FIRST NINE WEEKS. Revised 9/25/17 GREENWOOD PUBLIC SCHOOL DISTRICT ALGEBRA 1 Pacing Guide MS Framework/MCCR Objective Statement GREENWOOD PUBLIC SCHOOL DISTRICT ALGEBRA 1 Pacing Guide 2017 2018 FIRST NINE WEEKS Week 1 Instructional Period Date Days MS Comp. MCCR Obj. Academic Focus Aug. 4 1 Introduction to Course N-RN.3 Aug. 7

More information

Dublin City Schools Mathematics Graded Course of Study Algebra I Philosophy

Dublin City Schools Mathematics Graded Course of Study Algebra I Philosophy Philosophy The Dublin City Schools Mathematics Program is designed to set clear and consistent expectations in order to help support children with the development of mathematical understanding. We believe

More information

Concentrations that absorb. Measuring percentage transmittance of solutions at different concentrations

Concentrations that absorb. Measuring percentage transmittance of solutions at different concentrations Measuring percentage transmittance of solutions at different Dimension 2 Cross Cutting Concepts Dimension 1 Science and Engineering Practices FRAMEWORK FOR K-12 SCIENCE EDUCATION 2012 Concentrations that

More information

ALGEBRA 1 Mathematics Map/Pacing Guide

ALGEBRA 1 Mathematics Map/Pacing Guide Topics & Standards Quarter 1 Time Frame Weeks 1-8 ALGEBRA - SEEING STRUCTURE IN EXPRESSIONS Interpret the structure of expressions A.SSE.1 Interpret expressions that represent a quantity in terms of its

More information

Wednesday, September 26 Handout: Estimating the Variance of an Estimate s Probability Distribution

Wednesday, September 26 Handout: Estimating the Variance of an Estimate s Probability Distribution Amherst College Department of Economics Economics 60 Fall 2012 Wednesday, September 26 Handout: Estimating the Variance of an Estimate s Probability Distribution Preview: Review: Ordinary Least Squares

More information

Dominican International School PRECALCULUS

Dominican International School PRECALCULUS Dominican International School PRECALCULUS GRADE EVEL: 11 1 Year, 1 Credit TEACHER: Yvonne Lee SY: 2017-2018 email: ylee@dishs.tp.edu.tw COURSE DESCRIPTION Pre-Calculus serves as a transition between algebra

More information

Tracking Accuracy: An Essential Step to Improve Your Forecasting Process

Tracking Accuracy: An Essential Step to Improve Your Forecasting Process Tracking Accuracy: An Essential Step to Improve Your Forecasting Process Presented by Eric Stellwagen President & Co-founder Business Forecast Systems, Inc. estellwagen@forecastpro.com Business Forecast

More information

Akira Ito & Staffs of seasonal forecast sector

Akira Ito & Staffs of seasonal forecast sector Exercise : Producing site-specific guidance using domestic data Akira Ito & Staffs of seasonal forecast sector Climate Prediction Division Japan Meteorological Agency TCC Training Seminar on One-month

More information

Physics 120 Lab 4: Periodic Motion

Physics 120 Lab 4: Periodic Motion Physics 120 Lab 4: Periodic Motion Introduction Periodic motion is motion that repeats itself. You can see the repetition in the position-, velocity-, or acceleration-time graphs. The length of time to

More information

GLAST Large Area Telescope Monthly Mission Review

GLAST Large Area Telescope Monthly Mission Review GLAST Large Area Telescope Monthly Mission Review Gamma-ray Large Area Space Telescope LAT Flight Software Status May 2, 2007 Jana Thayer Stanford Linear Accelerator Center 1 FSW Status B0-10-1 available

More information

Spring Developed by: Latonya Morris and James Orr EMIS 4395 May 7, Forecasting for the Future:

Spring Developed by: Latonya Morris and James Orr EMIS 4395 May 7, Forecasting for the Future: 2002-02 pring 2002 Forecasting for the Future: Developing a Forecasting Model for Brinker International Latonya Morris, James On Forecasting for the Future: Developing a Forecasting Model for Brinker International

More information

Grade 6 Standard 2 Unit Test Astronomy

Grade 6 Standard 2 Unit Test Astronomy Grade 6 Standard 2 Unit Test Astronomy Multiple Choice 1. Why does the air temperature rise in the summer? A. We are closer to the sun. B. The air becomes thicker and more dense. C. The sun s rays are

More information

PHYSICS LAB: CONSTANT MOTION

PHYSICS LAB: CONSTANT MOTION PHYSICS LAB: CONSTANT MOTION Introduction Experimentation is fundamental to physics (and all science, for that matter) because it allows us to prove or disprove our hypotheses about how the physical world

More information

CWV Optimisation. TWG 12 th February 2014

CWV Optimisation. TWG 12 th February 2014 CWV Optimisation TWG 12 th February 2014 1 2 Contents Background / Introduction Approach to CWV Optimisation Next Steps 3 CWV Optimisation Background 4 Background UNC Section H 1.4.2 requires DESC to review

More information

982T1S2 Assignment Topic: Trigonometric Functions Due Date: 28 th August, 2015

982T1S2 Assignment Topic: Trigonometric Functions Due Date: 28 th August, 2015 HAWKER COLLEGE Faculty 42 Assignment Cover Sheet This sheet should be attached to the front of your assessment item. Read it carefully, complete the appropriate details, and sign it. Course: Specialist

More information

In this activity, students will compare weather data from to determine if there is a warming trend in their community.

In this activity, students will compare weather data from to determine if there is a warming trend in their community. Overview: In this activity, students will compare weather data from 1910-2000 to determine if there is a warming trend in their community. Objectives: The student will: use the Internet to locate scientific

More information

AP Physics B Course Syllabus and Framework 2011/12

AP Physics B Course Syllabus and Framework 2011/12 AP Physics B Course Syllabus and Framework 2011/12 Textbook: Giancoli, Douglas C. (2005). Physics: Principles with Applications (6 th ed.). Upper Saddle River, NJ, USA: Prentice Hall. Course Overview This

More information

Jayalath Ekanayake Jonas Tappolet Harald Gall Abraham Bernstein. Time variance and defect prediction in software projects: additional figures

Jayalath Ekanayake Jonas Tappolet Harald Gall Abraham Bernstein. Time variance and defect prediction in software projects: additional figures Jayalath Ekanayake Jonas Tappolet Harald Gall Abraham Bernstein TECHNICAL REPORT No. IFI-2.4 Time variance and defect prediction in software projects: additional figures 2 University of Zurich Department

More information

Dover-Sherborn High School Mathematics Curriculum Algebra I Level 1 CP/Honors

Dover-Sherborn High School Mathematics Curriculum Algebra I Level 1 CP/Honors Mathematics Curriculum A. DESCRIPTION This two semester course is designed to develop a thorough understanding of the framework of algebra, the real number system and related operations and methods of

More information

371 Lab Rybolt Data Analysis Assignment Name

371 Lab Rybolt Data Analysis Assignment Name Data Analysis Assignment 1 371 Lab Rybolt Data Analysis Assignment Name You wake up one morning and feel you may have a fever. You have an oral thermometer marked in Celsius degrees and find your temperature

More information

Summary of Seasonal Normal Review Investigations CWV Review

Summary of Seasonal Normal Review Investigations CWV Review Summary of Seasonal Normal Review Investigations CWV Review DESC 31 st March 2009 1 Contents Stage 1: The Composite Weather Variable (CWV) An Introduction / background Understanding of calculation Stage

More information

Improve Forecasts: Use Defect Signals

Improve Forecasts: Use Defect Signals Improve Forecasts: Use Defect Signals Paul Below paul.below@qsm.com Quantitative Software Management, Inc. Introduction Large development and integration project testing phases can extend over many months

More information

Algebra 1 Yearlong Curriculum Plan. Last modified: June 2014

Algebra 1 Yearlong Curriculum Plan. Last modified: June 2014 Algebra 1 Yearlong Curriculum Plan Last modified: June 2014 SUMMARY This curriculum plan is divided into four academic quarters. In Quarter 1, students first dive deeper into the real number system before

More information

K-12 Environmental Education

K-12 Environmental Education UCSD TIES adapted from NYSERDA Energy Smart www.schoolpowernaturally.org Solar Kit Lesson #12 Calibration Curve for a Radiation Meter TEACHER INFORMATION LEARNING OUTCOME After using measurement, students

More information

SYSTEM BRIEF DAILY SUMMARY

SYSTEM BRIEF DAILY SUMMARY SYSTEM BRIEF DAILY SUMMARY * ANNUAL MaxTemp NEL (MWH) Hr Ending Hr Ending LOAD (PEAK HOURS 7:00 AM TO 10:00 PM MON-SAT) ENERGY (MWH) INCREMENTAL COST DAY DATE Civic TOTAL MAXIMUM @Max MINIMUM @Min FACTOR

More information

Mr. XYZ. Stock Market Trading and Investment Astrology Report. Report Duration: 12 months. Type: Both Stocks and Option. Date: Apr 12, 2011

Mr. XYZ. Stock Market Trading and Investment Astrology Report. Report Duration: 12 months. Type: Both Stocks and Option. Date: Apr 12, 2011 Mr. XYZ Stock Market Trading and Investment Astrology Report Report Duration: 12 months Type: Both Stocks and Option Date: Apr 12, 2011 KT Astrologer Website: http://www.softwareandfinance.com/magazine/astrology/kt_astrologer.php

More information

LAB: MOTION ON HILLS

LAB: MOTION ON HILLS LAB: MOTION ON HILLS Introduction In this three-part activity, you will first study an object whose speed is changing while it moves downhill In this lab, the two variables you are focusing on are time

More information

What are S M U s? SMU = Software Maintenance Upgrade Software patch del iv ery u nit wh ich once ins tal l ed and activ ated prov ides a point-fix for

What are S M U s? SMU = Software Maintenance Upgrade Software patch del iv ery u nit wh ich once ins tal l ed and activ ated prov ides a point-fix for SMU 101 2 0 0 7 C i s c o S y s t e m s, I n c. A l l r i g h t s r e s e r v e d. 1 What are S M U s? SMU = Software Maintenance Upgrade Software patch del iv ery u nit wh ich once ins tal l ed and activ

More information

THE LIGHT SIDE OF TRIGONOMETRY

THE LIGHT SIDE OF TRIGONOMETRY MATHEMATICAL METHODS: UNIT 2 APPLICATION TASK THE LIGHT SIDE OF TRIGONOMETRY The earth s movement around the sun is an example of periodic motion. The earth s tilt on its axis and corresponding movement

More information

Time Series Analysis

Time Series Analysis Time Series Analysis A time series is a sequence of observations made: 1) over a continuous time interval, 2) of successive measurements across that interval, 3) using equal spacing between consecutive

More information

YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES

YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES This topic includes: Transformation of data to linearity to establish relationships

More information

REPORT ON LABOUR FORECASTING FOR CONSTRUCTION

REPORT ON LABOUR FORECASTING FOR CONSTRUCTION REPORT ON LABOUR FORECASTING FOR CONSTRUCTION For: Project: XYZ Local Authority New Sample Project Contact us: Construction Skills & Whole Life Consultants Limited Dundee University Incubator James Lindsay

More information

Four Basic Steps for Creating an Effective Demand Forecasting Process

Four Basic Steps for Creating an Effective Demand Forecasting Process Four Basic Steps for Creating an Effective Demand Forecasting Process Presented by Eric Stellwagen President & Cofounder Business Forecast Systems, Inc. estellwagen@forecastpro.com Business Forecast Systems,

More information

Algebra 1. Mathematics Course Syllabus

Algebra 1. Mathematics Course Syllabus Mathematics Algebra 1 2017 2018 Course Syllabus Prerequisites: Successful completion of Math 8 or Foundations for Algebra Credits: 1.0 Math, Merit The fundamental purpose of this course is to formalize

More information

Seymour Public Schools Curriculum

Seymour Public Schools Curriculum Algebra II continues the study of functions. Students learn operations with functions and graphing of different types of functions. Students solve equations and perform operations with exponents, matrices

More information

1.1 The Language of Algebra 1. What does the term variable mean?

1.1 The Language of Algebra 1. What does the term variable mean? Advanced Algebra Chapter 1 - Note Taking Guidelines Complete each Now try problem after studying the corresponding example from the reading 1.1 The Language of Algebra 1. What does the term variable mean?

More information

North Toronto Christian School MATH DEPARTMENT

North Toronto Christian School MATH DEPARTMENT North Toronto Christian School MATH DEPARTMENT 2017-2018 Course: Advanced Functions, Grade 12 MHF4U Teacher: D. Brooks (dbrooks@ntcs.on.ca) Course description: This course extends students experience with

More information

Candidate Number. General Certificate of Secondary Education Higher Tier June 2012

Candidate Number. General Certificate of Secondary Education Higher Tier June 2012 Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initials General Certificate of Secondary Education Higher Tier June 2012 Pages 2 3 4 5 Mark Mathematics

More information

After successfully completing this laboratory assignment, including the assigned reading, the lab

After successfully completing this laboratory assignment, including the assigned reading, the lab University of California at Santa Cruz Jack Baskin School of Engineering Electrical Engineering Department EE-145L: Properties of Materials Laboratory Lab 6: Temperature Dependence of Semiconductor Conductivity

More information

S95 INCOME-TESTED ASSISTANCE RECONCILIATION WORKSHEET (V3.1MF)

S95 INCOME-TESTED ASSISTANCE RECONCILIATION WORKSHEET (V3.1MF) Welcome! Here's your reconciliation Quick-Start. Please read all five steps before you get started. 1 2 3 Excel 2003? Are you using software other than Microsoft Excel 2003? Say what? Here are the concepts

More information

Use precise language and domain-specific vocabulary to inform about or explain the topic. CCSS.ELA-LITERACY.WHST D

Use precise language and domain-specific vocabulary to inform about or explain the topic. CCSS.ELA-LITERACY.WHST D Lesson seven What is a chemical reaction? Science Constructing Explanations, Engaging in Argument and Obtaining, Evaluating, and Communicating Information ENGLISH LANGUAGE ARTS Reading Informational Text,

More information

SPECIMEN. Date Morning/Afternoon. A Level Geography H481/01 Physical systems Sample Question Paper. Time allowed: 1 hour 30 minutes PMT

SPECIMEN. Date Morning/Afternoon. A Level Geography H481/01 Physical systems Sample Question Paper. Time allowed: 1 hour 30 minutes PMT Oxford Cambridge and RSA A Level Geography H481/01 Physical systems Sample Question Paper Date Morning/Afternoon Time allowed: 1 hour 30 minutes You must have: the Resource Booklet the OCR 12-page Answer

More information

SCOPE & SEQUENCE. Algebra I

SCOPE & SEQUENCE. Algebra I Year at a Glance August September October November December January February March April May 1. Functions, 4.Systems Expressions, 2. Polynomials and 6. Exponential STAAR SLA 3. Linear Functions of Break

More information

Student Guide: Chapter 1

Student Guide: Chapter 1 Student Guide: Chapter 1 1.1 1.1.1 I can solve puzzles in teams 1-4 to 1-8 1.1 1.1.2 1.1 1.1.3 I can investigate the growth of patterns 1-13 to 1-17 1-18 to 1-22 I can investigate the graphs of quadratic

More information

SYSTEM BRIEF DAILY SUMMARY

SYSTEM BRIEF DAILY SUMMARY SYSTEM BRIEF DAILY SUMMARY * ANNUAL MaxTemp NEL (MWH) Hr Ending Hr Ending LOAD (PEAK HOURS 7:00 AM TO 10:00 PM MON-SAT) ENERGY (MWH) INCREMENTAL COST DAY DATE Civic TOTAL MAXIMUM @Max MINIMUM @Min FACTOR

More information

Determine the trend for time series data

Determine the trend for time series data Extra Online Questions Determine the trend for time series data Covers AS 90641 (Statistics and Modelling 3.1) Scholarship Statistics and Modelling Chapter 1 Essent ial exam notes Time series 1. The value

More information

Pacing (based on a 45- minute class period) Days: 17 days

Pacing (based on a 45- minute class period) Days: 17 days Days: 17 days Math Algebra 1 SpringBoard Unit 1: Equations and Inequalities Essential Question: How can you represent patterns from everyday life by using tables, expressions, and graphs? How can you write

More information

Inference for Regression Simple Linear Regression

Inference for Regression Simple Linear Regression Inference for Regression Simple Linear Regression IPS Chapter 10.1 2009 W.H. Freeman and Company Objectives (IPS Chapter 10.1) Simple linear regression p Statistical model for linear regression p Estimating

More information

1.3 Linear Functions

1.3 Linear Functions 1.3 Linear Functions A function of the form f(x) = ax + b, where a and b are constants, is called a linear function. The graph of f(x) = ax + b or y = mx + b, is a line, with slope a (or m), and y intercept

More information

LAB 3: THE SUN AND CLIMATE NAME: LAB PARTNER(S):

LAB 3: THE SUN AND CLIMATE NAME: LAB PARTNER(S): GEOG 101L PHYSICAL GEOGRAPHY LAB SAN DIEGO CITY COLLEGE SELKIN 1 LAB 3: THE SUN AND CLIMATE NAME: LAB PARTNER(S): The main objective of today s lab is for you to be able to visualize the sun s position

More information

ACCRS/QUALITY CORE CORRELATION DOCUMENT: ALGEBRA I

ACCRS/QUALITY CORE CORRELATION DOCUMENT: ALGEBRA I ACCRS/QUALITY CORE CORRELATION DOCUMENT: ALGEBRA I Revised March 25, 2013 Extend the properties of exponents to rational exponents. 1. [N-RN1] Explain how the definition of the meaning of rational exponents

More information

A Story of Functions Curriculum Overview

A Story of Functions Curriculum Overview Rationale for Module Sequence in Algebra I Module 1: By the end of eighth grade, students have learned to solve linear equations in one variable and have applied graphical and algebraic methods to analyze

More information

Number System Chapter Questions

Number System Chapter Questions Number System Chapter Questions. What is an integer?. Explain what absolute value represents.. Create an owing money example for comparing two negative numbers.. What is the Cartesian (Coordinate) plane?

More information

χ 2 Test for Frequencies January 15, 2019 Contents

χ 2 Test for Frequencies January 15, 2019 Contents χ 2 Test for Frequencies January 15, 2019 Contents Chi squared (χ 2 ) test for frequencies Example 1: left vs right handers in our class The χ 2 distribution One or two tailed? Example 2: Birthdays by

More information

High School Algebra I Scope and Sequence by Timothy D. Kanold

High School Algebra I Scope and Sequence by Timothy D. Kanold High School Algebra I Scope and Sequence by Timothy D. Kanold First Semester 77 Instructional days Unit 1: Understanding Quantities and Expressions (10 Instructional days) N-Q Quantities Reason quantitatively

More information

Pacing Calendar Mathematics Algebra I AU G U S T

Pacing Calendar Mathematics Algebra I AU G U S T AU G U S T 2 0 1 6 Unit 0: Basic Calculator Applications Students use the graphing calculator as a tool for solving problems. This unit may be completed as needed. Unit 1: Equations and Inequalities Students

More information

ALGEBRA I COURSE SYLLABUS

ALGEBRA I COURSE SYLLABUS Dominican International School ALGEBRA I COURSE SYLLABUS GRADE LEVEL: 8 SCHOOL YEAR: 2018-2019 TEACHER: Christiaan Basson EMAIL: cbasson@dishs.tp.edu.tw COURSE DESCRIPTION Algebra I is the course that

More information

Chesapeake Campus Chemistry 111 Laboratory

Chesapeake Campus Chemistry 111 Laboratory Chesapeake Campus Chemistry 111 Laboratory Objectives Calculate the density of a sugar solution. Evaluate lab sources of error and their effect on an experiment. Introduction The density of an object is

More information

River Dell Regional School District. Algebra I Curriculum

River Dell Regional School District. Algebra I Curriculum Algebra I Curriculum 2015 Mr. Patrick Fletcher Superintendent River Dell Regional Schools Ms. Lorraine Brooks Principal River Dell High School Mr. Richard Freedman Principal River Dell Middle School Mr.

More information

Uncertainty in Physical Measurements: Module 5 Data with Two Variables

Uncertainty in Physical Measurements: Module 5 Data with Two Variables : Module 5 Data with Two Variables Often data have two variables, such as the magnitude of the force F exerted on an object and the object s acceleration a. In this Module we will examine some ways to

More information

CHAPTER EIGHT Linear Regression

CHAPTER EIGHT Linear Regression 7 CHAPTER EIGHT Linear Regression 8. Scatter Diagram Example 8. A chemical engineer is investigating the effect of process operating temperature ( x ) on product yield ( y ). The study results in the following

More information

. regress lchnimp lchempi lgas lrtwex befile6 affile6 afdec6 t

. regress lchnimp lchempi lgas lrtwex befile6 affile6 afdec6 t BOSTON COLLEGE Department of Economics EC 228 Econometrics, Prof. Baum, Ms. Yu, Fall 2003 Problem Set 7 Solutions Problem sets should be your own work. You may work together with classmates, but if you

More information

Third Grade Math and Science DBQ Weather and Climate/Representing and Interpreting Charts and Data - Teacher s Guide

Third Grade Math and Science DBQ Weather and Climate/Representing and Interpreting Charts and Data - Teacher s Guide Third Grade Math and Science DBQ Weather and Climate/Representing and Interpreting Charts and Data - Teacher s Guide A document based question (DBQ) is an authentic assessment where students interact with

More information

GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography

GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography Fall 2014 Mondays 5:35PM to 9:15PM Instructor: Doug Williamson, PhD Email: Douglas.Williamson@hunter.cuny.edu

More information

Math 308 Week 8 Solutions

Math 308 Week 8 Solutions Math 38 Week 8 Solutions There is a solution manual to Chapter 4 online: www.pearsoncustom.com/tamu math/. This online solutions manual contains solutions to some of the suggested problems. Here are solutions

More information