Skip to content

Bridges with straws: STEM teaching guide with mini-races

Bridges with straws for mini-races

Primary - 9-11 years old - Duration: 2 sessions of 50 min.

Introductory question

If you had to cross a river using only straws and duct tape, how would you build a bridge strong enough for a toy car to pass?

Explanatory summary

This engineering activity invites students to become designers and builders. They will explore basic concepts of structural physics, such as tension and compression, by designing and building a bridge with simple materials. The goal is to create a structure that not only supports itself, but is strong enough to withstand the passage of mini-cars in an exciting final race, encouraging teamwork and creative problem solving.

Skills to be developed

  • Cognitive: Engineering design, critical thinking, problem solving, application of physics concepts (stability, load distribution).
  • Socioemotional: Collaboration, assertive communication, team negotiation, resilience to design failures.
  • Internships: Fine motor skills, measurement, prototype construction, data collection during testing.
Linked standards: NGSS (Engineering Design), Project Based Learning (PBL).

Learning objectives

  1. Design a functional bridge applying structural stability principles.
  2. Identify and use geometric shapes (such as triangles) to increase the strength of a structure.
  3. Test a prototype, analyze the results and propose iterative improvements.
  4. Collaborate effectively in a team to plan, build and present a common project.

Materials

EconomicStandardPro
Paper straws, tape, scissors, a lightweight toy car (Hot Wheels type), two books or boxes to use as stands.Reusable plastic straws, low-temperature silicone gun (with supervision), ruler, paper clips, wooden sticks, carts of different weights.Bridge construction kits (rods and connectors), dynamometer to measure forces, variable angle ramp, camera to record slow motion tests.
Prioritize recyclable and reusable materials. Safety is key: adult supervision required with scissors or silicone guns.

Step-by-step procedure

  1. Phase 1: Design and Planning - Present the challenge: build a bridge that connects two points and supports a trolley. Teams research types of bridges (beams, arches, trusses) and draw a detailed sketch of their design, specifying materials and measurements. (25 min)
  2. Phase 2: Construction - Teams receive their materials and begin to build their prototype based on the design. The teacher's role is to guide with questions such as «What shapes do you think are most stable?», «How will you distribute the weight of the cart?». (45 min)
  3. Phase 3: Test and Race - The «test area» is set up with the supports at a fixed distance. Each team tests its bridge, first passing the cart and then adding additional weight (e.g. coins) to find its breaking point. Conclude with the «mini-races» and a group reflection on the most successful designs and why. (30 min)

Formative evaluation

  • What geometric shape was most important in your design and why?
  • If you had to rebuild your bridge, what would you change to make it stronger?
  • What was the biggest challenge in working as a team and how did you overcome it?
Evidence: Design sketches, final prototype of the bridge, annotations of the load tests, short video of the final test.

Rubric (4 levels)

CriteriaInitialBasicAdvancedExpert
Structural integrityThe bridge is not self-supporting.It holds but does not support the trolley.Supports the cart and a little extra weight.Supports cart and considerable weight; very stable design.
Design and EfficiencySimple design without structural principles.It uses some stable forms, but inconsistently.Consistently applies the use of triangles and beams.Innovative, efficient and aesthetically pleasing design, clearly applying principles.
CollaborationThe team has difficulty communicating and distributing tasks.They collaborate, but communication and roles are not clear.The team works well together, with defined roles.Exemplary collaboration, all members actively contribute and resolve conflicts.

Differentiation

  • Supports: Provide templates of bridge designs (e.g. Warren truss), pre-cut some materials or assign specific roles (designer, builder, etc.).
  • Extensions: Increase the distance the bridge must cover or require the bridge to be removable and transportable.
  • Challenges: Introduce a «budget» (each straw or cm of tape has a cost) and challenge to build the strongest bridge for the lowest cost.

Connections to daily life

  • Environment: Discuss how modern engineering seeks to build sustainable structures that minimize environmental impact.
  • Values: Reflect on the importance of fair play during races and of valuing the ideas of all teammates.
  • Finance: Relate the budget challenge to how real construction projects must optimize resources.
  • Sports: Linking mini-racing with the thrill of healthy competition and the engineering behind tracks and vehicles.
Safety and sustainability

Use scissors with rounded tips. If silicone guns are used, they should be of low temperature and under strict adult supervision to avoid burns. Encourage the use of paper or reusable straws and collect all waste at the end of the activity for proper recycling.

This guide is an open educational resource, licensed under Creative Commons (CC BY-NC-SA 4.0). You can adapt and share it for non-commercial purposes.
Link copied to clipboard
' ], { type: 'text/html' }); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; a.download = 'puentes-popotes-guia.html'; document.body.appendChild(a); a.click(); a.remove(); setTimeout(()=>URL.revokeObjectURL(url), 5000); } catch(e){ alert('No se pudo generar la descarga.'); console.error(e); } });btnShare?.addEventListener('click', async () => { try { await navigator.clipboard.writeText(window.location.href); toast?.classList.add('show'); setTimeout(()=>toast?.classList.remove('show'), 1800); } catch(e){ alert('No se pudo copiar el enlace.'); console.error(e); } }); })();