Area and Inttegral
Area and Inttegral
In the preceding section we defined the area under a curve in terms of Riemann sums:
n
A = n lim
→∞
∑ f ⎛⎝x*i ⎞⎠Δx.
i=1
However, this definition came with restrictions. We required f (x) to be continuous and nonnegative. Unfortunately, real-
world problems don’t always meet these restrictions. In this section, we look at how to apply the concept of the area under
the curve to a broader set of functions through the use of the definite integral.
Definition
If f (x) is a function defined on an interval ⎡⎣a, b⎤⎦, the definite integral of f from a to b is given by
b n (1.8)
∫ a f (x)dx = n lim
→∞
∑ f ⎛⎝x*i ⎞⎠Δx,
i=1
provided the limit exists. If this limit exists, the function f (x) is said to be integrable on ⎡⎣a, b⎤⎦, or is an integrable
function.
The integral symbol in the previous definition should look familiar. We have seen similar notation in the chapter on
Applications of Derivatives (http://cnx.org/content/m53602/latest/) , where we used the indefinite integral
symbol (without the a and b above and below) to represent an antiderivative. Although the notation for indefinite integrals
may look similar to the notation for a definite integral, they are not the same. A definite integral is a number. An indefinite
integral is a family of functions. Later in this chapter we examine how these concepts are related. However, close attention
should always be paid to notation so we know whether we’re working with a definite integral or an indefinite integral.
Integral notation goes back to the late seventeenth century and is one of the contributions of Gottfried Wilhelm Leibniz, who
is often considered to be the codiscoverer of calculus, along with Isaac Newton. The integration symbol ∫ is an elongated S,
suggesting sigma or summation. On a definite integral, above and below the summation symbol are the boundaries of the
interval, ⎡⎣a, b⎤⎦. The numbers a and b are x-values and are called the limits of integration; specifically, a is the lower limit
and b is the upper limit. To clarify, we are using the word limit in two different ways in the context of the definite integral.
First, we talk about the limit of a sum as n → ∞. Second, the boundaries of the region are called the limits of integration.
We call the function f (x) the integrand, and the dx indicates that f (x) is a function with respect to x, called the variable
of integration. Note that, like the index in a sum, the variable of integration is a dummy variable, and has no impact on the
computation of the integral. We could use any variable we like as the variable of integration:
b b b
∫ a f (x)dx = ∫ a f (t)dt = ∫ a f (u)du
28 Chapter 1 | Integration
n
Previously, we discussed the fact that if f (x) is continuous on ⎡⎣a, b⎤⎦, then the limit n lim
→∞
∑ f ⎛⎝x*i ⎞⎠Δx exists and is
i=1
unique. This leads to the following theorem, which we state without proof.
Functions that are not continuous on ⎡⎣a, b⎤⎦ may still be integrable, depending on the nature of the discontinuities. For
example, functions with a finite number of jump discontinuities on a closed interval are integrable.
It is also worth noting here that we have retained the use of a regular partition in the Riemann sums. This restriction is not
strictly necessary. Any partition can be used to form a Riemann sum. However, if a nonregular partition is used to define
the definite integral, it is not sufficient to take the limit as the number of subintervals goes to infinity. Instead, we must take
the limit as the width of the largest subinterval goes to zero. This introduces a little more complex notation in our limits and
makes the calculations more difficult without really gaining much additional insight, so we stick with regular partitions for
the Riemann sums.
Example 1.7
2
Use the definition of the definite integral to evaluate ∫ x 2 dx. Use a right-endpoint approximation to generate
0
the Riemann sum.
Solution
We first want to set up a Riemann sum. Based on the limits of integration, we have a = 0 and b = 2. For
i = 0, 1, 2,…, n, let P = {x i} be a regular partition of [0, 2]. Then
Δx = b − a 2
n = n.
Since we are using a right-endpoint approximation to generate Riemann sums, for each i, we need to calculate
the function value at the right endpoint of the interval [x i − 1, x i]. The right endpoint of the interval is x i, and
since P is a regular partition,
⎡ ⎤ 2i
x i = x 0 + iΔx = 0 + i⎣ 2
n⎦ = n .
Thus, the function value at the right endpoint of the interval is
2
f (x i) = x i2 = ⎛⎝2i ⎞ 4i 2
n⎠ = 2.
n
Then the Riemann sum takes the form
∑ ⎛⎝4i2 ⎞⎠2n = ∑
n n n n
∑ f (x i)Δx =
2
8i 2 = 8 ∑ i 2.
3
i=1 i=1 n i=1 n n3i = 1
n
Using the summation formula for ∑ i 2, we have
i=1
n n
∑ f (x i)Δx = 83 ∑ i 2
i=1 n i=1
⎡n(n + 1)(2n + 1) ⎤
= 83 ⎣ ⎦
n 6
⎡ 3 2 ⎤
= 83 ⎣2n + 3n + n ⎦
n 6
3 2
= 16n + 24n
3
+n
6n
=8+4 + 1 .
3 n 6n 2
Now, to calculate the definite integral, we need to take the limit as n → ∞. We get
2 n
∫ x 2 dx = n lim
→∞
∑ f (x i)Δx
0 i=1
⎛8 4 ⎞
→ ∞⎝3
+ n + 12
6n ⎠
= n lim
⎛8 ⎞ ⎛ ⎞
+ lim ⎛4 ⎞ + lim 1
→ ∞⎝3 ⎠ n → ∞⎝n ⎠ n → ∞⎝6n 2 ⎠
= n lim
= 8 + 0 + 0 = 8.
3 3
1.7 3
Use the definition of the definite integral to evaluate ∫ (2x − 1)dx. Use a right-endpoint approximation
0
to generate the Riemann sum.
Example 1.8
6
Use the formula for the area of a circle to evaluate ∫ 9 − (x − 3) 2dx.
3
Solution
The function describes a semicircle with radius 3. To find
30 Chapter 1 | Integration
6
∫ 9 − (x − 3) 2dx,
3
we want to find the area under the curve over the interval ⎡⎣3, 6⎤⎦. The formula for the area of a circle is A = πr 2.
⎛ ⎞
The area of a semicircle is just one-half the area of a circle, or A = ⎝1 ⎠πr 2. The shaded area in Figure 1.16
2
⎛ ⎞
covers one-half of the semicircle, or A = ⎝1 ⎠πr 2. Thus,
4
6
∫ 9 − (x − 3) 2 = 1 π(3) 2
3 4
= 9π
4
≈ 7.069.
1.8 4
Use the formula for the area of a trapezoid to evaluate ∫ (2x + 3)dx.
2
Taking the limit as n → ∞, the Riemann sum approaches the area between the curve above the x-axis and the x-axis, less
the area between the curve below the x-axis and the x-axis, as shown in Figure 1.18. Then,
2 n
∫ f (x)dx = n lim
→∞
∑ f (c i)Δx
0 i=1
= A 1 − A 2.
Notice that net signed area can be positive, negative, or zero. If the area above the x-axis is larger, the net signed area is
positive. If the area below the x-axis is larger, the net signed area is negative. If the areas above and below the x-axis are
equal, the net signed area is zero.
Example 1.9
Find the net signed area between the curve of the function f (x) = 2x and the x-axis over the interval [−3, 3].
Solution
The function produces a straight line that forms two triangles: one from x = −3 to x = 0 and the other from
x = 0 to x = 3 (Figure 1.19). Using the geometric formula for the area of a triangle, A = 1 bh, the area of
2
triangle A1, above the axis, is
A 1 = 1 3(6) = 9,
2
where 3 is the base and 2(3) = 6 is the height. The area of triangle A2, below the axis, is
A 2 = 1 (3)(6) = 9,
2
where 3 is the base and 6 is the height. Thus, the net area is
3
∫ 2xdx = A 1 − A 2 = 9 − 9 = 0.
−3
Figure 1.19 The area above the curve and below the x-axis
equals the area below the curve and above the x-axis.
Analysis
If A1 is the area above the x-axis and A2 is the area below the x-axis, then the net area is A 1 − A 2. Since the areas
of the two triangles are equal, the net area is zero.
1.9 Find the net signed area of f (x) = x − 2 over the interval ⎡⎣0, 6⎤⎦, illustrated in the following image.
Total Area
One application of the definite integral is finding displacement when given a velocity function. If v(t) represents the
velocity of an object as a function of time, then the area under the curve tells us how far the object is from its original
position. This is a very important application of the definite integral, and we examine it in more detail later in the chapter.
For now, we’re just going to look at some basics to get a feel for how this works by studying constant velocities.
When velocity is a constant, the area under the curve is just velocity times time. This idea is already very familiar. If a car
travels away from its starting position in a straight line at a speed of 75 mph for 2 hours, then it is 150 mi away from its
original position (Figure 1.20). Using integral notation, we have
2
∫ 75dt = 150.
0
Figure 1.20 The area under the curve v(t) = 75 tells us how far the car
is from its starting point at a given time.
In the context of displacement, net signed area allows us to take direction into account. If a car travels straight north at a
speed of 60 mph for 2 hours, it is 120 mi north of its starting position. If the car then turns around and travels south at a
speed of 40 mph for 3 hours, it will be back at it starting position (Figure 1.21). Again, using integral notation, we have
2 5
∫ 60dt + ∫ −40dt = 120 − 120
0 2
= 0.
In this case the displacement is zero.
34 Chapter 1 | Integration
Figure 1.21 The area above the axis and the area below the axis
are equal, so the net signed area is zero.
Suppose we want to know how far the car travels overall, regardless of direction. In this case, we want to know the area
between the curve and the x-axis, regardless of whether that area is above or below the axis. This is called the total area.
Graphically, it is easiest to think of calculating total area by adding the areas above the axis and the areas below the axis
(rather than subtracting the areas below the axis, as we did with net signed area). To accomplish this mathematically, we use
the absolute value function. Thus, the total distance traveled by the car is
2 5 2 5
∫ |60|dt + ∫ |−40|dt = ∫ 60dt + ∫ 40dt
0 2 0 2
= 120 + 120
= 240.
Bringing these ideas together formally, we state the following definitions.
Definition
Let f (x) be an integrable function defined on an interval ⎡⎣a, b⎤⎦. Let A1 represent the area between f (x) and the
x-axis that lies above the axis and let A2 represent the area between f (x) and the x-axis that lies below the axis. Then,
the net signed area between f (x) and the x-axis is given by
b
∫ a f (x)dx = A 1 − A 2.
The total area between f (x) and the x-axis is given by
b
∫ a| f (x)|dx = A 1 + A 2.
Example 1.10
Find the total area between f (x) = x − 2 and the x-axis over the interval ⎡⎣0, 6⎤⎦.
Solution
Calculate the x-intercept as (2, 0) (set y = 0, solve for x). To find the total area, take the area below the x-axis
over the subinterval [0, 2] and add it to the area above the x-axis on the subinterval ⎡⎣2, 6⎤⎦ (Figure 1.22).
Figure 1.22 The total area between the line and the x-axis
over ⎡⎣0, 6⎤⎦ is A2 plus A1.
We have
6
∫ |(x − 2)|dx = A 2 + A 1.
0
A 2 = 1 bh = 1 · 2 · 2 = 2
2 2
1 1
A 1 = bh = · 4 · 4 = 8.
2 2
The total area, then, is
A 1 + A 2 = 8 + 2 = 10.
1.10 Find the total area between the function f (x) = 2x and the x-axis over the interval [−3, 3].
If the limits of integration are the same, the integral is just a line and contains no area.
2.
a b (1.10)
∫ f (x)dx = −∫ f (x)dx
a
b
If the limits are reversed, then place a negative sign in front of the integral.
3.
b b b (1.11)
∫a ⎡
⎣ f (x) + g(x)⎤⎦dx = ∫ f (x)dx + ∫ g(x)dx
a a
⌡a ⌡a
⎣ ⎦
a
for constant c. The integral of the product of a constant and a function is equal to the constant multiplied by
the integral of the function.
6.
b c b (1.14)
∫ a f (x)dx = ∫ a f (x)dx + ∫ c f (x)dx
Although this formula normally applies when c is between a and b, the formula holds for all values of a, b, and
c, provided f (x) is integrable on the largest interval.
Example 1.11
Use the properties of the definite integral to express the definite integral of f (x) = −3x 3 + 2x + 2 over the
interval [−2, 1] as the sum of three definite integrals.
Solution
1
⎛
Using integral notation, we have ∫ ⎝−3x
3
+ 2x + 2⎞⎠dx. We apply properties 3. and 5. to get
−2
1 1 1 1
⎛
∫ ⎝−3x
3
+ 2x + 2⎞⎠dx = ∫ −3x 3 dx + ∫ 2xdx + ∫ 2dx
−2 −2 −2 −2
1 1 1
= −3∫ x 3 dx + 2∫ xdx + ∫ 2dx.
−2 −2 −2
1.11 Use the properties of the definite integral to express the definite integral of f (x) = 6x 3 − 4x 2 + 2x − 3
over the interval [1, 3] as the sum of four definite integrals.
Example 1.12
8 5 8
If it is known that ∫ f (x)dx = 10 and ∫ f (x)dx = 5, find the value of ∫ f (x)dx.
0 0 5
Solution
By property 6.,
b c b
∫ a f (x)dx = ∫ a f (x)dx + ∫ c f (x)dx.
Thus,
8 5 8
∫ f (x)dx = ∫ f (x)dx + ∫ f (x)dx
0 0 5
8
10 = 5 + ∫ f (x)dx
5
8
5 = ∫ f (x)dx.
5
1.12 5 5 2
If it is known that ∫ f (x)dx = −3 and ∫ f (x)dx = 4, find the value of ∫ f (x)dx.
1 2 1
Example 1.13
Solution
Graphing these functions is necessary to understand how they compare over the interval [0, 1]. Initially, when
graphed on a graphing calculator, f (x) appears to be above g(x) everywhere. However, on the interval [0, 1],
the graphs appear to be on top of each other. We need to zoom in to see that, on the interval [0, 1], g(x) is above
f (x). The two functions intersect at x = 0 and x = 1 (Figure 1.23).
Figure 1.23 (a) The function f (x) appears above the function g(x)
except over the interval [0, 1] (b) Viewing the same graph with a greater
zoom shows this more clearly.
We can see from the graph that over the interval [0, 1], g(x) ≥ f (x). Comparing the integrals over the specified
1 1
interval [0, 1], we also see that ∫ g(x)dx ≥ ∫ f (x)dx (Figure 1.24). The thin, red-shaded area shows just
0 0
how much difference there is between these two integrals over the interval [0, 1].
Figure 1.24 (a) The graph shows that over the interval
[0, 1], g(x) ≥ f (x), where equality holds only at the endpoints of the
interval. (b) Viewing the same graph with a greater zoom shows this more
clearly.
f ⎛⎝x*i ⎞
⎠ as a sampling of the function over each subinterval. The average value of the function may then be approximated as
which is basically the same expression used to calculate the average of discrete values.
n
∑ ⎛
f ⎝x*i ⎞
⎠ n
⎛ ⎞
i=1 = ⎝ Δx ⎠ ∑ f ⎛⎝x*i ⎞
⎠
(b − a) b−a i=1
Δx
n
⎛ ⎞
= ⎝ 1 ⎠ ∑ f ⎛⎝x*i ⎞⎠Δx.
b−a i=1
This is a Riemann sum. Then, to get the exact average value, take the limit as n goes to infinity. Thus, the average value of
a function is given by
n b
1 lim ∑ f (x )Δx = 1 ∫ f (x)dx.
b − a n → ∞i = 1 i b−a a
Definition
Let f (x) be continuous over the interval ⎡⎣a, b⎤⎦. Then, the average value of the function f (x) (or fave) on ⎡⎣a, b⎤⎦ is
given by
b
1
b − a∫a
f ave = f (x)dx.
Example 1.14
Find the average value of f (x) = x + 1 over the interval ⎡⎣0, 5⎤⎦.
Solution
First, graph the function on the stated interval, as shown in Figure 1.25.
Figure 1.25 The graph shows the area under the function
f (x) = x + 1 over ⎡⎣0, 5⎤⎦.
The region is a trapezoid lying on its side, so we can use the area formula for a trapezoid A = 1 h(a + b), where
2
h represents height, and a and b represent the two parallel sides. Then,
5
∫ x + 1dx = 1 h(a + b)
0 2
1
= · 5 · (1 + 6)
2
= 35 .
2
Thus the average value of the function is
5
1 x + 1dx = 1 · 35 = 7 .
5 − 0∫0 5 2 2
1.13 Find the average value of f (x) = 6 − 2x over the interval [0, 3].
42 Chapter 1 | Integration
1.2 EXERCISES
In the following exercises, express the limits as integrals. 71.
n
60. n lim
→∞
∑ ⎛⎝x*i ⎞⎠Δx over [1, 3]
i=1
n
61. n lim
→∞
∑ ⎛⎝5⎛⎝x*i ⎞⎠2 − 3⎛⎝x*i ⎞⎠3⎞⎠Δx over [0, 2]
i=1
n
62. n lim
→∞
∑ sin 2 ⎛⎝2πx*i ⎞⎠Δx over [0, 1]
i=1
n
63. n lim
→∞
∑ cos 2 ⎛⎝2πx*i ⎞⎠Δx over [0, 1] 72.
i=1
n
n∑ n
65. R n = 1 i
i=1
n 73.
⎛ i − 1⎞
n ∑ ⎝1 + 2 n ⎠
66. L n = 2
i=1
n
⎛ i⎞
n ∑ ⎝3 + 3 n ⎠
67. R n = 3
i=1
n
i − 1 ⎛ i − 1⎞
n ∑ 2π n cos⎝2π n ⎠
68. L n = 2π
i=1
i ⎞ ⎛⎛ i⎞ ⎞
n 2
⎛
n ∑ ⎝1 + n ⎠log⎝⎝1 + n ⎠ ⎠
69. R n = 1
i=1
70.
74. 3
83. ∫ (3 − |x|)dx
−2
84. {(0, 0), (2, 1), (4, 3), (5, 0), (6, 0), (8, 3)} over
[0, 8]
85. {(0, 2), (1, 0), (3, 5), (5, 5), (6, 2), (8, 0)} over
[0, 8]
75. 86. {(−4, −4), (−2, 0), (0, −2), (3, 3), (4, 3)} over
[−4, 4]
87. {(−4, 0), (−2, 2), (0, 0), (1, 2), (3, 2), (4, 0)}
over [−4, 4]
4 2
Suppose that ∫ f (x)dx = 5 and ∫ f (x)dx = −3, and
0 0
4 2
∫ g(x)dx = −1 and ∫ g(x)dx = 2. In the following
0 0
exercises, compute the integrals.
4
In the following exercises, evaluate the integral using area 88. ∫ ⎛
⎝ f (x) + g(x)⎞⎠dx
formulas. 0
3 4
76. ∫ (3 − x)dx 89. ∫ ⎛
⎝ f (x) + g(x)⎞⎠dx
0 2
3 2
77. ∫ (3 − x)dx 90. ∫ ⎛
⎝ f (x) − g(x)⎞⎠dx
2 0
3 4
78. ∫ (3 − |x|)dx 91. ∫ ⎛
⎝ f (x) − g(x)⎞⎠dx
−3 2
6 2
79. ∫ (3 − |x − 3|)dx 92. ∫ ⎛
3 f (x) − 4g(x)⎞⎠dx
⎝
0 0
2 4
80. ∫ 4 − x 2dx 93. ∫ ⎛
4 f (x) − 3g(x)⎞⎠dx
⎝
−2 2
π π/4
95. ∫ t dt 109. Show that ∫ costdt ≥ π 2/4.
− π 1 + cost −π/4
⎡ ⎤
118. [T] y = tan x over the interval ⎣0, π ⎦; the exact
1
⎛ 3⎞ 4
103. ∫ ⎝7 − 5x ⎠dx
2 ln(2)
0 solution is π .
In the following exercises, use the comparison
theorem. 119. [T] y = x + 1 over the interval [−1, 1]; the
4 − x2
3 π
exact solution is .
⎛ 2
104. Show that ∫ ⎝x − 6x + 9⎞⎠dx ≥ 0. 6
0
In the following exercises, compute the average value using
3 the left Riemann sums LN for N = 1, 10, 100. How does
105. Show that ∫ (x − 3)(x + 2)dx ≤ 0.
−2 the accuracy compare with the given exact value?
⎛ ⎞
x 130. Suppose ⎡⎣a, b⎤⎦ can be subdivided into subintervals
122. [T] y = ⎝1 ⎠ over the interval [0, 4]; the exact
2 a = a0 < a1 < a2 < ⋯ < aN = b such that either
solution is 15 .
64ln(2) f ≥ 0 over [a i − 1, a i] or f ≤ 0 over [a i − 1, a i]. Set
ai
Ai = ∫ f (t)dt.
123. [T] y = x sin⎛⎝x 2⎞⎠ over the interval [−π, 0]; the ai − 1
cos⎛⎝π 2⎞⎠ − 1 b
exact solution is . a. Explain why ∫ a f (t)dt = A 1 + A 2 + ⋯ + A N .
2π
| |
b b
2π b. Then, explain why ∫ a f (t)dt ≤∫ | f (t)|dt.
124. Suppose that A=∫ sin 2 tdt and a
0
2π 131. Suppose f and g are continuous functions such that
B=∫ cos 2 tdt. Show that A + B = 2π and A = B. d d
0 ∫c f (t)dt ≤ ∫ g(t)dt for every subinterval ⎡⎣c, d⎤⎦ of
c
⎡
π/4 ⎣a, b⎤⎦. Explain why f (x) ≤ g(x) for all values of x.
125. Suppose that A=∫ sec 2 tdt = π and
−π/4
π/4 132. Suppose the average value of f over ⎡⎣a, b⎤⎦ is 1 and
B=∫ tan tdt. Show that A − B = π .
2
the average value of f over ⎡⎣b, c⎤⎦ is 1 where a < c < b.
−π/4 2
Show that the average value of f over [a, c] is also 1.
126. Show that the average value of sin 2 t over [0, 2π] ⎡
133. Suppose that ⎣a, b⎤⎦ can be partitioned. taking
is equal to 1/2 Without further calculation, determine
a = a 0 < a 1 < ⋯ < a N = b such that the average value
whether the average value of sin 2 t over [0, π] is also
of f over each subinterval [a i − 1, a i] = 1 is equal to 1 for
equal to 1/2.
each i = 1,…, N. Explain why the average value of f over
127. Show that the average value of cos 2 t over [0, 2π] ⎡
⎣a, b⎤⎦ is also equal to 1.
is equal to 1/2. Without further calculation, determine
whether the average value of cos 2 (t) over [0, π] is also 134. Suppose that for each i such that 1 ≤ i ≤ N one has
i N
equal to 1/2. N(N + 1)
∫ f (t)dt = i. Show that ∫ f (t)dt =
2
.
i−1 0
128. Explain why the graphs of a quadratic function
(parabola) p(x) and a linear function ℓ(x) can intersect 135. Suppose that for each i such that 1 ≤ i ≤ N one
in at most two points. Suppose that p(a) = ℓ(a) and i
b b
has ∫ f (t)dt = i 2. Show that
i−1
p(b) = ℓ(b), and that ∫ a p(t)dt > ∫ a ℓ(t)dt. Explain N
N(N + 1)(2N + 1)
d d
∫ f (t)dt =
6
.
0
why ∫ c p(t) > ∫ c ℓ(t)dt whenever a ≤ c < d ≤ b.
136. [T] Compute the left and right Riemann sums L10
2 L 10 + R 10
129. Suppose that parabola p(x) = ax + bx + c opens and R10 and their average for f (t) = t 2 over
2
downward (a < 0) and has a vertex of y = −b > 0. For 1 –
2a [0, 1]. Given that ∫ t 2 dt = 0.33, to how many
B 0
⎛ 2
which interval [A, B] is ∫ ⎝ax + bx + c⎞⎠dx as large as L + R 10
A decimal places is 10 accurate?
2
possible?
46 Chapter 1 | Integration
⎛
137. [T] Compute the left and right Riemann sums, L10 142. If f is 1-periodic ⎝ f (t + 1) = f (t)⎞⎠, odd, and
L + R 10
and R10, and their average 10 for f (t) = ⎛⎝4 − t 2⎞⎠ integrable over [0, 1], is it always true that
2
1
2 –
over [1, 2]. Given that ∫ ⎛⎝4 − t 2⎞⎠dt = 1.66, to how
∫ f (t)dt = 0 ?
0
1
L + R 10 1
many decimal places is 10 accurate?
2 143. If f is 1-periodic and ∫ f (t)dt = A, is it
0
5 1+a
138. If ∫ 1 + t 4dt = 41.7133..., what is necessarily true that ∫a f (t)dt = A for all A?
1
5
∫ 1 + u 4du ?
1
1
139. Estimate ∫ tdt using the left and right endpoint
0
sums, each with a single rectangle. How does the average
of these left and right endpoint sums compare with the
1
actual value ∫ tdt ?
0
1
140. Estimate ∫ tdt by comparison with the area of a
0
single rectangle with height equal to the value of t at the
midpoint t = 1 . How does this midpoint estimate compare
2
1
with the actual value ∫ tdt ?
0
any value of a.