Electric Potential (Why the opposite sign?)

AI Thread Summary
The discussion centers on calculating the electric field and potential difference between two charged parallel plates. The electric field was correctly calculated as 2.4 x 10^4 N/C, but the potential difference was initially misunderstood due to confusion over direction. The potential difference should be positive because it reflects the convention that electric fields point from positive to negative charges, while electrons move in the opposite direction. The correct potential difference was determined to be 2.9 x 10^3 V after clarifying the integration direction and the relationship between electric field and potential. Understanding the conventions of electric fields and potential is crucial for solving such problems accurately.
PFStudent
Messages
169
Reaction score
0

Homework Statement



Two large, parallel, conducting plates are 12 cm apart and have charges of equal magnitude and opposite sign on their facing surfaces. An electrostatic force of 3.9 \times {10}^{-15} N acts on an electron placed anywhere between the two plates. (Neglect fringing.)
(a) Find the electric field at the position of the electron.
(b) What is the potential difference between the plates?

Homework Equations



<br /> {\vec{E}}_{p1} = {\frac{\vec{F}_{21}}{q_{2}}}<br />

<br /> {E_{p1}} = {\frac{|\vec{F}_{21}|}{|q_{2}|}}<br />

<br /> {E} = {-{\frac{\Delta{V}}{\Delta{r}}}}<br />

The Attempt at a Solution



At first I thought this was a pretty straight-forward problem and got part (a) right but did not understand why part (b) was wrong.

(a)

<br /> {F_{21}} = 3.9 \times {10}^{-15} N<br />

<br /> q_{2} = -e<br />

<br /> {E_{p1}} = {\frac{|\vec{F_{21}}|}{|q_{2}|}}<br />

sig. fig. \equiv 2

<br /> {E_{p1}} = 2.4 \times {10}^{4} N/C<br />

(b)

<br /> \Delta{r} = 0.12{\textcolor[rgb]{1.00,1.00,1.00}{.}}m<br />

<br /> {E} = {-{\frac{\Delta{V}}{\Delta{r}}}}<br />

<br /> {\Delta{V}} = {-}{\Delta{r}}}}{E}<br />

sig. fig. \equiv 2

<br /> {\Delta{V}} = -2.9 \times {10}^{3}{\textcolor[rgb]{1.00,1.00,1.00}{.}}V<br />

However, the book answer is: 2.9 \times {10}^{3}{\textcolor[rgb]{1.00,1.00,1.00}{.}}V.

So, why is the book's answer positive?

Any help is appreciated.

Thanks,

-PFStudent
 
Physics news on Phys.org
The key is actually that you found the magnitude of electric field in part one. For the second part you need to use the vector of the electric field, and get the direction right. The only way I know how to tackle it is with calculus, but it is basic so don't freak out.

V = - \int_a^b \mathbf{E} \cdot d\matbf{l}

which simplifies (the first one was just for my purposes) to

V = - \int_0^{.12} \mathbf{E} \cdot dr\hat{r}

so this is the key step, the one you messed up. If you have your plates drawn on your paper so that the positive one is on top and the negative one is on the bottom the electric field is pointing down. I am integrating in the upwards hat direction, from the negative plate to the positive plate because that is the convention (integrate from negative to positive). So there is an extra minus sign introduced to flip the direction. Hopefully that makes since.

V = - \int_0^{.12} -E dr

so then

V = E * r

then evaluate with r = .12 and E = your E.
 
Just as an aid to remembering the minus sign:

Keep in mind that the direction of electric fields is defined as the direction that a positive charge carrier will accelerate. Since the potential is the negative integral (or antiderivative) of the electric field*, this means positive charge carriers accelerate from higher to lower potentials. This is consistent with the conservation of mechanical energy, in which kinetic energy increases while (electric) potential energy decreases. Since V = U/q , electric potential energy and electric potential both decrease for accelerating positive charges.

*This comes from the work-potential energy theorem, which is related to the conservation of mechanical energy discussed a little further on in the paragraph.

Just the reverse will be the case for electrons and other negative charge carriers. They run "backwards up" the electric field arrows. Since they must also observe conservation of mechanical energy, they will accelerate in the direction of decreasing potential energy, but that now means they accelerate from lower to higher electric potential.

I harp on this point with my students because people are endlessly victimized on this point on exam questions (especially multiple-choice questions!)...

P.S. I have to say, though, that the statement of the problem is a bit sloppy: it says nothing about which direction we are to take as positive, so it's not clear what the orientation of the field is to be taken as. I suspect they are just giving the magnitude of the potential difference as the answer...
 
Last edited:
Hey,

Thanks for the replies Mindscrape and dynamicsolo.

How I ended up approaching this problem was remembering that when defining the direction of an Electric Field we always use a positive test charge. So, although the charge is negative; I note the electric field lines leave from the postive plate (say on the right) to the negative plate (say on the left) as they normally would. That is, electric field lines leave from the positive plate and terminate on the negative plate. So, although the charge between the two plates is negative the electric field should still point to the left, is that right?

The displacement vector I reasoned points to the right because that is the direction it would accelerate (towards the postive plate since the charge is negative).

Now,

<br /> {\Delta{V}_{p}} = {-}{\int_{r_{0}}^{r_{1}}}{\vec{E}_{p1}(r)}{\cdot}{d{\vec{r}}} <br />

<br /> {\Delta{V}_{p}} = {-}{\int_{r_{0}}^{r_{1}}}{|\vec{E}_{p1}(r)|}{|d{\vec{r}}|}{cos\theta}<br />

Since, the vectors are in opposite direction the angle is 180 degrees.

<br /> {\Delta{V}_{p}} = {|\vec{E}_{p1}(x)|}{\int_{x_{0}}^{x_{1}}}{d{{x}}}<br />

Also, {d{x}} &gt; 0 and {|\vec{E}_{p1}(x)|} = {{E}_{p1}}

<br /> {\Delta{V}_{p}} = {({E}_{p1})}{\Delta{x}}<br />

<br /> {\Delta{V}_{p}} = {\left(\frac{|\vec{F}_{21}|}{|(-e)|}\right)}{\Delta{x}}<br />

<br /> {\Delta{V}_{p}} = {\frac{|\vec{F}_{21}|}{e}}{\Delta{x}}<br />

<br /> {\Delta{V}_{p}} = {\frac{{|\vec{F}_{21}|}{\Delta{x}}}{e}}<br />

sig. fig. \equiv 2

<br /> {\Delta{V}_{p}} = 2.9 \times {10}^{3} V<br />

Mindscrape said:
The key is actually that you found the magnitude of electric field in part one. For the second part you need to use the vector of the electric field, and get the direction right. The only way I know how to tackle it is with calculus, but it is basic so don't freak out.

V = - \int_a^b \mathbf{E} \cdot d\matbf{l}

which simplifies (the first one was just for my purposes) to

V = - \int_0^{.12} \mathbf{E} \cdot dr\hat{r}

Thanks for posting the general form for the potential difference, I forgot I could use that.

Mindscrape said:
so this is the key step, the one you messed up. If you have your plates drawn on your paper so that the positive one is on top and the negative one is on the bottom the electric field is pointing down. I am integrating in the upwards hat direction, from the negative plate to the positive plate because that is the convention (integrate from negative to positive). So there is an extra minus sign introduced to flip the direction. Hopefully that makes since.

V = - \int_0^{.12} -E dr

so then

V = E * r

then evaluate with r = .12 and E = your E.

Yea, I think my work above was the approach you described except I integrated from left to right instead of bottom to top (same thing though, right?).

dynamicsolo said:
Just as an aid to remembering the minus sign:

Keep in mind that the direction of electric fields is defined as the direction that a positive charge carrier will accelerate. Since the potential is the negative integral (or antiderivative) of the electric field*, this means positive charge carriers accelerate from higher to lower potentials. This is consistent with the conservation of mechanical energy, in which kinetic energy increases while (electric) potential energy decreases. Since V = U/q , electric potential energy and electric potential both decrease for accelerating positive charges.

*This comes from the work-potential energy theorem, which is related to the conservation of mechanical energy discussed a little further on in the paragraph.

Just the reverse will be the case for electrons and other negative charge carriers. They run "backwards up" the electric field arrows. Since they must also observe conservation of mechanical energy, they will accelerate in the direction of decreasing potential energy, but that now means they accelerate from lower to higher electric potential.

I was not sure what the convention was for the sign, but your explanation cleared it up a bit. Also, with regards to my approach above--was that the correct approach? Thanks.

Thanks for the help Mindscrape and dynamicsolo.

-PFStudent
 
Last edited:
Yep, it looks like you just forgot which direction the electric field went in (positive test charge is the convention), and your new work looks good. You can orient the plates however you feel like, top/bottom, left/right, bottom/top, right/left, angled, etc., as long as you get the vector directions right relative to the positive and negative plate.
 
when i try to look at the solution, it says "Physicsforums.com"
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top