Conceptual
Left
Midpoint
Right
Trapezoid
100

On a time-velocity graph, what does the area under a curve calculate? 

The total distance an object travels? 

100

When used with an exponentially increasing curve, what kind of approximation will this be?

Underapproximation

100

What is MRAM in relation to RRAM and LRAM? 

It is the average of RRAM and LRAM. 

100

When used with an exponentially increasing curve, what kind of approximation will this be?

Overapproximation

100

What is the formula to calculate each trapezoid area? 

A = (Base 1 + Base 2) / 2 • h

200

How does subinterval # impact accuracy? 

As the number increases so does accuracy. 

200

When used which x value extreme is omitted? 

Lower

200

Say a Riemann Sum is being set up on the interval of 3 to 5. The determined x values based on subinterval number/base length come out to be 3.5, 4, 4.5, and 5. With MRAM what will the used x values be? 

3.25, 3.75, 4.25, 4.75

200

When used which x value extreme is omitted?

Upper

200

When used with a concave up curve, what kind of approximation will this be? 

Overapproximation

300

When given # of subintervals, what is the formula to calculate base length (rectangle width). 

Base Length = (upper x - lower x) / # of subintervals. 

300

y = x3 + 4x2 + 3

Calculate the area from -2 to 16 using LRAM with 3 subintervals. 

9270

300

y = x2

Using MRAM calculate the area from 0 to 5 with 5 subintervals. 

41.25

300

y = (x÷ 12) + 5

Using RRAM, calculate the area from 0 to 10 using 10 subintervals.  

76.999

300

y = (x2 ÷ 4) + 6

Calculate the area from -5 to 2 using 4 subintervals. 

31.8255

400

What is the most accurate Riemann Sum type? 

Trapezoid

400

y = (√x) + 8

Calculate the area using LRAM from 4 to 16 with 6 subintervals. 

131.293

400

y = (√x) + 5

Calculate the area using MRAM from 4 to 14 using 5 subintervals. 

79.608

400

y = (x3 ÷ 16) + 8

Using RRAM, calculate the area from -2 to 6 with 4 subintervals. 

100

400

y = 5cosx + sinx2

Calculate the area from -3 to 5 with 5 subintervals. 

39.9751

500

Given the following integral: 

2ƒ8 2x + sinx dx

Calculate the area using LRAM with 3 subintervals. 

48.419

500

Given the following integral: 

-5ƒ10 x2 + 6x + 36 dx

Calculate the area using MRAM with 5 subintervals. 

1197.75

500

Given the following integral: 

1ƒ3 x3 - 3 dx

Calculate the area using RRAM with 4 subintervals. 

21