Riemann Sum from Indefinite Integral

Ocasta
Messages
40
Reaction score
0

Homework Statement


Consider the integral,

\int _3 ^7 (\frac{3}{x} + 2) dx

a) Find the Riemann Sum for this integral using right endpoints and n=4.

b) Find the Riemann Sum for this integral using left endpoints and n=4.

Homework Equations


The sum,
\sum^{n = 4} (\frac{3}{x} + 2)

The graph,
b0de2dab.jpg


f(x) (white)
x = 3 (blue)
x = 7 (blue)
y = 3 (yellow)
y = f(7) (red)

The Attempt at a Solution



The right endpoint would be (7, f(7))
The product of the sum would be the area of the box, so
f(7) * 4
(this answer is in an acceptable format for my teacher)

The left endpoint would be (3,F(3))
The product of the sum would be the area of the box, so
f(3) * 4 = 12

But I'm wrong, evidently.

Thanks in advance, guys!
 
Last edited:
Physics news on Phys.org
The condition n = 4 in the two parts of the problem means that you are to divide the interval from x = 3 to x = 7 into four equal parts, and then find the total area of the four rectangles you are to construct for the Riemann sum, using either the "Right Endpoint" or "Left Endpoint Rule".
 
You're right! I can't believe I forgot this. Thanks dynamicsolo!

btw, That's some great advice in your signature.

For future reference,

\sum_i^4 \frac{3}{x} + 2 \rightarrow

Right
<br /> (i)(\frac{n}{7-3})[f(3) + f(4) + f(5) + f(6)]<br />

Left
<br /> (i)(\frac{n}{7-3})[f(7) + f(4) + f(5) + f(6)]<br />
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Replies
3
Views
1K
Replies
14
Views
2K
Replies
6
Views
2K
Replies
2
Views
1K
Replies
5
Views
2K
Replies
4
Views
2K
Replies
7
Views
2K
Back
Top