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

Online Help

All Products    Maple    MapleSim


simplify/trig

simplify trigonometric expressions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

simplify(expr, trig)

Parameters

expr

-

any expression

trig

-

literal name; trig

Description

• 

The simplify(expr,trig) calling sequence simplifies trigonometric expressions by applying the trigonometric identities   and .

• 

If the input is a polynomial in  and  then simplify/trig factors out powers of  and  and applies the identity  to what is left so that the degree of what is left in  is at most 1. Thus the result is of the form:

  

where  and  are polynomials in . If the input is a polynomial in  and  then simplify/trig yields a similar result using the identity .

• 

To apply the identity to reduce the polynomial so that the degree in  is at most 1, use the command

• 

If the input involves multiple angles that are integer multiples of each other, for example, , , and  then the trigonometric functions are expressed in terms of a common angle, in this case .

• 

If the input is a rational expression in  and  then an algorithm is used to put it in the form  and reduce  and  to lowest terms such that the total degree of the numerator  (in  and ) plus the total degree of the denominator is minimized.  In particular, any common factor between  and  has been cancelled out.

  

Note: Maple does not rationalize the denominator, that is, write the expression in the form  for polynomials , , , and  in  because this form usually leads to a result that is larger in total degree.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

See Also

combine/trig

expand

simplify

 


Download Help Document