Skip to content

Latest commit

 

History

History
143 lines (99 loc) · 4.17 KB

File metadata and controls

143 lines (99 loc) · 4.17 KB

Quick Start Guide

🚀 Getting Started in 3 Steps

1. Open the Simulation

Simply open index.html in any modern web browser. That's it! No installation needed.

2. Adjust Parameters

Use the controls to set:

  • Mass 1: Weight of the left object (in kg)
  • Mass 2: Weight of the right object (in kg)
  • Initial Velocity: Starting velocity (positive = Mass 1 moves down)

3. Run the Simulation

  • Click Start to begin
  • Click Pause to freeze
  • Click Reset to restart

📊 Understanding the Display

Visual Elements

  • Blue block (M₁): Mass 1 (left side)
  • Red block (M₂): Mass 2 (right side)
  • Green arrows (v): Velocity vectors
  • Orange dashed arrows (a): Acceleration vectors

Real-time Metrics

  • Acceleration: How quickly velocity changes (m/s²)
  • Current Velocity: Speed and direction of motion (m/s)
  • Tension: Force in the rope (Newtons)
  • Time: Elapsed simulation time (seconds)

🎓 Teaching Scenarios

Scenario 1: Basic Motion

Goal: Demonstrate that heavier mass accelerates down

  • Set: m₁ = 2 kg, m₂ = 4 kg, v₀ = 0 m/s
  • Result: M₂ accelerates downward at 3.27 m/s²

Scenario 2: Counterintuitive Motion

Goal: Show acceleration ≠ direction of motion

  • Set: m₁ = 2 kg, m₂ = 3 kg, v₀ = -4 m/s
  • Result: M₁ moves down initially, but acceleration points up!
  • Watch: Eventually motion reverses to match acceleration

Scenario 3: Equilibrium

Goal: Demonstrate constant velocity with equal masses

  • Set: m₁ = 3 kg, m₂ = 3 kg, v₀ = 2 m/s
  • Result: Zero acceleration, constant velocity maintained

Scenario 4: Extreme Difference

Goal: Show effect of large mass difference

  • Set: m₁ = 1 kg, m₂ = 10 kg, v₀ = 0 m/s
  • Result: Rapid acceleration (≈8 m/s²)

🔍 Key Physics Concepts

1. Acceleration vs Velocity

  • Velocity = current speed and direction
  • Acceleration = rate of change of velocity
  • They can point in opposite directions!

2. Net Force

The heavier mass creates a net force:

  • If m₂ > m₁: system accelerates with m₂ going down
  • If m₁ > m₂: system accelerates with m₁ going down
  • If m₁ = m₂: zero net force, zero acceleration

3. Tension

The rope tension is always the same throughout (assuming massless rope):

  • Tension is LESS than the weight of either mass
  • Maximum tension occurs when masses are equal
  • Formula: T = 2m₁m₂g/(m₁+m₂)

💡 Tips for Students

  1. Watch the arrows: Green (velocity) shows motion direction, orange (acceleration) shows which way velocity is changing

  2. Equal masses are special: When masses are equal, the system is in equilibrium (or constant motion)

  3. Initial velocity matters: The system can temporarily move "against" its acceleration

  4. Pause and observe: Use pause to examine the vectors at any moment

  5. Try extreme values: Experiment with very different masses or high initial velocities


🖥️ Browser Compatibility

Works best on:

  • ✅ Chrome/Edge (Recommended)
  • ✅ Firefox
  • ✅ Safari
  • ✅ Any modern mobile browser

📱 Mobile Use

This simulation works on tablets and phones:

  • Tap controls to adjust values
  • Pinch to zoom if needed
  • Landscape orientation recommended

❓ Common Questions

Q: Why does mass 1 move down when mass 2 is heavier? A: Because you set a negative initial velocity! Acceleration will eventually reverse the motion.

Q: Why doesn't anything move when masses are equal? A: With equal masses and zero initial velocity, there's no net force and no acceleration. Try adding an initial velocity!

Q: What does "frictionless pulley" mean? A: It means we ignore friction and the pulley's mass. Real pulleys would behave slightly differently.

Q: Can I use this for homework/projects? A: Yes! This is an educational tool. Use it to verify your calculations and understand the concepts.


🎯 Next Steps

  1. Experiment freely with different values
  2. Try to predict motion before clicking Start
  3. Verify calculations by hand and compare
  4. Share with classmates and friends

Happy Learning! 🎓

For more physics simulations, visit The Thinking Experiment