Calculate each of the following approximations for.
LEFT(2) = got this
RIGHT(2) =
TRAP(2) = got this
MID(2) = got this
I cant seem to figure out the right one
if you got the left one, why is the right one that much different. by the way the 2 means you made 2 subintervals right? so you have 2 rectangles.
so you let
for the LEFT(2) you chose the height of your two rectangles to beand
, where
so for the RIGHT(2), do pretty much the same thing, except chooseand
for the height of your rectangles.