Answer:
See explanation below.
Step-by-step explanation:
Definition
The cross product is a binary operation between two vectors defined as following:
Let two vectors [tex] a = (a_1 ,a_2,a_3) , b=(b_1, b_2, b_3)[/tex]
The cross product is defined as:
[tex] a x b = (a_2 b_3 -a_3 b_2, a_3 b_1 -a_1 b_3 ,a_1 b_2 -a_2 b_1)[/tex]
The last one is the math definition but we have a geometric interpretation as well.
We define the angle between two vectors a and b [tex]\theta[/tex] and we assume that [tex] 0\leq \theta \leq \pi[/tex] and we have the following equation:
[tex] |axb| = |a| |b| sin(\theta)[/tex]
And then we conclude that the cross product is orthogonal to both of the original vectors.
Some properties
Let a and b vectors
If two vectors a and b are parallel that implies [tex] |axb| =0[/tex]
If [tex] axb \neq 0[/tex] then [tex]axb[/tex] is orthogonal to both a and b.
Let u,v,w vectors and c a scalar we have:
[tex] uxv =-v xu[/tex]
[tex] ux (v+w) = uxv + uxw[/tex] (Distributive property)
[tex] (cu)xv = ux(cv) =c (uxv)[/tex]
[tex] u. (vxw) = (uxv).w[/tex]
Other application of the cross product are related to find the area of a parallelogram for two dimensions where:
[tex] A = |axb|[/tex]
And when we want to find the volume of a parallelepiped in 3 dimensions:
[tex] V= |a. (bxc)|[/tex]