Let be the function defined by Find the area of the region bounded by the -axis and the curve between and .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The region could be divided into 4 trapezoids (Note that the function is always linear), with their tops and bottoms at x=1, 5, 7, 9 ,13
Since f(1) = 0, f(5) = 4, f(7) = 2, f(9) = 4, f(13) =0, the area of the region is
S = (4+0)x(5-1)/2 + (4+2)x(7-5)/2 + (2+4)x(9-7)/2 + (4+0)x(13-9)/2 = 8 + 6 + 6 + 8 = 28