Student[Calculus1][DerivativeTutor] - plot an expression and its derivative
Calling Sequence
DerivativeTutor(f, a..b)
DerivativeTutor(f, var=a..b)
Parameters
f
-
(optional) algebraic expression in one variable var
a..b
(optional) interval
var
(optional) variable
Description
The DerivativeTutor(f) command launches a tutor interface that plots the derivatives of f on the interval a..b. If f is a derivative Diff(g) or diff(g), the tutor plots the derivatives of g on a..b.
If f is not specified, DerivativeTutor uses a default function.
If a..b is not specified, DerivativeTutor uses a default interval.
If var is not specified, DerivativeTutor uses a default variable.
Examples
with⁡StudentCalculus1:
DerivativeTutor⁡
DerivativeTutor⁡x⁢sin⁡x
DerivativeTutor⁡x⁢sin⁡x,−2⁢π..2⁢π
DerivativeTutor⁡x⁢sin⁡x,x=−2⁢π..2⁢π
See Also
Student, Student[Calculus1], Student[Calculus1][DerivativePlot], Student[Calculus1][InteractiveOverview]
Download Help Document