How Do You Compute the Electric Potential Using the Method of Image 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
BOAS
Messages
546
Reaction score
19
Hi,

I am learning about the method of image charges, but am struggling to sufficiently justify my answer. It appears to be correct, though it quite possibly isn't...

1. Homework Statement

(please see attached item)

Two semi-infinite grounded conducting planes (the shaded region in the figure, corresponding to ##x ≤ 0## or ##y ≤ 0)## meet at right angles. In the region between them (i.e. ##x > 0## and ##y > 0##), there is a point charge, at a distance ##d## from each plane, as indicated in the figure. Set the z axis such that the charge q is at ##z = 0##.

(a) To compute the potential between the planes you need three image charges. What is their magnitude and where should they be located?

(b) Compute the electric potential between the planes.

(c) Compute the electric charge density σ on the planes.

Homework Equations

The Attempt at a Solution


[/B]
My answer to part (a) is essentially a guess, based on creating a symmetrical situation. I don't know how to justify it properly, and would love some help regarding this.

I have said that I need 2 charges of -q and one of charge +q.

-q (-d, d)
-q (d, -d)
+q (-d, -d)

Are the coordinates that I think they should be placed at.

I then look at the potential, and see that ##V(x,y) = \frac{1}{4 \pi \epsilon_{0}} [\frac{q}{\sqrt{(x-d)^{2} + (y-d)^{2}}} - \frac{q}{\sqrt{(x+d)^{2} + (y-d)^{2}}} - \frac{q}{\sqrt{(x-d)^{2} + (y+d)^{2}}} + \frac{q}{\sqrt{(x+d)^{2} + (y+d)^{2}}}]##

which satisfies the conditions that at ##V(0,y) = 0## and ##V(x,0) = 0##

Am I on the right track here?

Thanks!
 

Attachments

Physics news on Phys.org
BvU said:
Looks good to me !

That is good to hear! I do feel like I have cheated somewhat though. Is there a rigorous method to go about this, or is a guess generally acceptable provided it can be shown to satisfy the conditions?

For part (c) I need to find the charge distributions on each plane. I have done that in the same way I would for a single plane, and the expressions look like they make physical sense to me.

##\sigma_{x} = - \epsilon_{0} \frac{\partial V}{\partial y}|_{y = 0} = - \frac{q}{2 \pi} [\frac{d}{((x - d)^{2} + d^{2})^{3/2}} - \frac{d}{((x + d)^{2} + d^{2})^{3/2}} ]##

and ##\sigma_{y} = - \epsilon_{0} \frac{\partial V}{\partial x}|_{x = 0} = - \frac{q}{2 \pi} [\frac{d}{((y - d)^{2} + d^{2})^{3/2}} - \frac{d}{((y + d)^{2} + d^{2})^{3/2}} ]##

I think this makes sense because as the charge distribution would not be constant along the planes
 
Last edited:
Doesn't look symmetric around y = x !?
try x = d and you'll see the error
[edit] yes the ##(x-d)^2 -d^2## should have been ##(x-d)^2+d^2##
 
Last edited:
  • Like
Likes   Reactions: BOAS
BvU said:
Doesn't look symmetric around y = x !?
try x = d and you'll see the error

Sorry, what doesn't look symmetric around y = x?

Edit - Fixed a typo in my ##\sigma_{x}## expression