Student[Calculus1][FunctionAverageTutor] - find the average value of a function
Calling Sequence
FunctionAverageTutor(f, a..b)
FunctionAverageTutor(f, var=a..b)
Parameters
f
-
(optional) algebraic expression in one variable var
a..b
(optional) interval
var
(optional) variable
Description
The FunctionAverageTutor(f) command launches a tutor interface that plots the average of f over the interval a..b.
If f is not specified, FunctionAverageTutor uses a default function.
If a..b is not specified, FunctionAverageTutor uses a default interval.
If var is not specified, FunctionAverageTutor uses a default variable.
Examples
with⁡StudentCalculus1:
FunctionAverageTutor⁡
FunctionAverageTutor⁡2−x3
FunctionAverageTutor⁡2−x3,0..2
FunctionAverageTutor⁡2−x3,x=0..2
See Also
Student, Student[Calculus1], Student[Calculus1][FunctionAverage], Student[Calculus1][InteractiveOverview]
Download Help Document