USING EXCEL FOR ANALYZING CHEMISTRY DATA
|
|
|
- Rafe Carter
- 10 years ago
- Views:
Transcription
1 LAB 1 USING EXCEL FOR ANALYZING CHEMISTRY DATA Introduction A spreadsheet is a useful tool for organizing raw data and performing basic mathematical and statistical analysis. Learning how to use spreadsheets in the beginning of the semester and continuing to improve your skills will save you precious time performing data analysis after each lab. Although the calculations necessary for the first few labs can easily be done using a scientific calculator, it becomes impractical, if not impossible, to perform data analysis for the labs later in the semester without the use of computerized spreadsheets. Additionally, some of you may think that it is not worth your time to learn how to use Microsoft Excel because you do not plan on pursuing a career in chemistry; however, learning how to compose and manipulate spreadsheets is a useful tool for any type of data organization including social science research, public health research, and medical research. Some of the major advantages of using a spreadsheet are that repetitive calculations can be duplicated with just a few keystrokes, mistakes in calculations can be fixed by changing single cells or functions, and data is organized in a clear and understandable way. Tutorial Rather than simply giving you a list of Excel commands, this lab will walk you through some Excel basics in the context of some simple (and di cult) chemistry problems that you might encounter in a quantitative chemistry lab context. Depending on your level of Excel fluency, you may already know some of the basics. Try to use this tutorial to help develop some of the more elegant and useful commands. During this tutorial you will be asked to construct a spreadsheet of your own. Make sure to save your work frequently in order to secure your work. Also consider adopting an appropriate naming convention for your lab data files, such as course year last first lab#.xlsx (CH doe j lab0.xlsx is the name of file that Jane Doe would use for Lab #0 of CH999 in 2012). Answers to the other questions should be given on the post-lab assignment page at the end of the tutorial. Remember, your lab instructor is available to help you if you get stuck. The important thing is that you finish and get a good grasp of the basics of Excel. 1
2 2 Quantitative General Chemistry Lab Manual Part 1 - Organization of a spreadsheet Each box in the spreadsheet is called a cell and these cells can be referenced using a combination of a letter and a number. The letters represent the columns of the spreadsheet and the numbers represent the rows of the spreadsheet. Open up your spreadsheet and locate cell D5. column and fifth row of the spreadsheet. This cell is in the fourth What is the code used to reference the cell in the eleventh column and fortieth row? Note: All of the commands in this tutorial will be typed in bold to di erentiate from the rest of the text, but while performing actual calculations, you should not type the commands in bold font. Part 2 - Spreadsheet fundamentals Now that we have a frame of reference for discussing spreadsheets, let s discuss some of the more fundamental aspects/uses of spreadsheets. One use of a spreadsheet is that it can be used as a basic calculator, but unlike most calculators, it stores your results, which can later be referenced in subsequent calculations. All calculations in the spreadsheet must begin with an equals sign, indicating to the program that you are performing a calculation. Below is a table listing some of the basic mathematical operations and the correlated commands. Operation Addition Subtraction Multiplication Division Exponents Excel command =A1+B1 =A1-B1 =A1*B1 =A1/B1 =A1^B1 Notice that multiplication must be done using the asterisk (*); Excel does not know how to perform multiplication using x or parentheses (i.e. (A1)(B1) would not work). We will now use some of these mathematical operations to solve a basic chemistry question using Excel. Worked Example #1: If you mix grams of Fe 2 O 3 (s) with an excess of CO(g), a) how many grams and molecules of Fe(s) will form, and b) how many grams and molecules of CO 2 (g) will form? Fe 2 O 3 (s) + 3CO(g)! 2Fe(s) + 3CO 2 (g)
3 First, save the excel workbook as chemistry lab #1 by clicking on file and then save as Worked Example #1: Basic Operations If you mix grams of Fe 2 O 3 (s) with an excess of CO(g), a) how many grams and molecules of Fe(s) will form, and b)how many grams and molecules of CO 2 (g) will form? Lab 1: Using Excel for Analyzing Chemistry Data 3 Fe 2 O 3 (s) + 3 CO(g) 2Fe(s) +3CO 2 (g) Start by Start generating by generating the the following following table table in your in your spreadsheet: spreadsheet: A B C D E 1 stoichiometry grams moles molecules 2 Fe 2 O 3 (s) Fe(s) 2 4 CO 2 (g) 3 5 CO(g) 3 excess excess excess Figure 1.1: Worked Example #1 Then in cell D2, solve for the number of moles of Fe 2 O 3 (s). You should get moles of Fe 2 O 3 (s) in cell D2. Solve for Fill in the the number remainder of of moles the table: of Fe 2 O 3 (s) (you should get moles of Fe O 3 Decimal (s) incelld2). Places and Scientific Notation You may realize that there are an excessive number of decimal places in some of your Fill values. in Excel the remainder does not know of the how table. to account for significant figures. To change the number of decimal places, invoke the format cells feature. With this feature it is possible to convert the numbers within the cells to the correct number of significant You may figures, realize scientific thatnotation, there are fractions, an excessive percentages, number and many of decimal other things. places in some of your values. Excel does not know Convert how values toin account column D for into significant scientific notation, figures and by all itself, values within nor do the you table need to worry about significant to figures. the correct Consider number of significant Excel tofigures. be an overgrown calculator; it isn t relevant how many figures Excel shows. Rather, it is the number that you report in your assignments that is important. Cell D4 should read That said, Be sure you to always may want check to significant changefigures the number and do not of round decimal to the places correct that number are being displayed (to make of it significant easier tofigures read or until tothe seend more of your detail). calculations. ThisRounding accomplished early will result with in the format cells error in your calculations feature. With this feature it is possible to convert the numbers within the cells to the correct number of significant figures, scientific notation, fractions, percentages, and many other formats Now change cell C2 to g. What effect does this change have on the that you may need. products? Convert values in column D into scientific notation, and all values within the table to have three decimal places (cell D4 should read )! 2! With calculators there is always the danger that rounding too early will result in an incorrect answer due to roundo error; for that reason, you are always advised to not round to the correct number of significant figures until the end of your calculations. That said, one of the big advantages of Excel is that it does not actually round the number that is stored in memory - changing the formatting only limits the precision that it displays. Now change cell C2 to g. What e ect does this change have on the products? After you have found the results of changing cell C2 to g, convert all the values in the table back to correct values when C2 was g.
4 4 Quantitative General Chemistry Lab Manual Part 3 - Referencing Cells When typing out the equations to fill in the blank cells, it is not necessary to retype numbers that are already present, but rather you can click on the reference cell containing that number. Consider cell D4 in Worked Example #1. Your formula should have looked like: =(5.000/159.69) (3/1) where is the molar mass of Fe 2 O 3 (s) and 3/1 is the stoichiometric ratio. Instead of manually entering the numbers, consider the following version that references the appropriate cells in the table: =D2*(B3/B2) When copying the value from one cell to another, you can click the standard copy and then paste. If the initial cell does not contain a equation it will simply copy the value. However, if you copy a cell containing an equation, the standard copy and paste sequence copy the formula, and not the value. If you want to copy and paste the value within the cell and not the equation, first click on copy followed by paste special and then values. If you copy a formula containing reference cells down a number of rows then it will automatically adjust the cell references to match the new cell. For instance, let s assume that you have the formula =(G2/A2)*H2 in cell I2. If you copy this cell to I3 then the formula will now read: =(G3/A3)*H3. If you copy the cell to J3 then the formula will read =(H3/B3)*I3. It is often the case that we want to copy the general formula, but that some of the cell references should remain unchanged. Adding a dollar sign ($) before the letter or number in the cell reference then it will remain unchanged when copied. If, in our previous example, cell I2 had been =(G2/$A$2)*$H2 then copying the cell to J3 would give the formula: =(H3/$A$2)*$H3. Make a new sheet within your document by clicking on the plus symbol next to sheet1. Rename sheet 1 to WE1a (i.e. worked example 1a) and rename the newly created sheet to WE1b. On sheet WE1b, redo the table from Worked Example #1 to use referenced cells wherever appropriate. At this point, the output from both tables should be identical. Change the value in cell C2 to What are the values in cells E3 and E4? Hopefully you now realize that it is very valuable to reference cells; especially because if you make a mistake in a calculation you can just go back and correct the one cell with the mistake and all subsequent cells that include the reference will adjust according to the correction.
5 Using Spreadsheets to Analyze Chemistry Lab Data Lab 1: Using Excel for Analyzing Chemistry Data 5 Hopefully you now realized that it is very valuable to reference cells because if you make a mistake in a calculation because you can just go back and correct the one cell with the Worked Example mistake, #2: and all You subsequent are preparing cells that include a sethe ofreference dilutions will adjust fromaccording a stockto iron the (Fe) solution with initial concentration correction. of 0.50 mg/l. Make a new sheet within your document by clicking on the plus symbol next to sheet1 to solve Worked Example#2: Start by opening a new (third) sheet in your document (named WE2) and Worked Example#2: reproducing the following table: Given the following information, complete the table below using a spreadsheet: A B C D E 1 Constants Amount Unit 2 [Fe] stock 0.50 mg/l 3 Temp 25 4 Temp 298 K 5 Pressure 1 atm 6 7 Solution number Volume Stock added (L) Total final volume (L) Figure The correct 1.2: value Worked for cell D8 Example is 5.0 # C What is the correct value for cell D11? Dilution conc. (mg/l) Using the dollar signs before both B and 2 allows you to keep the cell B2 as a Complete the reference table cell (the as you correct copy equations. value for If you cell had D8 only is put 5.0 a dollar 10 sign 3 after ). What B, but is the value ofnot cell after D11? 2, the reference cell would continue to move down from 2 as you copy more cells. Hint: using the dollar signs before both B and 2 allows you to keep the cell B2 as a reference cell as you copy equations. In your own words, describe what would have happened if you would have only put a dollar sign in front of the B Copying values and equation When copying the value from one cell to another, you can click the standard copy and then paste if the initial cell does not contain a equation. However, if you copy a cell containing an equation, the standard copy and paste sequence will work if you want to copy the equation, but if you want to copy and paste the value within the cell and not the equation, first click on copy followed by paste special and then values Displaying Equations and Formulas For the sake of checking your work we will need to display the actual formulas used so that the teaching assistants for the class can see where the data for the calculations originated. Note: we are only doing this for this lab so that we can make sure that the formulas you used are correct; these! formulas do not count as sample calculations 1 for the purposes 1! of grading your reports. Displaying the equation or formula can be accomplished using the following steps: Start by clicking on the cell until the formula becomes visible. Select the formula and click copy. Paste the formula into the desired cell and insert an apostrophe ( ) before the equals sign. Finally, you need to enable the Print Row and Column Headings. In the Page Setup pop-up click Sheet and then select Print Row and Column Headings. Now, when you print it will show the row numbers and column labels. Always make sure to have these headings printed if you submit a spreadsheet. Fill in column E on sheet WE2 with the correct formulas. 1 In this course, one full set of sample calculations are required for all problems. These calculations must include units as well as the correct number of significant figures for final answers.
6 6 Quantitative General Chemistry Lab Manual Part 4 - Working some problems Now you will try to solve some chemistry problems on your own: please solve these problems on paper first, and submit both handwritten and computer versions to your lab instructor. You can use the two methods of solving each problem to check your own work. The answers to problems 1, 2, and 3, should be saved on sheets P1, P2, and P3, respectively. Make sure to display the formulas that you used next to the appropriate columns. Problem #1: What is the volume of a single water molecule in m 3? You may or may not find the following information useful: Density of water is g/ml, Melting Point of water is 32 o F, the pka of water is 15.74, and the molar mass of water is g/mol. Proper units have to be used throughout each calculation to receive credit and the final answer must contain the correct units and the correct significant figures. Problem #2: NaOH(aq) is often used to titrate HCl(aq). HCl(aq)+OH (aq)! Cl (aq)+h 2 O(l) A 0.500M NaOH solution is used to titrate several aliquots of ml of an unknown concentration of HCl. Use the data in the table below and the skills in this tutorial to determine the average concentration of the hydrochloric acid solution and the standard deviation. Provide a handwritten sample calculation (for one trial) in the post-lab assignment. Part 5 - Graphing Trial # Volume NaOH (ml) By now you ve hopefully come to appreciate the computing and organizational abilities of Excel. In addition to its excellent ability to keep track of data and perform calculations, Excel can also be used to make graphs. Graphs are an essential tool in the scientist s arsenal - they enable someone to present large amounts of data in a concise manner that immediately draws the reader s attention to a trend or pattern. Unfortunately, the format and types of default graphs that Excel makes are far from on-par for science purposes. Below are a few general guidelines for making a good graph: Only use xy scatter plots (some scientific applications will also use bar graphs or pies)
7 Lab 1: Using Excel for Analyzing Chemistry Data 7 Excel can plot the points or it can connect them with lines (smoothed or straight). Rarely will points be connected with lines this implies data that you don t have; the only exceptions are chromatograms and spectra, where you would not include points and only use lines. All axes need labels and units (check significant figures of tick mark labels) Excel displays vertical axis gridlines (horizontal lines on the whole graph) by default. Either remove all of the gridlines or make a perfect grid on both axes (most graphs should not have gridlines). Excel includes a legend on the side of the graph by default. Single data set graphs should not have a legend. If multiple data sets are present (2 or more) then a legend or a caption is needed. If there are only a few sets (2 to 3), use only a caption. If there are many sets (4 or more) then use a legend and a caption. Unless you use a color printer, do not use color lines to distinguish between data sets on a single graph. Resize the axes so that the plotted lines extends across most of the graph (the origin need not be included on the graph) Where appropriate (for linear data), add a trendline and display its equation on the graph (include R-squared as well). The title of the figure is the first part of the figure caption, not an obnoxiously large title in the top center of the figure (Excel default). Problem #3: A public health researcher hypothesized that there is a correlation between height and weight. (Recall: 1 kg = 2.2 lbs and 1 cm = 0.39 in) Height # Weight (lbs) 5 ft 10 in ft 7 in ft 5 in ft 2 in ft 6 in ft 8 in ft 3 in 169 Transcribe the table above to a new sheet (P3). Prepare a graph of Weight (in kg) vs Height (in cm) and move the resulting graph to its own sheet, Graph1. In your post-lab assignment, discuss whether or not the data support the researcher s hypothesis? Explain. (Use three significant figures in this problem)
8 origin need not be included) Add a trendline Present linear equation and R 2 values on the actual graph (be sure to also list them in the actual results section) List the title as a figure number on the bottom of the graph rather than within the 8 Quantitative General graph Chemistry Lab Manual Example of incorrect vs correct graph For your Incorrect: reference, here are examples of an incorrect graph and a corrected version: Absorbance*Vs.*Temperature* 1! 0.9! 0.8! 0.7! 0.6! 0.5! 0.4! 0.3! 0.2! 0.1! 0! 0! 20! 40! 60! 80! 100! 120! 140! Series1! Figure 1.3: Correct: Incorrect version of a graph Absorbance(453.35*nm)* 1.2! 1! 0.8! 0.6! 0.4!! 4! 0.2! Figure1. Graph of Absorbance vs Temperature. y!=!0.0111x!5!0.4038! R²!=! ! 0! 60! 70! 80! 90! 100! 110! 120! 130! 140! Temperature(*celsius)* Figure 1.4: Correct version of a graph
9 Lab 1: Using Excel for Analyzing Chemistry Data 9 Reference - Useful Commands Average To compute the average value of a set of numbers, use the =AVERAGE(first cell:last cell) command. Standard deviation Calculating the standard deviation is very similar to calculating the average value of a data set. Just type =STDEV(first cell:last cell). Count cells If you have a long list of cells and want to determine the N value (number of data points) for future calculations, use the =COUNT(array of cells) command. This array can be one or two-dimensional. Relative standard deviation (RSD) There is no explicit Excel command for RSD. To calculate the RSD, you should divide the standard deviation by the average using the two values as reference cells. t statistic To compute the student t statistic use the =TINV(probability, DOF) command, where DOF is the number of degrees of freedom (N-1) and probability is 1-(confidence limit). Example: for 75 data points at the 95% confidence limit use =TINV(0.05,74). F statistic Use the =FINV(probability, DOF1, DOF2) to compute the F statistic for two data sets, where DOF1 and DOF2 are the degrees of freedom of the numerator data set and denominator data set, respectively, and the probability is 1-(confidence limit). For example, if you have 6 degrees of freedom in the numerator and 4 degrees of freedom in the denominator and want the F -value for a 95% confidence limit, then use =FINV(.05,6,4). If Statements If statements are used to evaluate whether a statement is true or false. If the statement is true the command will return one value, and if the statement is false then the command will return a di erent value. The command is =IF(logical test, value if true, value if false). For example, if one wanted to determine whether the value in cell C3 is greater than 30, and if it is greater than 30 that means the person is considered moderately obese and if its
10 10 Quantitative General Chemistry Lab Manual less than or equal to 30 the person is only considered overweight, the command would be: =IF(C3>30, MODERATELY OBESE, OVERWEIGHT ). Reference - Least Squares Regression Even though it is convenient to graph on the spreadsheet and be able to automatically receive the linear equation, one deficiency is that the equation displayed in the graph does not contain the appropriate confidence intervals. To calculate the confidenceσintervals, ( x i x) 2 it, which is recommended can be to create a template for a linear equation using the method of least squares. In Excel, the command for generating the method of least squares values is =LINEST(yvalues, x-values,1,1). This command will result in two-by-three (or two-by-five) table containing an output of slope (m), standard deviation of slope (s m ), R squared, y-intercept (b), standard deviation in y-intercept (s b ), and the standard deviation in y (s y ). Start by preparing a table exactly like the one in the figure below: To solve for s x, the template should also include the command to count the # of x-values, the mean value for y-values, and the command to calculate calculated using the =DEVSQ(x-values) command. A B C D 1 m b 2 s m s b 3 R 2 s y If Statements Figure 1.5: LINEST Table If statements are used to evaluate whether a statement is true or false. If the statement is true, the if command will return one value and if the statement is false, then the if command will return a different value. The command is =IF(logical test, value if true, Next, highlight the six cells in between the letters and type the =LINEST command as value described if false). above. For DO example, NOT hit if one enter! wanted Be sure to determine to type ctrl+enter whether (PC) the value or command+enter in cell C3 is greater (MAC) than when 30 you and finish if it typing is greater in the than command 30 that tomeans receivethe all the person desired is considered data. If not, moderately only the obese first and cell will if its beless computed. than or At equal this to point 30 you the now person haveis all only of the considered regressionoverweight, parameters (slope, the command intercept) would and their be: associated =IF(C3>30, MODERATELY uncertainties. The only value OBESE, OVERWEIGHT ). that you are missing that is the uncertainty in value you wish to regress, s x, which can be solved using the following equation: s s x = s y 1 m k + 1 N + (y ȳ) 2 m 2 P i (x i x) 2 where k is the number of replicate measurements in x, N is the number of points on the line. To solve for s x, your template should also include the command to count the number of x-values (COUNT), the mean value for y-values, and the command to calculate P i (x i x) 2, which can be calculated using the =DEVSQ(x-values) command.
11 Lab 1: Using Excel for Analyzing Chemistry Data 11 Post-Lab Assignment Name: Section: Submitting your spreadsheets In addition to the answers to the following questions, print and submit the properly labeled sheets from your spreadsheet (WE1a, WE1b, WE2, P1, P2, P3, P4, and Graph4) - each sheet should not take more than a single piece of paper, and must have the row and column headings shown. Make sure that your spreadsheets include units and that the final values are shown to the correct number of significant figures. Part 1: What is the code used to reference the cell in the eleventh column and fortieth row? Part 2: Now change cell C2 to g. What e ect does this change have on the products? Part 3: Change the value in cell C2 to What are the values in cells E3 and E4? Complete the table (the correct value for cell D8 is ). What is the value of cell D11? In your own words, describe what would have happened if you would have only put a dollar sign in front of the B.
12 12 Quantitative General Chemistry Lab Manual Part 4: Problem #1 Problem #2 Part 5: Problem #3. Does the data support the researcher s hypothesis? Explain briefly.
Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different)
Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets are computer programs that allow the user to enter and manipulate numbers. They are capable
0 Introduction to Data Analysis Using an Excel Spreadsheet
Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do
Tutorial 2: Using Excel in Data Analysis
Tutorial 2: Using Excel in Data Analysis This tutorial guide addresses several issues particularly relevant in the context of the level 1 Physics lab sessions at Durham: organising your work sheet neatly,
EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.
EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your
Dealing with Data in Excel 2010
Dealing with Data in Excel 2010 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for dealing
Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.
Excel Tutorial Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Working with Data Entering and Formatting Data Before entering data
Figure 1. An embedded chart on a worksheet.
8. Excel Charts and Analysis ToolPak Charts, also known as graphs, have been an integral part of spreadsheets since the early days of Lotus 1-2-3. Charting features have improved significantly over the
Summary of important mathematical operations and formulas (from first tutorial):
EXCEL Intermediate Tutorial Summary of important mathematical operations and formulas (from first tutorial): Operation Key Addition + Subtraction - Multiplication * Division / Exponential ^ To enter a
Microsoft Excel Tutorial
Microsoft Excel Tutorial Microsoft Excel spreadsheets are a powerful and easy to use tool to record, plot and analyze experimental data. Excel is commonly used by engineers to tackle sophisticated computations
Calibration and Linear Regression Analysis: A Self-Guided Tutorial
Calibration and Linear Regression Analysis: A Self-Guided Tutorial Part 1 Instrumental Analysis with Excel: The Basics CHM314 Instrumental Analysis Department of Chemistry, University of Toronto Dr. D.
AP Physics 1 and 2 Lab Investigations
AP Physics 1 and 2 Lab Investigations Student Guide to Data Analysis New York, NY. College Board, Advanced Placement, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks
Intro to Excel spreadsheets
Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using
Updates to Graphing with Excel
Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with
Using Excel for Handling, Graphing, and Analyzing Scientific Data:
Using Excel for Handling, Graphing, and Analyzing Scientific Data: A Resource for Science and Mathematics Students Scott A. Sinex Barbara A. Gage Department of Physical Sciences and Engineering Prince
Scientific Graphing in Excel 2010
Scientific Graphing in Excel 2010 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.
Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data
Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable
Getting Started with Excel 2008. Table of Contents
Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...
Excel Guide for Finite Mathematics and Applied Calculus
Excel Guide for Finite Mathematics and Applied Calculus Revathi Narasimhan Kean University A technology guide to accompany Mathematical Applications, 6 th Edition Applied Calculus, 2 nd Edition Calculus:
Microsoft Excel Tutorial
Microsoft Excel Tutorial by Dr. James E. Parks Department of Physics and Astronomy 401 Nielsen Physics Building The University of Tennessee Knoxville, Tennessee 37996-1200 Copyright August, 2000 by James
Plots, Curve-Fitting, and Data Modeling in Microsoft Excel
Plots, Curve-Fitting, and Data Modeling in Microsoft Excel This handout offers some tips on making nice plots of data collected in your lab experiments, as well as instruction on how to use the built-in
Analytical Chemistry Lab Reports
Analytical Chemistry Lab Reports Format and Calculations John Collins [email protected] Measurement Analytical chemistry is entirely about measurement, what these measurements signify, and the understanding
Estimating a market model: Step-by-step Prepared by Pamela Peterson Drake Florida Atlantic University
Estimating a market model: Step-by-step Prepared by Pamela Peterson Drake Florida Atlantic University The purpose of this document is to guide you through the process of estimating a market model for the
Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering
Engineering Problem Solving and Excel EGN 1006 Introduction to Engineering Mathematical Solution Procedures Commonly Used in Engineering Analysis Data Analysis Techniques (Statistics) Curve Fitting techniques
Microsoft Excel 2010 Part 3: Advanced Excel
CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting
USING EXCEL ON THE COMPUTER TO FIND THE MEAN AND STANDARD DEVIATION AND TO DO LINEAR REGRESSION ANALYSIS AND GRAPHING TABLE OF CONTENTS
USING EXCEL ON THE COMPUTER TO FIND THE MEAN AND STANDARD DEVIATION AND TO DO LINEAR REGRESSION ANALYSIS AND GRAPHING Dr. Susan Petro TABLE OF CONTENTS Topic Page number 1. On following directions 2 2.
Excel Tutorial. Bio 150B Excel Tutorial 1
Bio 15B Excel Tutorial 1 Excel Tutorial As part of your laboratory write-ups and reports during this semester you will be required to collect and present data in an appropriate format. To organize and
How To Run Statistical Tests in Excel
How To Run Statistical Tests in Excel Microsoft Excel is your best tool for storing and manipulating data, calculating basic descriptive statistics such as means and standard deviations, and conducting
How to make a line graph using Excel 2007
How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in
Assignment objectives:
Assignment objectives: Regression Pivot table Exercise #1- Simple Linear Regression Often the relationship between two variables, Y and X, can be adequately represented by a simple linear equation of the
Using Microsoft Excel to Plot and Analyze Kinetic Data
Entering and Formatting Data Using Microsoft Excel to Plot and Analyze Kinetic Data Open Excel. Set up the spreadsheet page (Sheet 1) so that anyone who reads it will understand the page (Figure 1). Type
Microsoft Excel. Qi Wei
Microsoft Excel Qi Wei Excel (Microsoft Office Excel) is a spreadsheet application written and distributed by Microsoft for Microsoft Windows and Mac OS X. It features calculation, graphing tools, pivot
STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013
Running Descriptive and Correlational Analysis in Excel 2013 Tips for coding a survey Use short phrases for your data table headers to keep your worksheet neat, you can always edit the labels in tables
Analyzing Dose-Response Data 1
Version 4. Step-by-Step Examples Analyzing Dose-Response Data 1 A dose-response curve describes the relationship between response to drug treatment and drug dose or concentration. Sensitivity to a drug
EXCEL SPREADSHEET MANUAL
EXCEL SPREADSHEET MANUAL to accompany MATHEMATICS WITH APPLICATIONS, EIGHTH EDITION and MATHEMATICS WITH APPLICATIONS, FINITE VERSION, EIGHTH EDITION LIAL HUNGERFORD Paula Grafton Young Salem College J.
A Guide to Using Excel in Physics Lab
A Guide to Using Excel in Physics Lab Excel has the potential to be a very useful program that will save you lots of time. Excel is especially useful for making repetitious calculations on large data sets.
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
Interactive Excel Spreadsheets:
Interactive Excel Spreadsheets: Constructing Visualization Tools to Enhance Your Learner-centered Math and Science Classroom Scott A. Sinex Department of Physical Sciences and Engineering Prince George
Using Excel for descriptive statistics
FACT SHEET Using Excel for descriptive statistics Introduction Biologists no longer routinely plot graphs by hand or rely on calculators to carry out difficult and tedious statistical calculations. These
KaleidaGraph Quick Start Guide
KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.
Plotting Data with Microsoft Excel
Plotting Data with Microsoft Excel Here is an example of an attempt to plot parametric data in a scientifically meaningful way, using Microsoft Excel. This example describes an experience using the Office
Quickstart for Desktop Version
Quickstart for Desktop Version What is GeoGebra? Dynamic Mathematics Software in one easy-to-use package For learning and teaching at all levels of education Joins interactive 2D and 3D geometry, algebra,
Format for Experiment Preparation and Write-Up
Format for Experiment Preparation and Write-Up Scientists try to answer questions by applying consistent, logical reasoning to describe, explain, and predict observations; and by performing experiments
To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.
EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet
Preface of Excel Guide
Preface of Excel Guide The use of spreadsheets in a course designed primarily for business and social science majors can enhance the understanding of the underlying mathematical concepts. In addition,
Lab 1: The metric system measurement of length and weight
Lab 1: The metric system measurement of length and weight Introduction The scientific community and the majority of nations throughout the world use the metric system to record quantities such as length,
EXPERIMENT 9 Evaluation of the Universal Gas Constant, R
Outcomes EXPERIMENT 9 Evaluation of the Universal Gas Constant, R After completing this experiment, the student should be able to: 1. Determine universal gas constant using reaction of an acid with a metal.
Experiment 1A: Excel Graphing Exercise
Physics 210 Lab Manual Page 1-1 Experiment 1A: Excel Graphing Exercise The data for this exercise comes from measuring the time for a simple pendulum to swing back and forth 20 times as a function of the
NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( )
Chapter 340 Principal Components Regression Introduction is a technique for analyzing multiple regression data that suffer from multicollinearity. When multicollinearity occurs, least squares estimates
Excel Project Creating a Stock Portfolio Simulation
Background Vocabulary Excel Project Creating a Stock Portfolio Simulation 1. What is a stock? A stock is a share in the ownership of a corporation, a large business organization. A stock, also, represents
Scatter Plot, Correlation, and Regression on the TI-83/84
Scatter Plot, Correlation, and Regression on the TI-83/84 Summary: When you have a set of (x,y) data points and want to find the best equation to describe them, you are performing a regression. This page
Tennessee Department of Education. Task: Sally s Car Loan
Tennessee Department of Education Task: Sally s Car Loan Sally bought a new car. Her total cost including all fees and taxes was $15,. She made a down payment of $43. She financed the remaining amount
Microsoft Excel Basics
COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are
Information Literacy Program
Information Literacy Program Excel (2013) Advanced Charts 2015 ANU Library anulib.anu.edu.au/training [email protected] Table of Contents Excel (2013) Advanced Charts Overview of charts... 1 Create a chart...
Curve Fitting in Microsoft Excel By William Lee
Curve Fitting in Microsoft Excel By William Lee This document is here to guide you through the steps needed to do curve fitting in Microsoft Excel using the least-squares method. In mathematical equations
How to Write a Formal Lab Report
Union College Physics and Astronomy How to Write a Formal Lab Report A formal lab report is essentially a scaled-down version of a scientific paper, reporting on the results of an experiment that you and
Determining the Identity of an Unknown Weak Acid
Purpose The purpose of this experiment is to observe and measure a weak acid neutralization and determine the identity of an unknown acid by titration. Introduction The purpose of this exercise is to identify
Introduction to the TI-Nspire CX
Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor
How To Use A Spreadsheet Excel for the Mac and PC-Windows by John D. Winter
How To Use A Spreadsheet Excel for the Mac and PC-Windows by John D. Winter Most good spreadsheets have very similar capabilities, but the syntax of the commands differs slightly. I will use the keyboard
2. Creating Bar Graphs with Excel 2007
2. Creating Bar Graphs with Excel 2007 Biologists frequently use bar graphs to summarize and present the results of their research. This tutorial will show you how to generate these kinds of graphs (with
Excel -- Creating Charts
Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel
Excel 2003 Tutorial I
This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar
Formulas, Functions and Charts
Formulas, Functions and Charts :: 167 8 Formulas, Functions and Charts 8.1 INTRODUCTION In this leson you can enter formula and functions and perform mathematical calcualtions. You will also be able to
Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions.
Page 1 of 13 Review of Linear Expressions and Equations Skills involving linear equations can be divided into the following groups: Simplifying algebraic expressions. Linear expressions. Solving linear
Creating A Grade Sheet With Microsoft Excel
Creating A Grade Sheet With Microsoft Excel Microsoft Excel serves as an excellent tool for tracking grades in your course. But its power is not limited to its ability to organize information in rows and
EXCEL PREREQUISITES SOLVING TIME VALUE OF MONEY PROBLEMS IN EXCEL
CHAPTER 3 Smart Excel Appendix Use the Smart Excel spreadsheets and animated tutorials at the Smart Finance section of http://www.cengage.co.uk/megginson. Appendix Contents Excel prerequisites Creating
PERFORMING REGRESSION ANALYSIS USING MICROSOFT EXCEL
PERFORMING REGRESSION ANALYSIS USING MICROSOFT EXCEL John O. Mason, Ph.D., CPA Professor of Accountancy Culverhouse School of Accountancy The University of Alabama Abstract: This paper introduces you to
Exercise 1.12 (Pg. 22-23)
Individuals: The objects that are described by a set of data. They may be people, animals, things, etc. (Also referred to as Cases or Records) Variables: The characteristics recorded about each individual.
Appendix 2.1 Tabular and Graphical Methods Using Excel
Appendix 2.1 Tabular and Graphical Methods Using Excel 1 Appendix 2.1 Tabular and Graphical Methods Using Excel The instructions in this section begin by describing the entry of data into an Excel spreadsheet.
ECDL / ICDL Spreadsheets Syllabus Version 5.0
ECDL / ICDL Spreadsheets Syllabus Version 5.0 Purpose This document details the syllabus for ECDL / ICDL Spreadsheets. The syllabus describes, through learning outcomes, the knowledge and skills that a
Spreadsheet User Guide. First-Year Course
Spreadsheet User Guide with Solutions First-Year Course For Use With Glencoe Accounting: Online Learning Center Bothell, WA Chicago, IL Columbus, OH New York, NY CONTENTS Section 1 Introduction 1 Section
Excel Math Project for 8th Grade Identifying Patterns
There are several terms that we will use to describe your spreadsheet: Workbook, worksheet, row, column, cell, cursor, name box, formula bar. Today you are going to create a spreadsheet to investigate
Chemistry 111 Laboratory Experiment 7: Determination of Reaction Stoichiometry and Chemical Equilibrium
Chemistry 111 Laboratory Experiment 7: Determination of Reaction Stoichiometry and Chemical Equilibrium Introduction The word equilibrium suggests balance or stability. The fact that a chemical reaction
Chapter 4 Creating Charts and Graphs
Calc Guide Chapter 4 OpenOffice.org Copyright This document is Copyright 2006 by its contributors as listed in the section titled Authors. You can distribute it and/or modify it under the terms of either
Create Charts in Excel
Create Charts in Excel Table of Contents OVERVIEW OF CHARTING... 1 AVAILABLE CHART TYPES... 2 PIE CHARTS... 2 BAR CHARTS... 3 CREATING CHARTS IN EXCEL... 3 CREATE A CHART... 3 HOW TO CHANGE THE LOCATION
Unit 1 Equations, Inequalities, Functions
Unit 1 Equations, Inequalities, Functions Algebra 2, Pages 1-100 Overview: This unit models real-world situations by using one- and two-variable linear equations. This unit will further expand upon pervious
Advanced Microsoft Excel 2010
Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling
Hewlett-Packard 10BII Tutorial
This tutorial has been developed to be used in conjunction with Brigham and Houston s Fundamentals of Financial Management 11 th edition and Fundamentals of Financial Management: Concise Edition. In particular,
Experiment 2 Kinetics II Concentration-Time Relationships and Activation Energy
2-1 Experiment 2 Kinetics II Concentration-Time Relationships and Activation Energy Introduction: The kinetics of a decomposition reaction involving hydroxide ion and crystal violet, an organic dye used
Determination of the Amount of Acid Neutralized by an Antacid Tablet Using Back Titration
Determination of the Amount of Acid Neutralized by an Antacid Tablet Using Back Titration GOAL AND OVERVIEW Antacids are bases that react stoichiometrically with acid. The number of moles of acid that
A.2. Exponents and Radicals. Integer Exponents. What you should learn. Exponential Notation. Why you should learn it. Properties of Exponents
Appendix A. Exponents and Radicals A11 A. Exponents and Radicals What you should learn Use properties of exponents. Use scientific notation to represent real numbers. Use properties of radicals. Simplify
Polynomial Neural Network Discovery Client User Guide
Polynomial Neural Network Discovery Client User Guide Version 1.3 Table of contents Table of contents...2 1. Introduction...3 1.1 Overview...3 1.2 PNN algorithm principles...3 1.3 Additional criteria...3
FREE FALL. Introduction. Reference Young and Freedman, University Physics, 12 th Edition: Chapter 2, section 2.5
Physics 161 FREE FALL Introduction This experiment is designed to study the motion of an object that is accelerated by the force of gravity. It also serves as an introduction to the data analysis capabilities
How To Understand Algebraic Equations
Please use the resources below to review mathematical concepts found in chemistry. 1. Many Online videos by MiraCosta Professor Julie Harland: www.yourmathgal.com 2. Text references in red/burgundy and
Formulas, Equations and Moles
Chapter 3 Formulas, Equations and Moles Interpreting Chemical Equations You can interpret a balanced chemical equation in many ways. On a microscopic level, two molecules of H 2 react with one molecule
Excel 2010: Create your first spreadsheet
Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column
Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs
Using Excel Jeffrey L. Rummel Emory University Goizueta Business School BBA Seminar Jeffrey L. Rummel BBA Seminar 1 / 54 Excel Calculations of Descriptive Statistics Single Variable Graphs Relationships
IDEAL AND NON-IDEAL GASES
2/2016 ideal gas 1/8 IDEAL AND NON-IDEAL GASES PURPOSE: To measure how the pressure of a low-density gas varies with temperature, to determine the absolute zero of temperature by making a linear fit to
Data representation and analysis in Excel
Page 1 Data representation and analysis in Excel Let s Get Started! This course will teach you how to analyze data and make charts in Excel so that the data may be represented in a visual way that reflects
Scatter Plots with Error Bars
Chapter 165 Scatter Plots with Error Bars Introduction The procedure extends the capability of the basic scatter plot by allowing you to plot the variability in Y and X corresponding to each point. Each
Introduction to Data Tables. Data Table Exercises
Tools for Excel Modeling Introduction to Data Tables and Data Table Exercises EXCEL REVIEW 2000-2001 Data Tables are among the most useful of Excel s tools for analyzing data in spreadsheet models. Some
Excel 2007 A Beginners Guide
Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on
MICROSOFT EXCEL 2007-2010 FORECASTING AND DATA ANALYSIS
MICROSOFT EXCEL 2007-2010 FORECASTING AND DATA ANALYSIS Contents NOTE Unless otherwise stated, screenshots in this book were taken using Excel 2007 with a blue colour scheme and running on Windows Vista.
Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies
Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies Components of a Chart 1 Chart types 2 Data tables 4 The Chart Wizard 5 Column Charts 7 Line charts
Graphing Parabolas With Microsoft Excel
Graphing Parabolas With Microsoft Excel Mr. Clausen Algebra 2 California State Standard for Algebra 2 #10.0: Students graph quadratic functions and determine the maxima, minima, and zeros of the function.
DIGITAL DESIGN APPLICATIONS Word Exam REVIEW
DIGITAL DESIGN APPLICATIONS Word Exam REVIEW Directions: Complete the following word processing document, and know how to use proper formatting techniques on it. 1. Before keying in the text in the box
Formulas & Functions in Microsoft Excel
Formulas & Functions in Microsoft Excel Theresa A Scott, MS Biostatistician III Department of Biostatistics Vanderbilt University [email protected] Table of Contents 1 Introduction 1 1.1 Using
Section 1.5 Linear Models
Section 1.5 Linear Models Some real-life problems can be modeled using linear equations. Now that we know how to find the slope of a line, the equation of a line, and the point of intersection of two lines,
Algebra I. In this technological age, mathematics is more important than ever. When students
In this technological age, mathematics is more important than ever. When students leave school, they are more and more likely to use mathematics in their work and everyday lives operating computer equipment,
Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator
Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator This Guide is designed to offer step-by-step instruction for using your TI-83, TI-83 Plus, or TI-84 Plus graphing calculator
Experiment 4 The Relationship of Density and Molarity of an Aqueous Salt Solution
Experiment 4 The Relationship of Density and Molarity of an Aqueous Salt Solution Purpose: The purpose of this experiment is to investigate the relationship between the concentration of an aqueous salt
