Chapter 1: Vectors, Lines and Planes
Section 1.5: Applications of Vector Products
|
Example 1.5.3
|
|
Use the appropriate formula from Table 1.5.1 to calculate the area of the parallelogram whose vertices are the four points P:, Q:, R:, and S:.
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
Figure 1.5.3(a) shows the parallelogram formed by the points P, Q, R, and S. If P, Q, and S are position vectors to the points P, Q, and S, then two adjacent edges of the parallelogram are described by the vectors
|
= =
and
= =
|
|
Figure 1.5.3(a) Parallelogram PQRS
|
|
|
|
|
|
The area of the parallelogram is then the magnitude of
= =
easily seen to be 160.
|
|
Maple Solution - Interactive
|
|
Initialize
|
•
|
Tools≻Load Package: Student Multivariate Calculus
|
|
Loading Student:-MultivariateCalculus
|
•
|
Context Panel: Assign to a Name≻P
|
|
|
•
|
Context Panel: Assign to a Name≻Q
|
|
|
•
|
Context Panel: Assign to a Name≻S
|
|
|
By subtraction, obtain the vectors A and B along the edges of the parallelogram
|
•
|
Context Panel: Assign Name
|
|
|
•
|
Context Panel: Assign Name
|
|
|
Obtain the area of the parallelogram as the norm of the cross product of A and B
|
•
|
Keyboard the norm bars.
|
•
|
Common Symbols palette: Cross-product operator
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
|
|
|
|
Maple Solution - Coded
|
|
•
|
Install the Student MultivariateCalculus package.
|
|
|
•
|
Define the position vectors P, Q, and S.
|
|
|
•
|
Obtain vectors A and B along the edges of the parallelogram.
|
|
|
•
|
Compute the norm of the cross product of A and B.
|
|
=
|
|
|
|
|
|
<< Previous Example 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
|