Estimate the area under the graph of the function f(x) = 1/x on the interval [1,2] using 3 equal subintervals and right endpoints evaluation.
How do I do this? I got subintervals of (1,1),(1.5,1/1.5),(2,1/2)
Now what? Or is that wrong?
Estimate the area under the graph of the function f(x) = 1/x on the interval [1,2] using 3 equal subintervals and right endpoints evaluation.
How do I do this? I got subintervals of (1,1),(1.5,1/1.5),(2,1/2)
Now what? Or is that wrong?
You ought to find the red area.
It's a collection of three rectangles having following dimensions:
$f(1+1/3) \times 1/3 = $ height $\times$ width of tallest rectangle
$f(1+2/3) \times 1/3 = $ height $\times$ width of central rectangle
$f(1+3/3) \times 1/3 = $ height $\times$ width of shortest rectangle