1. Normally when you get a function and you have to approximate it, we
use left hand rectangles or right hand rectangles. There are several that
you could use, but the next logicial one is the Midpoint rule, where you
don't take either the left point or the right point, but the middle point.
(a) Consider the function f(x) = e^x^2. Use the left, right, and midpoint
rectangle rules to approximate the area from 0 to 1 with x = 0.2.
(b) Sketch the graph with the midpoint rectangles.
(c) Repeat with g(x) = x^2-3x + 1 over 0 to 10 with x = 2.
(d) Computer int(0 to 10)x^2-3x+1dx and compare your answers to part c.
use left hand rectangles or right hand rectangles. There are several that
you could use, but the next logicial one is the Midpoint rule, where you
don't take either the left point or the right point, but the middle point.
(a) Consider the function f(x) = e^x^2. Use the left, right, and midpoint
rectangle rules to approximate the area from 0 to 1 with x = 0.2.
(b) Sketch the graph with the midpoint rectangles.
(c) Repeat with g(x) = x^2-3x + 1 over 0 to 10 with x = 2.
(d) Computer int(0 to 10)x^2-3x+1dx and compare your answers to part c.