Converted document

CROSS PRODUCTS AND CURL

The cross product is an algebraic operation that multiplies two vectors and returns a vector. This operation is important in engineering as its physical meaning indicates the rotational change of a vector with respect to another vector. Because there is another multiplicative operation with vectors (the dot product), it is important to use the correct symbol for each. For the cross product, a  ×  sign is used, while for the dot product, a is used. Most engineering operations that involve the cross product are based on three-dimensional vectors. It is important to understand that A × B ≠ B × A.
Consider the two three-dimensional Cartesian vectors A and B :
(1) A  =   < a1, a2, a3 >  = a1 i + a2 j + a3 k B  =   < b1, b2, b3 >  = b1 i + b2 j + b3 k
The cross product of A × B can be written in matrix notation as :
||||| i j k a1 a2 a3 b1 b2 b3 |||||
The 3 × 3 matrix is solved using the following expansion, which is based on the determinants of three 2 × 2 matrices:
(2) A × B = i||| a2 a3 b2 b3 ||| −  j||| a1 a3 b1 b3 ||| +  k||| a1 a2 b1 b2 |||
This can be further expanded into vector form as
(3) A × B = i(a2b3 − a3b2) −  j(a1b3 − b1a3) +  k(a1b2 − b1a2)

CURL
The curl is a special case of the cross product when one of the two vectors is the gradient or rate of change in each direction. The gradient, denoted with is a vector defined by the partial derivatives in each coordinate direction. For the Cartesian coordinate system, the gradient is
(4)  = ()/(x)i + ()/(y)j + ()/(z)k
Taking the curl ( × A) yields the matrix
||||||| i j k ()/(x) ()/(y) ()/(z) a1 a2 a3 |||||||
This can be expanded into vector form using the same process as before to yield the vector
(5)  × A = i(a3)/(y) − (a2)/(z) − j(a3)/(x) − (a1)/(z) + k(a2)/(x) − (a1)/(y)

CYLINDRICAL COORDINATE SYSTEM
Using coordinate systems other than the Cartesian system is sometimes confusing, so the equations for the curl is provided for the cylindrical coordinate system. The coordinates for the cylindrical system are (r, θ, z). The curl of the vector A = (Ar, Aθ, Az) is
(6)  × A = r(1)/(r)(Az)/(θ) − (Aθ)/(z) + θ(Ar)/(z) − (Az)/(r) + z(1)/(r)(∂(rAθ))/(r) − (Ar)/(θ)
It should be noted that the bold face symbols r, θ, and z are the unit vectors. The regular font symbols denote the magnitudes in these directions, respectively.

SPHERICAL COORDINATE SYSTEM
Using coordinate systems other than the Cartesian system is sometimes confusing, so the equations for the curl is provided for the spherical coordinate system. The coordinates for the spherical system are (r, θ, φ). The curl of the vector A = (Ar, Aθ, Aφ) is
(7)  × A = r(1)/(rsin(θ))(∂(Aφsin(θ)))/(θ) − (Aθ)/(φ) + θ(1)/(r)(1)/(sin(θ))(Ar)/(φ) − (∂(rAφ))/(r) + φ(1)/(r)(∂(rAθ))/(r) − (Ar)/(θ)
It should be noted that the bold face symbols r, θ, and φ are the unit vectors. The regular font symbols denote the magnitudes in these directions, respectively.

Next Page →
Next Page →