Student[MultivariateCalculus]
Angle
Determine the angle between lines, vectors, and planes.
Calling Sequence
Parameters
Description
Notes
Examples
Compatibility
Angle(x, y)
x
-
a vector, a line, or a plane
y
The Angle command determines the angle between two vectors, a vector and a line, a vector and a plane, two lines, a line and a plane, or two planes.
The angle between two intersecting lines can be measured at the intersection point; the angle returned is in the interval 0,π2. When two lines do not intersect, we define the angle determined by them as the angle between two lines through the origin parallel to the given lines.
The angle between two planes is equal to the angle between their normals.
The angle between a line and a plane is equal to the complement of the angle between the line and the normal of the plane.
An angle involving one vector, v, is the same as if instead of the vector, you had supplied a line having v as its direction. An angle between two vectors is slightly different, in that it can attain all values in 0,π.
withStudentMultivariateCalculus:
v1≔1,2,3:
v2≔0,0,1:
v3≔a,b,c:
l1≔Line0,0,0,1,2,4:
l2≔Line1,1,2,2,3,0:
p1≔Plane1,2,0,−1,1,0:
p2≔Plane1,1,2,1,2,1:
Angle between two vectors
Anglev1,v2
arccos31414
Angle between a vector and a line
Anglev3,l1
minπ−arccosa+2b+4c2121a2+b2+c2,arccosa+2b+4c2121a2+b2+c2
Angle between a vector and a plane
Anglev2,p1
0
Angle between two lines
Anglel1,l2
arccos82113273
Angle between a line and a plane
Anglel2,p1
π2−arccos13226
Angle between two planes
Anglep1,p2
arccos2612
The Student[MultivariateCalculus][Angle] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
Student
Student[MultivariateCalculus][Line]
Download Help Document