TrigCombine Command
- TrigCombine( <Expression> )
-
Combines products of trigonometric terms into sums, or combines sums of trigonometric terms into an expression containing only a trigonometric function.
-
TrigCombine(sin(x) cos(3x))
gives 12sin(4x)−12sin(2x) -
TrigCombine(sin(x) + cos(x))
gives √2cos(x−14π).
- TrigCombine( <Expression>, <Target Function> )
-
Combines the terms of a trigonometric expression into an equivalent expression, containing only the given target function.
TrigCombine(sin(x) + cos(x), sin(x))
gives √2sin(x+14π).
|
TrigCombine(sin(p) cos(3p))
gives 12sin(4p)−12sin(2p).
-
See also TrigExpand Command and TrigSimplify Command.