4

The problem in the book asks what the curl of $\operatorname{curl}\vec F(\vec r)= \frac {\vec r}{\|\vec r\|}$. Can someone give me a good explanation on why the curl will be zero? I would really appreciate it.

Student
  • 67

2 Answers2

3

The function $\frac{\vec{r}}{\| \vec{r}\|}$ is the gradient of the scalar field $f(\vec{r})=\|\vec{r}\|$. Proceed using the identity $$\text{curl grad } f=0. $$

user1337
  • 24,381
1

Basically, for any function $f(x, y, z)$ and vector field $\mathbf V(x, y, z)$, we have

$\nabla \times (f \mathbf V) = \nabla f \times \mathbf V + f \nabla \times \mathbf V; \tag{1}$

in the present case, taking $\mathbf V = \vec r$, it is easy to see by direct calculation that

$\nabla \times \mathbf V = \nabla \times \vec r = 0, \tag{2}$

and since

$\nabla (1 / \Vert \vec r \Vert)$ is collinear with $\vec r$, we also have

$\nabla (1 / \Vert \vec r \Vert) \times \vec r = 0; \tag{3}$

plugging everything into (1) gives the desired result.

Though user1337's answer is of course correct, the above shows how this problem fits into a somewhat more general pattern; see my answers to this question.

Hope this helps. Cheerio,

and as always,

Fiat Lux!!!

Robert Lewis
  • 71,180