Understanding the Electric Field Equation in Electromagnetism

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 1K views
davidge
Messages
553
Reaction score
21
I was reading a book on Electromagnetism and it's said on deriving the electric field that $$\nabla \frac{1}{|x-x'|} = - \frac{x-x'}{|x-x'|^3}$$ where ##|x-x'|## is the magnitude of the distance between two point charges. I've tried to derive this result and I found that $$\nabla |x-x'| = \frac{x-x'}{|x-x'|}$$ must be true for the first identity to be valid. Is this right?
 
Physics news on Phys.org
Orodruin said:
Yes, it essentially boils down to ∇r=⃗er∇r=e→r\nabla r = \vec e_r in spherical coordinates.
Thanks. Can you point out where I'm wrong?

I'm assuming a Minkowskian metric, so vectors- and covectors- components are equal. So we have ##|x-x'| = \sum_i(x^i - x'^{\ i})^2##. I guess we need some formalism to express ##x-x'##, because it's a vector. Let's say an arbitrary vector can be written as ##V = V^i \partial_i##. Then ##x - x' = (x^i - x'^{\ i})\partial_i ##. We have then $$ \nabla |x-x'| = \frac{x-x'}{|x-x'|} = \sum_i\partial_i[(x^i-x'^{\ i})^2] = \sum_i\frac{(x^i - x'^{\ i})\partial_i}{(x^i - x'^{\ i})^2}$$
If we apply the derivative on the far right-hand-side on ##|x-x'|##, we get a bad result, namely ##(x^i - x'^{\ i}) = 1##. I guess this can't be right..
 
Orodruin said:
Why are you using |⃗x|=xixi|x→|=xixi|\vec x| = x^i x^i?? This does not even make sense dimensionally. You are missing some square roots ...
Oh yea. I got the correct result now. Thank you.