0

$$\mathbf E = \frac{1}{4\pi\epsilon_0}\frac{Q}{r^2} \mathbf e_r$$ $$\nabla \cdot\mathbf E = \frac{\rho_V}{\epsilon}$$ \begin{align} \implies \nabla\cdot\mathbf E & = \frac{1}{r^2}\frac{\partial}{\partial r}\left(r^2 \frac{Q}{4\pi\epsilon_0r^2}\right) \\ & = \frac{1}{r^2}0 \\ & = 0 = \rho_V/\epsilon \\ \implies \rho_V &= 0 \longrightarrow ? \end{align}

(From the original image)

Where am I going wrong on this? But at origin it is not?

Qmechanic
  • 201,751
The seeker
  • 13
  • 3
  • 1
    Is it zero every where, even at origin – The seeker May 26 '17 at 17:48
  • Ask yourself the following question: what does $\rho(r)$ represent physically?

    Given your system of charges, can you guess what $\rho(r)$ should look like? Does it match with your answer?

    – Philip May 26 '17 at 17:53
  • The formula $\nabla\cdot \mathbf F = \frac{1}{r^2} \frac{\partial}{\partial r} (r^2 \frac{\partial}{\partial r} F_r)$ is only valid for $r>0$ (and of course under $SO(3)$ symmetry). – md2perpe May 26 '17 at 17:53
  • 3
    I have transcribed your image into LaTeX; please use this format in future posts. – Emilio Pisanty May 26 '17 at 17:54
  • Possible duplicates: http://physics.stackexchange.com/q/75557/2451 , http://physics.stackexchange.com/q/9255/2451 and links therein. – Qmechanic May 26 '17 at 18:03

1 Answers1

1

It's not wrong. The divergence is only zero at points where there are sources or sinks of the electric field. The only possible sinks/sources of an electric field are points with charge. Charge density is a function that depends on the point, which tells you the amount of differential charge per differential unit of volume at every point.

If there is no charge density at a point, it's clear that it cannot be a sink (negative charge) or source (positive charge) of an electric field.

At the origin there is a charge that is the source of the electric field. However, the electric field is not defined at this point, a point charge cannot generate an electric field on itself. If you substitute r=0 in the electric field formula, you are dividing by zero, hence the function isn't defined there. Therefore the divergence of the electric field is zero at all points where it is defined.

Note that the concept of divergence of an electric field starts to become more useful when you have electric fields generated by charged objects. Every point in the object has non-zero divergence, because there is charge there (hence it is a sink/source of the field), and there can be electric field at that point generated by the rest of point charges in the system (but not of that same point charge on itself).

Steve
  • 556
  • You can actually define the divergence if you use generalized functions, and the result is what you expect to find. The fact that a point charge cannot generate an electric field on itself is irrelevant here. See for instance http://physics.oregonstate.edu/BridgeBook/book/physics/coulomb –  May 26 '17 at 18:08