Potential energy of point charges

AI Thread Summary
The discussion revolves around the potential energy of three identical point charges positioned at the corners of a square and the challenge of determining their maximum speed when released. The published solution suggests that due to symmetry, each charge will have equal kinetic energy when they move to infinity, leading to a division of potential energy by three. However, there is confusion regarding the concept of symmetry, especially when considering the impact of adding a fourth charge that is far away. Numerical simulations indicate that the energy distribution among the charges is not equal, with one charge receiving slightly more energy than the others. The conversation highlights the complexities of calculating motion and energy distribution in such systems, suggesting numerical integration methods as a viable approach for analysis.
BobFroehlich
Messages
2
Reaction score
0
I am puzzled by the solution to a problem in electrical potential. The situation involves three identical point charges (same charge, same mass) each one placed at a corner of a square. The charges are released simultaneously and the problem is to find the maximum speed attained by each of them.

The published solution of the problem states that by symmetry each will end up with the same kinetic energy when the charges have moved to infinity. So the procedure is to calculate the potential energy of the configuration, divide that by 3, set that equal to one-half m v squared, and solve for v, where v is the speed of one charge.

I am having trouble seeing the notion of “symmetry” here since the charges are not equidistant from each other. I also pose the argument that what if a fourth charge were to be included, one that would be orders of magnitude away from the original 3 and would consequently experience far less force due to the other particles. Would the individual charges each still have 1/4 the potential energy of the assembly of four? The only rationale I can muster is that the symmetry is not local symmetry but symmetry at infinity, and I have difficulty picturing that. Hope you can help me sort this out.
 
Physics news on Phys.org
I agree that the notion of symmetry seems a little... well, odd to me.

It seems like the middle particle would end up with more than 1/3 of the total energy, whereas the two others would end up with the same value splitting the difference.

In fact, I would argue that this can't possibly be right. Because this would certainly lead to different behavior then three particles arranged on the vertices of an equilateral triangle, and that would certainly give a 3-way split of energy.

Perhaps you could simulate this numerically and look at asymptotic behavior to get a feel for what actually happens.
 
When I simulate it numerically, it appears that the one particle ends up with around 1.061 times the individual energies of the other two. So you have 1-1.061-1 as ar as energy distribution goes.

That's out to 10000 seconds. It was about the same for 1000 seconds; I can give you more data if you want.
 
Thanks for your analysis - it seems to confirm my hunch. I was trying to do that myself. I know how to get v from F(t), but am unsure how to get v when I know F(r); I suspect a double integration. How did you do the analysis?
 
When you do a numerical integration like I did, you don't have to get v = v(t) in closed form... that's the point of the approximation.

You just use a scheme like:

dx = vdt => delta(x) ~= v delta(t) => x' = x + v delta(t)
dv = adt => delta(v) ~= a delta(t) => v' = v + a delta(t)
a = F/m where F = f(x, v, t).

This is notoriously easy to iterate on a computer. There are several methods, the simplest of which is Euler's method, though better schemes - such as Runge Kutta or more stable methods - exist.
 
Thread 'Motional EMF in Faraday disc, co-rotating magnet axial mean flux'
So here is the motional EMF formula. Now I understand the standard Faraday paradox that an axis symmetric field source (like a speaker motor ring magnet) has a magnetic field that is frame invariant under rotation around axis of symmetry. The field is static whether you rotate the magnet or not. So far so good. What puzzles me is this , there is a term average magnetic flux or "azimuthal mean" , this term describes the average magnetic field through the area swept by the rotating Faraday...
Back
Top