CurveSketchSteps - 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]

  

CurveSketchSteps

  

show steps in the plotting of a specified expression

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

CurveSketchSteps(ex, opts)

Parameters

ex

-

expression or string

opts

-

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

Description

• 

The CurveSketchSteps command is used to show how a student might plot a basic expression.

• 

This command handles linear and quadratic polynomials in one variable, as well as single trig, log, 1/x and exponentials that are shifted and scaled. It does not support combinations of these functions and works best when the input is already simplified.

• 

To avoid automatic simplifications the input expression can be given as a string. For example, calling CurveSketchSteps(cos(x-Pi/2)) will first evaluate cos(x-Pi/2) to sin(x) using normal Maple evaluation rules.  Instead, call CurveSketchSteps("cos(x-Pi/2"), to internally make use of InertForm:-Parse and avoid this 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

withStudent:-Basics:

CurveSketchSteps2sin3x+Pi3+1

Let's plot2sin3x+π3+1Compared to the plot ofsinx, we have a vertical stretch by a factor of2Then, we have a horizontal compression by a factor of13Then, we have a vertical shift of1Then, we have a horizontal shift ofπ9Apply the horizontal shift and stretch to the range,x=2π..2π+π9..+π9=−2.443460953..1.745329252We can now plot using the information extractedPLOT...

(1)

CurveSketchSteps2x2+4x+10

Let's plot2x2+4x+10Complete the square2x+12+8With the expression in vertex form we can extract valuable informationThe coefficient2of thex+12term indicates a parabola that opensupand has a verticalstretchof2We have a horizontal shift of−1and a vertical shift of8which gives a vertex of (−1,8)We can now plot using the information extractedPLOT...

(2)

CurveSketchSteps4x+10,output=typeset

Let's plot4x+10This is a line; find two points and draw a line through themy=4x+10Setx= 0 to solve for y intercepty=10This gives a y intercept of (0,10)y=10Set expresson to 0 to solve forxintercept0=Subtract4xfrom both sides=Simplify=10Divide both sides by−4=Simplifyx=52This gives anxintercept of (52,0)x=52By connecting through the two points we can plot the linePLOT...

(3)

CurveSketchSteps23x+2,output='link'

https://learn.maplesoft.com/#/?d=HJCIKRBKDFNMHPIODTBOFLLGFJEGKGAJMKPNFKARANHOFNHJFMJNOGDKNLGKBQHGOKMMGPFPOGATEPNNGFCPILJNKRORCMDFBGDN

Compatibility

• 

The Student[Basics][CurveSketchSteps] 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