Rienmann sums Flashcards

(10 cards)

1
Q

Estimate the area under f(x) = x^2 on [1, 3] using a Left Riemann Sum with n = 2.

A

Delta x = 1. Sum = f(1)(1) + f(2)(1) = 1 + 4 = 5.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Estimate the area under f(x) = x^2 on [1, 3] using a Right Riemann Sum with n = 2.

A

Delta x = 1. Sum = f(2)(1) + f(3)(1) = 4 + 9 = 13.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

For f(x) = 2x + 1 on [0, 4] with n = 4, calculate the Left Riemann Sum.

A

Delta x = 1. Sum = 1 + 3 + 5 + 7 = 16.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

For f(x) = 2x + 1 on [0, 4] with n = 4, calculate the Right Riemann Sum.

A

Delta x = 1. Sum = 3 + 5 + 7 + 9 = 24.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Table: t={0,2,4,6}, v(t)={10,15,20,25}. Estimate distance on [0,6] using a Left Sum.

A

Delta t = 2. Sum = 2(10 + 15 + 20) = 90.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Table: t={0,2,4,6}, v(t)={10,15,20,25}. Estimate distance on [0,6] using a Right Sum.

A

Delta t = 2. Sum = 2(15 + 20 + 25) = 120.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Estimate the area under f(x) = 1/x on [1, 2] using a Right Riemann Sum with n = 2.

A

Delta x = 0.5. Sum = 0.5(2/3 + 1/2) = 7/12 or 0.583.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Calculate the Left Riemann Sum for f(x) = sin(x) on [0, pi] with n = 2.

A

Delta x = pi/2. Sum = (pi/2)(0 + 1) = pi/2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Calculate the Right Riemann Sum for f(x) = sin(x) on [0, pi] with n = 2.

A

Delta x = pi/2. Sum = (pi/2)(1 + 0) = pi/2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Find the area of f(x) = 5 on the interval [2, 10] using a Right Riemann Sum with n = 4.

A

Delta x = 2. Sum = 2(5 + 5 + 5 + 5) = 40.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly