phetsims / collision-lab

"Collision Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
6 stars 4 forks source link

User request: magnitude of velocity toggle #166

Closed oliver-phet closed 4 years ago

oliver-phet commented 4 years ago

On the Collisions Lab, can you make the magnitude of velocity optional? Perhaps an on/off toggle? The Flash version gave signed values.

I have a lab where computing the signed change in speed across the collision is critical to developing the impulse-momentum theorem – the ratio of the change in speed per object = negative reciprocal of the mass ratio, etc. While we can just insert a negative sign during data collection, it would be nice to not have that easy-to-forget data entry chore.

arouinfar commented 4 years ago

The Flash version gave signed values.

In Flash, the "Show Values" checkbox displays signed values in the Introduction tab. However, this is completely inconsistent with the behavior on the Advanced tab which displays magnitude. image image

For a more consistent experience, the "Values" checkbox in HTML5 behaves the same on all screens. It displays the magnitude of the velocity and momentum. image

It sounds like the user's needs are met by the "More Data" checkbox. This will display the component (and therefore signed) values of the velocity and momentum. image image

oliver-phet commented 4 years ago

Replied to user with the above info. Will reopen if this won't meet their needs. Thanks @arouinfar