Surprising Gradient not 'Surprising Enough'

  • Thread starter Thread starter rohanprabhu
  • Start date Start date
  • Tags Tags
    Gradient
rohanprabhu
Messages
410
Reaction score
2
[SOLVED] Surprising Gradient not 'Surprising Enough'

Homework Statement



Q] Sketch the vector function and

<br /> v = \frac{\hat{r}}{r^2}<br />

and compute it's divergence. The answer may surprise you... can you explain it?

['r' is the position vector in the Euclidean space]

Homework Equations



<br /> \nabla \cdot v = \frac{\partial v_x}{\partial x} + \frac{\partial v_y}{\partial y} + \frac{\partial v_z}{\partial z}<br />

The Attempt at a Solution



<br /> \mathbf{r} = x\hat{i} + y\hat{j} + z\hat{k}<br />

and,

<br /> \mathbf{\hat{r}} = \frac{x\hat{i} + y\hat{j} + z\hat{k}}{\sqrt{x^2 + y^2 + z^2}}<br />

Hence,

<br /> \frac{\mathbf{\hat{r}}}{r^2} = \frac{x\hat{i} + y\hat{j} + z\hat{k}}{(x^2 + y^2 + z^2)^{\frac{3}{2}}}<br />

<br /> \nabla \cdot v = \frac{(x^2 + y^2 + z^2)^{\frac{1}{2}}((x^2 + y^2 + z^2)^3 - 3x^2)}{(x^2 + y^2 + z^2)^3} + \frac{(x^2 + y^2 + z^2)^{\frac{1}{2}}((x^2 + y^2 + z^2)^3 - 3y^2)}{(x^2 + y^2 + z^2)^3} + \frac{(x^2 + y^2 + z^2)^{\frac{1}{2}}((x^2 + y^2 + z^2)^3 - 3z^2)}{(x^2 + y^2 + z^2)^3}<br />

on using Simplify in Mathematica:

<br /> \nabla \cdot v = \frac{3(-1 + x^4 + y^4 + 2y^2 z^2 + z^4 + 2x^2 y^2 + 2x^2 z^2))}{(x^2 + y^2 + z^2)^{\frac{3}{2}}}<br />

But there was nothing 'surprising' about this result. What am I doing it wrong?

Also, this problem is from D. Griffith's 'Introduction to Electrodynamics'. And I am at the 2nd chapter which deals with Calculus used in Electrodynamics. The thing is that I am heavily confused between a Gradient, Divergence and Curl. Hence, to overcome that, I think the only way is practicing a lot of questions. Could anyone please show me any source where I could get lots of questions on Gradient, Divergence and Curl to practice [it'd be nice if it were a free resource].

thanks
 
Physics news on Phys.org
The divergence should be zero. Would that be surprising? There is something going wrong. Since you now know it's wrong, can you correct it?
 
well yes.. a zero divergence would be surprising.. but i have no idea as to what I have done wrong...
 
I was hoping I wouldn't have to check the gory details. It's
d/dx(x/r^3)+d/dy(y/r^3)+d/dz(z/r^3). Is that what you did? There's a good physical reason for it being zero. I'm glad you are surprised.
 
Yes.. that is what I did... And is it zero because the direction of the vector is always radially outward?
 
Why should you be surprised? Try calculating the flux of that vector field through the unit sphere first using the divergence theorem (saying that the divergence is 0) and then calculate the flux directly as a surface integral.

Edit: But first maybe let's check your original calculation...
 
rohanprabhu said:
Yes.. that is what I did... And is it zero because the direction of the vector is always radially outward?

No, it's because it's the electric field outside of a point charge and divergence measures the density of source for the charge. So outside of the point charge, there is no charge density, hence divergence is zero. Do I really have to check the details, can't you do it? You have mathematica!
 
Last edited:
well yes.. got it.. I had calculated the partial derivative wrongly.

Thanks for the quick reply...
 
d/dx(x/r^3)=(1*r^3-x*3*r^2*dr/dx)/r^6. dr/dx=x/r. Analogously for y and z. Check that.
 
  • #10
rohanprabhu said:
well yes.. got it.. I had calculated the partial derivative wrongly.

Thanks for the quick reply...

I knew you could do it.
 
Back
Top