Chapter 1: Vectors, Lines and Planes
Section 1.5: Applications of Vector Products
|
Example 1.5.8
|
|
Use the appropriate formula from Table 1.5.1 to calculate the distance of the point P: to the plane through the three points Q:, R:, and S:
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
Figure 1.5.8(a) displays the points P, Q, R, S, the plane containing Q, R, and S, and the vectors
= =
= =
= =
|
|
Figure 1.5.8(a) Points P, Q, R, S, and vectors A, B, C
|
|
|
|
|
|
where P, Q, R, and S are respectively the position vectors to points P, Q, R, and S.
The distance from point P to the plane containing points Q, R, and S, is given by . Since
= =
|
= =
|
|
|
|
|
|
|
|
|
|
|
|
the requisite distance is .
|
|
Maple Solution - Interactive
|
|
Initialize
|
•
|
Tools≻Load Package: Student Multivariate Calculus
|
|
Loading Student:-MultivariateCalculus
|
Define the position vectors P, Q, R, and S
|
•
|
Context Panel: Assign to a Name≻P
|
|
|
•
|
Context Panel: Assign to a Name≻Q
|
|
|
•
|
Context Panel: Assign to a Name≻R
|
|
|
•
|
Context Panel: Assign to a Name≻S
|
|
|
By subtraction, obtain the vectors A, B, and C
|
•
|
Context Panel: Assign Name
|
|
|
•
|
Context Panel: Assign Name
|
|
|
•
|
Context Panel: Assign Name
|
|
|
Apply the appropriate distance formula from Table 1.5.1
|
•
|
Common Symbols palette: Dot- and cross-product operators
Use for the triple scalar product .
|
•
|
Keyboard vertical strokes for absolute values and norms.
|
•
|
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Approximate≻5 (digits)
|
|
=
|
|
|
|
|
Maple Solution - Coded
|
|
•
|
Install the Student MultivariateCalculus package.
|
|
|
•
|
Define the position vectors P, Q, R, and S.
|
|
|
•
|
Define the vectors A, B, C by subtraction.
|
|
|
|
=
|
Solution from first principles
|
•
|
Apply the abs command (for absolute value).
|
•
|
Apply the evalf command to obtain a floating-point (decimal) approximation.
|
|
=
=
|
|
|
|
|
|
<< 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
|