Angle - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Student[MultivariateCalculus]

  

Angle

  

Determine the angle between lines, vectors, and planes.

 

Calling Sequence

Parameters

Description

Notes

Examples

Compatibility

Calling Sequence

Angle(x, y)

Parameters

x

-

a vector, a line, or a plane

y

-

a vector, a line, or a plane

Description

• 

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.

Notes

• 

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,π.

Examples

withStudentMultivariateCalculus:

v11,2,3:

v20,0,1:

v3a,b,c:

l1Line0,0,0,1,2,4:

l2Line1,1,2,2,3,0:

p1Plane1,2,0,1,1,0:

p2Plane1,1,2,1,2,1:

Angle between two vectors

Anglev1,v2

arccos31414

(1)

Angle between a vector and a line

Anglev3,l1

minπarccosa+2b+4c2121a2+b2+c2,arccosa+2b+4c2121a2+b2+c2

(2)

Angle between a vector and a plane

Anglev2,p1

0

(3)

Angle between two lines

Anglel1,l2

arccos82113273

(4)

Angle between a line and a plane

Anglel2,p1

π2arccos13226

(5)

Angle between two planes

Anglep1,p2

arccos2612

(6)

Compatibility

• 

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]

Student[MultivariateCalculus][Line]