There are three identical collinear particles of charge and mass . Two of the particles are held in place at and respectively. The third particle is free to move, and is initially positioned at .
If the Coulomb constant is , determine the oscillation period of the moving charge (rounded to the nearest half second).
While solving, neglect all forces except for the basic Coulomb force.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
In order to ensure a good result, I solved in two very different ways:
Method 1) Potential Energy Method / Hand Analysis / Numerical Integration of Hand-Derived Integral
Method 2) Force Method / Small-time-step computer simulation / No advanced math
Method 1:
Method 2:
Simulation Strategy for each loop iteration:
1) Update position based on velocity from the last loop iteration
2) Update velocity based on acceleration from the last loop iteration
3) Calculate force based on position
4) Calculate acceleration based on force and mass
5) Go back to step 1
Code:
Result Plot:
Note that the charge oscillates between x = 0 . 2 5 and x = 0 . 7 5 , as expected. And the oscillation period is again roughly 9.5 seconds.