Matthew K. answered 06/04/21
Physics PhD Student
Let's first try to solve this by assuming we don't need the actual charge and sign of the third object. I will call this charge Q where Q is an arbitrary, nonzero charge. Let q1 = 1.6 * 10-5 C at x1 = 0.0 m and q2 = 6.4 * 10-5 C at x2 = 2.0 m.
Our goal is to find the location where the third charge, Q, will have a net force of 0 N. This will either be to the left of q1 (xQ < 0), between q1 and q2 (0 < xQ < 2), or to the right of q2 (2 < xQ). If the third charge is not on the line connecting the charges, we will have components of the force either pushing the charge away from the x-axis (if Q is positive) or pulling it towards the x-axis (if Q is negative) because q1 and q2 have the same sign of charge.
If xQ is to the left of q1, then the force from both charges will be in the same direction (positive x if Q is negative, negative x if Q is positive). If xQ is to the right of q2, then the force from both charges will still be in the same direction (negative x if Q is negative, positive x if Q is positive).
Without knowing anything about Q, we have determined that it has to lie on the x-axis between x = 0 m and x = 2 m. Now we can use Coulomb's law to determine the net force on Q. Since I can't use unit vectors on here to show direction, we will assume positive is in the positive x direction and negative is in the negative x direction.
(1) Fnet = F1 + F2
(2) F1 = k * (q1 * Q) / (xQ)2
(3) F2 = - k * (q2 * Q) / (2 - xQ)2
Here, the sign of the force will be taken care of by the sign of Q. If Q is positive, then F1 points away from q1 and F2 points away from q2. Similarly, if Q is negative, F1 points towards q1 and F2 points away from q2.
Now we will plug (2) and (3) into (1) and set Fnet = 0 and simplify.
(4) 0 = k * (q1 * Q) / (xQ)2 - k * (q2 * Q) / (2 - xQ)2
(5) (k * Q) * (q1 / (xQ)2) = (k * Q) * (q2 / (2 - xQ)2)
Here we can see both sides have a common factor of k * Q which cancel out. The remaining equation does not depend on Q so we do not need to know the charge or sign of Q. The only requirement is that Q is nonzero. If Q was zero, then you could place it anywhere and the net force would be 0.
To get the final result, we just need to solve (5) for xQ.
(6) sqrt(q2 / q1) = (2 - xQ) / xQ
(7) xQ * sqrt(q2 / q1) = 2 - xQ
(8) xQ * (1 + sqrt(q2 / q1)) = 2
(9) xQ = 2 / (1 + sqrt(q2 / q1))
Plugging q1 and q2 into (9), we find that xQ = 0.67 m.
As you said in your question, we do not actually need to know the charge or sign of the third object for this problem because it cancels out with the net force = 0. If we were looking at a point where there was an electrical force, then we would need to know Q to solve this problem.