Academy
Formulas/physics/Electrostatic Potential/Potential Energy of Multi-Charge System

Potential Energy of Multi-Charge System

Total electrostatic PE of a system of n charges — sum over all unique pairs. For 3 charges: U = U₁₂ + U₁₃ + U₂₃. Counts each pair once (i < j condition).
Class 12
Derivation

Assembly argument

Bring charges one by one from infinity:

  • q1q_1: W1=0W_1 = 0
  • q2q_2: W2=q2V1(r12)=q1q24πε0r12W_2 = q_2 V_1(r_{12}) = \dfrac{q_1 q_2}{4\pi\varepsilon_0 r_{12}}
  • q3q_3: W3=q3[V1(r13)+V2(r23)]=q1q34πε0r13+q2q34πε0r23W_3 = q_3[V_1(r_{13}) + V_2(r_{23})] = \dfrac{q_1 q_3}{4\pi\varepsilon_0 r_{13}} + \dfrac{q_2 q_3}{4\pi\varepsilon_0 r_{23}}
  • And so on...

Total PE is the sum of all pairwise contributions:

U=14πε0i<jqiqjrij\boxed{U = \frac{1}{4\pi\varepsilon_0}\sum_{i < j} \frac{q_i q_j}{r_{ij}}}

The condition i<ji < j ensures each pair is counted exactly once.

Explicit form for 3 charges

U=14πε0(q1q2r12+q1q3r13+q2q3r23)U = \frac{1}{4\pi\varepsilon_0}\left(\frac{q_1 q_2}{r_{12}} + \frac{q_1 q_3}{r_{13}} + \frac{q_2 q_3}{r_{23}}\right)

Alternative form

U=12i=1nqiViU = \frac{1}{2}\sum_{i=1}^{n} q_i V_i

where ViV_i is the potential at the location of qiq_i due to all other charges. The factor 12\frac{1}{2} corrects for double-counting each pair.

Note
For $n$ charges there are $n(n-1)/2$ pairs. For $n = 10$ that is 45 pairs. The $\frac{1}{2}\sum q_i V_i$ form is more compact for large $n$.