Upper Riemann Sum - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Upper Riemann Sum

 

Calling Sequence

Parameters

Description

Examples

Other Riemann Sums

Calling Sequence

RiemannSum(f(x), x = a..b, method = upper, opts)

RiemannSum(f(x), a..b, method = upper, opts)

RiemannSum(Int(f(x), x = a..b), method = upper, opts)

Parameters

f(x)

-

algebraic expression in variable 'x'

x

-

name; specify the independent variable

a, b

-

algebraic expressions; specify the interval

opts

-

equation(s) of the form option=value where option is one of boxoptions, functionoptions, iterations, method, outline, output, partition, pointoptions, refinement, showarea, showfunction, showpoints, subpartition, view, or Student plot options; specify output options

Description

• 

The RiemannSum(f(x), x = a..b, method = upper, opts) command calculates the upper Riemann sum of f(x) from a to b. The first two arguments (function expression and range) can be replaced by a definite integral.

• 

If the independent variable can be uniquely determined from the expression, the parameter x need not be included in the calling sequence.

• 

Given a partition  of the interval , the upper Riemann sum is defined as:

  

where the chosen point of each subinterval  of the partition is a point  such that  for all  in .

• 

By default, the interval is divided into  equal-sized subintervals.

• 

For the options opts, see the RiemannSum help page.

• 

This integration method can be applied interactively, through the ApproximateInt Tutor.

Examples

(1)

To play the following animation in this help page, right-click (Control-click,on Mac) the plot to display the context menu.  Select Animation > Play.

(2)

(3)

Other Riemann Sums

  

Left Riemann Sum

  

Lower Riemann Sum

  

Midpoint Riemann Sum

  

Right Riemann Sum

See Also

plot/options

Student

Student plot options

Student[Calculus1]

Student[Calculus1][ApproximateInt]

Student[Calculus1][ApproximateIntTutor]

Student[Calculus1][RiemannSum]

Student[Calculus1][VisualizationOverview]

 


Download Help Document