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,π.
with⁡StudentMultivariateCalculus:
v1≔1,2,3:
v2≔0,0,1:
v3≔a,b,c:
l1≔Line⁡0,0,0,1,2,4:
l2≔Line⁡1,1,2,2,3,0:
p1≔Plane⁡1,2,0,−1,1,0:
p2≔Plane⁡1,1,2,1,2,1:
Angle between two vectors
Angle⁡v1,v2
arccos⁡3⁢1414
Angle between a vector and a line
Angle⁡v3,l1
min⁡π−arccos⁡a+2⁢b+4⁢c⁢2121⁢a2+b2+c2,arccos⁡a+2⁢b+4⁢c⁢2121⁢a2+b2+c2
Angle between a vector and a plane
Angle⁡v2,p1
0
Angle between two lines
Angle⁡l1,l2
arccos⁡8⁢21⁢13273
Angle between a line and a plane
Angle⁡l2,p1
π2−arccos⁡13⁢226
Angle between two planes
Angle⁡p1,p2
arccos⁡2⁢612
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