Chapter 1: Vectors, Lines and Planes
Section 1.7: Planes
|
Example 1.7.6
|
|
Find the distance from the point P: to the plane .
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
Figure 1.7.6(a) shows plane , the arbitrary point A on , and the point P.
|
•
|
The red arrow represents the normal N, while the green arrow represents the vector , the vector from A to P.
|
•
|
The black arrow represents , the component of W along N. The magnitude of is the distance from point P to the plane .
|
•
|
The arbitrary point A has coordinates , obtained by setting in the equation for and solving the resulting equation for .
|
|
|
Figure 1.7.6(a) Plane , its normal N (red), points P and A, the vectors (green) and (black)
|
|
|
|
|
|
•
|
The essential calculations are
|
= and = =
where is the scalar projection (Table 1.3.1) of W on N.
|
|
Maple Solution - Interactive
|
|
•
|
Tools≻Load Package: Student Multivariate Calculus
|
|
Loading Student:-MultivariateCalculus
|
Define the given plane and assign it the name
|
•
|
Control-drag the equation of the plane.
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Plane
|
•
|
Context Panel: Assign to a Name≻
|
|
|
Obtain the distance from point P to the plane
|
•
|
Write a sequence of the point P (as a list) and , the name of the plane.
|
•
|
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Distance
|
•
|
Context Panel: Approximate≻5 (digits)
|
|
=
|
|
|
An implementation of the traditional vector-based calculation is given below in Table 1.7.6(a).
•
|
Context Panel: Assign to a Name≻P
|
|
|
•
|
Context Panel: Assign to a Name≻A
|
|
|
•
|
Context Panel: Assign Name
|
|
|
Obtain N, the normal to plane
|
•
|
Type , the name of the plane.
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Normal
|
•
|
Context Panel: Assign to a Name≻N
|
|
=
|
Obtain , the magnitude of the projection of W on N
|
•
|
Common Symbols palette: Dot product operator
|
•
|
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Approximate≻5 (digits)
|
|
=
|
Alternate calculation of the magnitude of the scalar projection of W on N
|
•
|
Write the sequence of vectors W and N.
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Projection
|
•
|
Context Panel: Norm≻Euclidean
|
|
=
|
Table 1.7.6(a) Traditional vector-based calculation of distance from point to plane
|
|
|
|
|
Maple Solution - Coded
|
|
Table 1.7.6(b) calculates the distance from point P to plane via a command-based implementation of the "Lines & Planes" tools in the Student MultivariateCalculus package.
•
|
Obtain a five-digit floating-point (decimal) value with the evalf command.
|
|
=
=
|
Table 1.7.6(b) Command-based implementation of "Lines & Planes" tools
|
|
|
Table 1.7.6(c) obtains the distance from point P to plane via a command-based implementation of the traditional vector calculation.
•
|
Install the Student MultivariateCalculus package.
|
|
|
•
|
Define the vectors P, N, and A.
|
|
|
•
|
Apply the DotProduct and Norm commands to obtain the scalar projection of on N.
|
|
=
|
Table 1.7.6(c) Command-based implementation of the traditional vector calculation
|
|
|
|
|
|
<< Previous Example Section 1.7
Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2025. 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
|