Chapter 1: Vectors, Lines and Planes
Section 1.7: Planes
|
Example 1.7.3
|
|
Obtain an equation for the plane that contains the points P:, and Q:, and that is parallel to the vector .
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
Figure 1.7.3(a) suggests how the requisite plane can be found. Position vectors P and Q, emanating from the origin O, respectively have their heads at points P and Q, which lie in the plane.
|
•
|
Since the plane is parallel to the direction V, the vector V (in red) must lie in the plane. A second vector, , also lies in the plane, so the normal to the plane is .
|
•
|
The equation of the plane now follows from the vector equation .
|
•
|
Begin by obtaining the vectors
|
|
|
Figure 1.7.3(a) Position vectors P and Q (blue), direction vector V (red), (black), and (green)
|
|
|
|
|
|
= and = =
Conclude by implementing the vector equation of the plane, namely,
=
from which follows . A simpler form for the equation is clearly
|
|
Maple Solution - Interactive
|
|
•
|
Tools≻Load Package: Student Multivariate Calculus
|
|
Loading Student:-MultivariateCalculus
|
•
|
Write the sequence of points P and Q, and vector V.
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Plane
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Representation
|
|
|
|
|
The traditional vector approach to finding this plane would be as follows.
Define the position vectors P, Q, and R, and the direction vector V
|
•
|
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≻V
|
|
|
Obtain the vector
|
•
|
Context Panel: Assign Name
|
|
|
Obtain the normal
|
•
|
Context Panel: Assign Name
|
|
|
Implement the vector equation of the line
|
•
|
Common Symbols palette: Dot product operator
|
|
|
|
|
Simplify the equation to the form by the obvious manipulations.
In agreement with what is stated in the Mathematical Solution, the two calculated vectors are
=
|
=
|
|
|
The requisite plane can also be obtained by an algebraic calculation.
The general equation of the plane, namely, , must be satisfied by the coordinates of points P and Q; also, the normal (whose components are ) must be orthogonal to the vector V. These three conditions generate three equations in the four unknowns, namely, . Hence a solution for in terms of is possible, and leads to the desired equation of the plane with a judicious choice for . An interactive calculation along these lines is given below.
•
|
Context Panel: Assign Name
|
|
|
•
|
Write
Context Panel: Assign Function
|
|
|
•
|
Write and press the Enter key.
|
•
|
Context Panel: Solve≻Solve for Variables≻
|
•
|
Context Panel: Assign to a Name≻
|
|
|
•
|
Expression palette: Evaluation template
Press the Enter key
|
•
|
Context Panel: Simplify≻Assuming Real
|
•
|
Context Panel: Evaluate at a Point≻
|
|
|
|
|
|
|
Maple Solution - Coded
|
|
Initialize
|
•
|
Install the Student MultivariateCalculus package.
|
|
|
|
|
Define the position vectors P, Q, R, and the direction vector V
|
•
|
Define the vectors P, Q, R, and V.
|
|
|
Implement the vector equation for the plane
|
|
|
|
|
|
|
|
<< 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
|