Lesson 76. Linear Regression, Scatterplots. Review: Shormann Algebra 2, Lessons 12, 24; Shormann Algebra 1, Lesson 94

Size: px
Start display at page:

Download "Lesson 76. Linear Regression, Scatterplots. Review: Shormann Algebra 2, Lessons 12, 24; Shormann Algebra 1, Lesson 94"

Transcription

1 Lesson 76 Linear Regression, Scatterplots Review: Shormann Algebra 2, Lessons 12, 24; Shormann Algebra 1, Lesson 94 Tools required: A graphing calculator or some sort of spreadsheet program, like Excel (Microsoft), Numbers (Apple), or Google Spreadsheets. Definitions linear regression - The process of using statistical formulas to estimate the linear equation that best fits, or models, a set of data. coefficient of determination (R 2 ) - A value between 0 and 1 that indicates how well data fits a statistical model. The closer R 2 is to 1, the better the data fits the statistical model in question. extrapolate - to project, extend, or expand (known data or experience) into an area not known or experienced. 76A Linear Regression In Lesson 24A, you learned to create linear equations from a scatterplot, which means you had to first recognize that a set of data followed a linear pattern. Then, you had to draw the line that you thought best-fit the data, and create it s equation. We had two examples in Lesson 24A, where we also briefly discussed how the linear regression method is a tool that helps you find the one and only line that best fits the data. Linear regression works by using a set of statistical formulas to calculate the line that best fits a set of data. The formulas work much better than making a visual guess as to where the line should go. However, because the formulas that make up the algorithm are complex and tedious to use, we will introduce them later, in Shormann Precalculus. What we will do in Lesson 76 is use computer software programmed with the linear regression algorithms. Example 76.1 Use a graphing calculator or spreadsheet program to perform a linear regression on the following data. Find the coefficient of determination (R 2 ), too. x f(x)

2 solution: There are many possible calculator and computer options available for creating the linear regression, and we won t cover all of them here. We will use 1 spreadsheet option (docs.google.com/spreadsheets), and one graphing calculator option (TI 83/84). Spreadsheet algorithm: 1) Open a new spreadsheet, and type in the data as shown above. The x goes in cell A1, the f(x) in cell B1, the 1 in cell A2, and so on. 2) Click and drag to select all the data, including the x and f(x). If you selected it correctly, it should look highlighted, like this: 3) Look for an icon in the menu that looks like a bar graph, when you hover your mouse over it, an insert chart message should appear, like this: Click the icon. 4) You are now in the Chart Editor. Click Charts, then from the choices on the left, click Scatter, then click the Scatter chart (image with red and blue dots) option. You should see your graph appear to the right, as shown below: 5) Still in the Chart Editor, select Customize, scroll down to Trendline, and click Linear. Scroll down a little more, and next to Label, click Use Equation. Directly under Label, click the box to the left of Show R 2. You should now be able to see the line that best fits the data, it s equation, and it s R 2 value.

3 6) That s it! you can click Insert at the bottom left to insert the graph into your spread sheet. The most important thing though is that you record the linear equation and the R 2 value: y = 2.2x R 2 = The R 2 value for this example is Notice how all the data don t touch the trend line created above. If all the data touched the line, then the R 2 would be closer to 1. An R 2 =1 means there s a 100% chance the data fit a linear model. For our example, there is a 98.4% chance the data fit a linear pattern. Another way to think about it is that 98.4% of the variability in the data can be explained by the linear regression model. Other, unknown factors are responsible for the remaining 1.6% of variability. For linear regression models created from real data, scientists and other researchers consider a linear model to be a good model if R Sometimes, researchers will still use the model if it explains less than 95% of the variability, but they must acknowledge this fact when reporting the data to the public. Texas Instruments 83/84 graphing calculator algorithm: 1) Press STAT, then EDIT. You should see several columns, beginning with L1, and followed by L2. L1 is your x -data column, and L2 is your f(x)-data column. Use the DEL button to delete and numbers that may already be in these columns. Type in your data(not the x and f(x) titles) as it appears in the Example 76.1 table. Type in all your L1 data first, pressing ENTER after typing in each value. Use the arrow keys to scroll over to the L2 column, and type in your L2 data, pressing ENTER after typing in each value. 2) Press STAT again, then CALC, then scroll down to 4: LinReg(ax + b), and hit ENTER twice. You should now see a list of results appear, beginning with the formula y = ax + b, where a is the slope and b is the y-intercept. You should also see a value for r 2 (uses a lower-case R). You now have all the information you need, so record the equation and its R 2 value to 3 or 4 decimal places:

4 y = 2.2x R 2 = Obviously, this was supposed to be the same equation and R 2 as the spreadsheet method calculated, with the only differences due to rounding. NOTE: Did you have an R 2 value appear? If no, then do this: Press 2nd, then press zero (says CATALOG in yellow right above the button), scroll down to DiagnosticOn, and press ENTER twice. It should say Done on the screen. Now repeat Step 2 again, and your R 2 value should appear. Example 76.2 The following is actual data from an experiment on car speed (y-axis) versus time (x-axis). Use a graphing calculator or spreadsheet program to perform a linear regression on the following data. Find the coefficient of determination (R 2 ), too. Then, answer the following questions: a) Would this be considered a good model? Why or why not? b) Use the model to predict the speed at t = 6 s. Is this an appropriate value to use the model for? Why or why not? solution: Use either a spreadsheet or a graphing calculator (it doesn t matter) to find the equation and R 2. MAKE SURE you do this yourself and that you don t just lazily copy down the following results: equation: y = 3.10x , R 2 = This is actually the same data from Ex. 24.2, where we created a best-fit line by hand and the resulting equation was similar, y = 3.1x a) This would be considered a good model, because R b) Considering this as a function of speed vs. time, we could write s(t) = 3.10t s(6) = 3.10(6) = m/s This is not an appropriate value to use because it s an extrapolation. t=6 is a time that is outside the domain of the 0 to 5 seconds over which the model was created. We don t know what happened at t = 6 seconds: the speed could have continued on the same linear trend, or not.

5 Linear regression has the potential to be a very useful tool, but, like just about anything man creates, it can be abused. It is important to always clearly present your R 2 value when using a linear regression model. And, avoid extrapolating at all costs! 76B Scatterplots and Nonlinear Patterns Part 76B focuses on simply identifying scatterplots of some of the graphical forms of functions introduced in Lesson 12. Example 76.3 The following is a scatterplot from a model of mean total phosphorous (TP) as a function of water dilution inputs in Moses Lake in eastern Washington. Name the functional pattern that best describes scatterplot. Then, predict the TP concentration when the dilution input equals 50 x 10 6 m 3. Data is from Figure 6-1 of Restoration and Management of Lakes and Reservoirs, 2nd ed. solution: For the functions shown in the Lesson 12 Rules, the scatterplot best matches an exponential pattern. Note that, in similar problems, we will describe the scatterplot s pattern by its name, not by its symbolic form. Based on the pattern, a good estimate of TP is 83 μg/l for a dilution input of 50. Note scale on the y-axis. You can make an estimate by sketching a best-fit curve through the data, like this:

6 Practice Set 76 (subscripts tell you which lesson each problem came from) Use your best judgment as to when you should use a calculator. Use 3.14 for π Use a graphing calculator or spreadsheet program to perform a linear regression on the following data. Round the slope and y-intercept to 2 d.p. Find the coefficient of determination (R 2 ), too, rounded to 3 d.p. x f(x) The following is a hypothetical scatterplot representing the height of a projectile versus time. Name the functional pattern that best describes scatterplot. Then, predict the projectile s height at t = 1.5 seconds. Round to the nearest meter How would you describe the histogram shown? A) normal B) skewed left C) skewed right D) bimodal H is the standard deviation of a set of numbers {a,b,c,d,e}. For each of the following sets, which one(s) also have a standard deviation equal to H? A) {-a, -b, -c, -d, -e} B) {-2a,-2b,-2c,-2d,-2e} C) {2-a,2-b,2-c,2-d,2-e} D) {a/2,b/2,c/2,d/2,e/2}

7 5 73. Use the first derivative to find the x-location of the global extrema for the quadratic function k(x) = 3x 2-6x + 5. In other words, find x when k (x) = 0. Round to 1 d.p. Identify the extrema as either a max or min Find A, B, C and D for the graph of the sine function shown. Then, write the equation. Make note of the scale on the x and y axes. Angle units are in radians Show cos 2 x + sin x csc x = Which sinusoid function fits the data in the table? x 0 π/6 π/3 π/2 2π/3 5π/6 y A) y = 2 + 2cos x B) y = 3 + 3sin x C) y = 3 + cos x D) y = 4 + sin x Solve the following system. y = 4 x 2 y x = Use the formula developed in Example 59.4 to find the distance, x, from the top of the ship s conning tower to the horizon. Assume the conning tower height = 52.8 ft above the waterline (sea level), and the Earth s radius = 3,960 miles. Round to 1 d.p Find the hydronium ion concentration, [H+], in moles per liter (M), of an aqueous solution with a ph of 2. Write answer in scientific notation, rounded to 1 d.p Solve the following system. 2x 2y z = 15 3x 4y 2z = 33 x + 3y 5z = 24

8 (Accounting) The company s net profit (N) followed the exponential pattern N(t) = N 0 e 0.15t. If initial sales were $200K and expenses were $50k, what was the net profit after 5 years? Assume N = sales - expenses. A) e.75 B) 50e.75 C) 150e.75 D) 200e (Chemistry) The chemical formula for dry ice is CO 2. What is the mass of carbon in 5,000 grams of dry ice? Round to the nearest gram. (O=16, C=12) (CLEP College Mathematics) Each value in data set A is increased by 5 to form data set B. Which of the following is the same for sets A and B? A) mean B) median C) mode D) range Simplify. 12x of 87 equals what number? Simplify the complex fraction shown. h x Simplify Which of the following represents the graph of { x! x 5}? A) B) C) D)

Graphical Analysis of Data using Microsoft Excel [2016 Version]

Graphical Analysis of Data using Microsoft Excel [2016 Version] Graphical Analysis of Data using Microsoft Excel [2016 Version] Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

Experiment 1 CH Fall 2004 INTRODUCTION TO SPREADSHEETS

Experiment 1 CH Fall 2004 INTRODUCTION TO SPREADSHEETS Experiment 1 CH 222 - Fall 2004 INTRODUCTION TO SPREADSHEETS Introduction Spreadsheets are valuable tools utilized in a variety of fields. They can be used for tasks as simple as adding or subtracting

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data EXERCISE Using Excel for Graphical Analysis of Data Introduction In several upcoming experiments, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

0 Graphical Analysis Use of Excel

0 Graphical Analysis Use of Excel Lab 0 Graphical Analysis Use of Excel What You Need To Know: This lab is to familiarize you with the graphing ability of excels. You will be plotting data set, curve fitting and using error bars on the

More information

Microsoft Excel Using Excel in the Science Classroom

Microsoft Excel Using Excel in the Science Classroom Microsoft Excel Using Excel in the Science Classroom OBJECTIVE Students will take data and use an Excel spreadsheet to manipulate the information. This will include creating graphs, manipulating data,

More information

KINETICS CALCS AND GRAPHS INSTRUCTIONS

KINETICS CALCS AND GRAPHS INSTRUCTIONS KINETICS CALCS AND GRAPHS INSTRUCTIONS 1. Open a new Excel or Google Sheets document. I will be using Google Sheets for this tutorial, but Excel is nearly the same. 2. Enter headings across the top as

More information

Graphics calculator instructions

Graphics calculator instructions Graphics calculator instructions Contents: A Basic calculations B Basic functions C Secondary function and alpha keys D Memory E Lists F Statistical graphs G Working with functions H Two variable analysis

More information

Microsoft Word for Report-Writing (2016 Version)

Microsoft Word for Report-Writing (2016 Version) Microsoft Word for Report-Writing (2016 Version) Microsoft Word is a versatile, widely-used tool for producing presentation-quality documents. Most students are well-acquainted with the program for generating

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data Using Excel for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters. Graphs are

More information

Solutions of Equations An ordered pair will be a solution to an equation if the equation is when the numbers are substituted into the equation.

Solutions of Equations An ordered pair will be a solution to an equation if the equation is when the numbers are substituted into the equation. 1 CA-Fall 2011-Jordan College Algebra, 4 th edition, Beecher/Penna/Bittinger, Pearson/Addison Wesley, 2012 Chapter 1: Graphs, Functions, and Models Section 1.1 Introduction to Graphing Solutions of Equations

More information

Excel Primer CH141 Fall, 2017

Excel Primer CH141 Fall, 2017 Excel Primer CH141 Fall, 2017 To Start Excel : Click on the Excel icon found in the lower menu dock. Once Excel Workbook Gallery opens double click on Excel Workbook. A blank workbook page should appear

More information

Algebra 2 Chapter Relations and Functions

Algebra 2 Chapter Relations and Functions Algebra 2 Chapter 2 2.1 Relations and Functions 2.1 Relations and Functions / 2.2 Direct Variation A: Relations What is a relation? A of items from two sets: A set of values and a set of values. What does

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

Why Use Graphs? Test Grade. Time Sleeping (Hrs) Time Sleeping (Hrs) Test Grade

Why Use Graphs? Test Grade. Time Sleeping (Hrs) Time Sleeping (Hrs) Test Grade Analyzing Graphs Why Use Graphs? It has once been said that a picture is worth a thousand words. This is very true in science. In science we deal with numbers, some times a great many numbers. These numbers,

More information

Data Management Project Using Software to Carry Out Data Analysis Tasks

Data Management Project Using Software to Carry Out Data Analysis Tasks Data Management Project Using Software to Carry Out Data Analysis Tasks This activity involves two parts: Part A deals with finding values for: Mean, Median, Mode, Range, Standard Deviation, Max and Min

More information

San Francisco State University

San Francisco State University San Francisco State University Michael Bar Instructions for Excel 1. Plotting analytical function. 2 Suppose that you need to plot the graph of a function f ( x) = x on the interval [ 5,5]. Step 1: make

More information

2011 Excellence in Mathematics Contest Team Project Level II (Below Precalculus) School Name: Group Members:

2011 Excellence in Mathematics Contest Team Project Level II (Below Precalculus) School Name: Group Members: 011 Excellence in Mathematics Contest Team Project Level II (Below Precalculus) School Name: Group Members: Reference Sheet Formulas and Facts You may need to use some of the following formulas and facts

More information

Basic Calculator Functions

Basic Calculator Functions Algebra I Common Graphing Calculator Directions Name Date Throughout our course, we have used the graphing calculator to help us graph functions and perform a variety of calculations. The graphing calculator

More information

Graphing on Excel. Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version):

Graphing on Excel. Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version): Graphing on Excel Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version): The first step is to organize your data in columns. Suppose you obtain

More information

Unit 0: Extending Algebra 1 Concepts

Unit 0: Extending Algebra 1 Concepts 1 What is a Function? Unit 0: Extending Algebra 1 Concepts Definition: ---Function Notation--- Example: f(x) = x 2 1 Mapping Diagram Use the Vertical Line Test Interval Notation A convenient and compact

More information

= 3 + (5*4) + (1/2)*(4/2)^2.

= 3 + (5*4) + (1/2)*(4/2)^2. Physics 100 Lab 1: Use of a Spreadsheet to Analyze Data by Kenneth Hahn and Michael Goggin In this lab you will learn how to enter data into a spreadsheet and to manipulate the data in meaningful ways.

More information

Lesson 8 Introduction to Quadratic Functions

Lesson 8 Introduction to Quadratic Functions Lesson 8 Introduction to Quadratic Functions We are leaving exponential and logarithmic functions behind and entering an entirely different world. As you work through this lesson, you will learn to identify

More information

2. Periodic functions have a repeating pattern called a cycle. Some examples from real-life that have repeating patterns might include:

2. Periodic functions have a repeating pattern called a cycle. Some examples from real-life that have repeating patterns might include: GRADE 2 APPLIED SINUSOIDAL FUNCTIONS CLASS NOTES Introduction. To date we have studied several functions : Function linear General Equation y = mx + b Graph; Diagram Usage; Occurence quadratic y =ax 2

More information

Standardized Tests: Best Practices for the TI-Nspire CX

Standardized Tests: Best Practices for the TI-Nspire CX The role of TI technology in the classroom is intended to enhance student learning and deepen understanding. However, efficient and effective use of graphing calculator technology on high stakes tests

More information

[CALCULATOR OPERATIONS]

[CALCULATOR OPERATIONS] Example 1: Set up a table of values (with x-values between 3 and 3) and use it to draw the graph of 3. Press MENU 2: VIEW A: SHOW TABLE 1. Select the GRAPHS option: Or Press MENU 5: TRACE 1: GRAPH TRACE

More information

The Discriminant and Quadratic Formula:

The Discriminant and Quadratic Formula: AFDA Unit 4: Quadratic Functions Day 7 Notes: Quadratic Formula and Regression Name: Block: Date: Today you will be using the Discriminant to determine the number and type of solutions for a quadratic

More information

Activity Graphical Analysis with Excel and Logger Pro

Activity Graphical Analysis with Excel and Logger Pro Activity Graphical Analysis with Excel and Logger Pro Purpose Vernier s Logger Pro is a graphical analysis software that will allow you to collect, graph and manipulate data. Microsoft s Excel is a spreadsheet

More information

W7 DATA ANALYSIS 2. Your graph should look something like that in Figure W7-2. It shows the expected bell shape of the Gaussian distribution.

W7 DATA ANALYSIS 2. Your graph should look something like that in Figure W7-2. It shows the expected bell shape of the Gaussian distribution. Drawing Simple Graphs W7 DATA ANALYSIS 2 In some experiments, large amounts of data may be recorded and manipulation is performed using computer software. Although sophisticated, specialist software exists

More information

Dealing with Data in Excel 2013/2016

Dealing with Data in Excel 2013/2016 Dealing with Data in Excel 2013/2016 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

More information

Physics 251 Laboratory Introduction to Spreadsheets

Physics 251 Laboratory Introduction to Spreadsheets Physics 251 Laboratory Introduction to Spreadsheets Pre-Lab: Please do the lab-prep exercises on the web. Introduction Spreadsheets have a wide variety of uses in both the business and academic worlds.

More information

Microsoft Excel 2007 Creating a XY Scatter Chart

Microsoft Excel 2007 Creating a XY Scatter Chart Microsoft Excel 2007 Creating a XY Scatter Chart Introduction This document will walk you through the process of creating a XY Scatter Chart using Microsoft Excel 2007 and using the available Excel features

More information

How to Do Everything We Need to Do on a TI Calculator in Algebra 2 for Now (Unless Davies Forgot Something)

How to Do Everything We Need to Do on a TI Calculator in Algebra 2 for Now (Unless Davies Forgot Something) How to Do Everything We Need to Do on a TI Calculator in Algebra 2 for Now (Unless Davies Forgot Something) 10.01.17 Before you do anything, set up your calculator so that it won t get in your way. Basics:

More information

Graphics calculator instructions

Graphics calculator instructions Graphics calculator instructions Contents: A B C D E F G Basic calculations Basic functions Secondary function and alpha keys Memory Lists Statistical graphs Working with functions 10 GRAPHICS CALCULATOR

More information

Contents 10. Graphs of Trigonometric Functions

Contents 10. Graphs of Trigonometric Functions Contents 10. Graphs of Trigonometric Functions 2 10.2 Sine and Cosine Curves: Horizontal and Vertical Displacement...... 2 Example 10.15............................... 2 10.3 Composite Sine and Cosine

More information

AFDA Unit 3: Quadratic Functions Day 9 Notes: Quadratic Regression. Quick recap

AFDA Unit 3: Quadratic Functions Day 9 Notes: Quadratic Regression. Quick recap AFDA Unit 3: Quadratic Functions Day 9 Notes: Quadratic Regression Name: Block: Date: Today we will review correlational vocabulary learn how to run quadratic regressions in the calculator Quick recap

More information

Error Analysis, Statistics and Graphing

Error Analysis, Statistics and Graphing Error Analysis, Statistics and Graphing This semester, most of labs we require us to calculate a numerical answer based on the data we obtain. A hard question to answer in most cases is how good is your

More information

Scientific Method and Graphing

Scientific Method and Graphing Scientific Method and Graphing Objectives - Students will be able to: 1.Explain what an independent and a dependent variable are. 2.Properly label a data table and graph 3.Create a graph from a data table

More information

PR3 & PR4 CBR Activities Using EasyData for CBL/CBR Apps

PR3 & PR4 CBR Activities Using EasyData for CBL/CBR Apps Summer 2006 I2T2 Process Page 23. PR3 & PR4 CBR Activities Using EasyData for CBL/CBR Apps The TI Exploration Series for CBR or CBL/CBR books, are all written for the old CBL/CBR Application. Now we can

More information

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Contents 1 Introduction to Using Excel Spreadsheets 2 1.1 A Serious Note About Data Security.................................... 2 1.2

More information

The O key will power the unit on. To turn the unit off, press the yellow L key, then O key.

The O key will power the unit on. To turn the unit off, press the yellow L key, then O key. fx-9860gii Quick Reference Guide Selecting the RUN Q icon will allow you to perform general computations and arithmetic. The function keys allow you to access the tab (soft key) menus that will come up

More information

Question 1: As you drag the green arrow, what gets graphed? Does it make sense? Explain in words why the resulting graph looks the way it does.

Question 1: As you drag the green arrow, what gets graphed? Does it make sense? Explain in words why the resulting graph looks the way it does. GRAPH A: r 0.5 Question 1: As you drag the green arrow, what gets graphed? Does it make sense? Explain in words why the resulting graph looks the way it does. Question 2: How many theta does it take before

More information

0.6 Graphing Transcendental Functions

0.6 Graphing Transcendental Functions 0.6 Graphing Transcendental Functions There are some special functions we need to be able to graph easily. Directions follow for exponential functions (see page 68), logarithmic functions (see page 71),

More information

Data Analysis Guidelines

Data Analysis Guidelines Data Analysis Guidelines DESCRIPTIVE STATISTICS Standard Deviation Standard deviation is a calculated value that describes the variation (or spread) of values in a data set. It is calculated using a formula

More information

Section 6.1: Quadratic Functions and their Characteristics Vertical Intercept Vertex Axis of Symmetry Domain and Range Horizontal Intercepts

Section 6.1: Quadratic Functions and their Characteristics Vertical Intercept Vertex Axis of Symmetry Domain and Range Horizontal Intercepts Lesson 6 Quadratic Functions and Equations Lesson 6 Quadratic Functions and Equations We are leaving exponential functions behind and entering an entirely different world. As you work through this lesson,

More information

Reference and Style Guide for Microsoft Excel

Reference and Style Guide for Microsoft Excel Reference and Style Guide for Microsoft Excel TABLE OF CONTENTS Getting Acquainted 2 Basic Excel Features 2 Writing Cell Equations Relative and Absolute Addresses 3 Selecting Cells Highlighting, Moving

More information

Experimental Design and Graphical Analysis of Data

Experimental Design and Graphical Analysis of Data Experimental Design and Graphical Analysis of Data A. Designing a controlled experiment When scientists set up experiments they often attempt to determine how a given variable affects another variable.

More information

The O key will power the unit on. To turn the unit off, press the yellow L key, then O key.

The O key will power the unit on. To turn the unit off, press the yellow L key, then O key. fx-9750gii Quick Reference Guide Selecting the RUN Q icon will allow you to perform general computations and arithmetic. The function keys allow you to access the tab (soft key) menus that will come up

More information

Lab Activity #2- Statistics and Graphing

Lab Activity #2- Statistics and Graphing Lab Activity #2- Statistics and Graphing Graphical Representation of Data and the Use of Google Sheets : Scientists answer posed questions by performing experiments which provide information about a given

More information

Note that ALL of these points are Intercepts(along an axis), something you should see often in later work.

Note that ALL of these points are Intercepts(along an axis), something you should see often in later work. SECTION 1.1: Plotting Coordinate Points on the X-Y Graph This should be a review subject, as it was covered in the prerequisite coursework. But as a reminder, and for practice, plot each of the following

More information

Tips and Guidance for Analyzing Data. Executive Summary

Tips and Guidance for Analyzing Data. Executive Summary Tips and Guidance for Analyzing Data Executive Summary This document has information and suggestions about three things: 1) how to quickly do a preliminary analysis of time-series data; 2) key things to

More information

Excel Spreadsheets and Graphs

Excel Spreadsheets and Graphs Excel Spreadsheets and Graphs Spreadsheets are useful for making tables and graphs and for doing repeated calculations on a set of data. A blank spreadsheet consists of a number of cells (just blank spaces

More information

1. What specialist uses information obtained from bones to help police solve crimes?

1. What specialist uses information obtained from bones to help police solve crimes? Mathematics: Modeling Our World Unit 4: PREDICTION HANDOUT VIDEO VIEWING GUIDE H4.1 1. What specialist uses information obtained from bones to help police solve crimes? 2.What are some things that can

More information

Year 10 General Mathematics Unit 2

Year 10 General Mathematics Unit 2 Year 11 General Maths Year 10 General Mathematics Unit 2 Bivariate Data Chapter 4 Chapter Four 1 st Edition 2 nd Edition 2013 4A 1, 2, 3, 4, 6, 7, 8, 9, 10, 11 1, 2, 3, 4, 6, 7, 8, 9, 10, 11 2F (FM) 1,

More information

Lesson 8 Practice Problems

Lesson 8 Practice Problems Name: Date: Lesson 8 Section 8.1: Characteristics of Quadratic Functions 1. For each of the following quadratic functions: Identify the coefficients a, b, c Determine if the parabola opens up or down and

More information

Quadratic (and higher order) regression on your calculator (TI-82, 83, or 84) NAME:

Quadratic (and higher order) regression on your calculator (TI-82, 83, or 84) NAME: Quadratic (and higher order) regression on your calculator (TI-82, 83, or 84) NAME: Notice the points on the scatter plot below have a curved pattern. We will find the quadratic, cubic, and quartic functions

More information

Using Technology to Make Connections in Algebra

Using Technology to Make Connections in Algebra Using Technology to Make Connections in Algebra Richard Parr rparr@rice.edu Rice University School Mathematics Project http://rusmp.rice.edu All On The Line Alg1Week17_Systems.tns Name Class Problem 1

More information

Using Excel This is only a brief overview that highlights some of the useful points in a spreadsheet program.

Using Excel This is only a brief overview that highlights some of the useful points in a spreadsheet program. Using Excel 2007 This is only a brief overview that highlights some of the useful points in a spreadsheet program. 1. Input of data - Generally you should attempt to put the independent variable on the

More information

Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 5/17/2012 Physics 120 Section: ####

Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 5/17/2012 Physics 120 Section: #### Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 Lab partners: Lab#1 Presentation of lab reports The first thing we do is to create page headers. In Word 2007 do the following:

More information

Graphical Analysis of Kinematics

Graphical Analysis of Kinematics Physics Topics Graphical Analysis of Kinematics If necessary, review the following topics and relevant textbook sections from Serway / Jewett Physics for Scientists and Engineers, 9th Ed. Velocity and

More information

Here is the data collected.

Here is the data collected. Introduction to Scientific Analysis of Data Using Spreadsheets. Computer spreadsheets are very powerful tools that are widely used in Business, Science, and Engineering to perform calculations and record,

More information

Precalculus Summer Packet

Precalculus Summer Packet Precalculus Summer Packet Name: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This packet is to help you review various topics that are considered to be prerequisite knowledge

More information

Selecting the Right Model Studio - Excel 2007 Version

Selecting the Right Model Studio - Excel 2007 Version Name Recitation Selecting the Right Model Studio - Excel 2007 Version We have seen linear and quadratic models for various data sets. However, once one collects data it is not always clear what model to

More information

Section 1.1: Functions and Models

Section 1.1: Functions and Models Section 1.1: Functions and Models Definition: A function is a rule that assigns to each element of one set (called the domain) exactly one element of a second set (called the range). A function can be

More information

Chapter 2 Assignment (due Thursday, April 19)

Chapter 2 Assignment (due Thursday, April 19) (due Thursday, April 19) Introduction: The purpose of this assignment is to analyze data sets by creating histograms and scatterplots. You will use the STATDISK program for both. Therefore, you should

More information

Learning Packet THIS BOX FOR INSTRUCTOR GRADING USE ONLY. Mini-Lesson is complete and information presented is as found on media links (0 5 pts)

Learning Packet THIS BOX FOR INSTRUCTOR GRADING USE ONLY. Mini-Lesson is complete and information presented is as found on media links (0 5 pts) Learning Packet Student Name Due Date Class Time/Day Submission Date THIS BOX FOR INSTRUCTOR GRADING USE ONLY Mini-Lesson is complete and information presented is as found on media links (0 5 pts) Comments:

More information

Making Science Graphs and Interpreting Data

Making Science Graphs and Interpreting Data Making Science Graphs and Interpreting Data Eye Opener: 5 mins What do you see? What do you think? Look up terms you don t know What do Graphs Tell You? A graph is a way of expressing a relationship between

More information

Appendix C. Vernier Tutorial

Appendix C. Vernier Tutorial C-1. Vernier Tutorial Introduction: In this lab course, you will collect, analyze and interpret data. The purpose of this tutorial is to teach you how to use the Vernier System to collect and transfer

More information

TI- Nspire Testing Instructions

TI- Nspire Testing Instructions TI- Nspire Testing Instructions Table of Contents How to Nsolve How to Check Compositions of Functions How to Verify Compositions of Functions How to Check Factoring How to Use Graphs to Backward Factor

More information

Lesson 6 - Practice Problems

Lesson 6 - Practice Problems Lesson 6 - Practice Problems Section 6.1: Characteristics of Quadratic Functions 1. For each of the following quadratic functions: Identify the coefficients a, b and c. Determine if the parabola opens

More information

Quadratic Functions Dr. Laura J. Pyzdrowski

Quadratic Functions Dr. Laura J. Pyzdrowski 1 Names: (8 communication points) About this Laboratory A quadratic function in the variable x is a polynomial where the highest power of x is 2. We will explore the domains, ranges, and graphs of quadratic

More information

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle.

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle. Algebra I Chapter 4 Notes Name Sec 4.1 Coordinates and Scatter Plots Coordinate Plane: Formed by two real number lines that intersect at a right angle. X-axis: The horizontal axis Y-axis: The vertical

More information

Curve Fitting with Linear Models

Curve Fitting with Linear Models 1-4 1-4 Curve Fitting with Linear Models Warm Up Lesson Presentation Lesson Quiz Algebra 2 Warm Up Write the equation of the line passing through each pair of passing points in slope-intercept form. 1.

More information

Contents 10. Graphs of Trigonometric Functions

Contents 10. Graphs of Trigonometric Functions Contents 10. Graphs of Trigonometric Functions 2 10.2 Sine and Cosine Curves: Horizontal and Vertical Displacement...... 2 Example 10.15............................... 2 10.3 Composite Sine and Cosine

More information

a. divided by the. 1) Always round!! a) Even if class width comes out to a, go up one.

a. divided by the. 1) Always round!! a) Even if class width comes out to a, go up one. Probability and Statistics Chapter 2 Notes I Section 2-1 A Steps to Constructing Frequency Distributions 1 Determine number of (may be given to you) a Should be between and classes 2 Find the Range a The

More information

3-1 Writing Linear Equations

3-1 Writing Linear Equations 3-1 Writing Linear Equations Suppose you have a job working on a monthly salary of $2,000 plus commission at a car lot. Your commission is 5%. What would be your pay for selling the following in monthly

More information

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

More information

Describe the Squirt Studio Open Office Version

Describe the Squirt Studio Open Office Version Name: Recitation: Describe the Squirt Studio Open Office Version Most of this studio is done with a java applet online. There is one problem where you need to carry out a quadratic regression. Unfortunately,

More information

Unit: Quadratic Functions

Unit: Quadratic Functions Unit: Quadratic Functions Learning increases when you have a goal to work towards. Use this checklist as guide to track how well you are grasping the material. In the center column, rate your understand

More information

Excel for Gen Chem General Chemistry Laboratory September 15, 2014

Excel for Gen Chem General Chemistry Laboratory September 15, 2014 Excel for Gen Chem General Chemistry Laboratory September 15, 2014 Excel is a ubiquitous data analysis software. Mastery of Excel can help you succeed in a first job and in your further studies with expertise

More information

Scientific Graphing in Excel 2007

Scientific Graphing in Excel 2007 Scientific Graphing in Excel 2007 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Graphing Calculator How To Packet

Graphing Calculator How To Packet Graphing Calculator How To Packet The following outlines some of the basic features of your TI Graphing Calculator. The graphing calculator is a useful tool that will be used extensively in this class

More information

Plotting Graphs. Error Bars

Plotting Graphs. Error Bars E Plotting Graphs Construct your graphs in Excel using the method outlined in the Graphing and Error Analysis lab (in the Phys 124/144/130 laboratory manual). Always choose the x-y scatter plot. Number

More information

J. La Favre Calibrating Sharp Distance Sensors July 18, 2018

J. La Favre Calibrating Sharp Distance Sensors July 18, 2018 GEAR has a number of Sharp brand IR distance sensors that can be used to determine distance to a target object. This type of sensor can be useful for maze robot projects as well as others. Sharp offers

More information

Advanced Curve Fitting. Eric Haller, Secondary Occasional Teacher, Peel District School Board

Advanced Curve Fitting. Eric Haller, Secondary Occasional Teacher, Peel District School Board Advanced Curve Fitting Eric Haller, Secondary Occasional Teacher, Peel District School Board rickyhaller@hotmail.com In many experiments students collect two-variable data, make scatter plots, and then

More information

Total Number of Students in US (millions)

Total Number of Students in US (millions) The goal of this technology assignment is to graph a formula on your calculator and in Excel. This assignment assumes that you have a TI 84 or similar calculator and are using Excel 2007. The formula you

More information

Lab1: Use of Word and Excel

Lab1: Use of Word and Excel Dr. Fritz Wilhelm; physics 230 Lab1: Use of Word and Excel Page 1 of 9 Lab partners: Download this page onto your computer. Also download the template file which you can use whenever you start your lab

More information

Complete Assignment #1 listed below on WK #1 in packet. Textbook required!!!

Complete Assignment #1 listed below on WK #1 in packet. Textbook required!!! 400Algebra 2H ASSIGNMENT SHEETrev14 CHAPTER 3: Linear Functions with Review of Chapter 1 and 2 (3-1 to 3-4 Highlights on reverse side) Directions: 1. Review classwork and read each section in textbook

More information

Introduction to Excel Workshop

Introduction to Excel Workshop Introduction to Excel Workshop Empirical Reasoning Center September 9, 2016 1 Important Terminology 1. Rows are identified by numbers. 2. Columns are identified by letters. 3. Cells are identified by the

More information

Things to Know for the Algebra I Regents

Things to Know for the Algebra I Regents Types of Numbers: Real Number: any number you can think of (integers, rational, irrational) Imaginary Number: square root of a negative number Integers: whole numbers (positive, negative, zero) Things

More information

INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING

INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING APPENDIX INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING (Developed by Dr. Dale Vogelien, Kennesaw State University) ** For a good review of basic

More information

IDS 101 Introduction to Spreadsheets

IDS 101 Introduction to Spreadsheets IDS 101 Introduction to Spreadsheets A spreadsheet will be a valuable tool in our analysis of the climate data we will examine this year. The specific goals of this module are to help you learn: how to

More information

GSE Algebra 1 Name Date Block. Unit 3b Remediation Ticket

GSE Algebra 1 Name Date Block. Unit 3b Remediation Ticket Unit 3b Remediation Ticket Question: Which function increases faster, f(x) or g(x)? f(x) = 5x + 8; two points from g(x): (-2, 4) and (3, 10) Answer: In order to compare the rate of change (roc), you must

More information

Graphical Analysis of Kinematics

Graphical Analysis of Kinematics Physics Topics Graphical Analysis of Kinematics If necessary, review the following topics and relevant textbook sections from Serway / Jewett Physics for Scientists and Engineers, 9th Ed. Velocity and

More information

Part I. Fill in the blank. 2 points each. No calculators. No partial credit

Part I. Fill in the blank. 2 points each. No calculators. No partial credit Math 108 (105) Final Exam Page 1 Spring 2015 Part I. Fill in the blank. 2 points each. No calculators. No partial credit 1) Fill in the blank a) 2 8 h) 5 0 21 4 b) 5 7 i) 8 3 c) 2 3 = j) 2 7 d) The additive

More information

Describe the Squirt Studio

Describe the Squirt Studio Name: Recitation: Describe the Squirt Studio This sheet includes both instruction sections (labeled with letters) and problem sections (labeled with numbers). Please work through the instructions and answer

More information

9.1. How do the nerve cells in your brain communicate with each other? Signals have. Like a Glove. Least Squares Regression

9.1. How do the nerve cells in your brain communicate with each other? Signals have. Like a Glove. Least Squares Regression Like a Glove Least Squares Regression.1 Learning Goals In this lesson, you will: Determine and interpret the least squares regression equation for a data set using a formula. Use interpolation to make

More information

UNIT 3B CREATING AND GRAPHING EQUATIONS Lesson 4: Solving Systems of Equations Instruction

UNIT 3B CREATING AND GRAPHING EQUATIONS Lesson 4: Solving Systems of Equations Instruction Prerequisite Skills This lesson requires the use of the following skills: graphing multiple equations on a graphing calculator graphing quadratic equations graphing linear equations Introduction A system

More information

Math 1314 Lesson 2. Continuing with the introduction to GGB

Math 1314 Lesson 2. Continuing with the introduction to GGB Math 1314 Lesson 2 Continuing with the introduction to GGB 2 Example 10: The path of a small rocket is modeled by the function ht ( ) = 16t + 128t+ 12 where initial velocity is 128 feet per section and

More information

Chapter 2 Assignment (due Thursday, October 5)

Chapter 2 Assignment (due Thursday, October 5) (due Thursday, October 5) Introduction: The purpose of this assignment is to analyze data sets by creating histograms and scatterplots. You will use the STATDISK program for both. Therefore, you should

More information

Y. Butterworth Lehmann & 9.2 Page 1 of 11

Y. Butterworth Lehmann & 9.2 Page 1 of 11 Pre Chapter 9 Coverage Quadratic (2 nd Degree) Form a type of graph called a parabola Form of equation we'll be dealing with in this chapter: y = ax 2 + c Sign of a determines opens up or down "+" opens

More information