In the exercises we will interpret the results of using these commands on particular types of functions.
leftbox
command for this function on
this interval, what can you say about the ``whitespace'' under
the curve and ``greenspace'' above the curve?leftbox
in relation to
A?
rightbox
command for this function on
this interval, what can you say about the ``whitespace'' under
the curve and ``greenspace'' above the curve?rightbox
in relation to
A?
leftsum
, rightsum
, and
middlesum
commands? Why should this be the case?
sum
commands to carry out such an approximation.sum
commands to carry out such an approximation.
limit
command in Maple. Here is a sample of the command
for the function limit(value(leftsum( x^2,x=0..2, n)),n=infinity);This yields a number, which we expect should be equal to the area under the curve on this interval. To obtain a decimal expansion for this number, use
evalf(limit(value(leftsum( x^2,x=0..2, n)),n=infinity));
Consider the function on the
interval x=0 to x=3 from Exercise 1.