1

I recently came across this statement which I was told was true. $$\oint_C{f\nabla f}\cdot d\mathbf{r}=0$$ Can anyone provide a proof of why this is the case? Is there any way to show that $$f\nabla f=\nabla g$$ for some function $g$?

George1811
  • 1,981

2 Answers2

2

Following up on sos440, applying Stokes gives us: $$\oint f \nabla f \cdot d\mathbf r = \frac 1 2 \oint \nabla (f^2) \cdot d\mathbf r = \frac 1 2 \iint \nabla \times \nabla(f^2) \cdot d\mathbf S$$ One of the non-trivial rules for $\nabla$ is that for any $g$: $$\nabla \times \nabla g = 0$$

1

Using the product rule for the curl of a vector field multiplied by a scalar field,

$$\nabla\times(f\nabla f)=\nabla f \times \nabla f + f\nabla\times(\nabla f)=0.$$

(Cross product of a vector with itself is identically zero, and so is the curl of a gradient field.)

Applying Stokes's theorem,

$$\oint_C{f\nabla f}\cdot d\mathbf{r}=\int_Sd\mathbf{a}\cdot\nabla\times(f\nabla f)=\int_Sd\mathbf{a}\cdot\mathbf{0}=0.$$

David H
  • 29,921