Chapter 1: Vectors, Lines and Planes
Section 1.5: Applications of Vector Products
|
Example 1.5.1
|
|
If , , and ,
a)
|
Compute , the Triple Scalar (or Box) Product .
|
b)
|
Verify the identity for the Triple Scalar Product.
|
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
|
Part (a)
|
|
= = =
Indeed,
= =
The cross product is computed first, resulting in the dot product between two vectors. If the dot product were done first, producing a scalar, the second operation would be the cross product between that scalar and a vector, an operation not defined. Hence, the notation implies that the cross product must be done first.
|
|
Part (b)
|
|
= = = = =
The dot product between two vectors commutes, giving the first equality. The interchange of two adjacent rows in a determinant negates the determinant. This is done twice, first interchanging rows 1 and 2, then interchanging rows 2 and 3. This final determinant now expresses = .
|
|
|
Maple Solution - Interactive
|
|
|
Initialization
|
|
•
|
Tools≻Load Package: Student Multivariate Calculus
|
|
Loading Student:-MultivariateCalculus
|
•
|
Context Panel: Assign to a Name≻A
|
|
|
•
|
Context Panel: Assign to a Name≻B
|
|
|
•
|
Context Panel: Assign to a Name≻C
|
|
|
|
|
|
|
Part (a)
|
|
Solution via Context Panel
|
•
|
Write a sequence of the names of the three vectors.
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Student Multivariate Calculus≻Triple Scalar Product
|
|
=
|
Solution from first principles
|
•
|
Common Symbols palette:
Dot-product and cross-product operators
Note the (essential) use of parentheses.
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
|
|
|
|
Part (b)
|
|
Obtain the Box Product
|
•
|
Write a sequence of the names of the three vectors.
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Student Multivariate Calculus≻Triple Scalar Product
|
|
=
|
Solution from first principles
|
•
|
Common Symbols palette: Dot-product and cross-product operators
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
|
|
|
|
|
Maple Solution - Coded
|
|
|
Initialization
|
|
•
|
Install the Student MultivariateCalculus package.
|
|
|
•
|
Define the vectors A, B, and C.
|
|
|
|
|
|
|
Part (a)
|
|
|
=
|
Solution from first principles
|
|
=
|
|
|
In the Student MultivariateCalculus package, the commands BoxProduct and TripleScalarProduct are equivalent. Either form of the command can be used.
|
|
Part (b)
|
|
Apply the BoxProduct command.
|
=
|
=
|
Solution from first principles
|
|
=
|
|
|
|
|
|
|
<< Chapter Overview Section 1.5
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
|