1

I have read about magnetostatics and read about Lorentz force which is sum of electric force and magnetic force so it is a electromagnetic force and the mathematical expression of Lorentz force is $F=q(E+v\times B)$. So, if I want to calculate work done due to this force, I get \begin{align} \mathbf F \cdot \mathrm d\mathbf r & = q\mathbf E \cdot \mathrm d\mathbf r+ q (\mathbf v×\mathbf B)\cdot \mathrm dr \\ & =q\mathbf E \cdot \mathrm d\mathbf r+q (\mathbf v×\mathbf B)\cdot \mathbf v \:\mathrm dt \\ & =q\mathbf E \cdot \mathrm d\mathbf r+0 \\ & =q\mathbf E \cdot \mathrm d\mathbf r, \end{align} So it is only due to electrical force. However, the work done due to magnetic force, which is $\mathbf F=q(\mathbf v×\mathbf B)$, is zero.

So we can write, $$∮\mathbf F\cdot \mathrm d \mathbf r=0 .$$ Hence, from Stokes' theorem, we have $$∮\mathbf F \cdot \mathrm d \mathbf r=∬(∇×\mathbf F ) \cdot \mathrm d\mathbf s=0$$

So we can say $∇×\mathbf F=0$, but I read in books that $∇×\mathbf F≠0$.

But it gives no explanation please explain why is this happened how can curl of $\mathbf F$ be non zero?

glS
  • 15,488
  • 5
  • 42
  • 114
user101134
  • 741
  • 14
  • 26

1 Answers1

2

The force due to the electromagnetic field is only conservative for static fields. Faraday's law states that $\nabla \times \vec{E}= -\partial B/\partial t$. Thus, only when the B-field (and E-field) are time independent is the curl of the Lorentz force zero.

In fact, for the general case one finds that $$ \nabla \times \vec{F} = - q \frac{d \vec{B}}{d t},$$ which I showed in answer to this closely related question.

The reason that your treatment above does not betray this problem is that you haven't taken into account that whilst the particle moves around in a closed loop, the electric field can change and hence $$ \oint q\vec{E}(t) \cdot d\vec{r} \neq 0 $$

Also note that if the fields are not static then you cannot treat the magnetic and electric parts of the Lorentz force separately since a changing magnetic field is associated with a changing electric field. I would guess then that where you have seen that $F$ is always conservative it refers to static fields and where it says it is non-conservative it refers to the entire Lorentz force in electrodynamics.

ProfRob
  • 141,325