Area Under a Curve: Basics, Units & Intro to Riemann Sums

Reviewed by Alva Benedict B.
Alva Benedict B., PhD
College Expert
Review Board Member
Alva Benedict B. is an experienced mathematician and math content developer with over 15 years of teaching and tutoring experience across high school, undergraduate, and test prep levels. He specializes in Algebra, Calculus, and Statistics, and holds advanced academic training in Mathematics with extensive expertise in LaTeX-based math content development.
, PhD
By Thames
T
Thames
Community Contributor
Quizzes Created: 9273 | Total Attempts: 9,636,263
| Attempts: 11 | Questions: 15 | Updated: Feb 3, 2026
Please wait...
Question 1 / 16
🏆 Rank #--
0 %
0/100
Score 0/100

1) The graph of the rate of change of water volume in a tank, in gallons per minute, is given. What does the area under the graph from t=0 to t=10 represent?

Explanation

The area under a rate of change function over an interval gives the accumulation of change over that interval. Here, the rate is in gallons per minute and time is in minutes. The area is found by multiplying gallons per minute by minutes, which yields gallons. This represents the total change in volume from t=0 to t=10.

Submit
Please wait...
About This Quiz
Area Under A Curve: Basics, Units & Intro To Riemann Sums - Quiz

Want to see how “area under a curve” connects to real-life change? In this quiz, you’ll interpret areas under rate graphs (like velocity or flow rate) to understand total change and accumulated quantity. You’ll practice reading graphs, using units correctly, and explaining what the area means in context.

2)

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2) The graph of the function f(x) = 4 from x=1 to x=5 is a horizontal line. What is the area under f(x) from x=1 to x=5?

Explanation

The region under f(x)=4 from x=1 to x=5 is a rectangle. The width of the rectangle is 5 - 1 = 4. The height is 4. The area of a rectangle is width multiplied by height. So, the area is 4 * 4 = 16.

Submit

3) If a rate of change function is negative over an interval, what can be said about the accumulated change?

Explanation

If the rate of change is negative over an interval, then the accumulation of change, which is represented by the area under the curve, is negative. This means that the quantity is decreasing over that interval.

Submit

4) If the rate of change of distance is measured in meters per second and time is measured in seconds, what unit does the area under the rate of change graph represent?

Explanation

The unit of the area is the unit of the rate of change multiplied by the unit of the independent variable. Here, rate is in meters per second and time is in seconds. Multiplying meters per second by seconds gives meters. This represents distance.

Submit

5) The graph of f(x) is a straight line from (0,2) to (3,8). Approximate the area under f(x) from x=0 to x=3 using the trapezoidal rule with one trapezoid.

Explanation

The trapezoidal rule with one trapezoid gives the area of a trapezoid. The bases are f(0)=2 and f(3)=8. The height is 3 - 0 = 3. The area of a trapezoid is (½) times the sum of the bases times the height. So, area = (½)*(2+8)*3 = (½)*10*3 = 15.

Submit

6) Approximate the ∫₀³ x² dx using a left Riemann sum with 3 subintervals of equal width.

Explanation

The interval [0,3] is divided into 3 subintervals of equal width. The width of each subinterval is (3-0)/3 = 1. The left endpoints are 0, 1, and 2. The function values at these points are f(0)=0, f(1)=1, and f(2)=4. The left Riemann sum is the sum of the areas of rectangles: width times the sum of the function values. So, sum = 1*(0+1+4) = 5.

Submit

7) For a decreasing function, which Riemann sum gives an overestimate of the definite integral?

Explanation

For a decreasing function, the function value at the left endpoint of each subinterval is the maximum value on that subinterval. The left Riemann sum uses these left endpoint values, so it gives an overestimate of the area under the curve.

Submit

8) The lim_{n → ∞} the sum from i=1 to n of (3i/n)² * (3/n) represents which definite integral?

Explanation

The given sum is a Riemann sum. The term (3i/n) suggests the sample points are xᵢ = 3i/n. As i goes from 1 to n, xᵢ ranges from 3/n to 3. In the limit, this covers the interval [0,3]. The function is (xᵢ)², so it is x². The width of each subinterval is 3/n. Therefore, the limit represents the definite integral of x² from 0 to 3.

Submit

9) Approximate the area under y = x² from x=0 to x=2 using the trapezoidal rule with 4 subintervals of equal width.

Explanation

With 4 subintervals, the width is (2-0)/4 = 0.5. The x values are 0, 0.5, 1, 1.5, 2. The function values are f(0)=0, f(0.5)=0.25, f(1)=1, f(1.5)=2.25, f(2)=4. The trapezoidal rule formula is (width/2) times [f(first) + 2*(sum of interior values) + f(last)]. So, area = (0.5/2)*[0 + 2*(0.25+1+2.25) + 4] = 0.25*[0 + 2*(3.5) + 4] = 0.25*[0+7+4] = 0.25*11 = 2.75.

Submit

10) Which of the following represents a Riemann sum for the function f(x) over the interval [a,b]?

Explanation

A Riemann sum is defined as the sum of products of function values and the widths of subintervals. Option B exactly matches this definition: f(xᵢ) is the function value at a point in the subinterval, and (xᵢ - x_{i-1}) is the width of that subinterval.

Submit

11) The definite integral of a continuous function f over [a,b] is defined as:

Explanation

The formal definition of a definite integral is the limit of Riemann sums as the number of subintervals approaches infinity and the width of each subinterval approaches zero.

Submit

12) Find the area bounded by y = √(x), y=0, and x=4.

Explanation

The area is given by the integral from 0 to 4 of √(x) dx. The antiderivative of √(x) = x^(½) is (⅔)x^(3/2). Evaluating from 0 to 4: (⅔)*4^(3/2) - (⅔)*0^(3/2) = (⅔)*8 - 0 = 16/3.

Submit

13) Find the area between the curve y = sin(x) and the x-axis from x=0 to x=pi.

Explanation

The function sin(x) is positive on [0, pi]. The area is given by the definite integral from 0 toπ of sin(x) dx. The antiderivative of sin(x) is -cos(x). Evaluating from 0 to pi: -cos(pi) - (-cos(0)) = -(-1) + 1 = 1+1=2.

Submit

14) Find the area between y = x² and y = x from x=0 to x=1.

Explanation

The curves intersect at x=0 and x=1. On [0,1], the line y=x is above y=x². The area is given by the ∫₀¹ (x - x²) dx. The antiderivative is (½)x² - (⅓)x³. Evaluating from 0 to 1: (1/2 -⅓) - (0) = (3/6 - 2/6) = 1/6.

Submit

15) The area between the curve y = x³ and the x-axis from x=-1 to x=1 is:

Explanation

The function x³ is odd, so the integral from -1 to 1 is 0. However, the area is the total area enclosed, which requires taking absolute values. We split the integral at 0. From -1 to 0, x³ is negative, so the area contribution is the integral from -1 to 0 of -x³ dx. From 0 to 1, x³ is positive, so the area is the ∫₀¹ x³ dx. The antiderivative of x³ is (1/4)x⁴. For the first part: -[(1/4)(0)⁴ - (1/4)(-1)⁴] = -[0 - 1/4] = 1/4. For the second part: (1/4)(1)⁴ - (1/4)(0)⁴ = 1/4. Total area = 1/4 + 1/4 = 1/2.

Submit
×
Saved
Thank you for your feedback!
View My Results
Alva Benedict B. |PhD
College Expert
Alva Benedict B. is an experienced mathematician and math content developer with over 15 years of teaching and tutoring experience across high school, undergraduate, and test prep levels. He specializes in Algebra, Calculus, and Statistics, and holds advanced academic training in Mathematics with extensive expertise in LaTeX-based math content development.
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The graph of the rate of change of water volume in a tank, in gallons...
The graph of the function f(x) = 4 from x=1 to x=5 is a horizontal...
If a rate of change function is negative over an interval, what can be...
If the rate of change of distance is measured in meters per second and...
The graph of f(x) is a straight line from (0,2) to (3,8). Approximate...
Approximate the ∫₀³ x² dx using a left Riemann sum with 3...
For a decreasing function, which Riemann sum gives an overestimate of...
The lim_{n → ∞} the sum from i=1 to n of (3i/n)² * (3/n)...
Approximate the area under y = x² from x=0 to x=2 using the...
Which of the following represents a Riemann sum for the function f(x)...
The definite integral of a continuous function f over [a,b] is defined...
Find the area bounded by y = √(x), y=0, and x=4.
Find the area between the curve y = sin(x) and the x-axis from x=0 to...
Find the area between y = x² and y = x from x=0 to x=1.
The area between the curve y = x³ and the x-axis from x=-1 to x=1 is:
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!