TrigSteps - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Student[Basics]

  

TrigSteps

  

show steps in the simplification of a specified expression

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

TrigSteps(ex, opts)

Parameters

ex

-

expression

opts

-

options of the form keyword=value where keyword is one of displaystyle, output

Description

• 

The TrigSteps command is used to show the steps of simplifying the trig functions in a basic student expression.

• 

The fullsolution option can be used to show additional arithmetic steps in the simplification.

• 

The displaystyle and output options can be used to change the output format.  See OutputStepsRecord for details.

• 

This function is part of the Student:-Basics package.

Examples

> 

with⁡Student:-Basics:

> 

TrigSteps⁡tan⁡x⁢cos⁡x

Let's simplifytan⁡x⋅cos⁡x•ApplyQuotienttrig identity,tan⁡x=sin⁡xcos⁡xsin⁡xcos⁡x⁢cos⁡x•Evaluatesin⁡x

(1)
> 

TrigSteps⁡3⁢sin⁡x+2⁢cos⁡x⁢tan⁡x

Let's simplify3⋅sin⁡x+2⋅tan⁡x⋅cos⁡x•ApplyQuotienttrig identity,tan⁡x=sin⁡xcos⁡x3⁢sin⁡x+2⁢sin⁡xcos⁡x⁢cos⁡x•Evaluate5⁢sin⁡x

(2)
> 

TrigSteps⁡sin⁡x⁢sec⁡x,output=typeset

Let's simplifysin⁡x⋅sec⁡x•ApplyReciprocal Functiontrig identity,sec⁡x=1cos⁡xsin⁡x⁢1cos⁡x•ApplyQuotienttrig identity,sin⁡xcos⁡x=tan⁡xtan⁡x

(3)
> 

TrigSteps⁡sin⁡x+sin⁡x2+cos⁡x2⁢csc⁡x+1,mode=Learn

Let's simplifysin⁡x+sin⁡x2+cos⁡x2⋅csc⁡x+1•ApplyReciprocal Functiontrig identity,csc⁡x+1=1sin⁡x+1sin⁡x+sin⁡x2+cos⁡x2⁢1sin⁡x+1•ApplyPythagorastrig identity,sin⁡x2=1−cos⁡x2sin⁡x+1−cos⁡x2+cos⁡x2sin⁡x+1•Evaluate1

(4)

Compatibility

• 

The Student[Basics][TrigSteps] command was introduced in Maple 2022.

• 

For more information on Maple 2022 changes, see Updates in Maple 2022.

See Also

Student:-Basics

Student:-Basics:-FactorSteps

Student:-Basics:-LinearSolveSteps

Student:-Basics:-OutputStepsRecord

Student:-Calculus1:-ShowSolution

Student:-Calculus1:-ShowSteps