Academy
PhysicsElectromagnetismElectrostaticsCoulomb's Law for Continuous Charge Distributions

Coulomb's Law for Continuous Charge Distributions

Setting up exact differential equations for electrostatic force before the introduction of Electric Fields.

Coulomb's Law for Continuous Charge Distributions

When charge is smeared over a physical object rather than concentrated at a geometric point, the standard scalar formulation of Coulomb's Law (F=kq1q2/r2F = kq_1q_2/r^2) cannot be applied directly to the macroscopic object. We must resort to the principles of calculus: slicing the object into infinitesimal point charges dqdq, and applying the principle of superposition via integration.

The Finite Charged Rod

Problem: A uniform thin rod of length LL carries a total positive charge QQ. A point charge qq is placed on the axis of the rod at a distance aa from its near end. Calculate the exact electrostatic force on qq.

Step 1: Define the Coordinate System and Charge Density

Let the point charge qq be at the origin (0,0)(0,0). The rod extends along the x-axis from x=ax = a to x=a+Lx = a + L. Because the charge is uniformly distributed along a line, we define the linear charge density λ\lambda:

λ=QL\lambda = \frac{Q}{L}

Step 2: Isolate a Differential Element

Consider an infinitesimally small segment of the rod of length dxdx located at an arbitrary position xx. The charge contained in this segment is:

dq=λdx=QLdxdq = \lambda \cdot dx = \frac{Q}{L} dx

Step 3: Apply Coulomb's Law to the Element

This differential element dqdq acts as a point charge. The infinitesimal force dFdF it exerts on qq is purely repulsive and directed along the negative x-axis:

dF=14πϵ0qdqx2dF = \frac{1}{4\pi\epsilon_0} \frac{q \cdot dq}{x^2}

Step 4: Integrate over the Limits of the Body

To find the total force FF, we integrate dFdF from the closest end of the rod to the furthest end:

F=aa+L14πϵ0q(QLdx)x2F = \int_{a}^{a+L} \frac{1}{4\pi\epsilon_0} \frac{q (\frac{Q}{L} dx)}{x^2}

F=qQ4πϵ0Laa+Lx2dxF = \frac{qQ}{4\pi\epsilon_0 L} \int_{a}^{a+L} x^{-2} dx

F=qQ4πϵ0L[1x]aa+LF = \frac{qQ}{4\pi\epsilon_0 L} \left[ -\frac{1}{x} \right]_{a}^{a+L}

F=qQ4πϵ0L(1a1a+L)F = \frac{qQ}{4\pi\epsilon_0 L} \left( \frac{1}{a} - \frac{1}{a+L} \right)

Simplifying the algebraic expression inside the parentheses yields the final rigorous result:

F=14πϵ0qQa(a+L)F = \frac{1}{4\pi\epsilon_0} \frac{qQ}{a(a+L)}

Sanity Check (The Point Charge Limit): What happens if the point charge is moved very far away, such that aLa \gg L? The term a+Laa+L \approx a, and the denominator becomes a2a^2. The formula collapses to F=14πϵ0qQa2F = \frac{1}{4\pi\epsilon_0} \frac{qQ}{a^2}, perfectly mirroring the force between two point charges. Checking limits is a crucial habit for complex JEE physics derivations.