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

Size: px
Start display at page:

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

Transcription

1 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 here on how to use EXCEL. The examples contained here demonstrate how this feature works in EXCEL, and they demonstrate the general scientific technique of using curve fits to extract information from experimental data. Several types of curve fits are demonstrated in the examples. The simplest and most common type, a straight line fit, is not included as a specific example, but its features are discussed. The author has done this to emphasize that the technique is more general, especially for students who have done only straight line fits before. You should read and complete the "EXCEL SPREADSHEET TUTORIAL" before attempting this exercise. TABLE OF CONTENTS: I. INTRODUCTION: - Motivation and Our First Example. II. OUR FIRST FIT: - Position vs. Time; A nd Order Polynomial Fit. A. Getting Started B. Adding the Best Fit Curve II. OUR SECOND FIT: - A Simple Power Law Fit. A. Basic Form B. Kepler's Third Law Example C. A Word of Caution III. THIRD EXAMPLE: - An Exponential Function. A. Basic Form B. Radioactive Decay Example C. A Word of Caution IV. OTHER TYPES OF FITS. V. SUMMARY OF DATA RESTRICTIONS. VI. BAD FITS. A. The Wrong Function B. Bad Data VII. CONCLUDING REMARKS.

2 I. INTRODUCTION: - Motivation and Our First Example. In the "EXCEL SPREADSHEET TUTORIAL" we created a plot from numbers that were calculated from a set of formulas. We plotted the position vs. time and velocity vs. time of a falling body using the kinematics equations for constant acceleration (position = y, velocity = v): 1 y = y + v t + a ; v = v a t. 0 0y yt y 0y + The position function y(t) is "quadratic" in terms of the independent variable time. In other words the position equation is a simple polynomial with a constant term y 0, a term proportional to t (v 0y t), and a term proportional to t (1/a y t ). A quadratic function is also referred to as a "nd degree polynomial" or "polynomial of order ". The "degree" or "order" of a polynomial is the highest power that the independent variable is raised to (for example, a 3rd order polynomial would also include a t 3 term). The velocity v(t) is "linear" in the variable t, or a "1st order polynomial". These equations predict what the position and velocity of a falling body would be, based on the physics involved and the assumption that the acceleration of the falling object is constant. This gives us a prediction that the position is a quadratic function of time and that the velocity is a linear function of time. The values that we assumed we knew (a y = -9.8 m/s, v 0y =0, and y 0 = 0) are referred to as parameters. We assumed we knew the parameters, plugged them into the formulas, calculated v and y for various values of t, and plotted the result. This result is a mathematical model, or theoretical result based on the assumption of constant acceleration Instead, in the laboratory you would measure the physical quantities involved and test to see how well they fit these models. If measurements fit the models well enough, you should be able to determine experimentally what the parameters are from your measurements. In our example here, we would drop some object and measure its position and time at various intervals as it fell. The measurements would not necessarily exactly match our predicted quadratic equation for y vs. t, but they should be very close to it as long as our assumption of constant acceleration is valid, and if we take careful measurements. Even if the measurements deviate slightly from the model, it does not mean our assumption is wrong. There is always a certain amount of uncertainty (sometimes referred to as "error") in taking a measurement that comes from the limited precision of any measurement device. This could account for some of the deviation. Also, we may have done the measurements incorrectly and this could cause some deviation. We don't intend to discuss measurement uncertainty ("error") in detail in this tutorial, but you should remember that when the deviation comes from you taking the measurements incorrectly it is unacceptable and should be corrected. This type of mistake is NOT what we mean by "error" when you discuss sources of "error" in your experiment. Let's examine some hypothetical position vs. time measurements. We want to test and see if they closely fit a function of the form: y = A + Bt + Ct. If so, then we are confident that we are measuring something that has constant acceleration. We can relax the assumption that we know what the acceleration is, and that we know what the initial position and velocity are. Instead, we can calculate numerical values for A, B, and C directly from our measurements that make a quadratic function y(t) that passes as close as possible to all of the data points. There is a rigorous mathematical way to do this, and the curve that we get is called a "best fit y

3 curve". You may have done this before in a statistics course or another science course fitting data to a straight line, but the method is more general and other types of curves can be fit also. We will not concern ourselves with the math involved, since EXCEL will do it for us. In the second half of this tutorial we will show you how to use EXCEL to get the best fit curve, but first let us see how it looks in general. Suppose the data table in Figure 1 below contains our measurements of position vs. time of a falling object. Next to the table is shown what the graph of these measurements with the best fit curve from EXCEL looks like. The data points are the small square boxes on the graph. The equation displayed on the graph is a quadratic function that EXCEL calculated as a best fit to the data (x is Time, y is Position), and the curve you see on the graph is a plot of this function. Note that I have followed the proper conventions for titling and labeling the graph, and for labeling the data table; as explained in the SPREADSHEET TUTORIAL. Position (m) 0-50 Positon vs. Time Data With Best Fit Curve Time (s) Time(s) Position(m) y = x x R = Figure 1 - Graph of Position vs. Time Data of Falling Body With Best Fit Curve From Excel. There are several things to be aware of about this result: 1. The data points do not fall exactly on the curve, but are very close to it. I will not prove it, but the ones that seem to fall right on the curve do not match it exactly (if they do it is coincidence). Even though our first data point is y = 0 at t = 0, the best fit curve does NOT equal 0 at t = 0. The number called "R " on the graph describes how close the curve fits the data. It will always be a number between 0 and 1. In our case, R = The closer R is to 1, the closer the data is to the best fit curve in general. In fact the curve we got is the "best fit" because it is a unique function of the type we chose (nd order polynomial) that makes R as close to being equal to 1 as possible. No other possible values of the parameters A, B, and C can do better, based on the value of R. This number is often referred to as the "coefficient of regression". As before, we will not discuss the mathematics used to calculate it here.. It is important to know that the result you get is an EXPERIMENTAL result, NOT theoretical. We chose to fit the data to a nd degree polynomial based on theory, but the results you get for the parameters A, B, and C are calculated directly from the data. Think of this as a

4 fancy way to get "average" values for A, B, and C from the measurements. Never refer to the results of a best fit as "theory". We only used the model as a starting point to know what general type of curve to fit our data to. Also, even though our data fits a nd degree polynomial very well, we would not say that it "proves" that the acceleration is constant. We would only say that our experimental result "verifies" our assumption of constant acceleration to a certain level of precision. Any result you get from analyzing a best fit curve in a physics lab is an experimental value, even if your lab manual does not explicitly call it that. However, we need to compare the values we got for A, B, and C to the theory to see what they mean physically. In our case we compare: 1 y = y0 + v0y t + a yt to: y = A + Bt + Ct. Here are the results (values for A, B, and C are read directly from the curve in Figure 1, and I have included the proper units): 1) Experimental value for y 0 = A = m. ) Experimental value for v 0y = B = m/s. 3) Experimental value for a y = C = ( m/s ) = m/s. In the next section of the tutorial we will see how to do this example in EXCEL. II. OUR FIRST FIT: - Position vs. Time; A nd Order Polynomial Fit. A. Getting Started: In general, the following first few steps will be done for ANY curve fit (except with different data, labels, and type of curve each time). Do the following: 1). Start the program EXCEL and start with a blank spreadsheet. I have chosen to give mine the description "Problem: Create a nd Order polynomial fit to our Position vs. Time measurements". 3). Create a data table of your experimental values that you are going to fit. Remember which column the "x-axis" values go in for graphing purposes. Use the table from Figure 1. DO NOT calculate these numbers from a formula. The numbers in the table are like the numbers you would get from measurements. 4). Use the "Chart Wizard" to create an "XY (scatter)" graph of your data. You should only see data points. You should not see any lines connecting your data points on the graph if you chose the graph type "XY (scatter)". Figure on the next page depicts what my spreadsheet looks like now.

5 Figure - EXCEL Data and Graph Before Adding the Best Fit Curve. Yours should look something like this. If not, repeat these steps. Reread the "EXCEL SPREADSHEET TUTORIAL" if needed. Now we will add the best fit curve. B. Adding the Best Fit Curve: We can now fit a "nd Order Polynomial" to this data. Click on the chart if it is not already selected. Choose Add Trendline... from the Chart menu. Click on the Type tab. You will see some small windows with pictures of various types of functions and their name below them. Click on the window labeled Polynomial. Type In the textbox titled Order. Now click on the Options tab. The only options we are concerned with are 3 at the bottom: 1. Set intercept should be OFF (if checkmark is shown, click box to remove).. Display equation on chart should be ON (checkmark is visible). 3. Display R-squared value on chart should be ON (checkmark is visible). Click on OK or press Enter to finish. The best fit equation should now appear on the chart. We can reformat it so it is more readable. Double click on the equation, and a window titled "Format Data Labels" appears, with 4 tabs at the top: "Patterns", "Fonts", "Number" and "Alignment". Under the "Number" tab there is a list of formats for displaying the numbers in the equation. I have chosen the one called "Number" with 4 decimal places shown. Under the "Font" tab you

6 can adjust the font type and size, etc. I have chosen a larger font of about 14pt. Click Okay to close the menu when you are done. When you first clicked on the equation, a box appeared around it (single click to make it reappear if it is gone). By clicking and holding the mouse near the upper left corner of the box, you can drag the equation to a clear place on your graph. My result looks like this now: Figure 3 - Data and graph after adding best fit curve. II. OUR SECOND FIT: - A Simple Power Law Fit. A. Basic Form: The basic form of a power law is an equation of the form y = Cx B. Another way to say this is that "y is proportional to x raised to the B power". There are parameters, the coefficient C and the exponent B. For example, the period T (time for one complete oscillation) of a simple pendulum is a function of the length L of the pendulum given by: L T = π g Here g is the magnitude of acceleration due to gravity. Remember that a square root is the same as the exponent 1/. Also, remember that the square root of g in the denominator is the same as raising g to the exponent -1/. This is a power law since it can be written in the form: T = (πg -1/ ) L 1/ If we measured the periods T of several pendulums of different lengths L and plotted T vs. L, we could then do a power law fit of our data. If the relation above is verified we expect to get an exponent B approximately equal to 1/ from the fit. We would also get an experimental value for g from the coefficient C since: C g -1/ = π ; therefore (solve for g) π g = C.

7 The exponent on the independent variable of a power law can also be negative, as in y = C/x; which can be rewritten as y = Cx -1. B. Kepler's Third Law Example: Here is a data table containing experimental values of the orbital period T (time that it takes a planet to orbit the sun) and orbital radius R (average distance from the sun to the planet) for the 9 planets in our solar system: Planet Distance from Sun (m) Orbital period (s) Mercury 5.79x x10 6 Venus 1.08x x10 7 Earth 1.496x x10 7 Mars.8x x10 7 Jupiter 7.78x x10 8 Saturn 1.43x x10 8 Uranus.87x x10 9 Neptune 4.50x x10 9 Pluto 5.91x x10 9 Figure 4 - Orbital radius and period data for the 9 planets. Kepler's 3rd Law states that the square of T is proportional to the cube of R. This is written as: Once you have the scatter plot, then: Click on the chart if it is not already selected. Choose Add Trendline... from the Chart menu. Click on the Type tab. Click on the small window labeled Power. Now click on the Options tab. The only options we are concerned with are 3 at the bottom: 1. Set intercept should be OFF (if checkmark is shown, click box to remove).. Display equation on chart should be ON (checkmark is visible). 3. Display R-squared value on chart should be ON (checkmark is visible). Click on OK or press Enter to finish. π T = R GM M S is the mass of the Sun in kilograms. G is the universal gravitational force constant with the known value G = 6.67x10-11 Nm /kg. This is a power law for T vs. R. Now we will fit the data to a simple power law. Do the basic steps in EXCEL of making an "XY (scatter)" plot of T vs. R data. To enter numbers in scientific notation in EXCEL you use "e" for the power of 10 as you would in any computer. For example, the orbital distance in meters for the Earth is 1.496x This would be entered into EXCEL as 1.496e11 (notice there are no spaces). S 3/

8 We should change the format of the numbers displayed in the equation to "Scientific". If you left it as "Number" the coefficient C on the result would display "0.0000" to 4 decimal places. Its value is 5.51x10-10 to 3 significant figures in scientific notation. In "Number" format you would need 1 decimal places to see this since it is The result is shown below, with numbers on the equation showing 5 decimal places in scientific notation. Figure 5 - Power law fit of orbital period vs. orbital distance for the 9 planets. The exponent on the result is to 5 decimal places, or 1.50 when rounded to 3 significant figures. We expected 3/ which equals 1.5, and the data used was given to 3 sig. figs. R is given as x10-1 which is the same as , a value close to 1. Now let's use C to calculate the mass of the Sun. From examining Kepler's 3rd Law we see that: π C = GM S Solving for M S and plugging in C from the fit: 4π 4 ( ) M (experimental) = = -10 C G (5.5119x10 ) (6.67x10 kg ) S = x10 C. A Word of Caution: EXCEL will NOT allow you to do a simple power law fit if you have either x=0 or y=0 in any of your data points. Also, it does not allow you to do a power law fit if any of the x or y values are negative. For example, in the nd order polynomial fit, if we simplified our model and only kept the t term, it looks sort of like a power law: y = (1/a y )t. However; the y values are negative. We can only do the power law fit if we redefine our y values as positive numbers (like choosing our coordinates with down as the positive direction). We would also need to throw away the data point (t=0, y=0). Once we do these things we 30 kg

9 could do a power law fit. C (now a positive number) should give an experimental value for 1/a y and the exponent B should be approximately equal to. Try this on your own and do a power law fit to the free fall data. You will get a slightly different experimental value for the acceleration, but that is expected because we changed the model slightly. III. THIRD EXAMPLE: - An Exponential Function. A. Basic Form: An exponential function is a function of the form: Ax y = Ce Here "e" is the base of the natural logarithm (e= to 7 decimal places). There are parameters, C and A. The coefficient C is equal to the value of y at x=0, since e 0 =1: A (0) 0 y(at x = 0) = Ce = Ce = C The parameter A is the coefficient of x in the exponent on e. It can be either positive or negative. When A is positive the function increases with increasing x, and is called an "exponential growth function". When A is negative the function decreases with increasing x, and is called an "exponential decay". The larger A is, the more rapidly the function grows or decays. This type of function often appears in physics, biology, chemistry, economics and other areas; so it is extremely important. B. Radioactive Decay Example: The decay of the nuclei of many radioactive atoms is an exponential decay in the number of atoms remaining of the original radioactive substance. For example, the nucleus of a Barium 137 atom can exist in an "excited" state that is radioactive and decays rapidly to a more stable state by giving off a high energy photon: 137 * B 56 B + γ The star * on the B on the left hand side of the arrow represents the excited Barium. The arrow means "goes to". The final products are represented on the right hand side by the B for Barium and the Greek letter gamma for the photon. The number N(t) of excited Barium atoms remaining in a sample as a function of time t is an exponential decay: -λt N(t) = N 0 e Suppose we measure the number of photons per second emitted, as shown in this data: Photon rate Time (s) (number per sec) x x x x x x x x x x10 1 Figure 6 - Photon emission rate vs. time data for excited Barium 137 decay.

10 The photon rate should equal the magnitude of the rate that N decreases since one photon is emitted for each Barium that decays. The rate of decrease in N is just its time derivative: dn -λt Rate of photon emission = = ( λn 0 )e dt We dropped the minus sign on the (-λ) that was pulled out in front in the derivative, because we took the absolute value. This is still an exponential decay, so we can fit measurements of the photon rate vs. time to this function and get experimental values of λ and N 0 To fit this data, create the "XY (scatter)" plot in EXCEL of "Photon Rate vs. Time", then: Click on the chart if it is not already selected. Choose Add Trendline... from the Chart menu. Click on the Type tab. Click on the small window labeled Exponential. Now click on the Options tab. The only options we are concerned with are 3 at the bottom: 1. Set intercept should be OFF (if checkmark is shown, click box to remove).. Display equation on chart should be ON (checkmark is visible). 3. Display R-squared value on chart should be ON (checkmark is visible). Click on OK or press Enter to finish. The steps are the same as before, except for the Type of fit chosen, and here is the result: Figure 7 - Exponential fit of photon rate vs. time.

11 The fit equation gives λ = 4.513x10-3, and the C equal to.001x Since C = λn 0 : 13 C.001x10 15 N0 (experimental) = = atoms = 4.434x10 atoms λ x10 This determines experimentally how many excited Barium atoms were in the sample at t=0. If you know your chemistry you can figure out that this is about 1 microgram of Barium (use the atomic mass of Barium, grams, and the fact that the atomic mass is the mass of 1 mole, or 6.0x10 3 atoms). The value of λ describes how fast the Barium decays. It can be used to determine the "half-life" of the excited Barium, which we will call τ 1/. The half-life is how long it takes for N to decrease to half of the initial value N 0. The half-life is given by: ln() τ 1/ = = sec = 154 sec (or.6 minutes). λ x10 Even though our plot is not a plot of N vs. t (it is a plot of dn/dt vs. t), it has the same half-life as N, which can be seen by examining the graph. Note that the coefficient C=.001x10 13 gives the value of the graph at t=0. The best fit curve has a y value of half that at t=154 s. C. A Word of Caution: As with the power law, EXCEL does not allow you to do an exponential fit if you have any negative y values in your data. but you can have negative values for x. Also, you cannot have y=0 in any data point, but you can have x=0. IV. OTHER TYPES OF FITS. EXCEL has 3 more types of fits shown in the choices, Linear, Logarithmic and Moving Average. I will only mention them briefly here (without specific examples). 1) A linear function is an equation of a straight line: y = Cx + B. The parameter C is the slope of the line, and B is the value of y at x=0 (the "y-intercept"). A linear function is the same thing as a 1st order polynomial, but EXCEL has a separate choice for it on the menu. Data fits to a straight line are common; however, you should not fit your data to a straight line if the theory you are using has some other form. ) A logarithmic function has the form: y = C ln(x) + B. The parameter B is the value of y at x=1 (NOT at x=0), since ln(1)=0. EXCEL does not allow x=0 or negative values of x data for this fit. Negative y values or y=0 are okay. This function won't show up as often as linear, polynomial, or exponential in your physics courses, but it may show up in other places. 3) A moving average simply takes the average of every few data points. Sometimes this is used to smooth out data, but it won't be used in your physics labs. It does not give you any specific model to compare your data to. V. SUMMARY OF DATA RESTRICTIONS. The following table summarizes the restrictions for the types of data allowed for each fit:

12 DATA CONTAINS: Type of Function Allowed By EXCEL Linear Polynomial Power Law Exponential Logarithm Moving Average x = 0 YES YES NO YES NO YES y = 0 YES YES NO NO YES YES Negative x values Negative y values YES YES NO YES NO YES YES YES NO NO YES YES VI. BAD FITS. As long as you do not violate any of the data restrictions for a certain type of fit, you can fit a data set to any function you want to. HOWEVER, THIS DOES NOT MEAN YOU SHOULD. You should base your choice on the physics or other model that applies to your data. You should learn to recognize when your data does not match the model you are applying. Also, you should recognize when your data does not fit well because the measurements are bad. We discuss these cases here. A. Fitting the Wrong Function: As an example, in the figure below I have fit some data to an exponential function. This data should fit a straight line, and is NOT exponential. EXCEL still calculates the "best fit" of an exponential function to the data I gave it. In fact, the R value (0.9) even seems okay. This result is completely unacceptable. It would be ridiculous to claim this velocity is increasing exponentially just because I can do a curve fit and get a result. Figure 8 - Fitting the wrong function; an exponential fit of linear data.

13 B. Bad Data: Below I have fit some data to a straight line, y = Cx + B. Figure 9 - Linear fit of garbage data. Notice that the data is very scattered and does not fit the straight line well (or any of the other functions we have discussed, for that matter). If the linear model is good it could indicate that the measurements were taken or evaluated incorrectly. [ Note: It could also indicate that the model is wrong, but DO NOT ever try to make this claim in your 00 level physics lab. The lab experiments are well designed to give reliable measurements based on well known laws of physics. ] In the next graph, only the last data points are garbage. Figure 10 - Straight line fit with bad data points.

14 If you can fix this type of problem by retaking the measurements, you should. Otherwise, you can sometimes throw away the bad data points. You should only do this if you still have enough measurements left to get reliable results. On both of these last examples you should also notice that the values of R are not even close to 1. In the first case it is the worst, In the second case it is This is close to 1/, which is still very bad because (remember) R will always be a number between 0 and 1. VII. CONCLUDING REMARKS. We have not dealt with the actual mathematics used to calculate the fit parameters from the data. You may learn some of these details in the future in other classes or even in your job, if you want to do more detailed types of data analysis or modeling of some physical system. Some knowledge of the mathematics is needed in order to do detailed error analysis of the result. For example, a "standard deviation" can be calculated for each one of the parameters in a curve fit, which is a numerical estimate of the uncertainty ("error") in that parameter's result. We have examined how to fit experimental results to various functions using EXCEL. Although the EXCEL feature is fairly easy to use, curve fitting is a more general technique used to analyze data in science and engineering. Therefore, these exercises should be beneficial to you even beyond your physics labs. By working through the examples on your own, the reader should gain valuable knowledge and experience in these scientific methods This is an original document written August 00 by: T. Horton, Graduate Student Department of Physics North Carolina State University Campus Box 80 Raleigh, NC

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

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

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

Modeling Data with Functions

Modeling Data with Functions Chapter 11 Modeling Data with Functions 11.1 Data Modeling Concepts 1 11.1.1 Conceptual Explanations: Modeling Data with Functions In school, you generally start with a function and work from there to

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

I. Introduction. II. An Introduction to Starry Night NAME: ORBITAL MOTION

I. Introduction. II. An Introduction to Starry Night NAME: ORBITAL MOTION NAME: ORBITAL MOTION What will you learn in this Lab? You will be using some special software to simulate the motion of planets in our Solar System and across the night sky. You will be asked to try and

More information

Conceptual Explanations: Modeling Data with Functions

Conceptual Explanations: Modeling Data with Functions Conceptual Explanations: Modeling Data with Functions In school, you generally start with a function and work from there to numbers. Newton s Law tells us that F=ma. So if you push on a 3kg object with

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

Graphical Analysis and Errors - MBL

Graphical Analysis and Errors - MBL I. Graphical Analysis Graphical Analysis and Errors - MBL Graphs are vital tools for analyzing and displaying data throughout the natural sciences and in a wide variety of other fields. It is imperative

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

PHY 123 Lab 1 - Error and Uncertainty and the Simple Pendulum

PHY 123 Lab 1 - Error and Uncertainty and the Simple Pendulum To print higher-resolution math symbols, click the Hi-Res Fonts for Printing button on the jsmath control panel. PHY 13 Lab 1 - Error and Uncertainty and the Simple Pendulum Important: You need to print

More information

2nd. The TI-30XIIS Calculator and Fractions, Mixed Numbers and Decimals These are the buttons we will be using to calculate fractions.

2nd. The TI-30XIIS Calculator and Fractions, Mixed Numbers and Decimals These are the buttons we will be using to calculate fractions. The TI-30XIIS Calculator and Fractions, Mixed Numbers and Decimals These are the buttons we will be using to calculate fractions. FRACTION A!! ON Let s start with the basic arithmetic operations: Ø ADDITION:!!

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

In a radioactive source containing a very large number of radioactive nuclei, it is not

In a radioactive source containing a very large number of radioactive nuclei, it is not Simulated Radioactive Decay Using Dice Nuclei Purpose: In a radioactive source containing a very large number of radioactive nuclei, it is not possible to predict when any one of the nuclei will decay.

More information

Name. Satellite Motion Lab

Name. Satellite Motion Lab Name Satellite Motion Lab Purpose To experiment with satellite motion using an interactive simulation in order to gain an understanding of Kepler s Laws of Planetary Motion and Newton s Law of Universal

More information

Unit: Planetary Science

Unit: Planetary Science Orbital Motion Kepler s Laws GETTING AN ACCOUNT: 1) go to www.explorelearning.com 2) click on Enroll in a class (top right hand area of screen). 3) Where it says Enter class Code enter the number: MLTWD2YAZH

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

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

The Revolution of the Moons of Jupiter

The Revolution of the Moons of Jupiter The Revolution of the Moons of Jupiter Overview: During this lab session you will make use of a CLEA (Contemporary Laboratory Experiences in Astronomy) computer program generously developed and supplied

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

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

More information

Uncertainty, Error, and Precision in Quantitative Measurements an Introduction 4.4 cm Experimental error

Uncertainty, Error, and Precision in Quantitative Measurements an Introduction 4.4 cm Experimental error Uncertainty, Error, and Precision in Quantitative Measurements an Introduction Much of the work in any chemistry laboratory involves the measurement of numerical quantities. A quantitative measurement

More information

Purpose: Materials: WARNING! Section: Partner 2: Partner 1:

Purpose: Materials: WARNING! Section: Partner 2: Partner 1: Partner 1: Partner 2: Section: PLEASE NOTE: You will need this particular lab report later in the semester again for the homework of the Rolling Motion Experiment. When you get back this graded report,

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

Falling Bodies (last

Falling Bodies (last Dr. Larry Bortner Purpose Falling Bodies (last edited ) To investigate the motion of a body under constant acceleration, specifically the motion of a mass falling freely to Earth. To verify the parabolic

More information

Gravity: How fast do objects fall? Student Advanced Version

Gravity: How fast do objects fall? Student Advanced Version Gravity: How fast do objects fall? Student Advanced Version Kinematics is the study of how things move their position, velocity, and acceleration. Acceleration is always due to some force acting on an

More information

Finite Mathematics : A Business Approach

Finite Mathematics : A Business Approach Finite Mathematics : A Business Approach Dr. Brian Travers and Prof. James Lampes Second Edition Cover Art by Stephanie Oxenford Additional Editing by John Gambino Contents What You Should Already Know

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

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

α 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

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

Graphical Analysis and Errors MBL

Graphical Analysis and Errors MBL Graphical Analysis and Errors MBL I Graphical Analysis Graphs are vital tools for analyzing and displaying data Graphs allow us to explore the relationship between two quantities -- an independent variable

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

Half Lives and Measuring Ages (read before coming to the Lab session)

Half Lives and Measuring Ages (read before coming to the Lab session) Astronomy 170B1 Due: December 1 Worth 40 points Radioactivity and Age Determinations: How do we know that the Solar System is 4.5 billion years old? During this lab session you are going to witness how

More information

Chapter 5: Limits and Derivatives

Chapter 5: Limits and Derivatives Chapter 5: Limits and Derivatives Chapter 5 Overview: Introduction to Limits and Derivatives In a later chapter, maximum and minimum points of a curve will be found both by calculator and algebraically.

More information

The Mass of Jupiter Student Guide

The Mass of Jupiter Student Guide The Mass of Jupiter Student Guide Introduction: In this lab, you will use astronomical observations of Jupiter and its satellites to measure the mass of Jupiter. We will use the program Stellarium to simulate

More information

Using Scientific Measurements

Using Scientific Measurements Section 3 Main Ideas Accuracy is different from precision. Significant figures are those measured precisely, plus one estimated digit. Scientific notation is used to express very large or very small numbers.

More information

UNIT 18 RADIOACTIVITY. Objectives. to be able to use knowledge of electric and magnetic fields to explore the nature of radiation

UNIT 18 RADIOACTIVITY. Objectives. to be able to use knowledge of electric and magnetic fields to explore the nature of radiation UNIT 18 RADIOACTIVITY Objectives to be able to use knowledge of electric and magnetic fields to explore the nature of radiation to understand that radioactivity is a statistical process; each unstable

More information

6.0 Graphs. Graphs illustrate a relationship between two quantities or two sets of experimental data.

6.0 Graphs. Graphs illustrate a relationship between two quantities or two sets of experimental data. 6 Graphs 37 6. Graphs Graphs illustrate a relationship between two quantities or two sets of eperimental data. A graph has two aes: a horizontal -ais and vertical y-ais. Each is labelled with what it represents.

More information

Chapter 2 Overview: Introduction to Limits and Derivatives

Chapter 2 Overview: Introduction to Limits and Derivatives Chapter 2 Overview: Introduction to Limits and Derivatives In a later chapter, maximum and minimum points of a curve will be found both by calculator and algebraically. While the algebra of this process

More information

Algebra II. Slide 1 / 261. Slide 2 / 261. Slide 3 / 261. Linear, Exponential and Logarithmic Functions. Table of Contents

Algebra II. Slide 1 / 261. Slide 2 / 261. Slide 3 / 261. Linear, Exponential and Logarithmic Functions. Table of Contents Slide 1 / 261 Algebra II Slide 2 / 261 Linear, Exponential and 2015-04-21 www.njctl.org Table of Contents click on the topic to go to that section Slide 3 / 261 Linear Functions Exponential Functions Properties

More information

MITOCW watch?v=fxlzy2l1-4w

MITOCW watch?v=fxlzy2l1-4w MITOCW watch?v=fxlzy2l1-4w PROFESSOR: We spoke about the hydrogen atom. And in the hydrogen atom, we drew the spectrum, so the table, the data of spectrum of a quantum system. So this is a question that

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

Lifetime Measurement

Lifetime Measurement Lifetime Measurement LabQuest 3 The activity (in decays per second) of some radioactive samples varies in time in a particularly simple way. If the activity (R) in decays per second of a sample is proportional

More information

Gravitation & Kepler s Laws

Gravitation & Kepler s Laws Gravitation & Kepler s Laws What causes YOU to be pulled down to the surface of the earth? THE EARTH.or more specifically the EARTH S MASS. Anything that has MASS has a gravitational pull towards it. F

More information

Physics 2020 Laboratory Manual

Physics 2020 Laboratory Manual Physics 00 Laboratory Manual Department of Physics University of Colorado at Boulder Spring, 000 This manual is available for FREE online at: http://www.colorado.edu/physics/phys00/ This manual supercedes

More information

Gravity and Orbits. 1. Choose the picture you think shows the gravity forces on the Earth and the Sun.

Gravity and Orbits. 1. Choose the picture you think shows the gravity forces on the Earth and the Sun. Name: Grade: Gravity and Orbits Pre-lab 1. Choose the picture you think shows the gravity forces on the Earth and the Sun. (a longer arrow to represents a big force, and a shorter arrow represent a smaller

More information

Graphical Data Analysis Minneapolis Community and Tech. College v Experimental Measurements. Graphical Analysis and Straight lines

Graphical Data Analysis Minneapolis Community and Tech. College v Experimental Measurements. Graphical Analysis and Straight lines Graphical Data Analysis Minneapolis Community and Tech. College v.8.08 Experimental Measurements All experimentally measured numbers consist of one or more exact numbers that contain no uncertainty and

More information

Boyle s Law: A Multivariable Model and Interactive Animated Simulation

Boyle s Law: A Multivariable Model and Interactive Animated Simulation 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

More information

Gravity and Orbits Activity Page 1. Name: Grade: Gravity and Orbits. Pre-lab. 1. In the picture below, draw how you think Earth moves.

Gravity and Orbits Activity Page 1. Name: Grade: Gravity and Orbits. Pre-lab. 1. In the picture below, draw how you think Earth moves. Name: Grade: Gravity and Orbits Pre-lab 1. In the picture below, draw how you think Earth moves. 2. Draw a picture using arrows to show what you think the forces might be on the Earth and the Sun. You

More information

APS 1030 Astronomy Lab 79 Kepler's Laws KEPLER'S LAWS

APS 1030 Astronomy Lab 79 Kepler's Laws KEPLER'S LAWS APS 1030 Astronomy Lab 79 Kepler's Laws KEPLER'S LAWS SYNOPSIS: Johannes Kepler formulated three laws that described how the planets orbit around the Sun. His work paved the way for Isaac Newton, who derived

More information

Forces and Newton s Second Law

Forces and Newton s Second Law Forces and Newton s Second Law Goals and Introduction Newton s laws of motion describe several possible effects of forces acting upon objects. In particular, Newton s second law of motion says that when

More information

Phys 243 Lab 7: Radioactive Half-life

Phys 243 Lab 7: Radioactive Half-life Phys 243 Lab 7: Radioactive Half-life Dr. Robert MacDonald The King s University College Winter 2013 Abstract In today s lab you ll be measuring the half-life of barium-137, a radioactive isotope of barium.

More information

MITOCW MITRES18_005S10_DiffEqnsMotion_300k_512kb-mp4

MITOCW MITRES18_005S10_DiffEqnsMotion_300k_512kb-mp4 MITOCW MITRES18_005S10_DiffEqnsMotion_300k_512kb-mp4 PROFESSOR: OK, this lecture, this day, is differential equations day. I just feel even though these are not on the BC exams, that we've got everything

More information

Radioactive Decay. A Core Learning Goals Activity for Science and Mathematics

Radioactive Decay. A Core Learning Goals Activity for Science and Mathematics CoreModels Radioactive Decay A Core Learning Goals Activity for Science and Mathematics Summary: Students will use a STELLA model to understand the relationship between decay constants and half-life. Co-Authors:

More information

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

CALCULUS AB SUMMER ASSIGNMENT

CALCULUS AB SUMMER ASSIGNMENT CALCULUS AB SUMMER ASSIGNMENT Dear Prospective Calculus Students, Welcome to AP Calculus. This is a rigorous, yet rewarding, math course. Most of the students who have taken Calculus in the past are amazed

More information

Lab 11 Simple Harmonic Motion A study of the kind of motion that results from the force applied to an object by a spring

Lab 11 Simple Harmonic Motion A study of the kind of motion that results from the force applied to an object by a spring Lab 11 Simple Harmonic Motion A study of the kind of motion that results from the force applied to an object by a spring Print Your Name Print Your Partners' Names Instructions April 20, 2016 Before lab,

More information

Measurement: The Basics

Measurement: The Basics I. Introduction Measurement: The Basics Physics is first and foremost an experimental science, meaning that its accumulated body of knowledge is due to the meticulous experiments performed by teams of

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

Date: Problem Set # 1. Unit conversion is an important part of any scientific research. Please view the following link: c = (gh) α (3)

Date: Problem Set # 1. Unit conversion is an important part of any scientific research. Please view the following link: c = (gh) α (3) Problem Set # 1 Instructions: Numerical answers require units and appropriate numbers of significant digits. Remember to show your work! Review Problems: R-1. (3 points) For the function f(x) = 4x 3 6x

More information

LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION

LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION In this lab you will learn how to use Excel to display the relationship between two quantitative variables, measure the strength and direction of the

More information

Introduction to Determining Power Law Relationships

Introduction to Determining Power Law Relationships 1 Goal Introduction to Determining Power Law Relationships Content Discussion and Activities PHYS 104L The goal of this week s activities is to expand on a foundational understanding and comfort in modeling

More information

Uncertainties in AH Physics

Uncertainties in AH Physics Advanced Higher Physics Contents This booklet is one of a number that have been written to support investigative work in Higher and Advanced Higher Physics. It develops the skills associated with handling

More information

Gravity: How fast do objects fall? Teacher Advanced Version (Grade Level: 8 12)

Gravity: How fast do objects fall? Teacher Advanced Version (Grade Level: 8 12) Gravity: How fast do objects fall? Teacher Advanced Version (Grade Level: 8 12) *** Experiment with Audacity and Excel to be sure you know how to do what s needed for the lab*** Kinematics is the study

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

Galactic Rotation Activity*

Galactic Rotation Activity* Galactic Rotation Activity* Neutral hydrogen atoms (H I) consist of a single proton and a single electron. The electron and proton can spin in the same direction (parallel) or in the opposite direction

More information

Table 2.1 presents examples and explains how the proper results should be written. Table 2.1: Writing Your Results When Adding or Subtracting

Table 2.1 presents examples and explains how the proper results should be written. Table 2.1: Writing Your Results When Adding or Subtracting When you complete a laboratory investigation, it is important to make sense of your data by summarizing it, describing the distributions, and clarifying messy data. Analyzing your data will allow you to

More information

HSC General Maths. Name: Tracey Hughes-Butters 2011 Mathtastic Learning GENERAL MATHEMATICS NOTES HSC ALGEBRAIC MODELLING 3

HSC General Maths. Name: Tracey Hughes-Butters 2011 Mathtastic Learning GENERAL MATHEMATICS NOTES HSC ALGEBRAIC MODELLING 3 Allgebraic Modelllling 3 Notes... HSC General Maths Name: Tracey Hughes-Butters 011 Mathtastic Learning 1 HSC CAPACITY MATRIX GENERAL MATHEMATICS TOPIC: Algebraic Modelling 3 & 4a Algebra skills & Linear

More information

Lab 1. EXCEL plus some basic concepts such as scientific notation, order of magnitude, logarithms, and unit conversions

Lab 1. EXCEL plus some basic concepts such as scientific notation, order of magnitude, logarithms, and unit conversions COMPUTER LAB 1 EARTH SYSTEMS SCIENCE I PG250 Fall 2010 Hunter College Lab 1. EXCEL plus some basic concepts such as scientific notation, order of magnitude, logarithms, and unit conversions Low Impact

More information

Proton. Size of cell. 100 = 10 2, so the logarithm of 100 is 2, written Log 100= 2

Proton. Size of cell. 100 = 10 2, so the logarithm of 100 is 2, written Log 100= 2 Homework 1 Date Due Name You will be making a chart of the sizes of things in the Universe. It should come out similar to Figure., but more precise. The plot you will be working on is at the end of this

More information

IT 403 Practice Problems (2-2) Answers

IT 403 Practice Problems (2-2) Answers IT 403 Practice Problems (2-2) Answers #1. Which of the following is correct with respect to the correlation coefficient (r) and the slope of the leastsquares regression line (Choose one)? a. They will

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

Polynomial Models Studio Excel 2007 for Windows Instructions

Polynomial Models Studio Excel 2007 for Windows Instructions Polynomial Models Studio Excel 2007 for Windows Instructions A. Download the data spreadsheet, open it, and select the tab labeled Murder. This has the FBI Uniform Crime Statistics reports of Murder and

More information

Significant Figures and an Introduction to the Normal Distribution

Significant Figures and an Introduction to the Normal Distribution Significant Figures and an Introduction to the Normal Distribution Object: To become familiar with the proper use of significant figures and to become acquainted with some rudiments of the theory of measurement.

More information

ASTROMATH 101: BEGINNING MATHEMATICS IN ASTRONOMY

ASTROMATH 101: BEGINNING MATHEMATICS IN ASTRONOMY Name Partner(s) Section Date ASTROMATH 101: BEGINNING MATHEMATICS IN ASTRONOMY Astronomers deal with very, very large distances, some incredible temperatures, and even really, really small wavelengths.

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

GRAVITATION. F = GmM R 2

GRAVITATION. F = GmM R 2 GRAVITATION Name: Partner: Section: Date: PURPOSE: To explore the gravitational force and Kepler s Laws of Planetary motion. INTRODUCTION: Newton s law of Universal Gravitation tells us that the gravitational

More information

2. How will we adjust our fitting procedure to compensate for fact that the acceleration differs depending on the direction of motion?

2. How will we adjust our fitting procedure to compensate for fact that the acceleration differs depending on the direction of motion? The Coefficient of Kinetic Friction 1 Name: Lab Section Number: Pre-Lab Questions: 1. What type of data will we be using to determine the acceleration of the cart up and down the ramp this week? What type

More information

Partner s Name: EXPERIMENT MOTION PLOTS & FREE FALL ACCELERATION

Partner s Name: EXPERIMENT MOTION PLOTS & FREE FALL ACCELERATION Name: Partner s Name: EXPERIMENT 500-2 MOTION PLOTS & FREE FALL ACCELERATION APPARATUS Track and cart, pole and crossbar, large ball, motion detector, LabPro interface. Software: Logger Pro 3.4 INTRODUCTION

More information

Mathematical Ideas Modelling data, power variation, straightening data with logarithms, residual plots

Mathematical Ideas Modelling data, power variation, straightening data with logarithms, residual plots Kepler s Law Level Upper secondary Mathematical Ideas Modelling data, power variation, straightening data with logarithms, residual plots Description and Rationale Many traditional mathematics prolems

More information

Exponent Laws and Scientific Notation

Exponent Laws and Scientific Notation Investigation 4 Exponent Laws and Scientific Notation Lucita and Tala were discussing how to multiply 4.1 10 4 by 3 10 6. We can start by rearranging things a little. 4.1 times 3 is 12.3, and we can use

More information

Part I. Two Force-ometers : The Spring Scale and The Force Probe

Part I. Two Force-ometers : The Spring Scale and The Force Probe Team Force and Motion In previous labs, you used a motion detector to measure the position, velocity, and acceleration of moving objects. You were not concerned about the mechanism that got the object

More information

Motion on a linear air track

Motion on a linear air track Motion on a linear air track Introduction During the early part of the 17 th century, Galileo experimentally examined the concept of acceleration. One of his goals was to learn more about freely falling

More information

Radical Expressions, Equations, and Functions

Radical Expressions, Equations, and Functions Radical Expressions, Equations, and Functions 0 Real-World Application An observation deck near the top of the Sears Tower in Chicago is 353 ft high. How far can a tourist see to the horizon from this

More information

Computer 3. Lifetime Measurement

Computer 3. Lifetime Measurement Lifetime Measurement Computer 3 The activity (in decays per second) of some radioactive samples varies in time in a particularly simple way. If the activity (R) in decays per second of a sample is proportional

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

Practice Questions for Final Exam - Math 1060Q - Fall 2014

Practice Questions for Final Exam - Math 1060Q - Fall 2014 Practice Questions for Final Exam - Math 1060Q - Fall 01 Before anyone asks, the final exam is cumulative. It will consist of about 50% problems on exponential and logarithmic functions, 5% problems on

More information

1 Measurement Uncertainties

1 Measurement Uncertainties 1 Measurement Uncertainties (Adapted stolen, really from work by Amin Jaziri) 1.1 Introduction No measurement can be perfectly certain. No measuring device is infinitely sensitive or infinitely precise.

More information

36-309/749 Math Review 2014

36-309/749 Math Review 2014 36-309/749 Math Review 2014 The math content of 36-309 is not high. We will use algebra, including logs. We will not use calculus or matrix algebra. This optional handout is intended to help those students

More information

Kinematics Lab. 1 Introduction. 2 Equipment. 3 Procedures

Kinematics Lab. 1 Introduction. 2 Equipment. 3 Procedures Kinematics Lab 1 Introduction An object moving in one dimension and undergoing constant or uniform acceleration has a position given by: x(t) =x 0 +v o t +1/2at 2 where x o is its initial position (its

More information

Collecting and Reporting Data

Collecting and Reporting Data Types of Data Data can be classified as qualitative or quantitative: Qualitative data Are observed rather than measured Include written descriptions, videos, photographs, or live observations Examples

More information

Stephen F Austin. Exponents and Logarithms. chapter 3

Stephen F Austin. Exponents and Logarithms. chapter 3 chapter 3 Starry Night was painted by Vincent Van Gogh in 1889. The brightness of a star as seen from Earth is measured using a logarithmic scale. Exponents and Logarithms This chapter focuses on understanding

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

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

Unit 5 Gravitation. Newton s Law of Universal Gravitation Kepler s Laws of Planetary Motion

Unit 5 Gravitation. Newton s Law of Universal Gravitation Kepler s Laws of Planetary Motion Unit 5 Gravitation Newton s Law of Universal Gravitation Kepler s Laws of Planetary Motion Into to Gravity Phet Simulation Today: Make sure to collect all data. Finished lab due tomorrow!! Universal Law

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

B = 8 0 NI/[r (5) 3/2 ],

B = 8 0 NI/[r (5) 3/2 ], ELECTRON BEAM IN A MAGNETIC FIELD Introduction: A charged body moving relative to a magnetic field experiences a force which is perpendicular to both the velocity of the particle and to the magnetic field.

More information

Overview: In this experiment we will study the decay of a radioactive nucleus, Cesium. Figure 1: The Decay Modes of Cesium 137

Overview: In this experiment we will study the decay of a radioactive nucleus, Cesium. Figure 1: The Decay Modes of Cesium 137 Radioactivity (Part I and Part II) Objectives: To measure the absorption of beta and gamma rays To understand the concept of half life and to measure the half life of Ba 137* Apparatus: Radioactive source,

More information

Astron 104 Laboratory #4 Orbital Motion of a Planet

Astron 104 Laboratory #4 Orbital Motion of a Planet Name: Date: Section: Astron 104 Laboratory #4 Orbital Motion of a Planet Introduction The nature of the Solar System was first derived from careful measurements of the positions of the planets in the night

More information