Answer "Find Divergence & Curl of Vector Field A

  • Thread starter Thread starter gtfitzpatrick
  • Start date Start date
  • Tags Tags
    Curl Divergence
gtfitzpatrick
Messages
372
Reaction score
0

Homework Statement



find the divergence and curl of the vector field

A = (x/(\sqrt{x^2 + y^2 + z^2}))i + (y/(\sqrt{x^2 + y^2 + z^2}))j + (z/(\sqrt{x^2 + y^2 + z^2}))k

Homework Statement





The Attempt at a Solution



Im not going to go through the whole lot but i have done the whole Differentiation but it would take for ever to input it into this.

and i got the curl to be 0i+0j+0k and the divergence to be 0, is this possible or likely?
 
Physics news on Phys.org
According to Mathematica, the curl is 0, but the divergence isn't.
 
gtfitzpatrick said:

Homework Statement



find the divergence and curl of the vector field

A = (x/(\sqrt{x^2 + y^2 + z^2}))i + (y/(\sqrt{x^2 + y^2 + z^2}))j + (z/(\sqrt{x^2 + y^2 + z^2}))k

Homework Statement





The Attempt at a Solution



Im not going to go through the whole lot but i have done the whole Differentiation but it would take for ever to input it into this.

and i got the curl to be 0i+0j+0k and the divergence to be 0, is this possible or likely?



\nabla \cdot \vec{A} = \frac{\partial}{\partial x}(\frac{x}{\sqrt{x^2 + y^2 + z^2}}) + \frac{\partial}{\partial y}(\frac{y}{\sqrt{x^2 + y^2 + z^2}}) + \frac{\partial}{\partial z}(\frac{z}{\sqrt{x^2 + y^2 + z^2}})

All three terms are not zero.
 
I'm really really sorry, i inputed the question wrong here, the square root should be cubed like this

<br /> \nabla \cdot \vec{A} = \frac{\partial}{\partial x}(\frac{x}{(\sqrt{x^2 + y^2 + z^2})^3}) + \frac{\partial}{\partial y}(\frac{y}{(\sqrt{x^2 + y^2 + z^2})^3}) + \frac{\partial}{\partial z}(\frac{z}{(\sqrt{x^2 + y^2 + z^2})^3})<br />

thanks a million for the replys,but could you tell if mathematica gets 0 and 0 for the curl and div now, thanks
 
gtfitzpatrick said:
I'm really really sorry, i inputed the question wrong here, the square root should be cubed like this

<br /> \nabla \cdot \vec{A} = \frac{\partial}{\partial x}(\frac{x}{(\sqrt{x^2 + y^2 + z^2})^3}) + \frac{\partial}{\partial y}(\frac{y}{(\sqrt{x^2 + y^2 + z^2})^3}) + \frac{\partial}{\partial z}(\frac{z}{(\sqrt{x^2 + y^2 + z^2})^3})<br />

thanks a million for the replys,but could you tell if mathematica gets 0 and 0 for the curl and div now, thanks

Hi why do you need mathematica to do the div for you. Just do some simple mental sums, apply product rule to each partial. Anyway its pretty clear that the div is zero.
 
Yes, the div A and curl A both vanish, at least for (x,y,z)\ne(0,0,0).

If you've taken a course on electromagnetism, you might have noticed that

\vec{A} = \frac{1}{r^2}\hat{r}

which is like the electric field around a point charge, so you'd expect the divergence to be zero away from the origin. Also, knowing the electric force is conservative, you would expect the curl to be zero as well.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top