Electric Field Of Disk Of Charge

10 min read

Introduction

The electric field of a uniformly charged disk is a classic problem in electrostatics that illustrates how charge distribution geometry influences the field pattern. Unlike the simple point‑charge or infinite‑plane cases, a finite disk produces a field that varies with distance from the surface and smoothly transitions between the near‑field (disk‑like) and far‑field (point‑like) regimes. Plus, understanding this field is essential for designing devices such as capacitors, electron guns, and charged‑particle optics, where a planar charge source is often approximated by a thin disk. This article explains the derivation of the electric field both on the axis of the disk and at arbitrary points, explores the underlying physics, and answers common questions that students and engineers frequently encounter.


1. Geometry and Charge Distribution

Consider a thin, circular disk of radius (R) lying in the (xy)-plane with its centre at the origin. The disk carries a uniform surface charge density (\sigma) (C m(^{-2})). Because the charge is spread evenly, the total charge on the disk is

[ Q = \sigma \pi R^{2}. ]

The symmetry of the problem is axial: rotating the system about the (z)-axis leaves it unchanged. And for points on the axis of symmetry (the line (z) passing through the centre and perpendicular to the disk), the radial component vanishes, leaving only an axial field (E_{z}). On top of that, consequently, the electric field (\mathbf{E}) at any point can have only a radial component in the plane and a vertical component along the axis. This axial case is the most common starting point for the derivation because it reduces the problem to a single variable, the distance (z) from the disk.


2. Derivation of the Axial Electric Field

2.1. Elemental Charge and Contribution

Divide the disk into concentric rings of radius (r) and width (\mathrm{d}r). Each ring carries a charge

[ \mathrm{d}Q = \sigma , (2\pi r , \mathrm{d}r). ]

A point (P) on the axis at a distance (z) from the disk sees the ring as a line of charge. By Coulomb’s law, the infinitesimal field produced by (\mathrm{d}Q) at (P) points along the line joining the ring element to (P). The magnitude is

[ \mathrm{d}E = \frac{1}{4\pi\varepsilon_{0}} \frac{\mathrm{d}Q}{(r^{2}+z^{2})}, ]

but only the component parallel to the axis survives after integrating around the ring, because the transverse components cancel by symmetry. The axial component is obtained by multiplying by (\cos\theta = \frac{z}{\sqrt{r^{2}+z^{2}}}):

[ \mathrm{d}E_{z}= \frac{1}{4\pi\varepsilon_{0}} \frac{\sigma , 2\pi r ,\mathrm{d}r}{r^{2}+z^{2}} \frac{z}{\sqrt{r^{2}+z^{2}}} = \frac{\sigma z}{2\varepsilon_{0}} \frac{r ,\mathrm{d}r}{(r^{2}+z^{2})^{3/2}} . ]

2.2. Integration Over the Disk

Integrate (\mathrm{d}E_{z}) from (r = 0) to (r = R):

[ E_{z}(z)=\frac{\sigma z}{2\varepsilon_{0}} \int_{0}^{R} \frac{r ,\mathrm{d}r}{(r^{2}+z^{2})^{3/2}} . ]

Let (u = r^{2}+z^{2}) so that (\mathrm{d}u = 2r,\mathrm{d}r). The integral becomes

[ E_{z}(z)=\frac{\sigma z}{4\varepsilon_{0}} \int_{z^{2}}^{R^{2}+z^{2}} u^{-3/2},\mathrm{d}u =\frac{\sigma z}{4\varepsilon_{0}} \left[ -2u^{-1/2} \right]_{z^{2}}^{R^{2}+z^{2}} . ]

Evaluating the limits yields

[ E_{z}(z)=\frac{\sigma}{2\varepsilon_{0}} \left( 1 - \frac{z}{\sqrt{R^{2}+z^{2}}} \right). ]

The direction is away from the disk if (\sigma>0) and toward the disk if (\sigma<0). This compact expression captures the entire axial field behavior That alone is useful..

2.3. Limiting Cases

Situation Approximation Result
Very close to the surface ((z \ll R)) (\sqrt{R^{2}+z^{2}} \approx R) (E_{z}\approx \frac{\sigma}{2\varepsilon_{0}}\left(1-\frac{z}{R}\right) \approx \frac{\sigma}{2\varepsilon_{0}})
Far away ((z \gg R)) (\sqrt{R^{2}+z^{2}} \approx z\left(1+\frac{R^{2}}{2z^{2}}\right)) (E_{z}\approx \frac{\sigma \pi R^{2}}{4\pi\varepsilon_{0}z^{2}} = \frac{Q}{4\pi\varepsilon_{0}z^{2}}) (point‑charge field)
Infinite plane limit ((R\to\infty)) (\sqrt{R^{2}+z^{2}}\to\infty) (E_{z}\to \frac{\sigma}{2\varepsilon_{0}}) (uniform field of an infinite sheet)

These limits confirm that the derived formula smoothly connects three familiar electrostatic configurations And that's really what it comes down to..


3. Electric Field at an Arbitrary Point

While the axial field is often sufficient, some applications require the field at an off‑axis point ((\rho,,z)) expressed in cylindrical coordinates. The symmetry still forces the azimuthal component to vanish, leaving radial ((E_{\rho})) and axial ((E_{z})) components.

3.1. General Integral Form

Using the same ring decomposition, the contribution of a ring of radius (r) to the field at ((\rho, z)) is

[ \mathrm{d}\mathbf{E}= \frac{1}{4\pi\varepsilon_{0}} \frac{\sigma ,2\pi r ,\mathrm{d}r}{\left(r^{2}+\rho^{2}+z^{2}-2r\rho\cos\phi\right)} , \hat{\mathbf{R}}, ]

where (\phi) is the angle between the ring element and the line to the observation point, and (\hat{\mathbf{R}}) is the unit vector from the element to the point. After integrating over (\phi) (0 to (2\pi)) the result can be expressed with complete elliptic integrals (K(k)) and (E(k)):

[ \begin{aligned} E_{\rho}(\rho,z) &= \frac{\sigma}{2\varepsilon_{0}} \frac{z}{\sqrt{(\rho+R)^{2}+z^{2}}} \left[ \frac{K(k)-E(k)}{k} \right],\[4pt] E_{z}(\rho,z) &= \frac{\sigma}{2\varepsilon_{0}} \left[ \frac{K(k)}{\sqrt{(\rho+R)^{2}+z^{2}}} + \frac{R-\rho}{\rho}\frac{E(k)}{\sqrt{(\rho+R)^{2}+z^{2}}}\right], \end{aligned} ]

with the modulus

[ k^{2}= \frac{4R\rho}{(\rho+R)^{2}+z^{2}}. ]

These expressions, though more complex than the axial case, are exact and are used in numerical simulations of charged‑particle beams and micro‑electromechanical systems (MEMS).

3.2. Practical Approximation

For many engineering calculations, the point of interest is either near the axis ((\rho \ll R)) or far from the disk ((\sqrt{\rho^{2}+z^{2}} \gg R)). In the near‑axis region a series expansion yields

[ E_{\rho} \approx \frac{\sigma}{2\varepsilon_{0}} \frac{\rho}{R}\left(1-\frac{z}{\sqrt{R^{2}+z^{2}}}\right), \qquad E_{z} \approx \frac{\sigma}{2\varepsilon_{0}}\left(1-\frac{z}{\sqrt{R^{2}+z^{2}}}\right) - \frac{\sigma}{4\varepsilon_{0}} \frac{\rho^{2}}{R^{2}} \frac{z}{(R^{2}+z^{2})^{3/2}} . ]

These approximations retain the essential physics while avoiding elliptic integrals Most people skip this — try not to. But it adds up..


4. Physical Interpretation

4.1. Why the Field Saturates Near the Disk

When a point is very close to a uniformly charged surface, each small patch of charge contributes a field that is almost perpendicular to the surface. The net result is a constant field equal to (\sigma / 2\varepsilon_{0}), the same as that of an infinite sheet. That said, the contributions from distant parts of the disk become nearly parallel to the surface and cancel each other’s transverse components. This explains why the axial field plateaus for (z \ll R) Which is the point..

4.2. Transition to Point‑Charge Behavior

At distances much larger than the radius, the entire disk looks like a point of total charge (Q). Day to day, the field then follows the familiar inverse‑square law (E = Q/(4\pi\varepsilon_{0}r^{2})). The transition occurs around (z \sim R), where the factor (\frac{z}{\sqrt{R^{2}+z^{2}}}) smoothly reduces the field from the sheet value to the point‑charge value.

4.3. Energy Stored in the Field

The energy density in the electric field is (u = \frac{1}{2}\varepsilon_{0}E^{2}). Integrating this density over all space gives the self‑energy of the charged disk. While the exact integral is cumbersome, the scaling can be estimated: for a thin disk of radius (R) and surface charge (\sigma),

[ U \sim \frac{\sigma^{2} R^{3}}{\varepsilon_{0}} . ]

This scaling is useful when assessing breakdown limits in high‑voltage planar electrodes.


5. Frequently Asked Questions

Q1. Does the electric field inside the material of a conducting disk differ from that of the thin charged disk?
If the disk is a perfect conductor, free charges rearrange until the interior field is zero. The surface charge density becomes non‑uniform, concentrating near the edges. The uniform‑(\sigma) model applies only to a non‑conducting, thin sheet.

Q2. How does the presence of a dielectric substrate affect the field?
A dielectric with permittivity (\varepsilon) reduces the field by a factor of (\varepsilon_{r} = \varepsilon/\varepsilon_{0}) in the region it occupies. The boundary conditions at the interface modify the effective surface charge seen by the external space, but the functional form of the axial field remains the same, multiplied by (1/\varepsilon_{r}).

Q3. Can the derived formula be used for a charged circular plate of finite thickness?
The thin‑disk approximation assumes the thickness (t) is much smaller than both (R) and the observation distance (z). For a plate with finite thickness, one can treat it as a stack of infinitesimal disks and integrate over the thickness, which adds a factor (\int_{0}^{t} \mathrm{d}z') to the expression. The result is a modest correction unless (t) approaches (R).

Q4. What is the field at the edge of the disk (on the surface, (z=0), (\rho=R))?
Directly on the rim the field is singular in the idealized model because the surface charge density is assumed to be discontinuous. In practice, edge effects smooth the singularity, and the field magnitude is on the order of (\sigma/\varepsilon_{0}). Numerical methods (e.g., finite‑element analysis) are usually employed to obtain accurate edge fields.

Q5. How does the result change if the charge density varies radially, (\sigma(r) = \sigma_{0},(r/R)^{n})?
*The axial field integral becomes

[ E_{z}(z)=\frac{z}{2\varepsilon_{0}} \int_{0}^{R} \frac{2\pi r \sigma(r)}{(r^{2}+z^{2})^{3/2}},\mathrm{d}r, ]

which can be evaluated analytically for integer (n) or numerically for arbitrary profiles. The general trend is that a higher concentration of charge near the rim enhances the field at larger (z) compared with a uniform disk.*


6. Applications

  1. Electron Beam Sources – Photocathodes are often fabricated as circular metal disks. Knowing the axial field determines the initial acceleration of emitted electrons.
  2. Capacitive Touch Sensors – Thin conductive disks act as electrodes; the field distribution controls sensitivity and spatial resolution.
  3. Micro‑actuators – Electrostatic MEMS devices use patterned disks to generate precise forces; the off‑axis field formulas help predict torque and lateral pull.
  4. Medical Imaging – In electrostatic deflection of charged particles for scanning microscopes, the disk field model guides the design of steering plates.

7. Summary

The electric field produced by a uniformly charged disk is a textbook example that bridges three fundamental electrostatic configurations: the infinite sheet, the point charge, and the finite planar source. By decomposing the disk into concentric rings, integrating Coulomb’s law, and applying symmetry, the axial field is obtained in a simple closed form

[ \boxed{E_{z}(z)=\frac{\sigma}{2\varepsilon_{0}}\left(1-\frac{z}{\sqrt{R^{2}+z^{2}}}\right)}. ]

For off‑axis points, the field involves elliptic integrals, but useful approximations exist for near‑axis and far‑field regimes. Now, the derived expressions not only deepen conceptual understanding but also provide practical tools for engineering designs ranging from electron emitters to MEMS actuators. Mastery of this problem equips students and professionals with a versatile analytical technique that can be extended to more complex charge distributions and geometries.

Not the most exciting part, but easily the most useful Worth keeping that in mind..

Keep Going

Hot and Fresh

You Might Like

Others Found Helpful

Thank you for reading about Electric Field Of Disk Of Charge. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home