Chapter 1: Vectors, Lines and Planes
Section 1.6: Lines
|
Example 1.6.1
|
|
Obtain an equation for the line that passes through the point P: and that is parallel to the vector .
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
The vector form of the equation of the line is , where R is the generic position vector to any point on the line, P is the position vector to point P, V is the direction vector for the line, and is the parameter along the line.
|
•
|
The value of is controlled by the slider in Figure 1.6.1(a). As varies, the head of the position vector R, drawn in red and emanating from the yellow dot that delineates the origin, traverses the line. The direction vector V is in green, and point P is represented by the black dot in the figure.
|
|
|
=
=
|
Figure 1.6.1(a) The line
|
|
|
|
|
|
•
|
The parametric form of the equation of this line is .
|
•
|
The symmetric form of the equation of this line is .
|
|
|
Maple Solution - Interactive
|
|
Initialize
|
•
|
Tools≻Load Package:
Student Multivariate Calculus
|
|
Loading Student:-MultivariateCalculus
|
•
|
Represent point P as a list.
Context Panel: Assign to a Name≻P
|
|
|
•
|
Context Panel: Assign to a Name≻V
|
|
|
Define the line and assign it the name L
|
•
|
Write the sequence of point and vector.
Press the Enter key.
|
•
|
Context Panel: Student Multivariate Calculus≻
Lines & Planes≻Line
(Click OK in the dialog for choosing variables. See Figure 1.6.1(b),)
|
•
|
Context Panel: Assign to a Name≻L
|
|
Figure 1.6.1(b) Variables dialog
|
|
|
|
|
Obtain each of the five possible representations of the line L
|
•
|
Type and press the Enter key.
|
•
|
Context Panel: Student Multivariate Calculus≻
Lines & Planes≻Representation≻
Select "parametric" from the drop-down. See Figure 1.6.1(c).)
|
|
Figure 1.6.1(c) Representations dialog
|
|
|
|
|
•
|
Type and press the Enter key.
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Representation≻
Select "combined_vector" from the drop-down. See Figure 1.6.1(c).)
|
|
=
|
•
|
Type and press the Enter key.
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Representation≻
Select "vectors" from the drop-down. See Figure 1.6.1(c).)
|
|
=
|
•
|
Type and press the Enter key.
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Representation≻
Select "symmetric" from the drop-down. See Figure 1.6.1(c).)
|
|
=
|
•
|
Type and press the Enter key.
|
•
|
Context Panel: Student Multivariate Calculus≻Lines & Planes≻Representation≻
Select "equations" from the drop-down. See Figure 1.6.1(c).)
|
|
=
|
|
|
The drop-down for representation-type in Figure 1.6.1(c) lists the options in alphabetical order. However, the order adopted in this solution has been altered, with the most useful types listed first, and the least useful, last. The two most useful forms for the equation of a line in space are the parametric form, and its close ally, the "combined vector" form. The form called "vectors" can be converted to the "combined vector" form by an application of the Simplify option in the Context Panel. The symmetric form of the line is of little use in solving problems involving lines and planes, and the form called "equations" is not found in the typical calculus textbook.
|
|
Maple Solution - Coded
|
|
If the Student MultivariateCalculus package has already been loaded, and the point P and direction vector V already defined, then the following commands will define the line L and obtain each of its five possible representations.
•
|
Apply the Line command and assign the line structure to the name L.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<< Chapter Overview Section 1.6
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
|