Skip to content

➡️⏺ 2D physics simulation of Coulomb/Rutherford scattering between two charged particles.

License

Notifications You must be signed in to change notification settings

NuclearPhoenixx/Rutherford-Scattering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rutherford Scattering

This app is also available as a progressive web app. You can install it in Chrome and other Chromium-based browsers!

This simulation numerically solves the coupled differential equation for two charged particles interacting only via Coulomb's law. The resulting interaction is commonly known as Rutherford scattering or Coulomb scattering.

Standard values represent a Proton being fired at a gold nucleus representing the famous Geiger–Marsden experiment (also known as Rutherford gold foil experiment).

Attention:

  • Particle proportions (i.e. atom/particle circle sizes) are not to scale.
  • Distances have been scaled up by a factor of 10^15.
  • By default, the time scale has been scaled down by a factor of 10^21. This can be changed in-sim.

Made with Godot Engine 3.x (no physics engine involved).