Electric dipole moment of electrically neutral system¶
The electric dipole moment of an electrically neutral system of (point) charges can be found as the sum of the products of the values and the position vectors of the charges that compose the system.
Notes:
The value of the electric dipole moment for such a system is independent of the choice of the origin of the coordinate frame (i.e. it is translationally invariant).
Conditions:
The system is electrically neutral.
Links:
- electric_dipole_moment¶
Vector of the
electric_dipole_moment
of the system of charges.
- Symbol:
p
- Latex:
\({\vec p}\)
- Dimension:
charge*length
- charge¶
Value of the \(i\)-th point charge.
- Symbol:
q[i]
- Latex:
\({q}_{i}\)
- Dimension:
charge
- position_vector¶
Position vector of the \(i\)-th point charge. See
distance_to_origin
.
- Symbol:
r[i]
- Latex:
\({{\vec r}}_{i}\)
- Dimension:
length
- law¶
p = Sum(q[i] * r[i], i)
- Latex:
- \[{\vec p} = \sum_i {q}_{i} {{\vec r}}_{i}\]
- electric_neutrality_condition¶
Sum(q[i], i) = 0
- Latex:
- \[\sum_i {q}_{i} = 0\]