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

Online Help

All Products    Maple    MapleSim


Student[Basics]

  

SolveSteps

  

show steps in the solution of a specified problem

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SolveSteps(ex, variable, opts)

Parameters

ex

-

expression or equation

variable

-

(optional) variable to solve for

opts

-

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

Description

• 

The SolveSteps command is used to show the steps of solving a basic student problem.

• 

If ex is an equation the variable in equation is solved for. If ex is given as an expression, the expression is solved for assuming ex=0.

• 

If only one variable exists in ex, it is not necessary to specify a variable to solve for. If there are two or more variables in ex, a variable to solve for must be given for variable.

• 

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

withStudent:-Basics:

SolveSteps5ⅇ4x=16

Let's solve=16Convert from exponential equationDivide both sides by5=Simplify=165Apply ln to each side=Apply ln rule: ln(e^b) = b4x=ln165Divide both sides by4=Exact solutionx=ln1654Approximate solutionx=0.2907877025

(1)

SolveStepsx2b,x

Let's solveSet expression equal to 0=0Addbto both sides=Simplify=bTake Square root of both sidesx=±Solutionx=b,b

(2)

SolveStepsx3+4x2+4x,output=typeset

Let's solveSet expression equal to 0=0Factorx3+4x2+4x=0Common factorxExamine term:x2+4x+4=0Apply the AC MethodExamine quadraticLook at the coefficients,Ax2+Bx+CA=1,B=4,C=4Find factors of |AC| = |14| =41,2,4Find pairs of the above factors, which, when multiplied equal4,Which pairs of these factors have asumof B =4? Found:=4Split the middle term to use above pairFactorxout of the first pairFactor2out of the second pairx+2is a common factorGroup common factorThis gives:This gives:The1stfactor isxwhich impliesx= 0 is a solutionx=0Set2ndfactorx+2to 0 to solvex+2=0Solution ofx+2=0Subtract2from both sides=Simplifyx=−2Solutionx=−2,0

(3)

SolveStepsx3+4x2+4x,mode=Learn

Let's solveSet expression equal to 0=0Factorx3+4x2+4x=0Common factorxExamine term:x2+4x+4=0Apply the AC MethodExamine quadraticLook at the coefficients,Ax2+Bx+CA=1,B=4,C=4Find factors of |AC| = |14| =41,2,4Find pairs of the above factors, which, when multiplied equal4,Which pairs of these factors have asumof B =4? Found:=4Split the middle term to use above pairFactorxout of the first pairFactor2out of the second pairx+2is a common factorGroup common factorThis gives:This gives:The1stfactor isxwhich impliesx= 0 is a solutionx=0Set2ndfactorx+2to 0 to solvex+2=0Solution ofx+2=0Subtract2from both sides=Simplifyx=−2Solutionx=−2,0

(4)

Compatibility

• 

The Student[Basics][SolveSteps] command was introduced in Maple 2021.

• 

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

See Also

Student:-Basics

Student:-Basics:-FactorSteps

Student:-Basics:-LinearSolveSteps

Student:-Basics:-OutputStepsRecord

Student:-Calculus1:-ShowSolution

Student:-Calculus1:-ShowSteps