009B Sample Midterm 1, Problem 5

From Grad Wiki
Revision as of 15:43, 1 February 2016 by Grad (talk | contribs)
Jump to navigation Jump to search

Let .

a) Compute the left-hand Riemann sum approximation of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int_0^3 f(x)~dx} with boxes.
b) Compute the right-hand Riemann sum approximation of with boxes.
c) Express as a limit of right-hand Riemann sums (as in the definition of the definite integral). Do not evaluate the limit.


Foundations:  
Link to Riemann sums page

Solution:

(a)

Step 1:  
Since our interval is and we are using 3 rectangles, each rectangle has width 1. So, the left-hand Riemann sum is
   Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 1(f(0)+f(1)+f(2))} .
Step 2:  
Thus, the left-hand Riemann sum is
   Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 1(f(0)+f(1)+f(2))=1+0+-3=-2} .

(b)

Step 1:  
Since our interval is and we are using 3 rectangles, each rectangle has width 1. So, the right-hand Riemann sum is
   Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 1(f(1)+f(2)+f(3))} .

Temp 1

Step 2:  
Thus, the right-hand Riemann sum is
   .

(c)

Step 1:  
Let be the number of rectangles used in the right-hand Riemann sum for .
The width of each rectangle is Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \Delta x={\frac {3-0}{n}}={\frac {3}{n}}} .
Step 2:  
So, the right-hand Riemann sum is
   Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \Delta x{\bigg (}f{\bigg (}1\cdot {\frac {3}{n}}{\bigg )}+f{\bigg (}2\cdot {\frac {3}{n}}{\bigg )}+f{\bigg (}3\cdot {\frac {3}{n}}{\bigg )}+\ldots +f(3){\bigg )}} .
Finally, we let go to infinity to get a limit.
Thus, is equal to .
Final Answer:  
(a)  
(b)  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle -11}
(c)  

Return to Sample Exam