2

This is the question I'm working on

Find a vector field with twice differentiable components whose curl is $\langle x,y,z \rangle$ or prove that no such field exists.

My Solution

Let $\textbf{F}=\langle M,N,P \rangle$ be the vector field which we have to find. Given $$ \nabla \times \textbf{F} = \langle x,y,z \rangle $$ Using the determinant expansion of the curl formula, we get $$ \frac{\partial P}{\partial y}-\frac{\partial N}{\partial z} = x \\ \frac{\partial P}{\partial x}-\frac{\partial M}{\partial z} = y \\ \frac{\partial N}{\partial x}-\frac{\partial M}{\partial y} = z $$

Differentiating first equation w.r.t $x$, second w.r.t $y$ and the third w.r.t $z$, we get $$ P_{xy}-N_{xz}=1 \\ P_{xy}-M_{yz}=1 \\ N_{xz}-M_{yz}=1 \\ $$ Subtracting the second from first, third from second and then adding the first and third, we get $$ M_{zy}-N_{xz}=0 \\ P_{xy}-N_{xz}=0 \\ P_{xy}-M_{yz}=0 \\ $$

Comparing the last two sets of equations yields $1=0$, a contradiction.

Hence the initial assumption that such a vector field exists is false.

1 Answers1

0

Your method of solving the problem is correct.

This is an example of a more general result that for a vector field, the divergence of the curl is identically zero. We can write this as $$ \nabla\cdot\nabla\times F=0. $$ This is not an equation you need to solve but an identity which is always true. It follows from the definitions of divergence and curl and is always true for any suitably differentiable $F$.

In your case, $$\nabla\cdot(x,y,z)\equiv\left({\partial x\over \partial x},...\right)=(1,1,1)$$ which means that $(x,y,z)$ cannot be the curl of a vector field.

Suzu Hirose
  • 11,949