Core Skills Analysis
Math
- Will measured distances between start and landing points, applying concepts of length and unit conversion.
- He estimated and compared angles of his tumble rotations, linking to geometry and angle measurement.
- Will recorded the number of repetitions for each challenge, practicing data collection and basic statistics.
- Designing new challenges required him to calculate space requirements, using area and perimeter reasoning.
Computer Coding
- Will broke down each tumble challenge into step‑by‑step instructions, mirroring algorithmic thinking.
- He tested his self‑created challenges, observed where they failed, and iteratively debugged the sequence.
- Creating original challenges involved recognizing patterns and sequencing, core skills for programming logic.
- Will documented his challenge designs, which mirrors writing pseudocode or flowcharts before coding.
Tips
To deepen Will's learning, have him keep a math journal that logs distances, angles, and counts for each tumble, then graph the data to spot trends. Next, guide him to build a simple simulation of his challenges in a block‑based platform like Scratch, where he can program a character to perform virtual tumbles using the angles and distances he measured. Introduce a short physics lesson on force and momentum, letting him predict how changes in speed affect rotation, then test those predictions in a safe indoor space. Finally, encourage him to share his challenge designs with peers and gather feedback, turning the activity into a collaborative problem‑solving project.
Book Recommendations
- The Way Things Work by David Macaulay: Explains the physics behind everyday mechanisms with clear illustrations, perfect for connecting tumble motions to real‑world forces.
- Hello Ruby: Adventures in Coding by Linda Liukas: A playful narrative that introduces algorithmic thinking and debugging through story‑based puzzles suitable for early teens.
- The Math Book: From Pythagoras to the 57th Dimension, 250 Milestones in the History of Mathematics by Clifford A. Pickover: A timeline of mathematical breakthroughs that can inspire Will to see how geometry and measurement have shaped the world.
Learning Standards
- CCSS.MATH.CONTENT.6.G.A.1 – Solve real‑world and mathematical problems involving area, volume, and surface area.
- CCSS.MATH.CONTENT.7.G.B.6 – Find the area of irregular shapes by decomposing them into triangles or rectangles.
- CCSS.MATH.CONTENT.6.RP.A.3 – Use ratio and percent to solve problems (e.g., comparing tumble repetitions).
- CSTA K‑12 Computer Science Standards 2‑AP‑10 – Develop programs that solve problems using algorithmic thinking and iteration.
- CSTA K‑12 Computer Science Standards 1‑AP‑11 – Test and debug programs, reflecting on errors and improvements.
Try This Next
- Worksheet: Calculate the angle of rotation for each tumble using a protractor sketch and record the results.
- Quiz: Match each tumble step with its corresponding programming command (e.g., "turn 90°", "move forward 5 ft").
- Drawing task: Sketch a new tumble course on graph paper, labeling distances and angles, then write pseudocode for it.
- Mini‑project: Use Scratch to animate a character performing Will's original tumble sequence, adjusting speed and angle variables.