With a simple demonstration activity, students are introduced to the concept of …
With a simple demonstration activity, students are introduced to the concept of friction as a force that impedes motion when two surfaces are in contact. Then, in the Associated Activity (Sliding and Stuttering), they work in teams to use a spring scale to drag an object such as a ceramic coffee cup along a table top or the floor. The spring scale allows them to measure the frictional force that exists between the moving cup and the surface it slides on. By modifying the bottom surface of the cup, students can find out what kinds of surfaces generate more or less friction. They also discover that both static and kinetic friction are involved when an object initially at rest is caused to slide across a surface.
Students discover the mathematical constant phi, the golden ratio, through hands-on activities. …
Students discover the mathematical constant phi, the golden ratio, through hands-on activities. They measure dimensions of "natural objects"—a star, a nautilus shell and human hand bones—and calculate ratios of the measured values, which are close to phi. Then students learn a basic definition of a mathematical sequence, specifically the Fibonacci sequence. By taking ratios of successive terms of the sequence, they find numbers close to phi. They solve a squares puzzle that creates an approximate Fibonacci spiral. Finally, the instructor demonstrates the rule of the Fibonacci sequence via a LEGO® MINDSTORMS® NXT robot equipped with a pen. The robot (already created as part of the companion activity, The Fibonacci Sequence & Robots) draws a Fibonacci spiral that is similar to the nautilus shape.
Flying more missions than any other shuttle, Discovery carried out every type …
Flying more missions than any other shuttle, Discovery carried out every type of mission NASA had to offer, spending a total of 365 days in space, and checking off many firsts in spaceflight.
In this lesson, students will learn how cosmic rays were discovered and …
In this lesson, students will learn how cosmic rays were discovered and what they are - including their size and speed. Includes background information for the teacher, questions, activities and information about student preconceptions. This is lesson 1 of 4 from "The Cosmic Ray Telescope for the Effects of Radiation (CRaTER)."
Over 30 years ago, Discovery ascended into space for the first time, …
Over 30 years ago, Discovery ascended into space for the first time, after three thwarted launch attempts. Originally scheduled to lift off in June 1984, Discovery finally launched on August 30.
This class addresses the representation, analysis, and design of discrete time signals …
This class addresses the representation, analysis, and design of discrete time signals and systems. The major concepts covered include: Discrete-time processing of continuous-time signals; decimation, interpolation, and sampling rate conversion; flowgraph structures for DT systems; time-and frequency-domain design techniques for recursive (IIR) and non-recursive (FIR) filters; linear prediction; discrete Fourier transform, FFT algorithm; short-time Fourier analysis and filter banks; multirate techniques; Hilbert transforms; Cepstral analysis and various applications. Acknowledgements I would like to express my thanks to Thomas Baran, Myung Jin Choi, and Xiaomeng Shi for compiling the lecture notes on this site from my individual lectures and handouts and their class notes during the semesters that they were students in the course. These lecture notes, the text book and included problem sets and solutions will hopefully be helpful as you learn and explore the topic of Discrete-Time Signal Processing.
This is an activity about the Hubble Deep Field image, an observation …
This is an activity about the Hubble Deep Field image, an observation of one small area of sky that contained no previously-detected objects. The long time exposure of this image allows us to detect some of the most distant objects seen in our Universe. Learners will view an image of the Hubble Deep Field and identify how many distant galaxies are visible as well as the types of galaxies they might be. Observations will be taken a step further to infer predominant age of a galaxy and determine if there are any trends in age (color) versus galaxy size or type and, ultimately, if the distant Universe appears relatively uniform. This activity is Astronomy Activity 4 in a larger resource, titled "Space Update."
Students pass around and distort messages written on index cards to learn …
Students pass around and distort messages written on index cards to learn how we use signals from GPS occultations to study the atmosphere. The cards represent information sent from GPS satellites being distorted as they pass through different locations in the Earth's atmosphere and reach other satellites. Analyzing GPS occultations enables better global weather forecasting, storm tracking and climate change monitoring.
Distributed algorithms are algorithms designed to run on multiple processors, without tight …
Distributed algorithms are algorithms designed to run on multiple processors, without tight centralized control. In general, they are harder to design and harder to understand than single-processor sequential algorithms. Distributed algorithms are used in many practical systems, ranging from large computer networks to multiprocessor shared-memory systems. They also have a rich theory, which forms the subject matter for this course. The core of the material will consist of basic distributed algorithms and impossibility results, as covered in Prof. Lynch’s book Distributed Algorithms. This will be supplemented by some updated material on topics such as self-stabilization, wait-free computability, and failure detectors, and some new material on scalable shared-memory concurrent programming.
This course covers abstractions and implementation techniques for the design of distributed …
This course covers abstractions and implementation techniques for the design of distributed systems. Topics include: server design, network programming, naming, storage systems, security, and fault tolerance. The assigned readings for the course are from current literature. This course is worth 6 Engineering Design Points.
This experimental one-week course is a freshman-accessible hands-on introduction to Nuclear Science …
This experimental one-week course is a freshman-accessible hands-on introduction to Nuclear Science and Engineering at MIT. Students build and test their own Geiger Counter, and so doing, they explore different types and sources of radiation, how to detect them, how to shield them, how to accurately count / measure their activity, and explore cryptographical applications of radiation. This course is meant to be enjoyable and rigorous at the same time. This course was offered during the Independent Activities Period (IAP), which is a special 4-week term at MIT that runs during January each year. WARNING NOTICE: An activity described in this course is potentially hazardous and requires a high level of safety training, special facilities and equipment, and supervision by appropriate individuals. You bear the sole responsibility, liability, and risk for the implementation of such safety procedures and measures. MIT shall have no responsibility, liability, or risk for the content or implementation of any of the material presented. Legal Notice
Through a teacher-led discussion, students realize that the food energy plants obtain …
Through a teacher-led discussion, students realize that the food energy plants obtain comes from sunlight via the plant process of photosynthesis. They learn what photosynthesis is, at an age-appropriate level of detail and vocabulary, and then begin to question how we know that photosynthesis occurs, if we can't see it happening. Elodea is a common water plant that students can use to directly observe evidence of photosynthesis. When Elodea is placed in a glass beaker near a good light source, bubbles of oxygen will be released as products of photosynthesis. By counting the number of bubbles that rise to the surface in a five-minute period, students can compare the photosynthetic activity of Elodea in the presence of high and low light levels.
Students learn about the amazing adaptations of the ptarmigan to the alpine …
Students learn about the amazing adaptations of the ptarmigan to the alpine tundra. They focus one adaptation, the feathered feet of the ptarmigan, and ask whether the feathers serve to only keep the feet warm or to also provide the bird with floatation capability. They create model ptarmigan feet, with and without feathers, and test the hypothesis on the function of the feathers. Ultimately, students make a claim about whether the feathers provide floatation and support this claim with their testing evidence.
In this activity, students squeeze a tennis ball to demonstrate the strength …
In this activity, students squeeze a tennis ball to demonstrate the strength of the human heart. Working in teams, they think of ways to keep the heart beating if the natural mechanism were to fail. The goal of this activity is to get students to understand the strength and resilience of the heart.
Students explore the concept of optical character recognition (OCR) in a problem-solving …
Students explore the concept of optical character recognition (OCR) in a problem-solving environment. They research OCR and OCR techniques and then apply those methods to the design challenge by developing algorithms capable of correctly "reading" a number on a typical high school sports scoreboard. Students use the structure of the engineering design process to guide them to develop successful algorithms. In the associated activity, student groups implement, test and revise their algorithms. This software design lesson/activity set is designed to be part of a Java programming class.
This is an online lesson which introduces the concept of astronomical filters …
This is an online lesson which introduces the concept of astronomical filters and their connections to imaging different objects in space. Learners will explore perceptions of images as seen using different colors of light, construct a filter wheel, and practice investigating various astronomical images using the filter wheel. This material was designed to highlight how filters are useful to astronomers and show how a real astronomical telescope uses filters to image the Sun.
Students work with specified materials to create aqueduct components that can transport …
Students work with specified materials to create aqueduct components that can transport two liters of water across a short distance in their classroom. The design challenge is to create an aqueduct that can supply Aqueductis, a (hypothetical) Roman city, with clean water for private homes, public baths and fountains as well as crop irrigation.
IDS.900 Doctoral Seminar in Engineering Systems examines the core theory and contextual …
IDS.900 Doctoral Seminar in Engineering Systems examines the core theory and contextual applications of the emerging field of Engineering Systems. There is a focus on doctoral–level analysis of scholarship on key concepts such as complexity, uncertainty, fragility, and robustness, as well as a critical look at the historical roots of the field and related areas such as systems engineering, systems dynamics, agent modeling, and systems simulations. Contextual applications of the course range from aerospace to technology implementation to regulatory systems to large–scale systems change. Special attention is given to the interdependence of social and technical dimensions of engineering systems.
No restrictions on your remixing, redistributing, or making derivative works. Give credit to the author, as required.
Your remixing, redistributing, or making derivatives works comes with some restrictions, including how it is shared.
Your redistributing comes with some restrictions. Do not remix or make derivative works.
Most restrictive license type. Prohibits most uses, sharing, and any changes.
Copyrighted materials, available under Fair Use and the TEACH Act for US-based educators, or other custom arrangements. Go to the resource provider to see their individual restrictions.