Chapter 1: Vectors, Lines and Planes
Section 1.7: Planes
|
Example 1.7.14
|
|
Project point A: onto , the plane described by the equation .
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
Figure 1.7.14(a) shows point A as a black dot, and point B as a gold dot.
|
•
|
Vector V from B to A is shown as a red arrow.
|
•
|
The normal N is shown as the blue arrow, and the component of V orthogonal to N is shown as the green arrow.
|
•
|
Plane , also shown in the figure, is transparent, so position vector B, represented by the short black arrow, actually lies below the plane.
|
•
|
The projection of point A onto plane is the point at which the vector N has been drawn. Its coordinates are the head of the vector .
|
|
|
Figure 1.7.14(a) Vectors V (red), N (blue), and (green)
|
|
|
|
|
|
•
|
Point B is an arbitrary point on plane , and is taken as for convenience. Hence
|
= =
•
|
The component of V orthogonal to N is , which is then
|
= =
so the projection of A onto is = = .
|
|
Maple Solution - Interactive
|
|
•
|
Tools≻Load Package: Student Multivariate Calculus
|
|
Loading Student:-MultivariateCalculus
|
Define plane
|
•
|
Control-drag the equation of the plane.
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Plane
|
|
|
Define point A
|
•
|
Write a list of the coordinates for point A.
|
•
|
Context Panel: Assign to a Name≻A
|
|
|
Obtain the projection of point A on plane
|
•
|
Write a sequence of the names for the point and the plane.
|
•
|
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Projection
|
|
=
|
|
|
There are two traditional approaches possible.
The following approach obtains the equation of the line that is through point A and that has direction N, the normal to the plane, and intersects this line with the plane.
Obtain N, the normal for plane
|
•
|
Write the name of the plane.
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Normal
|
•
|
Context Panel: Assign to a Name≻N
|
|
|
Define , the line through point A in the direction of N
|
•
|
Write the sequence of names for the point A and the normal N
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Line
|
•
|
Context Panel: Assign to a Name≻
|
|
|
Obtain the intersection of line with plane
|
•
|
Write the sequence of names for the line and the plane
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Intersection
|
|
|
|
|
The following approach is vector-based. An arbitrary point, say B:, is selected in the plane and the component of V, the vector from B to A, orthogonal to N is added to the position vector B.
Define the position vectors B and a
|
•
|
Context Panel: Assign to a Name≻B
|
|
|
•
|
Write the name of point A.
|
•
|
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Conversions≻Column Vector
|
•
|
Context Panel: Assign to a Name≻a
|
|
=
|
Obtain V, the vector from point B to point A
|
•
|
Context Panel: Assign Name
|
|
|
Obtain VN, the projection of V onto the normal N
|
•
|
Write the sequence of names V and N
|
•
|
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Projection
|
•
|
Context Panel: Assign to a Name≻VN
|
|
=
|
Add to the position vector B, the component of V orthogonal to N
|
•
|
Write the expression for
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
|
|
Of course, the components of V along and orthogonal to N can be computed at a grainier level:
=
|
|
Maple Solution - Coded
|
|
Project point A onto plane
|
•
|
Install the Student MultivariateCalculus package.
|
|
|
•
|
Use the Plane command to define plane .
|
|
|
|
=
|
Obtain line through A and along N, and intersect it with plane
|
•
|
Apply the GetNormal command to plane to obtain normal N.
|
|
|
•
|
Use the Line command to obtain the line through A and along N.
|
|
|
|
=
|
|
|
|
|
|
<< Previous Example Section 1.7
Next Chapter >>
© 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
|