Do you know what is an “air duster”? If your answer is , explain in one sentence. If your answer is , do not just write “no”, make a guess.
This lesson introduces the students a real world fixed-volume container with gas: an air duster can. An explanation of the contents of the air duster can requires an understanding of gas particle behavior, which students will develop throughout the unit. The students are asked to generate three types of explanations about the can: (1) a text-based explanation, (2) a sketch illustration, and (3) a computational model. They develop the third explanation in three sub-steps. First, they build a static representation of the gas particle system using a NetLogo particle sandbox model. Then, they define the behavior of gas particles (e.g., their movement, collisions) using a blocks-based modeling toolkit. In this step, they work with only a few particles. Lastly, they bring in their gas behaviors to the particle sandbox and make their static model dynamic.
Throughout this lesson, they learn the rules that govern their behaviors and interactions by adding the rules into the model one-by-one. While observing the consequences of “running” these rules and the resulting motion of the particles. In addition, gain a familiarity with a microscopic view of the system and with the NetLogo model interface they will use again in later activities. This familiarity is a critical learning goal in the first Activity, since the use of computer interface (buttons, sliders, switches, etc...) becomes progressively more sophisticated in future activities. Finally, students reflect on their models and modeling practices.
The 2019 version of this unit is developed by Umit Aslan (umitaslan@u.northwestern.edu) and Nicholas LaGrassa (nicholaslagrassa2023@u.northwestern.edu).
A majority of this unit is adopted from the earlier Connected Chemistry units developed by Uri Wilensky, Mike Stieff, Sharona Levy, and Michael Novak (see http://ccl.northwestern.edu/rp/mac/index.shtml for more details). Some elements are also taken from the Particulate Nature of the Matter unit developed by Corey Brady, Michael Novak, Nathan Holbert, and Firat Soylu (see http://ccl.northwestern.edu/rp/modelsim/index.shtml for more details).
We also thank undergraduate research assistants Aimee Moses, Carson Rogge, Sumit Chandra, and Mitchell Estberg for their contributions.
In this unit, we will investigate what causes gas pressure, how it is measured, and how it is affected by the properties of the particles that make the gas and the characteristics of the container they are in. To achieve this goal, we will study gases
We will begin our exploration with an air duster can. This everyday object will help us understand:
Do you know what is an “air duster”? If your answer is , explain in one sentence. If your answer is , do not just write “no”, make a guess.
Why would anyone even need an air duster? Write as many reasons as you would like to. If your answer to the previous question was , try to guess.
How does an air duster work? What is inside the can? If you are not sure, just hypothesize please. Write as many possibilities as you can think of.
Let's watch the following video of someone cleverly "hacking" an air duster. This demonstration may give us a better idea on how it works.
Compare the following two experiments? Why don't the papers move initially? Why do they move in the second experiment? Please elaborate (min. 2 sentences).
What happens when the person presses the valve after pumping air? Explain what happens both inside and outside the air duster. (min. 3 sentences)
Now please illustrate your previous answer using the sketching tool below. What happens when the person presses the valve after pumping air? Please do not spend more than 6 minutes on this task.
Note: You can omit the paper pieces in your drawing.
Warning!: The "Clear" button will clear the whole sketch! If you want to erase parts of your drawing, use the white colored pencil.
Can you explain your sketch? Which kinds of shapes did you draw? Why? (min. 3 sentences).
Please set your computer aside briefly (do not close this page) and join the classroom discussion that your teacher is going to moderate.
Note: If you the discussion has not started yet, please answer the extra credit question below as you are waiting.
If the discussion has not started yet, start answering this question: Can you think of objects similar to the air duster can? List as many as you can and explain how it is similar to the air duster.
Before moving on, please reflect on the classroom discussion briefly. How did other groups' ideas compare to your group's idea? How has your thinking changed? Did you learn new things? Did you find yourself asking more questions? (min. 4 sentences).
In this unit, we are going to work with a few fundamental assumptions about gases. The first of them is: gases are made up of many individual particles (molecules).
However, we cannot see the gas molecules inside the air duster can; they are too small to see with only our eyes 👀. Instead, we will use NetLogo 🔗 to develop a computational model to visualize the molecules inside the air duster can as the air is being pumped into it. NetLogo is a free programmable environment for building and running computational scientific models that simulate natural and social phenomena.
Scientific models 🔗 are used to explain and predict the behavior of real objects or systems and are used in a variety of scientific disciplines. They can be expressed in many different ways. For example, your written explanations and sketches can be considered as informal models of the gas behavior in the air duster can.
Below is a simple particle sandbox modeling toolkit. We can use this simple modeling toolkit to construct static systems that include basic particles and barriers. The short video above demonstrates how to use this tool.
Now let's re-create an approximation of our sketched models of the air duster can using the simple modeling toolkit below!
Please do not spend more than 6 minutes on this task.
When you are done building your model, save it using the button. Upload your model file using the "Browse" button below.
File | Delete |
---|---|
Also take a screenshot of your model using the button. Upload your screenshot using the "Browse" button below.
File | Delete |
---|---|
How does this modeling toolkit compare to the sketching activity in the previous page? What are the similarities? What are the differences?
(min. 2 sentences).
Again, please set your computer aside briefly (do not close this page) and join the classroom discussion that your teacher is going to moderate.
Note: If you the discussion has not started yet, please answer the extra credit question below as you are waiting.
If the discussion has not started yet, answer this question: The sandbox model you just used is obviously very limited. It only has a small number of tools. If you were to extend it, what would you add? What kind of options would you give to the users? Why? (min. 2 ideas)
Before moving on, please reflect on the classroom discussion briefly. How did other groups' ideas compared to your group's idea? How has your thinking changed? Did you learn new things? Did you find yourself asking more questions? (min. 2 sentences).
The particle sandbox model allowed us to create simple gas molecules and place them inside containers. However, it did not allow us to see how the particles behaved. We can use computer models to animate the particles, too.
Below is another simple modeling toolkit that allows us to define the behavior of gas particles. For simplicity, this toolkit allows you to work only up to 4 particles. The short video on the right demonstrates how to use the blocks below the model to program the behavior of the particles. Please watch it carefully if you are having difficulty with the blocks.
A few quick points:
Now let's try to figure out how gas behave inside a container!
Please do not spend more than 6 minutes on this task.
When you are satisfied with the way the particles behave, and upload it using the "Browse" button below.
File | Delete |
---|---|
Which types of blocks did you use? Please explain your reasoning for each block.
Example: block: I used the "moves ____" block | because: I think the molecules moves so and so ....
Please reflect on your modeling process: What was easy? What was hard? (min. 2 sentences)
Note: If you have time, also reflect on what was enjoyable and what was not enjoyable.
Now we can put our static particle sandbox model and our particle behavior block codes together. Let's use the combined modeling toolkit below to:
Note: If you don't remember the code you wrote in the previous step, you should be able to see a link to your blocks code screenshot below the modeling toolkit.
* If you did not save your design, try to recreate it as best as you can. But this time, don't forget to save it.
Did you have to change anything in this step (e.g., particles, walls, block codes)? If yes, please explain each change briefly.
Did your air-duster-can model work as you expected? Did you need to change anything? Explain briefly (min. 2 sentences)
One last time, please set your computer aside briefly (do not close this page) and join the classroom discussion that your teacher is going to moderate.
Note: If you the discussion has not started yet, please answer the extra credit question below as you are waiting.
If the classroom discussion has not started yet, start answering the following question: If you were to be able to add new code blocks to this computational model, what would you add? Choose a title for each block and explain in 1-2 sentences.
Before moving on, please reflect on the classroom discussion briefly. How did other groups' ideas compared to your group's idea? How has your thinking changed? Did you learn new things? Did you find yourself asking more questions? (min. 2 sentences).
In this final section, we will compare all three of our models (written, sketch, and computational).
How does each of your models (textual, sketch, computational) compare to what happens inside the actual air duster can?
Do you think your computational model actually represents what is happening in real life? Please elaborate (min. 2 sentences).
Optional follow-up question
If you were to explain your final understanding of how the “air duster can” works in real life as a grand, coherent theory, how would you express it? (no more than 3 sentences).