Welcome to experimental physics! Our goal with this lab sequence is for you to gain practice doing experimental science. This is separate from the lecture portion of the course, where the goal is to understand the inter-related and systematic nature of physics, and how to use physical models to mathematically predict the behavior of systems. As such there will frequently be times when the content in lab is noticeably different from the content in lectures; the difference in content does not mean that you've missed something in class.
This first lab will be an introduction to experimental physics in general and to the specific things you will be expected to do during each lab period in this class.
One of the main purposes of the physics labs in this course is to learn how scientists study the world around them. With a focus on the scientific process of asking questions and doing an experiment, students can learn how to think like a scientist.
Each lab has a similar structure.
Click the link below to create a copy of the template you will use for this first lab. You will be prompted to log into your UChicago account (if you aren't logged in already) and it will ask you if you to create a copy of the template in your personal Google Drive.
We will try to call out places where you need to write in your lab notebook by using the NOTEBOOK tag, like in the following:
NOTEBOOK: Fill out the top portion of the first page.
You should write down additional things in your notebook whenever you think it is useful – whether or not we specifically ask for it. These can include notes to yourself (e.g. to record/remember what you've done) or to your reader (e.g. to communicate an outcome or discuss a result). As the course goes on, you will begin to develop a feeling for what needs to go in your notebook and we'll use fewer reminders.
It is OK to make mistakes in the notebook! It isn't meant to be perfect.
Your TA will ask you a question. Use the whiteboard to work out ideas or to present your thoughts. After a few minutes, you will be asked to share your thoughts with the class.
NOTEBOOK: Take a photo of your whiteboard and include it in your notebook.
For our first activity, we're going to measure how long it takes for a piece of paper to fall through a distance of 1 meter.
NOTEBOOK: Record your data in your lab notebook as you take it!
Now that you've got many numbers, how will you answer the question, “How long did it take for the paper to hit the floor?” Discuss this within your group and be prepared to share you thoughts with neighboring groups.
NOTEBOOK: Record notes from your discussion in your group report, too!
In order to do data processing and analysis in this course, we will use Google Colaboratory “notebooks” (sometimes just shortened to Google Colab), which run on the Python programming language. These notebooks are collections of text (to provide you with instructions or information) interspersed with code (to do calculations or to make plots). You do not need to know how to program in Python to use these notebooks; instead, we have made these notebooks beginner friendly so that they only require you to enter your data and execute prewritten snippets of code. Consider these notebooks to be tools (like a fancy calculator).
Below is the notebook we will use for this project.
Run Part 1 of the notebook using the default data already included there in order to get used to how it works. When you are comfortable, edit the first cell with your values of $t$ and complete the calculations for your data.
NOTEBOOK: Think about the values calculated and plotted in the Google Colab notebook. What values or plots are relevant to put in the group report?
Your TA will prompt a class discussion. Don't expand the following drop-down sections until instructed to do so.
NOTEBOOK: When the discussion is finished, your TA will give you a few minutes to write down your thoughts. Up until now, your notebook has been used for recording data and observations… now you want to try to draw “conclusions”. Communicate what you think the take-away messages are – both for your future self and for any other scientist who might read your work.
In the first activity, we quantified how certain we were about the value of one measured quantity by repeating the measurement. But what do we do when the thing we are measuring isn't as clear cut? Or when repeating many times isn't an option?
In this activity, we're going to measure how quickly a piece of paper absorbs water. This sort of information might be useful if you wanted to know how effective a paper towel is, how well a treatment protects books from water damage, or how well a new building material would perform in a flood. While there are many possible ways to do this experiment, for this activity part of the goal is for everyone to have the same sort of data to work with. To this end, the plan is to place one end of a paper towel under a damp sponge and time how long it takes the water to travel distances of 1, 2, 3, and 4 cm.
Two students doing this experiment have come up with two different models for what is going on.
You will now set the experiment up and measure for yourself. From the figure above, you should notice that the edge of the water isn't uniform. Your group should plan ahead of time on how you'll measure progress.
When your TA gives you the go-ahead, place one end of your sponge over the edge of your paper and start timing. Record the times for each distance as you take them, and include uncertainties in the time to reach each mark.
Spend a moment talking within your group about what you saw. Some things to consider are as follows:
Your TA will lead a short class discussion; be prepared to talk about what you saw in your data.
Return to the Google Colab notebook and move on to Part 2.
In order to investigate whether the data better support Alicia's model or Riley's model, we can plot it.
Since you likely found a much greater uncertainty in time than in distance, we will invert the two models so that time is on the y-axis:
| Alicia | $x = Rt \Rightarrow t = (1/R)x$ | or $ t = Ax$ (where $A = 1/R$). |
| Riley | $x = D\sqrt{t} \Rightarrow t = (1/D^2)x^2$ | or $t = Bx^2$ (where $B = 1/D^2$). |
Input your data to create a plot and adjust the values of $A$ and $B$ to find the best “fit” for the data for each model.
NOTEBOOK: Which functional form fits the data better? Do you believe the data support Alicia's model or Riley's (or neither)? How could we make our argument more quantitative?
If there is time, try repeating the experiment.
NOTEBOOK: Remember to include conclusions for this activity. What take-away message do you want a reader to know about the water uptake experiment?
At the end of the lab, you will need to record your final conclusions (about 1 or 2 paragraphs) in your lab report summing up the important results and take-away points from your experiment. Remember that you should only draw conclusions which are supported by the data, so be ready to back up any statements you make!
When you're finished, save your file as a PDF and submit it to the appropriate Canvas assignment. (Only one student needs to submit the notebook, but make sure everyone's name is on it!) If you make a mistake, you can re-submit, but work done after the end of the lab period will not be accepted.
Remember to log out of all your accounts after you submit!