Finding the neutral point of two charges

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
kspabo
Messages
19
Reaction score
0

Homework Statement


Two charges q1=+9c and q2+-1c are separated by 2m. Where is their neutral point?

Homework Equations


E = E(+) + E(-)
E= k q/r^2

The Attempt at a Solution


k q1/(2+x)^2 = -(k q2/x^2)

When I solve for this equation I end up square rooting a negative number which would then give i and I don't know how to work with this.
 
Physics news on Phys.org
kspabo said:

Homework Statement


Two charges q1=+9c and q2+-1c are separated by 2m. Where is their neutral point?

Homework Equations


E = E(+) + E(-)
E= k q/r^2

The Attempt at a Solution


k q1/(2+x)^2 = -(k q2/x^2)

When I solve for this equation I end up square rooting a negative number which would then give i and I don't know how to work with this.
Doesn't the electric field vector point away from a positive charge and towards a negative charge?

If so, the sign you use for the field from each of your charges depends upon the position relative to the charges.
 
SammyS said:
Doesn't the electric field vector point away from a positive charge and towards a negative charge?

If so, the sign you use for the field from each of your charges depends upon the position relative to the charges.
Correct. So the positive field flows right towards the negative which continues a field to the right. I'm looking for the neutral point nearest the negative charge. How can I use this info to solve this if q1 is at 0 and q2 is at x=2?
 
Last edited:
kspabo said:
Correct. So the positive field flows right towards the negative which continues a field to the right. I'm looking for the neutral point nearest the negative charge. How can I use this info to solve this if q1 is at 0 and q2 is at x=2?
Show what you get when you put values for charge into the following and do a little simplifying.
kspabo said:
k q1/(2+x)^2 = -(k q2/x^2)

Also,
What is the quadratic equation you get?
 
SammyS said:
Show what you get when you put values for charge into the following and do a little simplifying.Also,
What is the quadratic equation you get?

k q1/(2+x)^2 = -(k q2/x^2)
q1/(2+x)^2 = -(q2/x^2)
+9/(2+x)^2 = -(-1/x^2)
9/(2+x)^2 = 1/x^2
x^2/(2+x)^2 = 1/9
x/(2+x) = ± 1/3
(2+x)/x = ± 3
2/x + 1 = ± 3
2/x = -1 ± 3
So we have x=1 when -1 + 3

Ah, that makes sense and I believe is the correct answer.