Boyle s Law: A Multivariable Model and Interactive Animated Simulation

Size: px
Start display at page:

Download "Boyle s Law: A Multivariable Model and Interactive Animated Simulation"

Transcription

1 Boyle s Law: A Multivariable Model and Interactive Animated Simulation Using tools available in Excel, we will turn a multivariable model into an interactive animated simulation. Projectile motion, Boyle's Law, nuclear decay, and population growth are just a few examples of the types of models for which a simulation can be useful to deepen a student's understanding. Knowledge of the basic aspects of Excel is required. We are going to build an interactive simulation of Boyle s Law in Excel. Boyle s Law relates how volume influences the pressure of a trapped amount of gas at constant temperature. Boyle s Law is the basis of air exchange from your lungs. Materials needed Computers with Excel and Internet access Excel files: Boyle s_law.xls Building a Multivariable Simulation Let s investigate how pressure and volume are related for a gas. If we trap a constant amount of air in a cylinder at constant temperature, how will the pressure behave if the gas is compressed by shrinking the volume? Can you sketch and label a graph? What is the dependent variable? 2YC3 Conference, Rockville, MD/Sinex 1

2 Open the Excel file: Boyle s_law.xls and click once on the up arrow of the spinner. spinner Click on the add arrow and compress the gas by lowering the piston. Did your prediction match the graph of the experiment? You can connect the points with a smooth curve or add an equation to the fit the data by selecting the check boxes. How well does the equation fit the data? Now this was ideal data (no experimental error) from a simple simulation using Boyle s Law. From the equation on the graph: P = 50V -1 or P = 50/V or PV = 50. Complete the task outlined on the data tab (see screenshot on next page). 2YC3 Conference, Rockville, MD/Sinex 2

3 From the data and graph you may see that the relationship is PV = constant. So let s see what constitutes the constant and play with some error as well. Boyle s Law holds if temperature (T) and the amount of trapped gas (n) are constant or considering the Ideal gas law: PV = nrt where R is the gas constant ( L-atm/mole-K). We want to create a column of volume data for a syringe and then we will calculate the pressure as: PV = k k nrt P = = V V Now we have two more variables to change to see how they influence the pressure and change the graph. When you do this experiment it can be difficult to hold the syringe at constant volume especially at high pressures. So let s add some random error to the volume measurement. This will be done by the equation below, where noise is the noise in the volume data: ' V = V + noise*(randbetween(-10,10)/10) where noise varies from 0 (no error) to some positive value that is multiplied by a random number between -10 to +10 using the RANDBETWEEN function in Excel. Another error in this experiment is due to the tubing connecting the syringe to the pressure gauge or other measuring device. The tubing adds some extra volume 2YC3 Conference, Rockville, MD/Sinex 3

4 that is not accounted for without applying a correction. So let s add this in to the equation for volume above and convert it to liters. To get: ' V = (V + noise*(randbetween(-10,10)/10) + V tubing )/1000 The final calculation of pressure then becomes: nrt P = ((V + noise*(randbetween(-10,10)/10) + V )/1000) tubing Now we have four variables to adjust in this simulation. Okay to the spreadsheet Set up the worksheet to look like the screen shot below. If you use the same cells as illustrated here, all the formulas will be the same as what we get as a group. Now we need to place a formula to calculate in cell B5. To make the formula look more like a real formula and not spreadsheet notation, let s name the variable. Go to the Formula tab and select Define Name and then Define Name again. This will open the New Name pop-up menu. Click on D2 and the n will appear in the name box as seen below. 2YC3 Conference, Rockville, MD/Sinex 4

5 Repeat this process for the other variables. Click on F2, I2, and then K2 to get the four variables named. A named variable is automatically made an absolute reference. It will keep its cell reference on dragging down a formula. See absolute reference for more information. Now if you click on B5 to compose the formula to calculate the pressure. In B5 start the formula with an equal sign and type this (you can get the variable by clicking on the appropriate cells): =n*0.0821*t/((a5+noise*(randbetween(-10,10)/10)+vtubing)/1000) After typing the formula in, click on B5 and then the formula bar (see below). Here is another way of showing how the calculation is done using the variables. This uses the Formula Auditing tools on the Formula tab. 2YC3 Conference, Rockville, MD/Sinex 5

6 Now drag the formula down the column to complete the calculation of pressures. Set up a graph by highlighting the data to plot, go to the Insert tab and select Scatter. This is the only plot in Excel where the x-variable is a numerical scale, all others are categories. 2YC3 Conference, Rockville, MD/Sinex 6

7 Now select the points only plot type from the menu as seen to the right. Your graph should appear. If you click on the graph, it will highlight the data as shown below. Note the colors of the highlighted for the x and y variables. With the graph highlighted, you will see the chart tools as new three tabs appear. You can add a trendline (power regression) form the Layout tab. This tab also allows you to label axes, title, etc. 2YC3 Conference, Rockville, MD/Sinex 7

8 If you select trendlines (really regressions) and go to the bottom and click on More Trendline Option the Format Trendline menu seen to the right appears. Select Power as the trendline option and select the display equation on chart and display R-square value on chart too. If you move the Format Trendline menu from on top the graph, you can select through the various trendline to explore fits. Now if you change one of the variables on row 2, the data recalculates, the graph adjusts, and the regression recalculates as well. Wow, you built a simulation! Now let s play (do a little learning) with the simulation. Here is where you need to ask the what if questions to drive students to use the simulation to get answers. When inducing errors, students need to watch how the model parameters and goodness-of-fit can vary. Address the following questions: How does increasing the temperature influence the curve? 2YC3 Conference, Rockville, MD/Sinex 8

9 How does adding random noise (scatter) or error to the data influence the curve and regression? How does the tubing error influence the results? Build a Simulation on Your Own See if you can construct the following spreadsheet. We want to look at the cooling of a cup of coffee. The temperature, T, of the coffee as a function of time, t, is given by: T (t) = T surroundings + (T initial cup T surroundings )e -kt where t is time in minutes, k is the rate constant for the cooling process, and T surroundings = 25 o C T initial cup = 90 o C k = 0.3 minute -1 First set up the two columns for time, t and T(t) in cells A3 and B3. We will calculate the temperature over the time range of 0 to 20 minutes. Plug the numbers into the formula above before you put this into the spreadsheet to generate T(t). Remember to use EXP(-kt) to represent e -kt. So your equation would look like: in cell B4 in cell A4 0 = 25+(90-25)*EXP(-0.3*A4) and copy the formula down column B. Generate and label a graph of the data generated. Try a regression fit too. How well does an exponential regression fit? How would you describe the plot of the data? 2YC3 Conference, Rockville, MD/Sinex 9

10 Now suppose you wanted to see how the curve responds if you changed the rate constant. What would you do? Now let s take the coffee cooling example above and make it an interactive spreadsheet where we can adjust variables and see what happens. To start, set up the following in a new worksheet. To subscript and superscript, highlight the text, right click, select Format Cells, and you will see subscript and superscript on the menu that pops up. To turn the cell lines off, go to the Page Layout ribbon and deselect the Gridlines View checkbox. Now we are going to name variables in Excel. This makes the formulas easier to follow and more like algebraic equations. We will use the names that have the blank yellow cells associated with them. To name variables click on the yellow cell E2 and then go to the Formulas ribbon and select Define Name. The New Name pop-up menu will appear and it will contain the name from the cell to the left. 2YC3 Conference, Rockville, MD/Sinex 10

11 Do this for the other to variables with yellow cells. The named variables are absolute cell references (they will not change cell reference on dragging) and will use the number that we place in the various yellow cells in calculations. Note that absolute cell references use a $ sign in front of the letter and number of the cell. Now in the column labeled T(t) (cell C5) add the formula by clicking on the various cells. = T surroundings + (T initial cup T surroundings )*EXP(-k*B5) where cell B5 contains the time. Set up the T(t) - T surroundings column as well. Then produce a graph showing how T(t) and T(t) - T surroundings vary with respect to time, t. Once you have done this, change the values in the various yellow cells. What happens? You may want to add an exponential regression to the T (t) - T surroundings data. How well does it fit? Compose some what if or predict-test-analyze questions for this simulation. For even more interactivity see the Cooling Coffee Excelet at: This interactive Excel spreadsheet or Excelet (Java-less applet like) uses items from the Forms Toolbar to enhance the level of interactivity. 2YC3 Conference, Rockville, MD/Sinex 11

12 More Resources For further materials on mathematical modeling and developing interactive Excel spreadsheets, see the Developer s Guide to Excelets at For more information on the Boyle s Law simulation, see The Boyle s Law Simulator: A Dynamic Interactive Visualization for Discovery Learning of Experimental Error Analysis, which appeared in Spreadsheets in Education 3 (1) ( Alternate data collection can be done by experimentation (pressure probe and computer) or See the following Flash animation at: /gaslaw/boyles_law_graph.html This work was developed as part of the Computation and Science for School teachers (CAST) Workshop at the Pittsburgh Supercomputing Center. See for more information. 2YC3 Conference, Rockville, MD/Sinex 12

Module 2A Turning Multivariable Models into Interactive Animated Simulations

Module 2A Turning Multivariable Models into Interactive Animated Simulations Module 2A Turning Multivariable Models into Interactive Animated Simulations Using tools available in Excel, we will turn a multivariable model into an interactive animated simulation. Projectile motion,

More information

Computer simulation of radioactive decay

Computer simulation of radioactive decay Computer simulation of radioactive decay y now you should have worked your way through the introduction to Maple, as well as the introduction to data analysis using Excel Now we will explore radioactive

More information

An area chart emphasizes the trend of each value over time. An area chart also shows the relationship of parts to a whole.

An area chart emphasizes the trend of each value over time. An area chart also shows the relationship of parts to a whole. Excel 2003 Creating a Chart Introduction Page 1 By the end of this lesson, learners should be able to: Identify the parts of a chart Identify different types of charts Create an Embedded Chart Create a

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Objective: Students will gain familiarity with using Excel to record data, display data properly, use built-in formulae to do calculations, and plot and fit data with linear functions.

More information

How to Make or Plot a Graph or Chart in Excel

How to Make or Plot a Graph or Chart in Excel This is a complete video tutorial on How to Make or Plot a Graph or Chart in Excel. To make complex chart like Gantt Chart, you have know the basic principles of making a chart. Though I have used Excel

More information

How many states. Record high temperature

How many states. Record high temperature Record high temperature How many states Class Midpoint Label 94.5 99.5 94.5-99.5 0 97 99.5 104.5 99.5-104.5 2 102 102 104.5 109.5 104.5-109.5 8 107 107 109.5 114.5 109.5-114.5 18 112 112 114.5 119.5 114.5-119.5

More information

M&M Exponentials Exponential Function

M&M Exponentials Exponential Function M&M Exponentials Exponential Function Teacher Guide Activity Overview In M&M Exponentials students will experiment with growth and decay functions. Students will also graph their experimental data and

More information

Experiment 0 ~ Introduction to Statistics and Excel Tutorial. Introduction to Statistics, Error and Measurement

Experiment 0 ~ Introduction to Statistics and Excel Tutorial. Introduction to Statistics, Error and Measurement Experiment 0 ~ Introduction to Statistics and Excel Tutorial Many of you already went through the introduction to laboratory practice and excel tutorial in Physics 1011. For that reason, we aren t going

More information

Remember that C is a constant and ë and n are variables. This equation now fits the template of a straight line:

Remember that C is a constant and ë and n are variables. This equation now fits the template of a straight line: CONVERTING NON-LINEAR GRAPHS INTO LINEAR GRAPHS Linear graphs have several important attributes. First, it is easy to recognize a graph that is linear. It is much more difficult to identify if a curved

More information

Boyle s Law and Charles Law Activity

Boyle s Law and Charles Law Activity Boyle s Law and Charles Law Activity Introduction: This simulation helps you to help you fully understand 2 Gas Laws: Boyle s Law and Charles Law. These laws are very simple to understand, but are also

More information

Location Latitude Longitude Durham, NH

Location Latitude Longitude Durham, NH Name: Date: Weather to Climate Investigation: Snow **These are example answers using the Durham, NH dataset. Answers from students using Boise and Little Rock datasets will differ. Guiding Questions: What

More information

Simple Linear Regression

Simple Linear Regression CHAPTER 13 Simple Linear Regression CHAPTER OUTLINE 13.1 Simple Linear Regression Analysis 13.2 Using Excel s built-in Regression tool 13.3 Linear Correlation 13.4 Hypothesis Tests about the Linear Correlation

More information

EXCELLING WITH BIOLOGICAL MODELS FROM THE CLASSROOM T0 RESEARCH

EXCELLING WITH BIOLOGICAL MODELS FROM THE CLASSROOM T0 RESEARCH EXCELLING WITH BIOLOGICAL MODELS FROM THE CLASSROOM T0 RESEARCH Timothy D. Comar Benedictine University Department of Mathematics 5700 College Road Lisle, IL 60532 tcomar@ben.edu Introduction Computer

More information

Experiment 13. Dilutions and Data Handling in a Spreadsheet rev 1/2013

Experiment 13. Dilutions and Data Handling in a Spreadsheet rev 1/2013 Absorbance Experiment 13 Dilutions and Data Handling in a Spreadsheet rev 1/2013 GOAL: This lab experiment will provide practice in making dilutions using pipets and introduce basic spreadsheet skills

More information

Experiment: Oscillations of a Mass on a Spring

Experiment: Oscillations of a Mass on a Spring Physics NYC F17 Objective: Theory: Experiment: Oscillations of a Mass on a Spring A: to verify Hooke s law for a spring and measure its elasticity constant. B: to check the relationship between the period

More information

I. Pre-Lab Introduction

I. Pre-Lab Introduction I. Pre-Lab Introduction Please complete the following pages before the lab by filling in the requested items. A. Atomic notation: Atoms are composed of a nucleus containing neutrons and protons surrounded

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

18-Dec-12 PHYS Simple Pendulum. To investigate the fundamental physical properties of a simple pendulum.

18-Dec-12 PHYS Simple Pendulum. To investigate the fundamental physical properties of a simple pendulum. Objective Simple Pendulum To investigate the fundamental physical properties of a simple pendulum. Equipment Needed Simple Pendulum Apparatus with Meter Scale and Protractor Bobs 4 (Aluminum, Brass, Lead,

More information

Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates

Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates 9.1 Multivariable Functions and Contour Graphs Although Excel can easily draw 3-dimensional surfaces, they are often difficult to mathematically

More information

through any three given points if and only if these points are not collinear.

through any three given points if and only if these points are not collinear. Discover Parabola Time required 45 minutes Teaching Goals: 1. Students verify that a unique parabola with the equation y = ax + bx+ c, a 0, exists through any three given points if and only if these points

More information

Physics 201 Lab 2 Air Drag Simulation

Physics 201 Lab 2 Air Drag Simulation Physics 201 Lab 2 Air Drag Simulation Jan 28, 2013 Equipment Initial Set Up Type the data from Table 1 into the appropriate cells. By preceding the content of the cell with an equal sign (as in cell A6)

More information

Studying Topography, Orographic Rainfall, and Ecosystems (STORE)

Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Introduction Basic Lesson 3: Using Microsoft Excel to Analyze Weather Data: Topography and Temperature This lesson uses NCDC data to compare

More information

1. The Basic X-Y Scatter Plot

1. The Basic X-Y Scatter Plot 1. The Basic X-Y Scatter Plot EXCEL offers a wide range of plots; however, this discussion will be restricted to generating XY scatter plots in various formats. The easiest way to begin is to highlight

More information

Contents. 9. Fractional and Quadratic Equations 2 Example Example Example

Contents. 9. Fractional and Quadratic Equations 2 Example Example Example Contents 9. Fractional and Quadratic Equations 2 Example 9.52................................ 2 Example 9.54................................ 3 Example 9.55................................ 4 1 Peterson,

More information

Empirical Gas Laws (Parts 1 and 2) Pressure-volume and pressure-temperature relationships in gases

Empirical Gas Laws (Parts 1 and 2) Pressure-volume and pressure-temperature relationships in gases Empirical Gas Laws (Parts 1 and 2) Pressure-volume and pressure-temperature relationships in gases Some of the earliest experiments in chemistry and physics involved the study of gases. The invention of

More information

A Scientific Model for Free Fall.

A Scientific Model for Free Fall. A Scientific Model for Free Fall. I. Overview. This lab explores the framework of the scientific method. The phenomenon studied is the free fall of an object released from rest at a height H from the ground.

More information

Photometry of Supernovae with Makali i

Photometry of Supernovae with Makali i Photometry of Supernovae with Makali i How to perform photometry specifically on supernovae targets using the free image processing software, Makali i This worksheet describes how to use photometry to

More information

t. y = x x R² =

t. y = x x R² = A4-11 Model Functions finding model functions for data using technology Pre-requisites: A4-8 (polynomial functions), A4-10 (power and exponential functions) Estimated Time: 2 hours Summary Learn Solve

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

M61 1 M61.1 PC COMPUTER ASSISTED DETERMINATION OF ANGULAR ACCELERATION USING TORQUE AND MOMENT OF INERTIA

M61 1 M61.1 PC COMPUTER ASSISTED DETERMINATION OF ANGULAR ACCELERATION USING TORQUE AND MOMENT OF INERTIA M61 1 M61.1 PC COMPUTER ASSISTED DETERMINATION OF ANGULAR ACCELERATION USING TORQUE AND MOMENT OF INERTIA PRELAB: Before coming to the lab, you must write the Object and Theory sections of your lab report

More information

Determination of Density 1

Determination of Density 1 Introduction Determination of Density 1 Authors: B. D. Lamp, D. L. McCurdy, V. M. Pultz and J. M. McCormick* Last Update: February 1, 2013 Not so long ago a statistical data analysis of any data set larger

More information

Intermediate Algebra Summary - Part I

Intermediate Algebra Summary - Part I Intermediate Algebra Summary - Part I This is an overview of the key ideas we have discussed during the first part of this course. You may find this summary useful as a study aid, but remember that the

More information

Experiment: Go-Kart Challenge

Experiment: Go-Kart Challenge Experiment: Go-Kart Challenge Research Question Does mass affect the acceleration of a rider? Hypothesis I predict that as we increase the mass of a rider the acceleration of the rider will (increase,

More information

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 6. THE TEMPERATURE DEPENDANCE OF RESISTANCE

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 6. THE TEMPERATURE DEPENDANCE OF RESISTANCE 6. THE TEMPERATURE DEPENDANCE OF RESISTANCE 1. Objective Determining temperature coefficient of metal and activation energy of self-conductance of semiconductor sample. 2. Equipment needed Metal and semiconductor

More information

Geology Geomath Computer Lab Quadratics and Settling Velocities

Geology Geomath Computer Lab Quadratics and Settling Velocities Geology 351 - Geomath Computer Lab Quadratics and Settling Velocities In Chapter 3 of Mathematics: A simple tool for geologists, Waltham takes us through a brief review of quadratic equations and their

More information

Describing the Relationship between Two Variables

Describing the Relationship between Two Variables 1 Describing the Relationship between Two Variables Key Definitions Scatter : A graph made to show the relationship between two different variables (each pair of x s and y s) measured from the same equation.

More information

Connecticut Common Core Algebra 1 Curriculum. Professional Development Materials. Unit 8 Quadratic Functions

Connecticut Common Core Algebra 1 Curriculum. Professional Development Materials. Unit 8 Quadratic Functions Connecticut Common Core Algebra 1 Curriculum Professional Development Materials Unit 8 Quadratic Functions Contents Activity 8.1.3 Rolling Ball CBR Activity 8.1.7 Galileo in Dubai Activity 8.2.3 Exploring

More information

Regression Using an Excel Spreadsheet Using Technology to Determine Regression

Regression Using an Excel Spreadsheet Using Technology to Determine Regression Regression Using an Excel Spreadsheet Enter your data in columns A and B for the x and y variable respectively Highlight the entire data series by selecting it with the mouse From the Insert menu select

More information

Error Analysis, Statistics and Graphing Workshop

Error Analysis, Statistics and Graphing Workshop Error Analysis, Statistics and Graphing Workshop Percent error: The error of a measurement is defined as the difference between the experimental and the true value. This is often expressed as percent (%)

More information

Name: Period: Date: Luquillo CZO Data Analysis Activities

Name: Period: Date: Luquillo CZO Data Analysis Activities Name: Period: Date: Luquillo CZO Data Analysis Activities What is the Relationship Between Water Hardness and Conductivity? Introduction: Scientists often learn about the quality of stream water and how

More information

Introduction to Spectroscopy: Analysis of Copper Ore

Introduction to Spectroscopy: Analysis of Copper Ore Introduction to Spectroscopy: Analysis of Copper Ore Using a Buret and Volumetric Flask: 2.06 ml of solution 2.47 ml of solution 50.00 ml delivered delivered Volumetric Flask Reading a buret: Burets are

More information

Getting to the Roots of Quadratics

Getting to the Roots of Quadratics NAME BACKGROUND Graphically: The real roots of a function are the x-coordinates of the points at which the graph of the function intercepts/crosses the x-axis. For a quadratic function, whose graph is

More information

USING THE EXCEL CHART WIZARD TO CREATE CURVE FITS (DATA ANALYSIS).

USING THE EXCEL CHART WIZARD TO CREATE CURVE FITS (DATA ANALYSIS). USING THE EXCEL CHART WIZARD TO CREATE CURVE FITS (DATA ANALYSIS). Note to physics students: Even if this tutorial is not given as an assignment, you are responsible for knowing the material contained

More information

MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON

MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON Object This experiment will allow you to observe and understand the motion of a charged particle in a magnetic field and to measure the ratio

More information

Created: 2/3/96 Modified: September 29, Author: Theresa Julia Zielinski Page 1

Created: 2/3/96 Modified: September 29, Author: Theresa Julia Zielinski Page 1 Exploring Orthonormal Functions by Theresa Julia Zielinski Department of Chemistry, Medical Technology, and Physics Monmouth University West Long Branch, NJ 7764-898 tzielins@monmouth.edu Copyright 7 by

More information

WEATHER AND CLIMATE COMPLETING THE WEATHER OBSERVATION PROJECT CAMERON DOUGLAS CRAIG

WEATHER AND CLIMATE COMPLETING THE WEATHER OBSERVATION PROJECT CAMERON DOUGLAS CRAIG WEATHER AND CLIMATE COMPLETING THE WEATHER OBSERVATION PROJECT CAMERON DOUGLAS CRAIG Introduction The Weather Observation Project is an important component of this course that gets you to look at real

More information

Spectra, Doppler Shifts, and Exoplanets: A Novel Approach via Interactive Animated Spreadsheets

Spectra, Doppler Shifts, and Exoplanets: A Novel Approach via Interactive Animated Spreadsheets FULL VOLUME TITLE ASP Conference Series, Vol. *, 2011 Editor 1, Editor 2, and Editor 3, eds. Spectra, Doppler Shifts, and Exoplanets: A Novel Approach via Interactive Animated Spreadsheets Scott A. Sinex

More information

Date: Summer Stem Section:

Date: Summer Stem Section: Page 1 of 7 Name: Date: Summer Stem Section: Summer assignment: Build a Molecule Computer Simulation Learning Goals: 1. Students can describe the difference between a molecule name and chemical formula.

More information

M E R C E R W I N WA L K T H R O U G H

M E R C E R W I N WA L K T H R O U G H H E A L T H W E A L T H C A R E E R WA L K T H R O U G H C L I E N T S O L U T I O N S T E A M T A B L E O F C O N T E N T 1. Login to the Tool 2 2. Published reports... 7 3. Select Results Criteria...

More information

5-Sep-15 PHYS101-2 GRAPHING

5-Sep-15 PHYS101-2 GRAPHING GRAPHING Objectives 1- To plot and analyze a graph manually and using Microsoft Excel. 2- To find constants from a nonlinear relation. Exercise 1 - Using Excel to plot a graph Suppose you have measured

More information

Canimals. borrowed, with thanks, from Malaspina University College/Kwantlen University College

Canimals. borrowed, with thanks, from Malaspina University College/Kwantlen University College Canimals borrowed, with thanks, from Malaspina University College/Kwantlen University College http://commons.wikimedia.org/wiki/file:ursus_maritimus_steve_amstrup.jpg Purpose Investigate the rate heat

More information

α m ! m or v T v T v T α m mass

α m ! m or v T v T v T α m mass FALLING OBJECTS (WHAT TO TURN IN AND HOW TO DO SO) In the real world, because of air resistance, objects do not fall indefinitely with constant acceleration. One way to see this is by comparing the fall

More information

BASIC TECHNOLOGY Pre K starts and shuts down computer, monitor, and printer E E D D P P P P P P P P P P

BASIC TECHNOLOGY Pre K starts and shuts down computer, monitor, and printer E E D D P P P P P P P P P P BASIC TECHNOLOGY Pre K 1 2 3 4 5 6 7 8 9 10 11 12 starts and shuts down computer, monitor, and printer P P P P P P practices responsible use and care of technology devices P P P P P P opens and quits an

More information

Chem 1 Kinetics. Objectives. Concepts

Chem 1 Kinetics. Objectives. Concepts Chem 1 Kinetics Objectives 1. Learn some basic ideas in chemical kinetics. 2. Understand how the computer visualizations can be used to benefit the learning process. 3. Understand how the computer models

More information

Week 8 Cookbook: Review and Reflection

Week 8 Cookbook: Review and Reflection : Review and Reflection Week 8 Overview 8.1) Review and Reflection 8.2) Making Intelligent Maps: The map sheet as a blank canvas 8.3) Making Intelligent Maps: Base layers and analysis layers 8.4) ArcGIS

More information

module, with the exception that the vials are larger and you only use one initial population size.

module, with the exception that the vials are larger and you only use one initial population size. Population Dynamics and Space Availability (http://web.as.uky.edu/biology/faculty/cooper/population%20dynamics%20examples%2 0with%20fruit%20flies/TheAmericanBiologyTeacher- PopulationDynamicsWebpage.html

More information

Typical kinetics Time. 1. What happens to the concentration of A over time? a. Increases b. Decreases c.

Typical kinetics Time. 1. What happens to the concentration of A over time? a. Increases b. Decreases c. Cheryl Coolidge Guided Inquiry Activity Enzyme Kinetics, Part One Why? Understanding the rate behavior of enzyme catalyzed reactions can help to explain how these biologically important reactions are controlled

More information

MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON

MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON Object This experiment will allow you to observe and understand the motion of a charged particle in a magnetic field and to measure the ratio

More information

Introduction to Spectroscopy: Analysis of Copper Ore

Introduction to Spectroscopy: Analysis of Copper Ore Introduction to Spectroscopy: Analysis of Copper Ore Using a Buret and Volumetric Flask: 2.06 ml of solution delivered 2.47 ml of solution delivered 50.00 ml Volumetric Flask Reading a buret: Burets are

More information

TIphysics.com. Physics. Bell Ringer: Determining the Relationship Between Displacement, Velocity, and Acceleration ID: 13308

TIphysics.com. Physics. Bell Ringer: Determining the Relationship Between Displacement, Velocity, and Acceleration ID: 13308 Bell Ringer: Determining the Relationship Between Displacement, Velocity, and Acceleration ID: 13308 Time required 15 minutes Topic: Kinematics Construct and interpret graphs of displacement, velocity,

More information

Solving Differential Equations on 2-D Geometries with Matlab

Solving Differential Equations on 2-D Geometries with Matlab Solving Differential Equations on 2-D Geometries with Matlab Joshua Wall Drexel University Philadelphia, PA 19104 (Dated: April 28, 2014) I. INTRODUCTION Here we introduce the reader to solving partial

More information

Ideal Gas Law and Absolute Zero

Ideal Gas Law and Absolute Zero Experiment IX Ideal Gas Law and Absolute Zero I. Purpose The purpose of this lab is to examine the relationship between the pressure, volume and temperature of air in a closed chamber. To do this, you

More information

Lab 1 Uniform Motion - Graphing and Analyzing Motion

Lab 1 Uniform Motion - Graphing and Analyzing Motion Lab 1 Uniform Motion - Graphing and Analyzing Motion Objectives: < To observe the distance-time relation for motion at constant velocity. < To make a straight line fit to the distance-time data. < To interpret

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department. Experiment 03: Work and Energy

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department. Experiment 03: Work and Energy MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.01 Fall Term 2010 Experiment 03: Work and Energy Purpose of the Experiment: In this experiment you allow a cart to roll down an inclined

More information

Galaxy Zoo. Materials Computer Internet connection

Galaxy Zoo. Materials Computer Internet connection Name: Date: Galaxy Zoo Objectives: Distinguish between different types of galaxies Identify the various features of each subclass Contribute data that will be used by astronomers in their work Learn to

More information

A (Mostly) Correctly Formatted Sample Lab Report. Brett A. McGuire Lab Partner: Microsoft Windows Section AB2

A (Mostly) Correctly Formatted Sample Lab Report. Brett A. McGuire Lab Partner: Microsoft Windows Section AB2 A (Mostly) Correctly Formatted Sample Lab Report Brett A. McGuire Lab Partner: Microsoft Windows Section AB2 August 26, 2008 Abstract Your abstract should not be indented and be single-spaced. Abstracts

More information

Rutherford s Scattering Explanation

Rutherford s Scattering Explanation Exploration: Rutherford s Scattering Explanation The purpose of this exploration is to become familiar with Rutherford s analysis that formed a crucial part of his idea of a nuclear atom. To assist you

More information

TIphysics.com. Physics. Pendulum Explorations ID: By Irina Lyublinskaya

TIphysics.com. Physics. Pendulum Explorations ID: By Irina Lyublinskaya Pendulum Explorations ID: 17 By Irina Lyublinskaya Time required 90 minutes Topic: Circular and Simple Harmonic Motion Explore what factors affect the period of pendulum oscillations. Measure the period

More information

Some hints for the Radioactive Decay lab

Some hints for the Radioactive Decay lab Some hints for the Radioactive Decay lab Edward Stokan, March 7, 2011 Plotting a histogram using Microsoft Excel The way I make histograms in Excel is to put the bounds of the bin on the top row beside

More information

Theory (NOTE: This theory is the same that we covered before in Experiment 11on the Ideal Gas model)

Theory (NOTE: This theory is the same that we covered before in Experiment 11on the Ideal Gas model) Experiment 12 CHARLES LAW Objectives 1. To set up a model of thermal machine, 2. To put to work the model to verify Charles law, 3. To describe and explain Charles law Theory (NOTE: This theory is the

More information

Introduction to Computer Tools and Uncertainties

Introduction to Computer Tools and Uncertainties Experiment 1 Introduction to Computer Tools and Uncertainties 1.1 Objectives To become familiar with the computer programs and utilities that will be used throughout the semester. To become familiar with

More information

Virtual Beach Building a GBM Model

Virtual Beach Building a GBM Model Virtual Beach 3.0.6 Building a GBM Model Building, Evaluating and Validating Anytime Nowcast Models In this module you will learn how to: A. Build and evaluate an anytime GBM model B. Optimize a GBM model

More information

Building Concepts: Solving Systems of Equations Algebraically

Building Concepts: Solving Systems of Equations Algebraically Lesson Overview In this TI-Nspire lesson, students will investigate pathways for solving systems of linear equations algebraically. There are many effective solution pathways for a system of two linear

More information

Electric Fields and Equipotentials

Electric Fields and Equipotentials OBJECTIVE Electric Fields and Equipotentials To study and describe the two-dimensional electric field. To map the location of the equipotential surfaces around charged electrodes. To study the relationship

More information

7. STREAMBED TEXTURE ANALYSIS

7. STREAMBED TEXTURE ANALYSIS Geomorphology 7. Streambed Texture Analysis 7. STREAMBED TEXTURE ANALYSIS 50 Points The purpose of this exercise is to analyze the size characteristics of the sediment samples collected in the field. We

More information

Physics. Simple Harmonic Motion ID: 9461

Physics. Simple Harmonic Motion ID: 9461 Simple Harmonic Motion ID: 9461 By Peter Fox Time required 45 minutes Activity Overview In this activity, students collect data on the motion of a simple pendulum. They then graph the acceleration of the

More information

Vector Analysis: Farm Land Suitability Analysis in Groton, MA

Vector Analysis: Farm Land Suitability Analysis in Groton, MA Vector Analysis: Farm Land Suitability Analysis in Groton, MA Written by Adrienne Goldsberry, revised by Carolyn Talmadge 10/9/2018 Introduction In this assignment, you will help to identify potentially

More information

Free Fall. v gt (Eq. 4) Goals and Introduction

Free Fall. v gt (Eq. 4) Goals and Introduction Free Fall Goals and Introduction When an object is subjected to only a gravitational force, the object is said to be in free fall. This is a special case of a constant-acceleration motion, and one that

More information

Lab Activity H4 It s Snow Big Deal

Lab Activity H4 It s Snow Big Deal Lab Activity H4 It s Snow Big Deal OUTCOMES After completing this lab activity, the student should be able to use computer-based data acquisition techniques to measure temperatures. draw appropriate conclusions

More information

Tutorial 23 Back Analysis of Material Properties

Tutorial 23 Back Analysis of Material Properties Tutorial 23 Back Analysis of Material Properties slope with known failure surface sensitivity analysis probabilistic analysis back analysis of material strength Introduction Model This tutorial will demonstrate

More information

LAB 2 - ONE DIMENSIONAL MOTION

LAB 2 - ONE DIMENSIONAL MOTION Name Date Partners L02-1 LAB 2 - ONE DIMENSIONAL MOTION OBJECTIVES Slow and steady wins the race. Aesop s fable: The Hare and the Tortoise To learn how to use a motion detector and gain more familiarity

More information

Richter Scale and Logarithms

Richter Scale and Logarithms activity 7.1 Richter Scale and Logarithms In this activity, you will investigate earthquake data and explore the Richter scale as a measure of the intensity of an earthquake. You will consider how numbers

More information

Using Recursion in Models and Decision Making: Recursion Using Rate of Change IV.C Student Activity Sheet 5: Newton s Law of Cooling

Using Recursion in Models and Decision Making: Recursion Using Rate of Change IV.C Student Activity Sheet 5: Newton s Law of Cooling Have you ever noticed that a container of cold liquid, such as a glass of iced tea, creates condensation on the outside of the container? Or that a cup of hot coffee does not always stay hot? What happened

More information

Scientific Notation Plymouth State University

Scientific Notation Plymouth State University Scientific Notation Plymouth State University I. INTRODUCTION Often in chemistry (and in other sciences) it is necessary to talk about use very small or very large numbers (for example, the distance from

More information

Math 243 OpenStax Chapter 12 Scatterplots and Linear Regression OpenIntro Section and

Math 243 OpenStax Chapter 12 Scatterplots and Linear Regression OpenIntro Section and Math 243 OpenStax Chapter 12 Scatterplots and Linear Regression OpenIntro Section 2.1.1 and 8.1-8.2.6 Overview Scatterplots Explanatory and Response Variables Describing Association The Regression Equation

More information

Linear Motion with Constant Acceleration

Linear Motion with Constant Acceleration Linear Motion 1 Linear Motion with Constant Acceleration Overview: First you will attempt to walk backward with a constant acceleration, monitoring your motion with the ultrasonic motion detector. Then

More information

GIS Workshop UCLS_Fall Forum 2014 Sowmya Selvarajan, PhD TABLE OF CONTENTS

GIS Workshop UCLS_Fall Forum 2014 Sowmya Selvarajan, PhD TABLE OF CONTENTS TABLE OF CONTENTS TITLE PAGE NO. 1. ArcGIS Basics I 2 a. Open and Save a Map Document 2 b. Work with Map Layers 2 c. Navigate in a Map Document 4 d. Measure Distances 4 2. ArcGIS Basics II 5 a. Work with

More information

Lab Activity: The Central Limit Theorem

Lab Activity: The Central Limit Theorem Lab Activity: The Central Limit Theorem In this lab activity, you will explore the properties of the Central Limit Theorem. Student Learning Outcomes By the end of this chapter, you should be able to do

More information

Experiment IV. To find the velocity of waves on a string by measuring the wavelength and frequency of standing waves.

Experiment IV. To find the velocity of waves on a string by measuring the wavelength and frequency of standing waves. Experiment IV The Vibrating String I. Purpose: To find the velocity of waves on a string by measuring the wavelength and frequency of standing waves. II. References: Serway and Jewett, 6th Ed., Vol., Chap.

More information

Probable Factors. Problem Statement: Equipment. Introduction Setting up the simulation. Student Activity

Probable Factors. Problem Statement: Equipment. Introduction Setting up the simulation. Student Activity Student Activity 7 8 9 10 11 1 TI-Nspire CAS Investigation Student 10min Problem Statement: What is the probability that a randomly generated quadratic can be factorised? This investigation looks at a

More information

Motion with Constant Acceleration

Motion with Constant Acceleration Motion with Constant Acceleration INTRODUCTION Newton s second law describes the acceleration of an object due to an applied net force. In this experiment you will use the ultrasonic motion detector to

More information

PHY 111L Activity 2 Introduction to Kinematics

PHY 111L Activity 2 Introduction to Kinematics PHY 111L Activity 2 Introduction to Kinematics Name: Section: ID #: Date: Lab Partners: TA initials: Objectives 1. Introduce the relationship between position, velocity, and acceleration 2. Investigate

More information

CHM201 General Chemistry and Laboratory I Laboratory 7 Thermochemistry and Hess s Law May 2, 2018

CHM201 General Chemistry and Laboratory I Laboratory 7 Thermochemistry and Hess s Law May 2, 2018 Purpose: CHM201 General Chemistry and Laboratory I Laboratory 7 Thermochemistry and Hess s Law May 2, 2018 In this laboratory, you will measure heat changes arising from chemical reactions. You will use

More information

Topic 1: Plotting Data Basic introduction to entering and plotting data, displaying error bars and appropriate labels.

Topic 1: Plotting Data Basic introduction to entering and plotting data, displaying error bars and appropriate labels. PHY 530 Module C1 Spread Sheet Physics Topic 1: Plotting Data Basic introduction to entering and plotting data, displaying error bars and appropriate labels. Topic 2: Plotting functions How to generate

More information

General Least Squares Fitting

General Least Squares Fitting Appendix B General Least Squares Fitting B.1 Introduction Previously you have done curve fitting in two dimensions. Now you will learn how to extend that to multiple dimensions. B.1.1 Linearizable Non-linear

More information

Saltwater Conductivity: Trends of the Periodic Table

Saltwater Conductivity: Trends of the Periodic Table Saltwater Conductivity: Trends of the Periodic Table by Kirk and Jennifer Pepper Louisiana Curriculum Framework Content Strand: Physical Science, Science as Inquiry Grade Level 9-12 Objectives: The students

More information

Harvard Life Science Outreach December 7, 2017 Measuring ecosystem carbon fluxes using eddy covariance data ACTIVITIES I. NAME THAT ECOSYSTEM!

Harvard Life Science Outreach December 7, 2017 Measuring ecosystem carbon fluxes using eddy covariance data ACTIVITIES I. NAME THAT ECOSYSTEM! Harvard Life Science Outreach December 7, 2017 Measuring ecosystem carbon fluxes using eddy covariance data ACTIVITIES I. NAME THAT ECOSYSTEM! Objective: Distinguish ecosystems (tropical forest vs. temperate

More information

Apply the ideal gas law (PV = nrt) to experimentally determine the number of moles of carbon dioxide gas generated

Apply the ideal gas law (PV = nrt) to experimentally determine the number of moles of carbon dioxide gas generated Teacher Information Ideal Gas Law Objectives Determine the number of moles of carbon dioxide gas generated during a reaction between hydrochloric acid and sodium bicarbonate. Through this investigation,

More information

REPLACE DAMAGED OR MISSING TEXTBOOK BARCODE LABEL

REPLACE DAMAGED OR MISSING TEXTBOOK BARCODE LABEL Destiny Textbook Manager allows users to create and print replacement barcode labels for textbooks. In this tutorial you will learn how to: Replace damaged textbook barcode label(s) Replace missing textbook

More information

Investigating Weather and Climate with Google Earth Teacher Guide

Investigating Weather and Climate with Google Earth Teacher Guide Google Earth Weather and Climate Teacher Guide In this activity, students will use Google Earth to explore global temperature changes. They will: 1. Use Google Earth to determine how the temperature of

More information