Lessons · circuits
The field of a charged disk: between a point and a sheet
Regime 2 — calculus does what algebra cannot. The integrand isn't constant, so no single algebra product gives the answer; the accumulated quantity is the area under the curve — and SymPy proves that area is exactly the closed-form result.
A disk of radius m carries a uniform surface charge density nC/m². We want the electric field a distance m out along its axis. Algebra hands you two extremes — a point charge and an infinite sheet — but a real disk is neither, and there is no algebra formula for one. Calculus is the only way in: slice the disk into concentric rings , each contributing on the axis, and integrate. The shaded area under those ring contributions is the field — which collapses to the point charge far away and to the infinite sheet for a huge disk.
Cut the disk into concentric rings of radius and width , each carrying charge . By symmetry only the axial part of each ring's field survives, . Summing over the rings is an integral — the only way to handle a continuous distribution.
check ; check ; far limit (); large-disk limit ()
- ✓ The accumulated field's slope is the ring contribution: . [structural]
- ✓ The field is the area under the ring contributions: . [structural]
- ✓ Far away the disk looks like a point charge: with as . [structural]
- ✓ A very large disk is an infinite sheet: , independent of , as . [structural]
Dimensional homogeneity: checked by SymPy (holds).
Both are limits, not the answer. is the field of an infinite sheet (or the disk in the limit ); for a finite disk at finite distance it is an overestimate, because the missing charge beyond radius would only have added more field. is the far-field limit (); up close it overestimates badly, because the inverse-square point model piles all the charge at one distance instead of spreading it from out to . The true field is the integral , which lies below both extremes and only matches one of them in its own regime. Drag the cursor to sweep how much of the disk is included; the area under the ring-contribution curve is the field.
Modeling assumptions — author-asserted, disclosed not discharged
- A flat disk with uniform surface charge density , and the field evaluated on its central axis — so by symmetry the off-axis components of each ring cancel and only the axial field survives.
The dE/dr–r graph, fully annotated
A static rendering (Matplotlib): the shaded area under dE/dr is the accumulated integral E, and the slope of E is dE/dr. The interactive version with a draggable cursor is in the Graph tab above.
Formulas used
Hover a formula to preview its reference entry; click to open it in the reference (or the concept graph):
- Coulomb's law
Valid when: point charges (or spherical charge distributions); magnitude of the force; like charges repel, unlike attract
Open in reference →
- Electric field of a point charge
Valid when: point charge (or spherical charge); magnitude of the radial field; points away from a positive charge
Open in reference →
- Gauss's law (electric flux)
Valid when: the total electric flux through any closed surface; depends only on the enclosed charge, not on its arrangement or the surface shape
Open in reference →