Student[Basics]
SolveSteps
show steps in the solution of a specified problem
Calling Sequence
Parameters
Description
Package Usage
Examples
Compatibility
Student[Basics][SolveSteps](ex, variable, opts)
ex
-
expression or equation
variable
(optional) variable to solve for
opts
options of the form keyword=value where keyword is one of displaystyle, output
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, so it can be used in the short form SolveSteps(..) only after executing the command with(Student[Basics]). However, it can always be accessed through the long form of the command by using Student[Basics][SolveSteps](..).
with⁡StudentBasics:
SolveSteps⁡5⁢exp⁡4⁢x=16
Let's solve=16▫Convert from exponential equation◦Divide both sides by5=◦Simplify=165◦Apply ln to each side=◦Apply ln rule: ln(e^b) = b4⁢x=ln⁡165•Divide both sides by4=•Exact solutionx=ln⁡1654•Approximate solutionx=0.2907877025
SolveSteps⁡x2−b,x
Let's solve•Set expression equal to 0=0•Addbto both sides=•Simplify=b•Take Square root of both sidesx=±•Solutionx=b,−b
SolveSteps⁡x3+4⁢x2+4⁢x,output=typeset
Let's solve•Set expression equal to 0=0•Factorx3+4⁢x2+4⁢x=0•Common factorx•Examine term:x2+4⁢x+4=0▫Apply the AC Method◦Examine quadratic◦Look at the coefficients,A⁢x2+B⁢x+CA=1,B=4,C=4◦Find factors of |AC| = || =41,2,4◦Find pairs of the above factors, which, when multiplied equal4,◦Which pairs of these factors have asumof B =4? Found:=4◦Split the middle term to use above pair◦Factorxout of the first pair◦Factor2out of the second pair◦x+2is a common factor◦Group common factor•This gives:•The1stfactor isxwhich impliesx= 0 is a solutionx=0•Set2ndfactorx+2to 0 to solvex+2=0▫Solution ofx+2=0◦Subtract2from both sides=◦Simplifyx=−2•Solutionx=−2,0
SolveSteps⁡x3+4⁢x2+4⁢x,mode=Learn
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
Download Help Document
What kind of issue would you like to report? (Optional)