Charge density of a disk with radius a in cylindrical coordinates

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
5 replies · 3K views
hokhani
Messages
606
Reaction score
22
To write the uniform charge density of a disk with radius a in cylindrical coordinates, If we do this form:
[itex]\rho (x)=\frac{A\delta(z)\Theta (a-\rho)}{\rho}[/itex] (A is constant that sholud be determined and [itex]\theta[/itex]is step function), we get [itex]A=\frac{Q}{2\pi a}[/itex] and so:
[itex]\rho (x)=\frac{\frac{Q}{2\pi a}\delta(z)\Theta (a-\rho)}{\rho}[/itex]
But we know that the correct one is:
[itex]\rho (x)=Q\frac{\delta(z)\Theta (a-\rho)}{2\pi a^2}[/itex].
Could anyone please tell me what is my mistake?
 
Physics news on Phys.org
While I'm no expert on the subject, I DO notice that your "ro" term suddenly vanishes (term in the denominator).
 
Try starting with [itex]\rho (x)=A\delta(z)\Theta (a-\rho)[/itex]
 
dauto said:
Try starting with [itex]\rho (x)=A\delta(z)\Theta (a-\rho)[/itex]

Ok, in this special case it gives the correct answer, but in the spherical coordinate system it doesn't give the correct answer. My principle question is what is the routine way of solving such problems?
 
Take a cylindrical disk of finite height filled uniformly with a total charge [itex]Q[/itex]. Obviously the charge density is given by
[tex]\rho=\frac{Q}{\pi a^2 h} \Theta(a-r_{\perp}) \Theta(-h/2<z<h/2).[/tex]
I write [itex]r_{\perp}[/itex] for the radial coordinate in order to avoid conflicts with [itex]\rho[/itex] as the symbol for the charge density. In the limit [itex]h \rightarrow 0^+[/itex] this gives
[tex]\rho=\frac{Q}{\pi a^2} \Theta(a-r_{\perp}) \delta(z).[/tex]
You can easily check that this gives you the correct total charge,
[tex]\int_{\mathbb{R}^3} \mathrm{d}^3 \vec{x} \rho(\vec{x})=\int_{0}^{a} \mathrm{d} r_{\perp} \int_0^{2 \pi} \mathrm{d} \varphi \int_{\mathbb{R}} \mathrm{d}z r_{\perp} \frac{Q}{\pi a^2} \delta(z) = \frac{Q}{\pi a^2} 2 \pi \frac{a^2}{2}=Q.[/tex]
 
hokhani said:
Ok, in this special case it gives the correct answer, but in the spherical coordinate system it doesn't give the correct answer. My principle question is what is the routine way of solving such problems?

What do you mean it doesn't work in spherical coordinates? If you post your calculation I might be able to comment.