student
middlesum
numerical approximation to an integral
Calling Sequence
Parameters
Description
Examples
middlesum(f(x), x=a..b)
middlesum(f(x), x=a..b, n)
f(x)
-
algebraic expression in x
x
variable of integration
a
lower bound for the range of integration
b
upper bound for the range of integration
n
(optional) indicates the number of rectangles to use
Important: The student package has been deprecated. Use the superseding command Student[Calculus1][RiemannSum] instead.
The function middlesum computes a numerical approximation to a definite integral using rectangles. The height of each rectangle (box) is determined by the value of the function at the midpoint of each interval.
Four equal-sized intervals are used by default.
The command with(student,middlesum) allows the use of the abbreviated form of this command.
withstudent:
middlesumxklnx,x=1..3
∑i=0354+i2kln54+i22
middlesumsinxx+sinx,x=1..3,12
∑i=011sin1312+i61312+i6+sin1312+i66
See Also
Student
student(deprecated)[leftbox]
student(deprecated)[leftsum]
student(deprecated)[middlebox]
student(deprecated)[rightbox]
student(deprecated)[rightsum]
student(deprecated)[simpson]
student(deprecated)[trapezoid]
Student[Calculus1][MidpointRiemannSum]
Student[Calculus1][RiemannSum]
value
Download Help Document