The point where the electric field between two charged spheres is zero

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 · 7K views
bandit101
Messages
4
Reaction score
0

Homework Statement



Sphere A, with a positive charge is located close to another Sphere B, with positive charge. The relative size of the charges is such that the charge on Sphere A = 4 (Sphere B). Locate Point P between the two spheres where the force exerted by the field is zero. State the location of Point P in terms of the center of A and B.

Homework Equations



These are the equations I have to work with:

F = k (Qq)/d2

where:

* K = 9 x 10^9 Nm^2/C^2(constant),
* Q = electric force of one object (C),
* q = electric force of the other object (C),
* d = distance between the two objects (m).

E = F/q

The Attempt at a Solution



I had no clue of how to go about this without an actual given distance. I tried finding the E of each charge with d^2 still in it then add those two to equal zero, but it didn't work. All of the example I have found have either had a positive and negative charge or a given distance. How would I solve this?
 
on Phys.org
bandit101 said:
I had no clue of how to go about this without an actual given distance. I tried finding the E of each charge with d^2 still in it then add those two to equal zero, but it didn't work.
When you add the electric fields (that's what you mean by E, right?), remember that they are vectors, not just numbers. So when you add them, it's not as simple as just adding the magnitudes; you need to take into account the relative direction of the two fields.

Try drawing a picture of the two spheres and the point P, and include the direction of the electric field at point P due to each sphere separately.
 
So would the direction be part of d? Wouldn't the d^2 just cancel out because they are common denominators?
 
I don't think I understand. Even if I try to add them as vectors, whenever there is a zero in the equation it doesn't work because zero divided by anything is zero.
 
Okay so there is a picture that goes along with this question. I didn't know if it was that important because I wasn't given a distance. But I measured it with my ruler. From the center of the two spheres, they are 5.8cm apart and from the edges of each, they are 4cm apart. I would use the 5.8cm measurement right?


So, would I then go:


EA=kQ1/d2
EA=4k/d2

E=kQ2/d2
E=k/(d+5.8)2

Then would I go:

EA - EB = 0
4k/d2 - k/(d +5.8)2 = 0
4k/d2 = k/(d +5.8)2
4/d2 =1/(d2 + 11.6 + 33.64)
[(d2 + 15.24)(4)]/d2 = 1
(4d2 + 60.96)/d2 = 1
4d2 + 60.96 = d2
3d2 + 60.96 = 0
(3)(d2 + 20.32) = 0

So:
d2 + 20.32 = 0
d2 = -20.32
d = 4.507771...

Is this right?

So if Sphere A was at 0cm and Sphere B was at 5.8cm, then Point P would be at 4.5cm?