Numerical Integration I
MME 523
Our goal is to
explore the approximation of integrals by two methods: Riemann Sums and the
Trapezoid Rule. Time permitti
Part
One
Your goal for next
class is to take each problem and develop, usi
You may use the int function
in Maple to get the real value for comparison purposes (since Maple tries to
produce a symbolic result, you may need to issue the evalf(%); function to get a floati
Also of interest is
the student
library, which may be opened by issui
The integrals are:
a)
b)
c) 
d) 
Part
Two
Your goal in this part
is to use the error estimate to predict how many steps (n) will be needed to
achieve a given accuracy with the Trapezoidal Rule. The error estimate is:
|
En| < (b –a)3M/(12n2)
where En is the error in usi
The simplest way to
get M is to graph the second derivative and read M off the graph. If in doubt,
round up.
a)
3 , 5, 10 places b)
to 3 and 10 places
Part
Three
Comment on the
functions leftbox,
middlebox and rightbox as demonstration tools for introduci