15.1.1.
Compute the Riemann sum \(S_{4,3}\) to estimate the double integral of \(f(x,y) = xy\) over \(\c{R} = [1,3] \times [1,2.5]\text{.}\) Use the regular partition and upper-right vertices of the sub-rectangles as sample points.
Solution.
We are asked to compute \(S_{4,3}\) for \(f(x,y) = xy\) on the region \(\c{R} = [1,3] \times [1,2.5]\text{.}\) This means we partition the \(x\)-interval \([1,3]\) into \(N=4\) subintervals and the \(y\)-interval \([1,2.5]\) into \(M=3\) subintervals.
First, letβs find the dimensions of our sub-rectangles:
\begin{align*}
\Delta x \amp = \frac{3 - 1}{4} = \frac{2}{4} = 0.5 \\
\Delta y \amp = \frac{2.5 - 1}{3} = \frac{1.5}{3} = 0.5 \\
\Delta A \amp = \Delta x \Delta y = (0.5)(0.5) = 0.25
\end{align*}
The \(x\)-grid points are: \(1, 1.5, 2, 2.5, 3\text{.}\) The \(y\)-grid points are: \(1, 1.5, 2, 2.5\text{.}\)
We are using the upper-right vertices as our sample points \((x_i^*, y_j^*)\text{.}\) This means for each sub-rectangle, we take the largest \(x\) and the largest \(y\) value. The sample points will be combinations of \(x \in \{1.5, 2, 2.5, 3\}\) and \(y \in \{1.5, 2, 2.5\}\text{.}\)
Since \(f(x,y) = xy\text{,}\) the Riemann sum is:
\begin{align*}
S_{4,3} \amp = \sum_{i=1}^4 \sum_{j=1}^3 f(x_i^*, y_j^*) \Delta A \\
\amp = 0.25 \sum_{i=1}^4 \sum_{j=1}^3 (x_i^*)(y_j^*)
\end{align*}
Because the function factors nicely into \(f(x)g(y)\text{,}\) we can actually factor the summation:
\begin{align*}
S_{4,3} \amp = 0.25 \left( \sum_{i=1}^4 x_i^* \right) \left( \sum_{j=1}^3 y_j^* \right) \\
\amp = 0.25 \big(1.5 + 2 + 2.5 + 3\big) \big(1.5 + 2 + 2.5\big) \\
\amp = 0.25 (9)(6) \\
\amp = 0.25 (54) = 13.5
\end{align*}
The estimated double integral is \(13.5\text{.}\)

