DIFFUSION PURPOSE THEORY

Size: px
Start display at page:

Download "DIFFUSION PURPOSE THEORY"

Transcription

1 DIFFUSION PURPOSE The objective of this experiment is to study by numerical simulation and experiment the process of diffusion, and verify the expected relationship between time and diffusion width. THEORY The random motion of molecules was long known as Brownian motion after botanist Robert Brown in 1827 visualized the helter- skelter motion of pollen grains. He thought this meant that they were alive, but Albert Einstein, in one of his famous papers of 1905, showed that random interactions were quite capable of producing the behavior observed. The process is known as a random walk, and with computers especially is easy to simulate. Consider such a random walk of N steps. Repeat the walk many, many times. What you will get is a distribution of the likelihood, or probability, of being a certain distance from the starting point after taking N steps. This distribution is the normal curve, or gaussian distribution. What emerges from such simulations, or their exact mathematical description, is that the spreading of this distribution is not proportional to N, but to the square root of N. Equivalently, once can say that the mean deviation squared is proportional to N. If I am taking steps in equal times, then the number of steps is proportional to the time I am walking, and distance squared is proportional to time t. A word or two of explanation is in order. For concreteness, consider a one- dimensional random walk. Note that since you are just as likely to take positive steps as negative steps, your average position would remain at zero. Thus, it isn t the average distance you move that is of interest. But consider that for the first few steps you are really likely to be rather close to start. But as time goes by, there s more of a chance you will be found a little ways off center. The distribution widens. It is that width that rises as the square root of time t, or of square root of number of steps N. It is a very direct application of this idea to say that randomly diffusing gas will spread in this manner, since we can visualize the gas molecules moving about. If you were wondering when you d smell a released gas, this is just what we want. Though the average position of the gas is centered on its source, the chance you get a whiff at some distance away would go up as square root of time (assuming diffusion is the only way it spreads, rather than air currents, say.) Likewise we can visualize bacteria swimming randomly (or indeed, we can visualize the movement of the molecules that collided with Brown s pollen grains started the whole business.) One of the interesting variations is the notion of the biased random walk. Imagine bacteria swimming around, but now some chemical signal makes them more likely to swim toward the source of the signal. Except, since the chemicals in the solution are few, the bacterium senses the chemical only intermittently. So it swims, gets a whiff and heads that way, then goes back to randomness, then back toward the signal, etc. The randomness becomes biased toward the stimulus. DIFFUSION LAB 1

2 Diffusion of heat (as observed by temperature) works in the same fashion as mass diffusion. After all, heat is just random thermal motion, so if some molecules bang into others, the subsequent motion, even within a solid, is due to random vibrations. Thermal energy diffusion thus behaves just like diffusion of a gas. Temperature change due to conduction will spread like the square root of t. This characteristic that some types of motion depend on the square root of time is a hallmark of diffusion and so conversely, when phenomena are observed to follow such a t law it is considered to be a strong indicator of random motion, whether the movement of bacteria, the change in length of polymers, or the variation of population (to give some biological examples.) To observe thermal diffusion in this lab, we will watch heat travel along a rod. If you change the temperature of a long rod at one end by To, then the temperature change at an point x along the rod, at a time t, will be denoted by T(x,t). Diffusion of heat can be shown to yield this equation for T(x,t) : x ΔT(x,t) = ΔT o 1 erf 2 κ t κ is the thermal diffusivity and erf is a function, like a sin, cos, exp, or log. erf stands for error function. If you imagine a normal gaussian curve of error, as shown below, the erf is the area under that curve, taken out to the same distance + and from the peak, as illustrated by the shaded region below. So erf(0) is 0 because we didn t go any distance out from the center when computing the area. As we make the argument of erf bigger, the erf goes to 1, because we now include all the area. Excel has this function built in. To get erf(1.5), for example, one can just write =ERF(1.5) in a cell in Excel and the value is returned. The interesting thing about our equation is the inverse square root of time that turns up in the denominator. This t behavior, characteristic of diffusion, creates a long, slow tail. (It is notably longer than an exponential tail, for example.) The observation of this characteristic time behavior is the object of this part of the lab. In this lab therefore we will do two things. (1) We will use a simple simulation to emulate a one dimensional random walk, to test the square- root of time dependence. (2) We will use heat conduction along a rod to test the same square- root of time dependence. PROCEDURE A. The Simulator We eventually expect to develop a physical simulation of the first step, but for now, we are using a nice computer simulation. You will need to go to: DIFFUSION LAB 2

3 You will see the balls falling down the decision tree, in which they can go to right or left equally likely. Notice the slider called Left probability. Slide it over and notice what happens. Put it back to 0.5 for now. What we are going to do is to allow some total number of balls to fall. Say 500. (That s the yellow number at the top.) We are looking for the width of the distribution as a function of the number of rows. Start with 5 rows, and collect 500 trials. While the simulator is running, start a spreadsheet in Excel. In the top ROW write the label (i) in column A. (Write it exactly like that, with the parentheses.) In column B of the top row put (i^2) as the label. In column C of the top row put DATA, 5 ROWS just like that. In column A below the label, put the numbers 1 to 20 going down the page, one per line. Use the autofill option in Excel to help. If you don t know how to do this, your instructor can help. In column B, square each of the numbers in column A. Now wait and collect data. When you hit 500, click the pause button. When you get enough data points, we are going to enter them going down column C. (DATA, 5 ROWS). DO NOT RESET THE SIMULATOR YET- - - we want you to look at the picture and the analysis. But, we are going to center the data vertically. In other words, you will not put the first value in row 2. Since you have 6 data points, with 20 possible entry spaces start entering at row 9. Put the number of balls - - as shown across the bottom of the simulator- - down column 3. In column D, you will put column C times column A, all the way down, top to bottom. You will do this by typing: =$A2*C2 and filling down In column E you will put column C times column B, again top to bottom by typing =$B2*C2 (The dollar sign will be useful momentarily. It is used to keep a column from incrementing when you copy.) Now below column D (this is in row 23) put the SUM of column D divided by the total number of balls you used. Type =SUM(D2:D21)/500. (That assumes you used 500. If you use a different number then divide by it) This value should be the mean position of our distribution! Check the picture to see if your data found a reasonable value. DIFFUSION LAB 3

4 And finally, we compute the thing we were looking for: SUM column E at the bottom (next to Col D s entry), and subtract the square of the Mean value you just got. (Don t forget to square it.) Type into cell E23 =SUM(E2:E21)/500- D23^2 What you just calculated is called the standard deviation (but right now it s squared.) So we take the square root. In E24, put =SQRT(E23). Now you have the standard deviation. It tells you how wide the distribution is. Look at your picture, and figure out how wide this value is on the picture. Now, you want to repeat this protocol for at least 3 more values of row numbers. Let the last value of row numbers be 19, the largest you can get. Column F is your next set of data. Copy column C, paste into Column G. Copy D into H. You should have your results immediately, with no painstaking retyping! When you are all done, you will have standard deviations for each of the quincunx row numbers. Make a graph of row number as the x axis, and standard deviation as y. The total time is proportional to the total row number, since the balls spend the same time on each row. So row number your x axis is just like time t. Let s test if it is square root. Take the square root of the row number, and make that an x axis. Then plot your standard deviation as a function of that. Is the graph linear? That s our hypothesis. B. Thermal Diffusion. We now want to watch heat diffuse. We are making the problem one- dimensional by watching heat diffuse down a long rod. For various reasons of convenience in setup, we are going to watch heat diffuse out of the rod, but, whether out or in, the mathematics and physics is the same. We are covering the rod with insulation because an exposed rod would not only transport heat along its length, it would lose heat out the sides. We are going to cool the rod by putting it in contact with an ice bath, so that we know the starting temperature is 0 C. Well, the water is at 0, but the ice is actually colder, so we want to trap the ice so only water contacts the rod. So we will use an aluminum plate with holes to keep the ice below the surface and away from contacting the rod. Put ice into the aluminum container about ¾ full, then secure the plate that traps the ice. Finally, pour water into the container till the water is almost at the top. The temperature on the rod is going to be measured on a device called a thermistor, which is short for a thermal resistor. We have not covered resistors yet, but you don t DIFFUSION LAB 4

5 need to know about them to use one. It is hooked into device known as a multimeter, and you are going to set it to measure resistance (which is measured in ohms, greek letter Ω). What you need to know is that when temperature changes, the number of ohms will change on the meter. The lower the T, the higher the resistance R. Plug the thermistor into the meter, and be sure the meter is set to read resistance. The two plugs are equivalent you can t hook it up backwards. You should see a steady reading of around 3000 Ω, or, on a kω scale, Hold the probe in your fingers and it should respond to body temperature by dropping, eventually to around 2 kω, roughly. (If nothing happens when you hold it, check that the plugs and settings are right!) Record the resistance when the thermistor is in the room air ( room temp ) and the value you read from a standard thermometer. Calculate the expected value of R from this equation: R = T T Compare it with what you measured. Compute the correction ratio as R(actual)/R(expected). Save this number for analysis below. Now, very carefully touch the thermistor to the top of the ice water surface. Do not immerse it! You just want the black tip in the water. While one of you does this, avoiding immersion, someone else should read the resistance. This is your zero degree value. Now insert the thermistor into the aluminum rod, in the hole drilled for this purpose. The hole should line up with the slit in the insulation. When you insert the thermistor, let the foam insulation just secure it in place. The value should be very close if not identical to the one you got with the thermistor in air. The rod should only extend about 0.5 cm out of the bottom of the insulation. Position the rod (by moving the clamp) so the exposed end is above the aluminum container and can be inserted in the next step but read it first. Because diffusion is slow, it is hard to redo the experiment if you mess something up. One of you will need to start a stopwatch in a moment, so he or she should be ready. When the timer is ready to go, lower the rod into the water so the exposed 0.5 cm is in the water. The actual amount immersed is not all that important, but it is critical is that when the end goes into the cold water, the timer gets turned on, since that is when cooling begins. As the rod cools, and the resistance increases, we want you to note each time that the resistance increases by 0.1 kω. In other words, you put the rod into the water and the thermistor reads 3.00 kω (say). Next you write down the time when it reads 3.10, and then the time when it got to 3.20, etc. DO NOT STOP THE WATCH. Just keep recording. The first few points come very quickly the later ones are agonizingly slow. Take data for about 30 minutes. Begin an Excel spreadsheet during the run. You will have plenty of time to do this, so don t rush at the beginning when the data values are coming fast. DIFFUSION LAB 5

6 Row 1 is going to be devoted to labels. Data is entered in Row 2. Col A is the time in stopwatch MINUTES. Col B is the time in stopwatch seconds. A and B are directly what you read off the stopwatch. Col C is the resistance R exactly as you read it. Col D is going to be the corrected R. Take your measured value in Col C and multiply it by the correction factor you got above. Col E is the temperature (in C), after conversion from the corrected value of R. Write the formula = *D2^ *D2^ *D and fill it down. This equation is from a calibration done previously. Col F is the initial temperature. It s a constant, whatever you measured at the start. Col G is the total time in sec. So you will write the formula =A2*60+B2. You will fill this formula down. Col H is the net change in temperature, T. For simplicity, we will keep the values positive, and you may interpret it as the amount that the temperature dropped. The formula for Col H is =F2- E2. Once you have all your data, make a graph (scatter plot) of T as a function of t, which will be col G as the x axis, and col H as y. Now to compare it with the prediction: col I is a repeat of time. Do this in I2 by writing = G2, and fill down. col J is the theory. Write it this way =Amp*(1- ERF(xoverkappa/SQRT(I2))) and fill down. Excel is unhappy with you at this point because you have introduced two constants, Amp, and xoverkappa, that have not been defined as names. But we are about to do that. We need a place to put these values. Let s put them below your data. Say row 30. So in A30 put the maximum temperature change. That s basically your initial temperature. Go up to the menu bar under INSERT and go down to NAME, and pick the choice DEFINE. Define it as Amp. This now refers to this cell, A30, any time the variable Amp turns up. DIFFUSION LAB 6

7 Next to it (B30) write max to remind you of what this is. In A31, put a number around 8. Again go to INSERT, go down to NAME, and DEFINE this a the variable xoverkappa. Col J should now light up with actual numbers! In B31 you may want to also remind yourself what the variable is in A31. Click on your graph. Go up to the CHART menu and Add Data. The data you are adding is from Col J. You should see the theory curve. You can make it more distinct by using lines and not points. What you want to do at this point is to vary the value of A31, the xoverkappa value. Each time you change the value, you will see your graph change. The idea is to get the value of A31 that makes the theory and data agree best. If there are thermal leaks that are significant, you may also have to vary the value of max. Check with your instructor. What we want you to observe is the extended tail in time, which the data (we hope!) displays and the theory predicts. How would you use this to determine κ, the thermal diffusivity? DIFFUSION LAB 7

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

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

Possible Prelab Questions.

Possible Prelab Questions. Possible Prelab Questions. Read Lab 2. Study the Analysis section to make sure you have a firm grasp of what is required for this lab. 1) A car is travelling with constant acceleration along a straight

More information

Introduction to Measurements of Physical Quantities

Introduction to Measurements of Physical Quantities 1 Goal Introduction to Measurements of Physical Quantities Content Discussion and Activities PHYS 104L The goal of this week s activities is to provide a foundational understanding regarding measurements

More information

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

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

More information

Experiment 4. RC Circuits. Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor.

Experiment 4. RC Circuits. Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor. Experiment 4 RC Circuits 4.1 Objectives Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor. Graphically determine the time constant τ for the decay. 4.2

More information

Experiment 3. Electrical Energy. Calculate the electrical power dissipated in a resistor.

Experiment 3. Electrical Energy. Calculate the electrical power dissipated in a resistor. Experiment 3 Electrical Energy 3.1 Objectives Calculate the electrical power dissipated in a resistor. Determine the heat added to the water by an immersed heater. Determine if the energy dissipated by

More information

Safety: BE SURE TO KEEP YOUR SMART CART UPSIDE-DOWN WHEN YOU RE NOT ACTIVELY USING IT TO RECORD DATA.

Safety: BE SURE TO KEEP YOUR SMART CART UPSIDE-DOWN WHEN YOU RE NOT ACTIVELY USING IT TO RECORD DATA. Why do people always ignore Objective: 1. Determine how an object s mass affects the friction it experiences. 2. Compare the coefficient of static friction to the coefficient of kinetic friction for each

More information

Physics 201 Lab 2 Air Drag Simulation

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

More information

THE MOVING MAN: DISTANCE, DISPLACEMENT, SPEED & VELOCITY

THE MOVING MAN: DISTANCE, DISPLACEMENT, SPEED & VELOCITY THE MOVING MAN: DISTANCE, DISPLACEMENT, SPEED & VELOCITY Background Remember graphs are not just an evil thing your teacher makes you create, they are a means of communication. Graphs are a way of communicating

More information

Student Exploration: Free-Fall Laboratory

Student Exploration: Free-Fall Laboratory Name: Date: Student Exploration: Free-Fall Laboratory Vocabulary: acceleration, air resistance, free fall, instantaneous velocity, terminal velocity, velocity, vacuum Prior Knowledge Questions (Do these

More information

EXPERIMENT: REACTION TIME

EXPERIMENT: REACTION TIME EXPERIMENT: REACTION TIME OBJECTIVES to make a series of measurements of your reaction time to make a histogram, or distribution curve, of your measured reaction times to calculate the "average" or "mean"

More information

Physic 602 Conservation of Momentum. (Read objectives on screen.)

Physic 602 Conservation of Momentum. (Read objectives on screen.) Physic 602 Conservation of Momentum (Read objectives on screen.) Good. You re back. We re just about ready to start this lab on conservation of momentum during collisions and explosions. In the lab, we

More information

SCED 204 Sample Activity SCED 204: Matter and Energy in Chemical Systems

SCED 204 Sample Activity SCED 204: Matter and Energy in Chemical Systems SCED 204 Sample Activity SCED 204: Matter and Energy in Chemical Systems Activity #2: DO THE SMALL PARTICLES OF MATTER MOVE? IF SO, HOW? Purpose: We have been developing a model of matter that involves

More information

Now let s look at some devices that don t have a constant resistance.

Now let s look at some devices that don t have a constant resistance. Lab #3 Now let s look at some devices that don t have a constant resistance. This is the same circuit you built last time. But now, in place of the resistor first build the circuit with a light bulb, then

More information

PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14

PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14 PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14 GENERAL INFO The goal of this lab is to determine the speed of sound in air, by making measurements and taking into consideration the

More information

Lab 10: DC RC circuits

Lab 10: DC RC circuits Name: Lab 10: DC RC circuits Group Members: Date: TA s Name: Objectives: 1. To understand current and voltage characteristics of a DC RC circuit 2. To understand the effect of the RC time constant Apparatus:

More information

Dynamics. Newton s First Two Laws of Motion. A Core Learning Goals Activity for Science and Mathematics

Dynamics. Newton s First Two Laws of Motion. A Core Learning Goals Activity for Science and Mathematics CoreModels Dynamics Newton s First Two Laws of Motion A Core Learning Goals Activity for Science and Mathematics Summary: Students will investigate the first and second laws of motion in laboratory activities.

More information

EXPERIMENT 2 Reaction Time Objectives Theory

EXPERIMENT 2 Reaction Time Objectives Theory EXPERIMENT Reaction Time Objectives to make a series of measurements of your reaction time to make a histogram, or distribution curve, of your measured reaction times to calculate the "average" or mean

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

Linear Motion with Constant Acceleration

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

More information

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

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

More information

Experiment 2. Reaction Time. Make a series of measurements of your reaction time. Use statistics to analyze your reaction time.

Experiment 2. Reaction Time. Make a series of measurements of your reaction time. Use statistics to analyze your reaction time. Experiment 2 Reaction Time 2.1 Objectives Make a series of measurements of your reaction time. Use statistics to analyze your reaction time. 2.2 Introduction The purpose of this lab is to demonstrate repeated

More information

EXPERIMENT : Thermal Equilibrium. Topics of investigation: Temperature, heat, heat capacity, entropy, irreversibility

EXPERIMENT : Thermal Equilibrium. Topics of investigation: Temperature, heat, heat capacity, entropy, irreversibility EXPERIMENT 2000.06.1: Thermal Equilibrium Topics of investigation: Temperature, heat, heat capacity, entropy, irreversibility Read about this topic in: Serway, Chs. 16, 17, 18; C&J Chs 13, 14, 15; also,

More information

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

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

More information

Infrared Experiments of Thermal Energy and Heat Transfer

Infrared Experiments of Thermal Energy and Heat Transfer Infrared Experiments of Thermal Energy and Heat Transfer You will explore thermal energy, thermal equilibrium, heat transfer, and latent heat in a series of hands-on activities augmented by the thermal

More information

AP CHEMISTRY LAB RATES OF CHEMICAL REACTIONS (II)

AP CHEMISTRY LAB RATES OF CHEMICAL REACTIONS (II) PURPOSE: Observe a redox reaction. AP CHEMISTRY LAB RATES OF CHEMICAL REACTIONS (II) Apply graphing techniques to analyze data. Practice computer skills to develop a data table. Determine the order of

More information

Activity 1: Investigating Temperature

Activity 1: Investigating Temperature Contents Activity Overview... 5 Quick Start Guide... 5 Software Installation... 5 Hardware Setup... 6 mytemp Getting Started Program... 10 General Tips and Tricks... 11 Activity 1: Investigating Temperature...

More information

PHY 221 Lab 7 Work and Energy

PHY 221 Lab 7 Work and Energy PHY 221 Lab 7 Work and Energy Name: Partners: Goals: Before coming to lab, please read this packet and do the prelab on page 13 of this handout. Note: originally, Lab 7 was momentum and collisions. The

More information

PHY 221 Lab 9 Work and Energy

PHY 221 Lab 9 Work and Energy PHY 221 Lab 9 Work and Energy Name: Partners: Before coming to lab, please read this packet and do the prelab on page 13 of this handout. Goals: While F = ma may be one of the most important equations

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

Name Group # Date Partners. Specific Heat and Calorimetry

Name Group # Date Partners. Specific Heat and Calorimetry Specific Heat and Calorimetry Experimental Objective The objective of this experiment is to determine the specific heat of two metals using a calorimetric procedure called the method of mixtures. Theory

More information

LAB 2 - ONE DIMENSIONAL MOTION

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

More information

Practical 1 RC Circuits

Practical 1 RC Circuits Objectives Practical 1 Circuits 1) Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor. 2) Graphically determine the time constant for the decay, τ =.

More information

2: SIMPLE HARMONIC MOTION

2: SIMPLE HARMONIC MOTION 2: SIMPLE HARMONIC MOTION Motion of a mass hanging from a spring If you hang a mass from a spring, stretch it slightly, and let go, the mass will go up and down over and over again. That is, you will get

More information

Lab 8 Impulse and Momentum

Lab 8 Impulse and Momentum b Lab 8 Impulse and Momentum Physics 211 Lab What You Need To Know: The Physics Today we will deal with two physical concepts: impulse and momentum. For both, it turns out to be harder to say what they

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

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

Investigation #9 OBSERVATION OF THE PHOTOELECTRIC EFFECT

Investigation #9 OBSERVATION OF THE PHOTOELECTRIC EFFECT Name: Investigation #9 Partner(s): OBSERVATION OF THE PHOTOELECTRIC EFFECT As mentioned in the previous investigation, one well-known phenomenon that defied explanation based on the well-established theories

More information

Physics 2310 Lab #3 Driven Harmonic Oscillator

Physics 2310 Lab #3 Driven Harmonic Oscillator Physics 2310 Lab #3 Driven Harmonic Oscillator M. Pierce (adapted from a lab by the UCLA Physics & Astronomy Department) Objective: The objective of this experiment is to characterize the behavior of a

More information

Lab 5 RC Circuits. What You Need To Know: Physics 212 Lab

Lab 5 RC Circuits. What You Need To Know: Physics 212 Lab Lab 5 R ircuits What You Need To Know: The Physics In the previous two labs you ve dealt strictly with resistors. In today s lab you ll be using a new circuit element called a capacitor. A capacitor consists

More information

Activity Title: It s Either Very Hot or Very Cold Up There!

Activity Title: It s Either Very Hot or Very Cold Up There! Grades 3-5 Teacher Pages Activity Title: It s Either Very Hot or Very Cold Up There! Activity Objective(s): In this activity, and the follow-up activity next week, teams will design and conduct experiments

More information

Lab 5 RC Circuits. What You Need To Know: Physics 212 Lab

Lab 5 RC Circuits. What You Need To Know: Physics 212 Lab Lab 5 R ircuits What You Need To Know: The Physics In the previous two labs you ve dealt strictly with resistors. In today s lab you ll be using a new circuit element called a capacitor. A capacitor consists

More information

Year 7 Science. 7C1: The Particle Model. PPA Challenge

Year 7 Science. 7C1: The Particle Model. PPA Challenge Year 7 Science 7C1: The Particle Model PPA Challenge Name: Form: Task Sheet 1 (Bronze Challenge): The Particle Model Use the words in the box to label the diagram below. This particle diagram shows the

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

Laboratory 3 Measuring Capacitor Discharge with the MicroBLIP

Laboratory 3 Measuring Capacitor Discharge with the MicroBLIP Laboratory 3 page 1 of 6 Laboratory 3 Measuring Capacitor Discharge with the MicroBLIP Introduction In this lab, you will use the MicroBLIP in its Data Acquisition Mode to sample the voltage over time

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

Irreversibility. Have you ever seen this happen? (when you weren t asleep or on medication) Which stage never happens?

Irreversibility. Have you ever seen this happen? (when you weren t asleep or on medication) Which stage never happens? Lecture 5: Statistical Processes Random Walk and Particle Diffusion Counting and Probability Microstates and Macrostates The meaning of equilibrium 0.10 0.08 Reading: Elements Ch. 5 Probability (N 1, N

More information

The RC Circuit INTRODUCTION. Part 1: Capacitor Discharging Through a Resistor. Part 2: The Series RC Circuit and the Oscilloscope

The RC Circuit INTRODUCTION. Part 1: Capacitor Discharging Through a Resistor. Part 2: The Series RC Circuit and the Oscilloscope The RC Circuit INTRODUCTION The goal in this lab is to observe the time-varying voltages in several simple circuits involving a capacitor and resistor. In the first part, you will use very simple tools

More information

Physics Motion Math. (Read objectives on screen.)

Physics Motion Math. (Read objectives on screen.) Physics 302 - Motion Math (Read objectives on screen.) Welcome back. When we ended the last program, your teacher gave you some motion graphs to interpret. For each section, you were to describe the motion

More information

What Is Air Temperature?

What Is Air Temperature? 2.2 Read What Is Air Temperature? In Learning Set 1, you used a thermometer to measure air temperature. But what exactly was the thermometer measuring? What is different about cold air and warm air that

More information

LAB 01 Electrostatic Charge

LAB 01 Electrostatic Charge LAB 01 Electrostatic Charge Group: (Lab section plus Group letter; for instance 01A for lab section 01, group A) Names: (Principle Coordinator) (Lab Partner) (Lab Partner) Directions: Everyone in your

More information

Lab 8 Impulse and Momentum

Lab 8 Impulse and Momentum b Lab 8 Impulse and Momentum What You Need To Know: The Physics There are many concepts in physics that are defined purely by an equation and not by a description. In some cases, this is a source of much

More information

One Dimensional Collisions 1 Fall 2018

One Dimensional Collisions 1 Fall 2018 One Dimensional Collisions 1 Fall 2018 Name: Partners: Introduction The purpose of this experiment is to perform experiments to learn about momentum, impulse and collisions in one dimension. Write all

More information

Temperature Sensing. How does the temperature sensor work and how can it be used to control the temperature of a refrigerator?

Temperature Sensing. How does the temperature sensor work and how can it be used to control the temperature of a refrigerator? Temperature Sensing How does the temperature sensor work and how can it be used to control the temperature of a refrigerator? Temperature Sensing page: 1 of 22 Contents Initial Problem Statement 2 Narrative

More information

ECE 220 Laboratory 4 Volt Meter, Comparators, and Timer

ECE 220 Laboratory 4 Volt Meter, Comparators, and Timer ECE 220 Laboratory 4 Volt Meter, Comparators, and Timer Michael W. Marcellin Please follow all rules, procedures and report requirements as described at the beginning of the document entitled ECE 220 Laboratory

More information

Experiment 1: The Same or Not The Same?

Experiment 1: The Same or Not The Same? Experiment 1: The Same or Not The Same? Learning Goals After you finish this lab, you will be able to: 1. Use Logger Pro to collect data and calculate statistics (mean and standard deviation). 2. Explain

More information

Lab 6: Capacitors and Resistor-Capacitor Circuits Phy208 Spr 2008 Name Section

Lab 6: Capacitors and Resistor-Capacitor Circuits Phy208 Spr 2008 Name Section : Capacitors and Resistor-Capacitor Circuits Phy208 Spr 2008 Name Section Your TA will use this sheet to score your lab. It is to be turned in at the end of lab. You must use complete sentences and clearly

More information

Newton s Wagon. Materials. friends rocks wagon balloon fishing line tape stopwatch measuring tape. Lab Time Part 1

Newton s Wagon. Materials. friends rocks wagon balloon fishing line tape stopwatch measuring tape. Lab Time Part 1 Newton s Wagon Overview: The natural state of objects is to follow a straight line. In fact, Newton s First Law of Motion states that objects in motion will tend to stay in motion unless they are acted

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

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

PHYSICS Kinematics in One Dimension

PHYSICS Kinematics in One Dimension PHYSICS Kinematics in One Dimension August 13, 2012 www.njctl.org 1 Motion in One Dimension Return to Table of Contents 2 Distance We all know what the distance between two objects is... So what is it?

More information

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates.

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates. Learning Goals Experiment 3: Force After you finish this lab, you will be able to: 1. Use Logger Pro to analyze video and calculate position, velocity, and acceleration. 2. Find your center of mass by

More information

Lab 4: Gauss Gun Conservation of Energy

Lab 4: Gauss Gun Conservation of Energy Lab 4: Gauss Gun Conservation of Energy Before coming to Lab Read the lab handout Complete the pre-lab assignment and hand in at the beginning of your lab section. The pre-lab is written into this weeks

More information

5. TEMPERATURE AND HEAT

5. TEMPERATURE AND HEAT 5. TEMPERATURE AND HEAT You will study the concepts of temperature and heat as they apply to a sample of water and you will measure the specific heat capacity of the sample. The measurement of one property

More information

Experiment 7 : Newton's Third Law

Experiment 7 : Newton's Third Law Experiment 7 : Newton's Third Law To every action there is always opposed an equal reaction, or the mutual actions of two bodies upon each other are always equal, and directed to contrary parts. If you

More information

Lab 3 Acceleration. What You Need To Know: Physics 211 Lab

Lab 3 Acceleration. What You Need To Know: Physics 211 Lab b Lab 3 Acceleration Physics 211 Lab What You Need To Know: The Physics In the previous lab you learned that the velocity of an object can be determined by finding the slope of the object s position vs.

More information

Please read this introductory material carefully; it covers topics you might not yet have seen in class.

Please read this introductory material carefully; it covers topics you might not yet have seen in class. b Lab Physics 211 Lab 10 Torque What You Need To Know: Please read this introductory material carefully; it covers topics you might not yet have seen in class. F (a) (b) FIGURE 1 Forces acting on an object

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

PRELAB IMPULSE AND MOMENTUM

PRELAB IMPULSE AND MOMENTUM Impulse Momentum and Jump PRELAB IMPULSE AND MOMENTUM. In a car collision, the driver s body must change speed from a high value to zero. This is true whether or not an airbag is used, so why use an airbag?

More information

Force and Motion. Thought Experiment

Force and Motion. Thought Experiment Team Force and Motion In previous labs, you used a motion sensor to measure the position, velocity, and acceleration of moving objects. You were not concerned about the mechanism that caused the object

More information

The Digital Multimeter (DMM)

The Digital Multimeter (DMM) The Digital Multimeter (DMM) Since Physics 152 covers electricity and magnetism, the analysis of both DC and AC circuits is required. In the lab, you will need to measure resistance, potential (voltage),

More information

Capacitors. Chapter How capacitors work Inside a capacitor

Capacitors. Chapter How capacitors work Inside a capacitor Chapter 6 Capacitors In every device we have studied so far sources, resistors, diodes and transistors the relationship between voltage and current depends only on the present, independent of the past.

More information

3.14 mv ma. Objectives. Overview

3.14 mv ma. Objectives. Overview Phys 3 Lab 7 Ch 0 Simple DC and RC Circuits Equipment: power supply, banana cables, circuit board, switch, 0, 70, 460, & 30, k,two multi-meters, differential voltage probe, Phys 3 experiment kits: batteries

More information

Investigation #2 TEMPERATURE VS. HEAT. Part I

Investigation #2 TEMPERATURE VS. HEAT. Part I Name: Investigation #2 Partner(s): TEMPERATURE VS. HEAT These investigations are designed to help you distinguish between two commonly confused concepts in introductory physics. These two concepts, temperature

More information

2 Electric Field Mapping Rev1/05

2 Electric Field Mapping Rev1/05 2 Electric Field Mapping Rev1/05 Theory: An electric field is a vector field that is produced by an electric charge. The source of the field may be a single charge or many charges. To visualize an electric

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

METEOROLOGY 110 Lab 4 Name. Meteorological Measurements

METEOROLOGY 110 Lab 4 Name. Meteorological Measurements METEOROLOGY 110 Lab 4 Name I. Response speeds of thermometers Meteorological Measurements How do you know what the air temperature is? Most people would answer: I read a thermometer. But is the thermometer

More information

Statistical Analysis of Data

Statistical Analysis of Data Statistical Analysis of Data Goals and Introduction In this experiment, we will work to calculate, understand, and evaluate statistical measures of a set of data. In most cases, when taking data, there

More information

Chapter 14: Finding the Equilibrium Solution and Exploring the Nature of the Equilibration Process

Chapter 14: Finding the Equilibrium Solution and Exploring the Nature of the Equilibration Process Chapter 14: Finding the Equilibrium Solution and Exploring the Nature of the Equilibration Process Taking Stock: In the last chapter, we learned that equilibrium problems have an interesting dimension

More information

Lab 5 - Capacitors and RC Circuits

Lab 5 - Capacitors and RC Circuits Lab 5 Capacitors and RC Circuits L51 Name Date Partners Lab 5 Capacitors and RC Circuits OBJECTIVES To define capacitance and to learn to measure it with a digital multimeter. To explore how the capacitance

More information

Merrily we roll along

Merrily we roll along Merrily we roll along Name Period Date Lab partners Overview Measuring motion of freely falling objects is difficult because they acclerate so fast. The speed increases by 9.8 m/s every second, so Galileo

More information

Superposition - World of Color and Hardness

Superposition - World of Color and Hardness Superposition - World of Color and Hardness We start our formal discussion of quantum mechanics with a story about something that can happen to various particles in the microworld, which we generically

More information

Astronomy Using scientific calculators

Astronomy Using scientific calculators Astronomy 113 - Using scientific calculators 0. Introduction For some of the exercises in this lab you will need to use a scientific calculator. You can bring your own, use the few calculators available

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

States of Matter Part 1: Lab Stations A. Initial Observations

States of Matter Part 1: Lab Stations A. Initial Observations States of Matter POGIL Activity Name Date Block Part 1: Lab Stations A. Initial Observations At your station you will find some solid aluminum, liquid water, and gaseous air. Observe these three objects

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

Introduction to Special Relativity

Introduction to Special Relativity 1 Introduction to Special Relativity PHYS 1301 F99 Prof. T.E. Coan version: 20 Oct 98 Introduction This lab introduces you to special relativity and, hopefully, gives you some intuitive understanding of

More information

Ideal Gas Law and Absolute Zero

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

More information

Lab 5 CAPACITORS & RC CIRCUITS

Lab 5 CAPACITORS & RC CIRCUITS L051 Name Date Partners Lab 5 CAPACITORS & RC CIRCUITS OBJECTIVES OVERVIEW To define capacitance and to learn to measure it with a digital multimeter. To explore how the capacitance of conducting parallel

More information

Gravity Pre-Lab 1. Why do you need an inclined plane to measure the effects due to gravity?

Gravity Pre-Lab 1. Why do you need an inclined plane to measure the effects due to gravity? Lab Exercise: Gravity (Report) Your Name & Your Lab Partner s Name Due Date Gravity Pre-Lab 1. Why do you need an inclined plane to measure the effects due to gravity? 2. What are several advantage of

More information

Chapter 3 Acceleration

Chapter 3 Acceleration Chapter 3 Acceleration Slide 3-1 Chapter 3: Acceleration Chapter Goal: To extend the description of motion in one dimension to include changes in velocity. This type of motion is called acceleration. Slide

More information

COLLISIONS AND MOMENTUM - NEWTON'S THIRD LAW

COLLISIONS AND MOMENTUM - NEWTON'S THIRD LAW July 18 Collisions and Momentum Newton s Third Law 1 Name Date Partners COLLISIONS AND MOMENTUM - NEWTON'S THIRD LAW In any system of bodies which act on each other, action and reaction, estimated by momentum

More information

SIMPLE RANDOM WALKS: IMPROBABILITY OF PROFITABLE STOPPING

SIMPLE RANDOM WALKS: IMPROBABILITY OF PROFITABLE STOPPING SIMPLE RANDOM WALKS: IMPROBABILITY OF PROFITABLE STOPPING EMILY GENTLES Abstract. This paper introduces the basics of the simple random walk with a flair for the statistical approach. Applications in biology

More information

Velocity, Speed, and Acceleration. Unit 1: Kinematics

Velocity, Speed, and Acceleration. Unit 1: Kinematics Velocity, Speed, and Acceleration Unit 1: Kinematics Speed vs Velocity Speed is a precise measurement of how fast you are going. It is your distance traveled over time. Speed is a scalar quantity. To measure

More information

Worksheet for Exploration 6.1: An Operational Definition of Work

Worksheet for Exploration 6.1: An Operational Definition of Work Worksheet for Exploration 6.1: An Operational Definition of Work This Exploration allows you to discover how work causes changes in kinetic energy. Restart. Drag "handy" to the front and/or the back of

More information

Measurements & Instrumentation. Module 3: Temperature Sensors

Measurements & Instrumentation. Module 3: Temperature Sensors Measurements & Instrumentation PREPARED BY Academic Services Unit August 2013 Institute of Applied Technology, 2013 Module Objectives Upon successful completion of this module, students should be able

More information

Student Exploration: Diffusion

Student Exploration: Diffusion Name: Date: Student Exploration: Diffusion Vocabulary: absolute zero, controlled experiment, diffusion, dynamic equilibrium, Kelvin scale, kinetic energy Prior Knowledge Question (Do this BEFORE using

More information

Chapter 2: Representing Motion. Click the mouse or press the spacebar to continue.

Chapter 2: Representing Motion. Click the mouse or press the spacebar to continue. Chapter 2: Representing Motion Click the mouse or press the spacebar to continue. Chapter 2 Representing Motion In this chapter you will: Represent motion through the use of words, motion diagrams, and

More information

Experiment 2: THE DENSITY OF A SOLID UNKNOWN AND CALIBRATION WITH DATASTUDIO SOFTWARE

Experiment 2: THE DENSITY OF A SOLID UNKNOWN AND CALIBRATION WITH DATASTUDIO SOFTWARE Experiment 2: THE DENSITY OF A SOLID UNKNOWN AND CALIBRATION WITH DATASTUDIO SOFTWARE Concepts: Density Equipment Calibration Approximate time required: 90 minutes for density 90 minutes for two thermometers

More information