Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Image: ubuntu2204
Riemann Sums Assignment
Note: There are no graphs on this assignment.
Question 1
[2 points] Approximate the area under the graph of on the interval using left and right Riemann sums with and subintervals.
[The actual area is .]
Question 2
[2 points] The area under the graph of from to is approximately .
To get an idea of how big must be to get a good approximation (say correct to four decimal places), find both the left and right Riemann sums with , , and .
Question 3
[2 points] The graph of is a circle of radius 5 centered at the origin. From geometry, we know its area is . We will approximate this area using Riemann sums.
Let (the top half of the circle). Approximate the area between and the x-axis from to using left and right Riemann sums with subintervals.
Now multiply this area by 2 to get an approximation for the area of the whole circle. You should be pretty close to the correct area.
Question 4
[3 points] Use CoCalc's sum command to evaluate the following sums. [Remember to declare variables.]
Part a
Part b
Part c
[Hint: Declare both and to be variables.]
Question 5
[1 point] Use the limit command to calculate the limit as of your answer from Question 4, Part c.
[Hint: The answer should be ]
After you finish Question 5, note: The limit in Question 5 gives the area between the x-axis and the function over the interval from to , because the sum in Question 4, Part c, is the right Riemann sum with rectangles for this function.
In other words, .