Chapter 15
Section 15.1: Vector Fields
Returning to having the two points located in a coordinate system, the point `(x,y,z)` exists at the end of the vector, in standard position, `bbr=xbbi+ybbj+zbbk`. Thus the value `(x^2+y^2+z^2)` can be expressed as `||bbr||^2` and `bbu` can be expressed as `bbr/(||bbr||)`, which means that we can rewrite the equation as `F(x,y,z)=(-Gm_1m_2)/(||bbr||^2)((bbr)/(||bbr||))`.
`curl \quad bbF(x,y,z) = ( (del P)/(del y) - (del N)/(del z))bbi - ( (del P)/(del x) - (del M)/(del z))bbj + ( (del N)/(del x) - (del M)/(del y))bbk`
Note that we seem to be looking at the cross product (`xx`) of two vectors
when we write `grad xx bbF(x,y,z)`. If we go back to the definition of `grad`
and we think of it as the differential operator so: `grad = del/(del x)bbi +del/(del y)bbj + del/(del z)bbk`
and given that `bbF(x,y,z)=Mbbi +Nbbj+Pbbk`, then it does look line we have two
vectors and we recall that we could write the cross product of two vectors in determinant form as:
`grad xx bbF(x,y,z) = |[bbi,bbj,bbk],[del/(del x),del/(del y),del/(del z)],[M,N,P]|`, so
`grad xx bbF(x,y,z) = ( (del P)/(del y) - (del N)/(del z))bbi - ( (del P)/(del x) - (del M)/(del z))bbj + ( (del N)/(del x) - (del M)/(del y))bbk`
Also note that if we had done a simialar thing for the two variable situation then we might have looked at `|[del/(del x),del/(del y)],[M,N]|` as producing `(del N)/(del x) - (del M)/(del y)` and if that is set to 0 that is the same as saying `(del N)/(del x) = (del M)/(del y)`.
`div bbF(x,y) = grad • bbF(x,y) = (del M)/(del x) + (del N)/(del y)`
`div bbF(x,y,z) = grad • bbF(x,y,z) = (del M)/(del x) + (del N)/(del y) + (del P)/(del z)`
`div(curl bbF) = 0`.
©Roger M. Palay
Saline, MI 48176
July, 2014