Drmarshall
- 31
- 0
I am writing a QBASIC program that simulates the game of Bagatelle
The scattering of He nuclei by gold ions is a famous formative experiment and the ion beam is deflected thru angle theta= 2 times anctan(K/s)
But my target (the post) is NOT of zero radius - it is radius R
And my ions are radius r
So they "collide" when distance r+R apart
I can simulate this by doing a repulsion calculation as inverse 12th power distance (from collision distance), but what I want to do is the "simpler" (!) mechanical "bounce off the tangent mirrer" task.
After two days work I am still stuck
help! (please)
The scattering of He nuclei by gold ions is a famous formative experiment and the ion beam is deflected thru angle theta= 2 times anctan(K/s)
But my target (the post) is NOT of zero radius - it is radius R
And my ions are radius r
So they "collide" when distance r+R apart
I can simulate this by doing a repulsion calculation as inverse 12th power distance (from collision distance), but what I want to do is the "simpler" (!) mechanical "bounce off the tangent mirrer" task.
After two days work I am still stuck
help! (please)