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.
with⁡student:
middlesum⁡xk⁢ln⁡x,x=1..3
∑i=03⁡54+i2k⁢ln⁡54+i22
middlesum⁡sin⁡x⁢x+sin⁡x,x=1..3,12
∑i=011⁡sin⁡1312+i6⁢1312+i6+sin⁡1312+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