Question 389732: consider the function f(x) = (x - 3)^2 + 2. Evaluate a sum to approximate the area under the curve for the domain o < or equal x < or equal 2 using the type of rectangles in each part.
a.) use inscribed rectangles 0.5 units wide
b.) Use circumscribed rectangles 0.5 units wide
Answer by richard1234(7193) (Show Source):
You can put this solution on YOUR website!
For part a), the base of each rectangle is 0.5, and the height is f(k), for k = {0.5, 1, 1.5, 2}. Therefore the area is about .5(f(.5) + f(1) + f(1.5) + f(2)) = 10.75.
Part b) is similar, but k = {0, 0.5, 1, 1.5} so that approximation is .5(f(0) + f(.5) + f(1) + f(1.5)) = 14.75.
The exact area is given by
|
|
|