Quote (Azrad @ Sep 9 2013 12:21am)
1)
Just calculate the area of each green rectangle, then sum them up.
all of the width's for the first problem are pi/4, the heights are gotten by evaluating the function at each x values (x = pi/4, x=pi/2, x=3pi/4)
so the height of the first rectangle is sin(pi/4), and its width is pi/4, so its area is:
A= L * W = Sin(pi/4) *pi/4 = sqrt(2)*(1/2) * pi/4 = sqrt(2)*pi*(1/8)
Do this for all 3 and sum them up and you will get a decent approximation for the area under the curve.
still trying to figure this out
so the work you did there was the area for the first rectangle?