Lessons · circuits
The field of a charged rod: where algebra runs out
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 rod of length m with linear charge density nC/m lies along the axis, its near end m from the point where we want the field. Algebra gives the field of a point charge, — but a rod is not a point, and there is no algebra formula for charge spread along a length. Calculus is the only way in: slice the rod into point charges , each contributing , and integrate. The shaded area under those contributions is the field , which collapses to the point-charge when the rod is short.
Cut the rod into slices of length , each carrying charge and acting like a point charge at distance . Its field is . Summing over the rod is an integral — the only way to handle a continuous distribution.
check ; check ; total ; short-rod limit
- ✓ The accumulated field's slope is the contribution density: . [structural]
- ✓ The field is the area under the contributions: . [structural]
- ✓ The whole rod gives with . [structural]
- ✓ For a short rod the field reduces to a point charge: as . [structural]
Dimensional homogeneity: checked by SymPy (holds).
Lumping the charge at one point gives the wrong answer, because the field is non-linear in distance: the near slices ( small) contribute far more than the far ones ( falls off steeply), so you cannot replace the spread-out charge with a single point at the average position. Treating the rod as a point at its near end overestimates the field; the true field is the integral , which is genuinely smaller. Only when the rod is much shorter than its distance () do the slices all sit at nearly the same distance and the integral collapses back to the point charge . The cursor sweeps how much of the rod is included; the area under the contribution curve is the field.
Modeling assumptions — author-asserted, disclosed not discharged
- A thin rod with uniform linear charge density , and the field evaluated at a point on the rod's axis beyond its near end (so every slice lies along the same line and the contributions add as scalars).
The dE/dx–x graph, fully annotated
A static rendering (Matplotlib): the shaded area under dE/dx is the accumulated integral E, and the slope of E is dE/dx. 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 →