Finding equilibrum point between two charges

In summary, the conversation discusses finding the equilibrium point between two charges using various equations and methods, including introducing a third charge and using vector procedures. The last part of the conversation also touches on the topic of energy conservation in this system.
  • #1
dock
[SOLVED] finding equilibrum point between two charges

this is pure physics;ain't no theory development;so don't move me around.

assume you have two charges q1 and q2 on distance R.the problem i'll solve here is how to find the equilibrum point between those charges.
to do that you have to introduce new charge q3 in the system and place it somewhere between the first two on the conecting line.assume that distance between q1 and q3 is x then:
F13x^2=-kq1q3
and
F23(R-x)^2=-kq2q3
but it also has to be
F13=-F23
this system of three equations gives the following:
-x^2q2=(R-x)^2q1
the solution for x is:
x1=(q1+sqrt(-q1q2))R/(q2+q1)
x2=(q1-sqrt(-q1q2))R/(q2+q1)

i wonder why if the charges are same by sing then x is some imaginary num and why if it is q1=-q2 then x is infinite/undefined point?

am gratefull for your answers!
 
Physics news on Phys.org
  • #2
If q1=-q2, the condition F13+F23=0 can't exist, so there is no equilibrium point on space.

If the charges are of the same kind, the equations are:

F13x^2=-kq1q3 or F13x^2=kq1q3

F23(R-x)^2=kq2q3 or F23(R-x)^2=-kq2q3

F13+F23=0 or F13=-F23

so x^2q2=(R-x)^2q1

There is no - on one term, so it seems to me that you made the ^2, but better than that, make the sqrt of each term.

Then, the solution is:

x=sqrt(q1)R/(sqrt(q2)+sqrt(q1))

when q1=q2, it gives: x=R/2
 
  • #3
Actually, you don't have to introduce any test charges. The electric field at any point in space can be represented as a superposition of the fields generated by all the sources present in the system. Thus you can immediately come up with an equation that represents the total field magnitude at any point in space -- it's just two copies of Coulomb's Law added together. Then you solve it for zeros.

- Warren
 
  • #4
i'd like to tell you why i was looking for this equilibrum point.
begin simulation
choose Q1,Q2,R;
find the equilibrum point (EP)=R/(1+(+/-)sqrt(abs(Q1/Q2)));
make X1 the equilibrum vector starting in (EP) ending in Q1;
make X2 the equilibrum vector starting in (EP) ending in Q2;
make F1 the force vector akting upon Q1 and normal with X1;
make F2 the force vector akting upon Q2 and normal with X2;
make E1=F1xX1=const the energy vector of Q1;
make E2=F2xX2=const the energy vector of Q2;
begin loop
choose dX1 the displacement vector for Q1 such that F1xdX1>0 and
||X1+dX1||=||X1||;
choose dX2 the displacement vector for Q2 such that F2xdX2>0 and
||X2+dX2||=||X2|| but also ||X1||*||dX2||=||X2||*||dX1||;
make the new X1 equal to the old X1 plus dX1;
make the new X2 equal to the old X2 plus dX2;
onscreen(Q1,Q2)
end loop
end simulation

this is how i could find the trajectories of Q1 and Q2 without ever using F=ma i.e. Newton the 2nd.the values are relative to (EP). using standard 3d vector procedures like adding, rotating etc i can get all the possible trajecoties.

i consider this to be the greatest discovery of mine so far.
 
  • #5
From what I can tell, nothing that you're doing even resembles real physics.

If you put two free, opposite charges near each other, they will come together and "disappear." If the charges have no mass, then they will travel at the speed of light towards each other. If they have finite mass, you will eventually have to use Newtonian or special relativistic relationships to determine their trajectories.

I have no idea why you think your little program does anything physical. After all, the only vector dX1 that satisfies the condition "||X1+dX1||=||X1||" is the zero vector. Perhaps you are running across machine rounding errors and thinking you've discovered the Holy Land.

Furthermore, without a specified mass, you really can't say anything about how the charges will move -- at least not in this reality.

I know you're a total kook, and I'm not even sure why I'm discussing anything with you.

- Warren
 
  • #6
Couloumbs law is a specific case for a more general Gauss' law. Gauss' law can be rewritten in terms of electric potential using Poisson's equation -

(Laplacian)V = (Charge density)/(Epsilon0)

For regions of no charge density (If we neglect the discontinuous point charges), it reduces to Laplaces equation.

(Laplacian)V = 0

Solving for Laplace's equation, it is possible to show that there can be no maxima of minima in the potential field, hence no equilibrium points.

Charges cannot be confined by electric fields, however they can be confined by magnetic fields.
 
  • #7
We weren't talking about the potential (scalar) field -- we were talking about the electric (vector) field. There are equilibrium positions (i.e. zeros) in the electric field. They are unstable equilibrium points, however -- which is what [nab]2V is telling you.

- Warren
 
  • #8
Originally posted by chroot
From what I can tell, nothing that you're doing even resembles real physics.

If you put two free, opposite charges near each other, they will come together and "disappear." If the charges have no mass, then they will travel at the speed of light towards each other. If they have finite mass, you will eventually have to use Newtonian or special relativistic relationships to determine their trajectories.

I have no idea why you think your little program does anything physical. After all, the only vector dX1 that satisfies the condition "||X1+dX1||=||X1||" is the zero vector. Perhaps you are running across machine rounding errors and thinking you've discovered the Holy Land.

Furthermore, without a specified mass, you really can't say anything about how the charges will move -- at least not in this reality.

I know you're a total kook, and I'm not even sure why I'm discussing anything with you.

- Warren
only one question for you since you know that much:
Energy is a vector product of force vector and the equilibrium distance vector.of this I'm so sure and i can prove it to you even if you wake me in 3AM in the morrning.

what is the energy vector acording to your understanding and scenario and how can it be conserved since the system has no energy input/output from/to outside?

"scratch my back and i'll scratch yours" - says Konfuchie
 
  • #9
sorry if this seems dumb, but energy is a scalar quantity, not a vector one :smile:
 
  • #10
Last time I checked, 'energy' does not seem to have a directional quality.

- Warren
 
  • #11
Originally posted by chroot
Last time I checked, 'energy' does not seem to have a directional quality.

- Warren
this is due to the fact that the revolution of physics directed by dock has a maximum warp speed.

just kidding!

there is new topic on PF
https://www.physicsforums.com/showthread.php?s=&threadid=1000
 

1. What is an equilibrium point between two charges?

An equilibrium point between two charges is a point where the electrical forces between the two charges are balanced, resulting in a net force of zero.

2. How do you calculate the equilibrium point between two charges?

The equilibrium point between two charges can be calculated using Coulomb's Law, which states that the force between two charges is directly proportional to the product of the charges and inversely proportional to the square of the distance between them.

3. Can there be more than one equilibrium point between two charges?

Yes, there can be multiple equilibrium points between two charges if the charges are of the same magnitude. In this case, the equilibrium points will be located on the line connecting the two charges.

4. What factors can affect the equilibrium point between two charges?

The equilibrium point between two charges can be affected by the magnitude of the charges, the distance between them, and the presence of any other charges or objects in the surrounding area.

5. Why is finding the equilibrium point between two charges important?

Finding the equilibrium point between two charges is important because it helps us understand the behavior of electric fields and the forces between charges. It also allows us to predict the movement of charged particles in a given electric field.

Similar threads

  • Electromagnetism
Replies
23
Views
4K
Replies
3
Views
1K
Replies
2
Views
720
  • Electromagnetism
Replies
5
Views
751
  • Introductory Physics Homework Help
Replies
2
Views
1K
  • Introductory Physics Homework Help
Replies
9
Views
1K
  • Introductory Physics Homework Help
Replies
8
Views
2K
  • Introductory Physics Homework Help
Replies
9
Views
3K
  • Electromagnetism
Replies
3
Views
973
  • Introductory Physics Homework Help
Replies
3
Views
3K
Back
Top