The width of each rectangle is $\Delta x = \frac{2-1}{4} = 0.25$.
a) Right Endpoints ($R_4$): The endpoints are $1.25, 1.5, 1.75, 2$.
The area is:
\[ R_4 = \Delta x [f(1.25) + f(1.5) + f(1.75) + f(2)] \]
\[ = 0.25 \left( \frac{1}{1.25} + \frac{1}{1.5} + \frac{1}{1.75} + \frac{1}{2} \right) \]
\[ = 0.25 \left( 0.8 + 0.666... + 0.5714... + 0.5 \right) \approx 0.25(2.538) \approx 0.6345 \]
Since $f(x) = 1/x$ is decreasing, the right endpoint is the minimum value in each subinterval, making this an underestimate.
b) Left Endpoints ($L_4$): The endpoints are $1, 1.25, 1.5, 1.75$.
The area is:
\[ L_4 = \Delta x [f(1) + f(1.25) + f(1.5) + f(1.75)] \]
\[ = 0.25 \left( \frac{1}{1} + \frac{1}{1.25} + \frac{1}{1.5} + \frac{1}{1.75} \right) \]
\[ = 0.25 \left( 1 + 0.8 + 0.666... + 0.5714... \right) \approx 0.25(3.038) \approx 0.7595 \]
Since $f(x) = 1/x$ is decreasing, the left endpoint is the maximum value in each subinterval, making this an overestimate.