Chapter 1: Vectors, Lines and Planes
Section 1.7: Planes
|
Example 1.7.8
|
|
Obtain an equation for , the line that passes through the point A:, intersects L, the line , and is parallel to P, the plane .
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
The search for line begins with a "diagnosis" in which a strategy for its determination is proposed.
|
Strategy
•
|
As per Figure 1.7.8(a), let (pink) be a plane through point A (green) and parallel to plane (gray).
|
•
|
Let B (black) be the point of intersection of line L (red) with plane Q.
|
•
|
The line through A and B is the line .
|
|
|
Figure 1.7.8(a) Planes and , points A and B, and lines and
|
|
|
|
|
|
Implementation
•
|
As a first step, plane must be found. Since it is parallel to the given plane , it has the same normal, N. Hence, plane is given by , that is, by
|
=
•
|
The intersection of line with plane is found by solving , that is,
|
for so point B is then = .
•
|
Finally, , the line through both A and B, is given by , that is, by
|
=
|
|
Maple Solution - Interactive
|
|
•
|
Tools≻Load Package: Student Multivariate Calculus
|
|
Loading Student:-MultivariateCalculus
|
Define the plane
|
•
|
Control-drag the equation of plane .
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Plane
|
•
|
Context Panel: Assign to a Name≻
|
|
|
Define the line
|
•
|
Using the technique of control-drag, make a list of the parametric equations for line .
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Line
|
•
|
Context Panel: Assign to a Name≻
|
|
|
Obtain N, the normal for plane
|
•
|
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Normal
|
•
|
Context Panel: Assign to a Name≻N
|
|
=
|
Obtain plane
|
•
|
Form a sequence of point A and the name of plane .
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Plane
|
•
|
Context Panel: Assign to a Name≻
|
|
|
Obtain point B, the intersection of line and plane
|
•
|
Write the sequence of names for line and plane .
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Intersection
|
•
|
Context Panel: Assign to a Name≻B
|
|
|
Obtain line
|
Write a sequence of point A and the name of point B.
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Line
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Representation≻vectors
|
|
|
|
|
|
Maple Solution - Coded
|
|
Table 1.7.8(a) uses the command-form of the "Lines & Planes" tools in the Student MultivariateCalculus package to obtain an equation for line .
•
|
Use the Plane command to define plane .
|
|
|
•
|
Use the Line command to define line .
|
|
|
|
|
•
|
Use the GetNormal command to obtain N, the normal on plane .
|
|
|
•
|
Use the Plane command to obtain , the plane parallel to and through A.
|
|
|
•
|
Use the GetIntersection command to obtain B, the intersection of line with plane .
|
|
|
•
|
Use the Line command to obtain , the line through points A and B.
|
|
|
|
|
Table 1.7.8(a) Command-based determination of line
|
|
|
|
|
|
<< 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
|