Lesson Plan: The Martian Rover Rescue Mission
An Integrated STEM Project for Creative Problem-Solving
Materials Needed:
- Chemistry Kits:
- MEL Science Chemistry: Corrosion Kit
- MEL Science Chemistry: Chemistry & Electricity Kit
- Digital Subscriptions:
- Art of Problem Solving (AoPS): Access to Prealgebra and/or Introduction to Algebra texts/online materials
- Brilliant.org: Access to courses in Math, Science (Physics), Coding, and Data
- General Supplies:
- Computer with internet access
- Notebook or digital document for logs and reports
- Calculator
- Optional: Simple craft materials (cardboard, tape, wires, LED light) for a physical prototype
Lesson Overview
Subject Focus: Applied Algebra, Data Analysis, Electrochemistry, Physics (circuits), and Computational Thinking.
Time Allotment: 3-5 hours (This can be completed in one session or spread across a week).
Core Concept: This lesson moves beyond theory by asking you to apply concepts from different fields to solve a single, complex problem. You will act as a mission specialist tasked with diagnosing, designing, and deploying a solution to save a malfunctioning rover on Mars.
Learning Objectives
By the end of this mission, the student will be able to:
- Analyze a dataset to form a hypothesis about a system failure.
- Apply electrochemical principles of corrosion and batteries to explain a real-world problem.
- Utilize algebraic equations (Ohm’s Law, Power Law) to design a functional electrical solution.
- Construct a simple, logical program to simulate a mission-critical task.
- Synthesize findings from all disciplines into a cohesive and creative final report.
Mission Parameters & Procedure
Part 1: The Mission Briefing (Introduction - 15 minutes)
Your Task: Read the following mission briefing to understand your role and objectives.
"Mission Control to Specialist [Student's Name]. We have a critical situation. Our most advanced Mars rover, the 'Explorer-5,' has gone silent. Our last telemetry data shows a steady, then rapid, drop in power output before total blackout. We suspect a catastrophic power system failure, possibly related to the harsh Martian environment.
Your mission is divided into four phases:
1. DIAGNOSE: Analyze the final power-output data to determine the nature of the failure.
2. INVESTIGATE: Use your chemistry lab kits to test the leading hypothesis: electrochemical corrosion.
3. DESIGN: Engineer a new, temporary power source that can be delivered by a rescue drone, calculating the required specifications.
4. DEPLOY: Program the rescue drone’s approach and repair sequence.The success of the entire Mars program rests on your ability to integrate your skills. Good luck, Specialist."
Part 2: Phase 1 - Diagnostics (45 minutes)
Focus: Data Analysis & Algebraic Modeling
- Analyze the Data: Imagine you are given a spreadsheet of the rover’s power output (in watts) over 24 hours. The data shows a slow, linear decrease for 20 hours, followed by a sharp, exponential drop in the final 4 hours.
- Resource: Review a relevant lesson in Brilliant.org's Data Analysis course, such as "Data Visualization" or "Seeing Patterns."
- Activity: In your notebook, sketch a graph of what this power failure would look like. Label the axes (Time in hours, Power in Watts). Describe in words the two different stages of power loss. What could a slow, steady loss followed by a rapid failure indicate? Form a primary hypothesis. (Example Hypothesis: A protective coating wore off, leading to slow degradation, followed by rapid corrosion and a short circuit.)
-
Model the Failure:
- Resource: Use your knowledge of linear equations and functions from AoPS Introduction to Algebra (e.g., chapters on Lines and Linear Equations).
- Activity: Create a simple linear equation (like y = mx + b) to model the first 20 hours of slow power loss. Assume the rover started at 500 watts and lost 5 watts per hour. Write the equation for Power (P) as a function of time (t). This practices applying algebra to a real scenario.
Part 3: Phase 2 - Investigation (60 minutes)
Focus: Hands-On Chemistry
- Test the Corrosion Hypothesis:
- Resource: Use the MEL Science Corrosion Kit.
- Activity: Follow the kit's instructions to set up an experiment showing how metals rust or corrode. To simulate the "salty brine" that may exist on Mars, use salt water in one of your experiments. Observe what happens to the iron. How does this physical evidence support your hypothesis about the rover's wiring or battery terminals failing? Log your observations in your notebook.
- Understand the Power Source:
- Resource: Use the MEL Science Chemistry & Electricity Kit.
- Activity: Build a simple galvanic cell (a fruit battery or a voltaic pile) following the kit's instructions. This demonstrates how a chemical reaction can produce an electrical current. Think about how disrupting this chemical process (e.g., with corrosion) would stop the flow of electricity. This isn't just a kit; it's a model of the rover's power source!
Part 4: Phase 3 - Design the Solution (60 minutes)
Focus: Physics & Applied Algebra
- Brainstorm the Repair: Your rescue drone will deliver a new, external power pack. Your job is to calculate its required specifications.
- Calculate the Requirements: The rover's critical systems require 120 watts of power to reboot. The drone's power pack provides a standard voltage of 24 volts.
- Resource: Look up Ohm's Law and the Electrical Power formula in Brilliant.org's Science courses (look in Electricity & Magnetism) or your AoPS texts.
- Power (P) = Voltage (V) × Current (I)
- Voltage (V) = Current (I) × Resistance (R)
- Activity (Problem-Solving):
- Using the power formula, calculate the electrical current (I), measured in amps, that the power pack must deliver. Show your work, rearranging the formula to solve for I.
- Now, calculate the total electrical resistance (R), in ohms, of the rover's critical systems. Use Ohm's Law and the values you now have for V and I.
- Resource: Look up Ohm's Law and the Electrical Power formula in Brilliant.org's Science courses (look in Electricity & Magnetism) or your AoPS texts.
- (Optional Creative Extension) Sketch a design for your "repair package." How would it attach to the rover? How would it be protected from the Martian environment that caused the first failure?
Part 5: Phase 4 - Deploy the Drone (45 minutes)
Focus: Coding & Logic
- Plan the Logic: You need to write a simple program to simulate the drone's mission. The program should sequence the events logically.
- Write the Code:
- Resource: Use the principles from a beginner lesson in Brilliant.org's Coding courses (e.g., Python fundamentals).
- Activity: Write a simple text-based program in Python (or any language you're learning). Your code should:
- Print a "Mission Start" message.
- Use a loop (like a `for` or `while` loop) to simulate the drone traveling, maybe printing out the distance to the target at each step.
- Use a conditional statement (`if/else`) to check if the drone has "arrived" at the rover.
- If it has arrived, print a success message like "Repair package deployed. Connecting power..."
- If it fails (e.g., a simulated dust storm), print a mission failure message.
Part 6: Mission Debrief (Assessment - 30 minutes)
Your Final Task: Create a "Mission Report" to present back to Mission Control. You have a choice of format: a 2-page written document, a 5-slide presentation, or a 3-minute video recording.
Your report must include:
- Diagnosis: A summary of your data analysis and your final hypothesis for the rover's failure. Include your sketch graph.
- Investigation: A brief explanation of what your chemistry experiments taught you about corrosion and batteries.
- Solution Design: State the required current and resistance for the new power pack. You must show your algebraic calculations.
- Deployment Plan: Include a screenshot or copy of your drone simulation code and explain how it works.
- Conclusion: A short reflection on the biggest challenge of the mission and how you combined different subjects to solve it.
Extension & Differentiation
- For an extra challenge: Research the actual chemical composition of Martian soil. How might that change your corrosion experiment? Could you build a small, physical prototype of the power pack that lights up an LED?
- If you need support: Focus on just two phases of the mission (e.g., the Chemistry Investigation and the Coding Deployment). Work with a parent or guide to walk through the algebraic formulas.