All resources in English Language Arts

Strong as the Weakest Link

(View Complete Item Description)

To introduce the two types of stress that materials undergo compression and tension students examine compressive and tensile forces and learn about bridges and skyscrapers. They construct their own building structure using marshmallows and spaghetti to see which structure can hold the most weight. In an associated literacy activity, students explore the psychological concepts of stress and stress management, and complete a writing activity.

Material Type: Activity/Lab, Lesson Plan

Authors: Ben Heavner, Chris Yakacki, Denise Carlson, Malinda Schaefer Zarske

Mars Rover App Creation

(View Complete Item Description)

Based on their experience exploring the Mars rover Curiosity and learning about what engineers must go through to develop a vehicle like Curiosity, students create Android apps that can control LEGO MINDSTORMS(TM) NXT robots, simulating the difficulties the Curiosity rover could encounter. The activity goal is to teach students programming design and programming skills using MIT's App Inventor software as the vehicle for the learning. The (free to download) App Inventor program enables Android apps to be created using building blocks without having to actually know a programming language. At activity end, students are ready to apply what they learn to write other applications for Android devices.

Material Type: Activity/Lab

Authors: Brian Sandall, Rich Powers

Kinetic and Potential Energy of Motion

(View Complete Item Description)

In this lesson, students are introduced to both potential energy and kinetic energy as forms of mechanical energy. A hands-on activity demonstrates how potential energy can change into kinetic energy by swinging a pendulum, illustrating the concept of conservation of energy. Students calculate the potential energy of the pendulum and predict how fast it will travel knowing that the potential energy will convert into kinetic energy. They verify their predictions by measuring the speed of the pendulum.

Material Type: Activity/Lab, Lesson Plan

Authors: Bailey Jones, Chris Yakacki, Denise Carlson, Malinda Schaefer Zarske, Matt Lundberg

May the Magnetic Force be with You

(View Complete Item Description)

This lesson begins with a demonstration of the deflection of an electron beam. Students then review their knowledge of the cross product and the right hand rule with sample problems. After which, students study the magnetic force on a charged particle as compared to the electric force. The following lecture material covers the motion of a charged particle in a magnetic field with respect to the direction of the field. Finally, students apply these concepts to understand the magnetic force on a current carrying wire. Its associated activity allows students to further explore the force on a current carrying wire.

Material Type: Activity/Lab, Lesson Plan

Author: Eric Appelt

Power Your House with Water

(View Complete Item Description)

Students learn how engineers design devices that use water to generate electricity by building model water turbines and measuring the resulting current produced in a motor. Student teams work through the engineering design process to build the turbines, analyze the performance of their turbines and make calculations to determine the most suitable locations to build dams.

Material Type: Activity/Lab

Authors: Denise W. Carlson, Lauren Cooper, Malinda Schaefer Zarske, Tyler Maline

Nanotechnology and Cancer Treatments

(View Complete Item Description)

Students learn about the biomedical use of nanoparticles in the detection and treatment of cancer, including the use of quantum dots and lasers that heat-activate nanoparticles. They also learn about electrophoresis a laboratory procedure that uses an electric field to move tiny particles through a channel in order to separate them by size. They complete an online virtual mini-lab, with accompanying worksheet, to better understand gel electrophoresis. This prepares them for the associated activity to write draft research proposals to use nanoparticles to protect against, detect or treat skin cancer.

Material Type: Lesson Plan

Authors: Amber Spolarich, Michelle Bell

Team Up!

(View Complete Item Description)

Students explore the physical and psychological effect of stress and tension on human beings. They develop their observing, thinking, writing and teamwork skills by working on a group art project and reporting about it. They learn about the stages of group formation, group dynamics and team member roles that make for effective teams. In the process, they discover how collective action can foster a sense of community support, which can alleviate personal feelings of stress and tension. Note: The literacy activities for the Mechanics unit are based on physical themes that have broad application to our experience in the world concepts of rhythm, balance, spin, gravity, levity, inertia, momentum, friction, stress and tension.

Material Type: Activity/Lab, Lesson Plan

Authors: Denise Carlson, Jane Evenson, Malinda Schaefer Zarske

Using Microcontrollers to Model Homeostasis

(View Complete Item Description)

Students learn about homeostasis and create models by constructing simple feedback systems using Arduino boards, temperature sensors, LEDs and Arduino code. Starting with pre-written code, students instruct LEDs to activate in response to the sensor detecting a certain temperature range. They determine appropriate temperature ranges and alter the code accordingly. When the temperature range is exceeded, a fan is engaged in order to achieve a cooling effect. In this way, the principle of homeostasis is demonstrated. To conclude, students write summary paragraphs relating their models to biological homeostasis.

Material Type: Activity/Lab

Author: Aaron Lamplugh

Testing with JUnit

(View Complete Item Description)

JUnit is a testing method that is included with NetBeans (Java) installs or can be downloaded from the web and included in the Java build. In this activity, students design tests for a provided Java class before the class methods are constructed using a process called test-driven development. To create a design, the software/system design process, which is a specific case of the engineering design process, is followed. After students create a design, it is implemented and tested and if necessary, the design undergoes editing to make sure it functions by testing the Java class correctly. To conclude the activity, students write the methods in the Java class using their tests to debug the program.

Material Type: Activity/Lab

Authors: Brian Sandall, Ryan Stejskal

Cell Membrane Experimental Design

(View Complete Item Description)

The final activity of this unit, which integrates the Keepers of the Gate unit through the Go Public challenge, involves students taking part in experimental design. They design a lab that answers the challenge question: "You are spending the night with your grandmother when your throat starts to feel sore. Your grandma tells you to gargle with salt water and it will feel much better. Thinking this is an old wive's tale, you scoff, but when you try it later that night it works! Why?" Students must have their plan approved by the instructor before they begin. A formal lab write-up is due as part of the laboratory investigation.

Material Type: Activity/Lab

Author: Melinda M. Higgins

Protect Your Body, Filter Your Water!

(View Complete Item Description)

Students experience the steps of the engineering design process as they design solutions for a real-world problem that could affect their health. After a quick review of the treatment processes that municipal water goes through before it comes from the tap, they learn about the still-present measurable contamination of drinking water due to anthropogenic (human-made) chemicals. Substances such as prescription medication, pesticides and hormones are detected in the drinking water supplies of American and European metropolitan cities. Using chlorine as a proxy for estrogen and other drugs found in water, student groups design and test prototype devices that remove the contamination as efficiently and effectively as possible. They use plastic tubing and assorted materials such as activated carbon, cotton balls, felt and cloth to create filters with the capability to regulate water flow to optimize the cleaning effect. They use water quality test strips to assess their success and redesign for improvement. They conclude by writing comprehensive summary design reports.

Material Type: Activity/Lab

Authors: Jeanne Hubelbank, Kristen Billiar, Terri Camesano, Timothy S. Vaillancourt

CS Principles 2019-2020 3.2: The Need for Algorithms

(View Complete Item Description)

This is the 2nd day of a 3-lesson sequence in which we attempt to show the "art" of programming and introduce the connection between programming and algorithms. In the previous lesson we established the need for a common language with which express algorithms to avoid ambiguity in how instructions would be interpreted. In this lesson we continue to establish the connection between programming and algorithms, with more emphasis on the "art" of algorithms. First students are presented with a new task for the “human machine” - to write a set of instructions to identify the smallest (lowest value) card in row of cards on the table. Once again we try to establish a set of fundamental commands for doing this, and develop a more formal set of “low-level” commands for manipulating playing cards. Students are presented with a "Human Machine Language" that includes 5-commands and then must figure out how to use these primitive commands to “program” the same algorithm. At the conclusion several points about programming can be made, namely: 1. Different algorithms can be developed to solve the same problem 2. Different programs can be written to implement the same algorithm.

Material Type: Lesson Plan

CS Principles 2019-2020 5.10: Building an App: Color Sleuth

(View Complete Item Description)

This lesson attempts to walk students through the iterative development process of building an app (basically) from scratch that involves the use of `if` statements. Following an imaginary conversation between two characters - Alexis and Michael - students follow the problem solving and program design decisions they make for each step of constructing the app. Along the way they decide when and how to break things down into functions, and of course discuss the logic necessary to make a simple game. The last step - writing code that executes an end-of-game condition - students must do on their own. How they decide to use `if` statements to end the game will require some creativity. The suggested condition - first to score 10 points - is subtly tricky and can be written many different ways. At the conclusion of the lesson there are three practice Create PT-style questions as well as resources explaining the connection between this lesson and the actual Create PT. Depending on how you use these materials they can easily add an additional day to this lesson.

Material Type: Lesson Plan

Preventing Potholes

(View Complete Item Description)

Acting as civil engineers hired by the U.S. Department of Transportation to research how to best use piezoelectric materials to detect road damage, student groups are challenged to independently create their own experiment procedures, working with given materials and tools. The general approach is that they set up model roads using rubber mats to simulate asphalt and piezoelectric transducers to simulate the in-ground road sensors. They drop heavy bolts at various locations on the “road,” collecting data and then analyzing the voltage changes across the piezoelectric transducers caused by the vibrations of the bolt hitting the rubber. After making notches in the rubber “road” to simulate cracks and potholes, they collect more data to see if the piezo elements detect the damage. Students write up their research and conclusions as if presenting evidence to USDOT officials about how the voltage changes across the piezo elements can be used to indicate road damage and extrapolated to determine when roads need maintenance service.

Material Type: Activity/Lab

Authors: Adam Alster, Amir Alvai, Andrea Varricchione, Drew Kim, Nizar Lajnef, Victoria Davis-King

Is Bigger Better? A Look at a Selection Bias that Is All Around Us

(View Complete Item Description)

This learning video addresses a particular problem of selection bias, a statistical bias in which there is an error in choosing the individuals or groups to make broader inferences. Rather than delve into this broad topic via formal statistics, we investigate how it may appear in our everyday lives, sometimes distorting our perceptions of people, places and events, unless we are careful. When people are picked at random from two groups of different sizes, most of those selected usually come from the bigger group. That means we will hear more about the experience of the bigger group than that of the smaller one. This isn't always a bad thing, but it isn't always a good thing either. Because big groups ''speak louder,'' we have to be careful when we write mathematical formulas about what happened in the two groups. We think about this issue in this video, with examples that involve theaters, buses, and lemons. The prerequisite for this video lesson is a familiarity with algebra. It will take about one hour to complete, and the only materials needed are a blackboard and chalk.

Material Type: Lecture

Authors: Anna Teytelman, Arnold Barnett, MIT BLOSSOMS

The Grand Challenge: Fix the Hip Challenge

(View Complete Item Description)

This lesson introduces the Bone Module Grand Challenge question. Students are asked to write their initial responses to the question alone. They will then brainstorm ideas with one other student. Finally, the ideas are shared with the class and recorded. It is important for students to gather information to decide whether or not this condition is hereditary. Students then watch two videos about osteoporosis. Grand Challenge Question: When you get home from school, your mother grabs you, and you rush to the hospital. Your grandmother fell and was rushed to the emergency room. The doctor tells your family your grandmother has a fractured hip, and he is referring her to an orthopedic specialist. The orthopedic doctor decides to perform a DEXA scan. The result showed her bone mineral density (BMD) was -3.3. What would be a probable diagnosis to her condition? What are some possible causes of her condition? Should her family be worried that this condition is hereditary, and if so, what are possible prevented measures they could take to prevent this from happening to them? What statistical method did you use to determine if the condition is hereditary?

Material Type: Lesson Plan

Author: Morgan Evans

Braking Distance

(View Complete Item Description)

This task provides an exploration of a quadratic equation by descriptive, numerical, graphical, and algebraic techniques. Based on its real-world applicability, teachers could use the task as a way to introduce and motivate algebraic techniques like completing the square, en route to a derivation of the quadratic formula.

Material Type: Activity/Lab

Author: Illustrative Mathematics