How to Find Potential Outside a Charged Disc?

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
Azael
Messages
257
Reaction score
1

Homework Statement



Find the potential outside a thin, circular disc with charge q.

Homework Equations



Laplace's equation
DivgradU=0

The Attempt at a Solution



Since the problem implies symmetry around phi its obvious the solution doesn't depend on phi.

I separate the differential equation into U=A(r)B(z)

Then its easy to find the solutions
[tex]B(z)=c(\lambda)e^{-\lambda z}[/tex]
[tex]A(r)=J_0(\lambda r)[/tex]
where J_0 is the 0'th bessel function.

So I have

[tex]U(r,z)=c(\lambda)e^{-\lambda z}J_0(\lambda r)[/tex]

The general solution then becomes
[tex]\int_{-\infty}^{\infty}C(\lambda)e^{-\lambda z}J_0(\lambda r) d\lambda[/tex]

The problem is that I don't have the slighest clue on how to find C. I know that far away from the disc the potential should tend toward the potential outside a point charge.

So if we work along the r plane and put z=0 we have the equation, when r is large

[tex]\int_{-\infty}^{\infty}C(\lambda)J_0(\lambda r) d\lambda= \frac{q}{4\pi\epsilon r}[/tex]

If I instead work on the z axis I know that the potential is given by.

[tex]\int_{-\infty}^{\infty}C(\lambda)e^{-\lambda z} d\lambda= \frac{q}{2\pi\epsilon a^2}(\sqrt{z^2+a^2}-|z|)[/tex]

How do I transform this to solve c?:confused:
 
Last edited:
Physics news on Phys.org
Azael;1270416 So if we work along the r plane and put z=0 we have the equation said:
\int_{-\infty}^{\infty}C(\lambda)J_0(\lambda r) d\lambda= \frac{q}{4\pi\epsilon r}[/tex]

If I instead work on the z axis I know that the potential is given by.

[tex]\int_{-\infty}^{\infty}C(\lambda)e^{\lambda z} d\lambda= \frac{q}{2\pi\epsilon a^2}k(\sqrt{z^2+a^2}-|z|)[/tex]

How do I transform this to solve c?:confused:

First, it should be something like

[tex]\int_{-\infty}^{\infty} C(\lambda) e^{-\lambda z} d\lambda= \frac{q}{2\pi\epsilon a^2}k(\sqrt{z^2+a^2}-|z|)[/tex]

Then, is "k" a Bessel function ? I'd say it looks that this second equation should be asking for a reverse Laplace transformation...

EDIT:Apparently the tex code is causing trouble. Just click the code to see the minor correction (a minus sign in the exp)
 
Last edited:
dextercioby said:
First, it should be something like

[tex]\int_{-\infty}^{\infty} C(\lambda) e^{-\lambda z} d\lambda= \frac{q}{2\pi\epsilon a^2}k(\sqrt{z^2+a^2}-|z|)[/tex]

Then, is "k" a Bessel function ? I'd say it looks that this second equation should be asking for a reverse Laplace transformation...

EDIT:Apparently the tex code is causing trouble. Just click the code to see the minor correction (a minus sign in the exp)

Ops, the k was just a typo and it shouldn't be there at all:blushing: Yoru right its a minus in the exp aswell. Edited my first post so its correct.

Is there any other way beside laplace transform to find C? Laplace transforms isn't even part of this class and hasnt been part of any previous class so its odd if we would be given a problem that require them.

In arfken there is a hint that the problem can be solved by Fourier transform but I haven't been able to come up with a way.:confused:
 
Il have to give spherical coordinates a try tomorrow! Thanks for that tip didnt think about that.

But I hope I can figure it out in cylindrical coordinates aswell. I hate beeing stuck :(