Determine a point where the electric field is zero

AI Thread Summary
To determine where the electric field is zero between two charges, the user calculated the electric fields from both charges and noted that they decrease but never reach zero, even at large distances. The suggestion was made to derive a formula for the total electric field and analyze it across different regions of the x-axis, considering the signs of the fields from each charge. The user was advised to break the problem into three regions based on the positions of the charges and to set the total electric field equation to zero for each region. This approach would help identify the specific point where the electric field could potentially equal zero. The discussion emphasizes the importance of understanding how the electric field behaves in relation to the positions of the charges.
derekbeau
Messages
17
Reaction score
0
Q1 = 0.000004 d1 = -0.01 m
Q2 = -0.000001 d2 = 0.03 m

Now using that information, I found that the electric field at x = 0.0 m is 3.7 x 10^8 N/C

now i need to find out at which point the electric field is zero.

I made a program to guess and check for me, and what I do is:

[k * 0.000004] / (x+d1)^2 = field 1
[k * -0.00001] / (x-d2)^2 = field 2

then field 1 - field 2 = net electric field at x

The calculations are not wrong because when i enter 0, i get the correct answer, and when i plug in other numbers (1, 4, 5) that i have worked out, it gives me the correct answer also.

My problem is that it seems that there will never be an electric field of zero, it just gets smaller and smaller.

For example, at a point of 1 million meters, the net electrical field is 4.493999982024E-08

at a point of 100 million meters, the net electrical field is 4.4939999998202E-12

so it just gets smaller and smaller, but will it ever get to zero? or am i doing somethign wrong?

Thanks
 
Physics news on Phys.org
While it's certainly true that the field goes to zero at infinity, I don't think that's what they are looking for. :smile:

Forget computer programs. Instead, figure out the formula for the total field at any point. Note that signs matter! You may want to break up the x-axis into three regions ( < d1; d1 to d2; > d2) and consider the field in each region separately. Give it a try.
 
well that formula would be:

(x is in cm)

(N/C) = {(k * 0.000004) / [(x+1)^2 / 100]} - {(k * 0.000001) / [(x-3)^2 / 100]}

so i know that i would set n/c to zero, but where do i go from there?
 
Since the sign of the fields from each charge changes from one region to the other, you'll need a separate formula for the field in each region. (For example: the field from a + charge is negative on one side, positive on the other.)
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top