Chapter 1: Vectors, Lines and Planes
Section 1.4: Cross Product
Example 1.4.1
For the vectors A=3 i−2 j+4 k and B=5 i+7 j−6 k, and the scalar c,
Obtain A×B.
Obtain θ, the angle between A and B.
Verify computationally that A×A=0.
Verify computationally that A×B=A B sin(θ).
Verify computationally that B×A= −A×B.
Verify that both A and B are perpendicular to A×B.
Verify that A·B2+A×B2 = A B2.
Verify that A·B2−A×B2 = A B2cos(2 θ).
Show that A×A×B≠A×A×B=0.
Verify that c A×B=cA×B=A×c B.
Verify that A−B×A+B=2A×B.
Solution
Mathematical Solution
Part (a)
A×B = |ijk3−2457−6|
= i −247−6−j |345−6|+k |3−257|
=i 12−28−j −18−20+k 21+10
=−16 i+38 j+31 k
Part (b)
The angle between two vectors A and B can be obtained from the following expression.
cosθ=A·BA B=A·BA·A B·B
The necessary numbers are then
A·B=3−24·57−6
= 15−14−24= −23
A·A=3−24·3−24
= 9+4+16=29
B·B=57−6·57−6
= 25+49+36=110
Finally, the angle θ is given by
θ=cos−1−2329 110 = π−cos−12329 110 ≐ 1.99 radians
Part (c)
A×A=ijk3−243−24 = −2⋅4−4⋅(−2)−(3⋅4−4⋅3)3⋅(−2)−(−2)⋅3 = 000=0
Part (d)
The left-hand side:
A×B=−162+382+312=2661
The right-hand side:
A B cosθ
=29 110 sincos−1−2329 110
=29 110 266129 110
=2661
With appropriate care for quadrants, the evaluation of x=sincos−1a/b is effected by setting y=cos−1a/b so that cosy=a/b and x=siny.
Then, in the right triangle drawn in Figure 1.4.1(a), x=siny=b2−a2/b.
Figure 1.4.1(a) sincos−1a/b
Part (e)
Interchanging two adjacent rows in a determinant negates the value of the determinant. However, the relevant computation is shown below.
B×A = |ijk57−63−24| = 7⋅4−(−6)⋅(−2)−(5⋅4−(−6)⋅3)5⋅(−2)−7⋅3 = 16−38−31 = −−163831 = −A×B
Part (f)
If the dot product of two vectors is zero, the vectors are perpendicular.
A·A×B = 3−24·−163831 = −48−76+124=0
B·A×B = 57−6·−163831 = −80+266−186=0
Part (g)
The relevant calculations are summarized below.
Left-hand Side
A·B2+A×B2
= −232+26612=529+2661=3190
Right-hand Side
A B2
= 29 1102=29⋅110=3190
Part (h)
A·B2− A×B2
= −232− 26612=529− 2661=−2132
A B2cos(2 θ)
= 29 1102−10661595=−2132
Since cosθ=−2329 110, the double-angle formula cos2 θ=2 cos2θ−1 is used to obtain cos2 θ=−10661595.
Part (i)
The relevant calculations are shown below.
A×A×B= |ijk3−24−163831| = −2⋅31−4⋅38−(3⋅31−4⋅(−16))3⋅38−(−2)⋅(−16) = −214−15782
Using the result of Part (c),
A×A×B = |ijk00057−6| = 0⋅(−6)−0⋅7−(0⋅(−6)−0⋅5)0⋅7−0⋅5 = 000 = 0
Part (j)
c A×B
= |ijk3 c−2 c4 c57−6| = (−2 c)⋅(−6)−4 c⋅7−(3 c⋅(−6)−4 c⋅5)3 c⋅7−(−2 c)⋅5 = −16 c38 c31 c= c−163831 = cA×B
cA×B
= c−163831
A×c B
= |ijk3−245 c7 c−6 c| = −2⋅(−6 c)−4⋅(7 c)−(3⋅(−6 c)−4⋅(5 c))3⋅(7 c)−(−2)⋅(5 c) = −16 c38 c31 c = c−163831 = cA×B
Part (k)
A−B×A+B
=A−B×A+A−B×B
(First Distributive law, Table 1.4.1)
=A×A−B×A+A×B−B×B
(Second Distributive Law, Table 1.4.1)
=0−B×A+A×B−0
A×A=B×B=0
=−−A×B+A×B
Anti-commutation rule
=2 A×B
Arithmetic
Maple Solution - Interactive
Initialization
Tools≻Load Package: Student Multivariate Calculus
Loading Student:-MultivariateCalculus
Enter A as per Table 1.1.1.
Context Panel: Assign to a Name≻A
3,−2,4→assign to a nameA
Enter B as per Table 1.1.1.
Context Panel: Assign to a Name≻B
5,7,−6→assign to a nameB
Common Symbols palette: Cross-product operator
Context Panel: Evaluate and Display Inline
A×B =
The task template returns the cross product, and a graph of the three vectors A, B, and A×B. Since the vectors A and B have already been defined, these names for the vectors can be used in the task template.
Tools≻Tasks≻Browse: Linear Algebra≻Visualizations≻Cross-Product Plot
Cross Product
A =
B =
=
As the legend explains, the red and blue vectors are A and B, respectively, and their cross product is the black vector. The image in the graph can be rotated, thereby emphasizing the orthogonality of the three vectors.
Obtain θ, the angle between A and B
Write the sequence of two vectors and press the Enter key.
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Angle
Context Panel: Assign to a Name≻T
A,B = →angleπ−arccos⁡233190⁢29⁢110→assign to a nameT
Obtain an approximate value for θ
Write T.
Context Panel: Approximate≻5 (digits)
T = π−arccos⁡233190⁢29⁢110→at 5 digits1.9902
Angle θ has been named T so that it can be referenced in subsequent parts of this example.
Verify computationally that A×A=0
A×A =
Enter the notation for the Euclidean norm of the cross product.
A×B = 2661
Write the notation for the right-hand side of the identity. Context Panel: Evaluate and Display Inline
Context Panel: Simplify≻Simplify
A ⋅ ∥B∥ ⋅ sinT = 13190⁢29⁢110⁢8488590= simplify 2661
B×A =
The vectors A×B and B×A differ in sign, that is, B×A= −A×B.
Common Symbols palette: Dot-product and cross-product operators
A·A×B = 0
B·A×B = 0
The dot products of A and B with the cross product are both zero. Hence, each of A and B is orthogonal to the cross product vector.
A·B2+A×B2 = 3190
(∥A∥⋅B)2 = 3190
The angle θ was determined and named T in Part (b).
Common Symbols palette: Dot product and cross product operators
Press the Enter key.
A·B2−A×B22 = −2132
(∥A∥⋅B)2⋅cos2 T
3190⁢cos⁡2⁢arccos⁡233190⁢29⁢110
= simplify −2132
The expression on the right is necessarily the zero vector because the cross product of A with itself is the cross product of two collinear vectors. Because of the length property in Table 1.4.1, this is necessarily zero because the angle between A and itself is zero.
A×A×B =
Middle
c A×B =
A×c B =
A−B×A+B =
2A×B =
Maple Solution - Coded
Install the Student MultivariateCalculus package.
withStudent:-MultivariateCalculus:
Define the vectors A and B.
A,B≔3,−2,4,5,7,−6:
Apply the CrossProduct command.
CrossProductA,B =
Apply the Angle command.
T≔AngleA,B
π−arccos⁡233190⁢29⁢110
Apply the evalf command.
evalfT,5
1.9902
CrossProductA,A =
Apply the Norm, CrossProduct, and simplify commands.
NormCrossProductA,B
2661
simplifyNormA⋅NormB⋅sinT
CrossProductB,A =
Apply the DotProduct and CrossProduct commands.
DotProductA,CrossProductA,B = 0
DotProductB,CrossProductA,B = 0
Apply the DotProduct , Norm, and CrossProduct commands.
DotProductA,B2+NormCrossProductA,B2 = 3190
NormA⋅NormB2 = 3190
Apply the DotProduct , Norm, CrossProduct, and simplify commands.
DotProductA,B2−NormCrossProductA,B2 = −2132
simplifyNormA⋅NormB2⋅cos2 T = −2132
CrossProductA,CrossProductA,B
CrossProductCrossProductA,A,B
CrossProductc⋅A,B
c⋅CrossProductA,B
CrossProductA,c⋅B
CrossProductA−B,A+B =
2 CrossProductA,B =
<< Chapter Overview Section 1.4 Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document