A force field is described by #<F_x,F_y,F_z> = < x +y , 2z-y +x, 2y -z > #. Is this force field conservative?

1 Answer
Aug 4, 2017

The force field is conservative; #"curl"(vecF)=vec0# and #vecF=gradf# for some potential function.

Explanation:

If #vecF# is a vector (force) field in #RR^3#, then the curl of #vecF# is the vector #curl(vecF)# and is written as #gradxxvecF#. The vector field #vecF# is conservative iff #vecF=gradf# for some potential function. If #vecF# is conservative, #curl(vecF)=vec0#. However, this does not mean that a vector field with #curl=vec0# is absolutely conservative; the vector field must also have a potential function to be conservative, but the first prerequisite is that #curl(vecF)=vec0#.

As stated above, the curl is given by the cross product of the gradient of #vecF# (in the form #< P, Q, R >#) and itself.

#"curl"(vecF)=grad xx vecF=abs((hati,hatj,hatk),(del/(delx),del/(dely),del/(delz)),(P,Q,R))#

We have #vecF(x,y,z)=< x+y, 2z-y+x, 2y-z >#

#P=x+y#

#Q= 2z-y+x#

#R=2y-z#

The curl of the vector field is then given as:

#abs((hati,hatj,hatk),(del/(delx),del/(dely),del/(delz)),(x+y,2z-y+x,2y-z))#

We take the cross product as we usually would, except we'll be taking partial derivatives each time we multiply by a partial differential.

For the #hati# component, we have #del/(dely)(2y-z)-del/(delz)(2z-y+x)#

#=>=2-2#

#=>=0#

For the #hatj# component, we have #del/(delx)(2y-z)-del/(delz)(x+y)#

#=>-(0-0)#

#=>=0#

(Remember that if we take the partial of a function with respect to some variable which is not present, the partial derivative is #0# as we treat all other variables as constants)

For the #hatk# component, we have #del/(delx)(2z-y+x)-del/(dely)(x+y)#

#=>=1-1#

#=>=0#

This gives a final answer of #curl(vecF)=<0,0,0> =vec0#

This tells that our force field has the potential to be conservative (pun intended). We now must attempt to produce the potential function of the force field. To find the potential function of the vector field, we find #f# so that

#gradf(x,y,z)=< f_x(x,y,z),f_y(x,y,z),f_z(x,y,z) > =vecF(x,y,z)#

We are given #vecF(x,y,z)=< x+y, 2z-y+x, 2y-z >#

#f_x(x,y,z)=x+y#

#f_y(x,y,z)=2z-y+x#

#f_z(x,y,z)=2y-z#

We now find the antiderivative of one of these components. Which component does not matter, so I'll start with #f_x#.

#f_x(x,y,z)=x+y#

#int(x+y)dx=1/2x^2+xy+g(y,z)#

(Note we include #g(y,z)# to account for any "constants" which are #y# and #z# variables, since we only integrated with respect to #x#).

#=>f(x,y,z)=1/2x^2+xy+g(y,z)#

We now take the #y# or #z# partial derivative of this answer. Again, it doesn't matter which you start with, so I'll start with #f_y#.

#del/(dely)(1/2x^2+xy+g(y,z))=0+x+g_y(y,z)#

We set this equal to our original #f_y(x,y,z)# to try to find #g_y(y,z)#

#2z-y+xz=x+g_y(y,z)#

#=>g_y(y,z)=2z-y-x-xz#

Integrate both sides with respect to #y#:

#=>g(y,z)=2zy-1/2y^2-xy-xyz+h(z)#

We now have:

#f(x,y,z)=1/2x^2+xy+2zy-1/2y^2-xy-xyz+h(z)#

Now we take the partial of the above function #f(x,y,z)# with respect to #z#, carrying out the same procedure as we did for #f_y#. We want to find #h(z)#.

#del/(delz)(2zy-1/2y^2-xy-xyz+h(z))#

#=2y-xy+h'(z)#

#=>2y-z=y+h'(z)#

#=>h'(z)=y-z#

Now we integrate both sides with respect to #z#:

#h(z)=yz-1/2z^2#

Revisiting our function #f(x,y,z)=1/2x^2+xy+2zy-1/2y^2-xy-xyz+h(z)#, we now have:

#f=1/2x^2+cancel(color(purple)(xy))+color(blue)(2zy)-1/2y^2cancel(color(purple)(-xy))-xyz+color(blue)(yz)-1/2z^2#

#=>f=1/2x^2-1/2y^2-1/2z^2+3yz#

We then have satisfied both conditions: #curl(vecF)=0# and a potential function exists.

#:.# Force field is conservative