7
$\begingroup$

My understanding of the conservative field is that it is any vector field that satisfies any of these three equivalent conditions: $$\oint_C\vec{F}.d\vec{s}=0$$for any closed path $C$ in the domain,$$\vec{F}=\vec{\nabla}\phi$$for some scalar field $\phi$ defined over the domain, and$$\vec{\nabla}\times\vec{F}=\vec{0}$$ at every point in the domain.

However, our teacher told us today that a conservative field and a field derived from a potential are not the same thing. In my research on the issue I found this wolfram page that states that the last condition is not equivalent to the others if the domain $D$ is not simply connected.

Can anyone provide me with an example on the case ?

And in this case, what becomes the definition of a conservative field ?

1 Answers 1

2

Consider $\mathbf{F} = (-y/\sqrt{x^2 + y^2}) \mathbf{e}_x + (x/\sqrt{x^2 + y^2}) \mathbf{e}_y = (1/r) \mathbf{e}_\theta$ on the multiply connected domain $D =\mathbb{R}^2 \setminus (0,0)$.

Note that $\mathbf{F}$ is the gradient of a function $\phi$ in $\hat{D} =D \setminus \{(r,\theta): \theta = 0 \}$ but not throughout $D$.

In $\hat{D}$ we have for $\phi(r,\theta) = \theta$

$$\mathbf{F}(r,\theta) = \nabla \phi = \frac{\partial \theta}{\partial r}\mathbf{e}_r + \frac{1}{r}\frac{\partial \theta}{\partial \theta} \mathbf{e}_\theta + \frac{\partial \theta}{\partial z} \mathbf{e}_z =\frac{1}{r}\mathbf{e}_\theta .$$

This field has zero curl throughout $D$, i.e.,

$$ \nabla \times \mathbf{F} = \frac{1}{r} \frac{\partial}{\partial r}\left(r \frac{1}{r} \right)\mathbf{e_z} = 0,$$

but it is non-conservative. Around any circular contour $C$ centered at the origin, we have

$$\oint_C \mathbf{F} \cdot d\mathbf{s} = \int_0^{2\pi} \frac{1}r r\, d\theta = 2 \pi \neq 0.$$

It is impossible to satisfy both $\mathbf{F} = \nabla \phi$ where $\phi$ is continuous and differentiable and $\oint_C \mathbf{F} \cdot \, d \mathbf{s} \neq 0.$

  • 0
    However there's a line where $\phi$ is discontinuous (or else it would not be a function on $\mathbb R^2\setminus\{(0,0)\}$), and on that line, obviously we cannot have $\mathbf F=\nabla\phi$ as the latter isn't defined there.2017-02-25
  • 0
    @celtschk we need the domain to be not simply connected. The issue now is : this answer shows that the first condition is not equivalent to the others, not the last one.2017-02-25
  • 0
    @VIP: The answer shows that the first condition is not equivalent to the third. It doesn't show anything about the second condition, because the provided $\phi$ does not have the properties claimed.2017-02-25
  • 0
    @celtschk now I got you, you mean the function is discontinuous on $\theta=0$.2017-02-25
  • 0
    @VIP: If for $\theta$ you use the range $\theta\in [0,2\pi)$, then the discontinuity is at the line with $\theta=0$. With the more common choice of $\theta\in(-\pi,\pi]$, the discontinuity is on the line with $\theta=\pi$. But the important point is, no matter how you do it, you always get a discontinuity on *some* line.2017-02-25
  • 0
    @RRL: It is not $F$ that is discontinuous, but $\phi$.2017-02-25
  • 0
    @RRL: The question is definitely also about $\phi$. Re-read the question, *especially* the text around the second equation.2017-02-25
  • 0
    @RRL yes if possible, an example where zero curl doesn't imply being a gradient.2017-02-25
  • 0
    Well then we are finished. This field $(-y/\sqrt{x^2 + y^2}) \mathbf{e}_x + (x/\sqrt{x^2 + y^2}) \mathbf{e}_y $ has zero curl on $D$ which excludes the origin but it is not conservative -- the contour integral is not zero. It is not a gradient of a continuous scalar field due to the discontinuity you brought up. We can't find $\mathbf{F} = \nabla \phi$ and also have the contour integral not vanish. It is always the case that if $\nabla \phi$ is integrable then $\oint_C \nabla \phi \cdot \, d \mathbf{s} = 0$.2017-02-25
  • 0
    @VIP: This should be an example of a non-conservative zero-curl field that you sought.2017-02-25
  • 0
    @RRL thanks that was helpful2017-02-25
  • 0
    @VIP: You're welcome. Sorry for the earlier confusion.2017-02-25