Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Well, my favorite physics book is <a href="http://rads.stackoverflow.com/amzn/click/0471320579" rel="nofollow noreferrer">Halliday and Resnick</a>. I never ever feel like that book is dumbing down anything for me (the dumb is inside the skull, not on the page...).</p> <p>If you set up a thought problem, you can start to get a feeling for how this would play out.</p> <p>Imagine that your two rigid air hockey pucks are frictionless on the bottom but have a maximal coefficient of friction around the edges. Clearly, if the two pucks head towards each other with identical kinetic energy, they will collide perfectly elastically and head back in opposite directions. </p> <p>However, if their centers are offset by 2*radius - epsilon, they'll just barely touch at one point on the perimeter. If they had an incredibly high coefficient of friction around the edge, you can imagine that all of their energy would be transferred into rotation. There would have to be a separation after the impact, of course, or they'd immediately stop their own rotations as they stuck together.</p> <p>So, if you're just looking for something plausible and interesting looking (ala game physics), I'd say that you could normalize the coefficient of friction to account for the tiny contact area between the two bodies (pick something that looks interesting) and use the sin of the angle between the path of the bodies and the impact point. Straight on, you'd get a bounce, 45 degrees would give you bounce and spin, 90 degrees offset would give you maximal spin and least bounce.</p> <p>Obviously, none of the above is an accurate simulation. It should be a simple enough framework to cause interesting behaviors to happen, though.</p> <p>EDIT: Okay, I came up with another interesting example that is perhaps more telling.</p> <p>Imagine a single disk (as above) moving towards a motionless, rigid, near one-dimensional pin tip that provides the previous high friction but low stickiness. If the disk passes at a distance that it just kisses the edge, you can imagine that a fraction of its linear energy will be converted to rotational energy. </p> <p>However, one thing you know for certain is that there is a maximum rotational energy after this touch: the disk cannot end up spinning at such a speed that it's outer edge is moving at a speed higher than the original linear speed. So, if the disk was moving at one meter per second, it can't end up in a situation where its outer edge is moving at more than one meter per second.</p> <p>So, now that we have a long essay, there are a few straightforward concepts that should aid intuition:</p> <ol> <li>The sine of the angle of the impact will affect the resulting rotation.</li> <li>The linear energy will determine the maximum possible rotational energy.</li> <li>A single parameter can simulate the relevant coefficients of friction to the point of being interesting to look at in simulation.</li> </ol>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload