52456512
Let \(f(x)=\frac{1}{2}x^2\). Approximate \(\int_{0}^{4} f(x)\,dx\) using upper sums for partitions of \([0,4]\) into equal-width subintervals.
1) Write \(U_4\) using sigma notation and evaluate it.
2) Write \(U_8\) using sigma notation and evaluate it.
Hints
- First determine the width of each rectangle.
- For an upper sum of an increasing function, decide whether to use the left or right endpoint of each subinterval.
- Express each sample point in terms of the summation index.
- Use the formula for the sum of the first \(n\) squares to simplify the larger sum.
Solution
1. For \(n=4\), the subinterval width is \(\Delta x=\frac{4-0}{4}=1\). Because \(f\) is increasing on \([0,4]\), each upper rectangle uses the right endpoint \(x_k=k\). Thus, \(U_4=\sum_{k=1}^{4} f(x_k)\Delta x=\sum_{k=1}^{4}\frac{1}{2}k^2\cdot 1=\frac{1}{2}(1^2+2^2+3^2+4^2)=15\).
2. For \(n=8\), \(\Delta x=\frac{4}{8}=0.5\), and the right endpoints are \(x_k=0.5k\). Therefore, \(U_8=\sum_{k=1}^{8}f(0.5k)\cdot 0.5=\sum_{k=1}^{8}\frac{1}{16}k^2\). Using \(\sum_{k=1}^{n}k^2=\frac{n(n+1)(2n+1)}{6}\), \(U_8=\frac{1}{16}\cdot\frac{8\cdot 9\cdot 17}{6}=\frac{51}{4}=12.75\).
Answer
1) \(U_4=\sum_{k=1}^{4}\frac{1}{2}k^2=15\)
2) \(U_8=\sum_{k=1}^{8}\frac{1}{16}k^2=12.75\)
