0% found this document useful (0 votes)
13 views

SECTION 5.2 The Definite Integral

The definite integral calculates the area under a function between bounds and can be interpreted as the limit of Riemann sums. If a function is continuous or has a finite number of discontinuities on an interval, it is integrable on that interval and the definite integral exists. The definite integral can also be interpreted as the difference between two areas - the area above the x-axis and below the graph, and the area below the x-axis and above the graph. Several examples are provided to demonstrate evaluating definite integrals using limits of Riemann sums and interpreting the integral in terms of net areas.

Uploaded by

myyedek2022
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

SECTION 5.2 The Definite Integral

The definite integral calculates the area under a function between bounds and can be interpreted as the limit of Riemann sums. If a function is continuous or has a finite number of discontinuities on an interval, it is integrable on that interval and the definite integral exists. The definite integral can also be interpreted as the difference between two areas - the area above the x-axis and below the graph, and the area below the x-axis and above the graph. Several examples are provided to demonstrate evaluating definite integrals using limits of Riemann sums and interpreting the integral in terms of net areas.

Uploaded by

myyedek2022
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Section 5.

2 The Definite Integral 2010 Kiryl Tsishchanka

The Definite Integral


DEFINITION: The area A of the region S that lies under the graph of the continuous nonnegative function
f is the limit of the sum of the areas of approximating rectangles:
n
X
A = lim Rn = lim [f (x1 )∆x + f (x2 )∆x + . . . + f (xn )∆x] = lim f (xi )∆x (1)
n→∞ n→∞ n→∞
i=1

REMARK 1: It can be proved that the above limit always exists, since we are assuming that f is continuous.

REMARK 2: It can also be shown that we get the same value if we use left endpoints or midpoints.
Moreover, instead of using left endpoints, right endpoints or midpoints, we could take the height of the
ith rectangle to be the value of f at any number x∗i in the ith subinterval [xi−1 , xi ]. We call the numbers
x∗1 , x∗2 , . . . , x∗n the sample points. So a more general expression for the area of S is
n
X
A = lim [f (x∗1 )∆x + f (x∗2 )∆x + . . . + f (x∗n )∆x] = lim f (x∗i )∆x (2)
n→∞ n→∞
i=1

In this section we consider limits similar to (2) but in which f need not to be positive
or continuous and the subintervals don’t necessarily have the same length.

DEFINITION OF A DEFINITE INTEGRAL: If f is a function defined on [a, b], the definite integral
of f from a to b is a number
Zb Xn
f (x)dx = lim f (x∗i )∆xi
max ∆xi →0
a |i=1 {z }
Riemann sum

provided that this limit exists. If it does exist, we say that f is integrable on [a, b].

1
Section 5.2 The Definite Integral 2010 Kiryl Tsishchanka

THEOREM: If f is continuous on [a, b], or if f has only a finite number of jump discontinuities, then f is
Zb
integrable on [a, b]; that is, the definite integral f (x)dx exists.
a

THEOREM: If f is integrable on [a, b], then


Z b n
X
f (x)dx = lim f (xi )∆x
a n→∞
i=1

where
b−a
∆x = and xi = a + i∆x
n

REMARK: A definite integral can be interpreted as a net area, that is, a difference of areas:
Z b
f (x)dx = A1 − A2
a

where A1 is the area of the region above the x-axis and below the graph of f , and A2 is the area of the
region below the x-axis and above the graph of f.

Z 4
EXAMPLE: Evaluate (x3 − 2x)dx.
0

2
Section 5.2 The Definite Integral 2010 Kiryl Tsishchanka

Z 4
EXAMPLE: Evaluate (x3 − 2x)dx.
0

Solution: We partition [0, 4] into n subintervals. We have


b−a 4−0 4
∆x = = =
n n n
Thus
4 8 4i 4n
x1 = , x2 = , . . . , xi = , . . . , xn = =4
n n n n
Therefore
Z4 n n  
3
X X 4i 4
(x − 2x)dx = lim f (xi )∆x = lim f
n→∞
i=1
n→∞
i=1
n n
0
n
"  # n
"  #
3 3
X 4i 4i 4 4X 4i 4i
= lim −2 = lim −2
n→∞
i=1
n n n n→∞ n
i=1
n n

n   " n n
#
4 X 64i3 8i 4 X 64i3 X 8i
= lim 3
− = lim 3

n→∞ n n n n→∞ n n n
i=1 i=1 i=1
" n n
#  
4 64 X 3 8 X 4 64 n2 (n + 1)2 8 n(n + 1)
= lim i − i = lim −
n→∞ n n3 n n→∞ n n3 4 n 2
i=1 i=1

  "  2  #
64(n + 1)2 16(n + 1) 1 1
= lim − = lim 64 1 + − 16 1 +
n→∞ n2 n n→∞ n n

= 64 − 16 = 48

3
Section 5.2 The Definite Integral 2010 Kiryl Tsishchanka

Z1 √
EXAMPLE: Evaluate 1 − x2 dx by interpreting it in terms of areas.
0

Solution: We have
Z1 √
1 π
1 − x2 dx = π · 12 =
4 4
0

Z3
EXAMPLE: Evaluate (x − 1)dx by interpreting it in terms of areas.
0

Solution: We have
Z3
1 1
(x − 1)dx = A1 − A2 = (2 · 2) − (1 · 1) = 1.5
2 2
0

Z 5
EXAMPLE: Evaluate 3dx.
1

Z 4
EXAMPLE: Evaluate xdx.
0

Z 7
EXAMPLE: Evaluate xdx.
2

Z 4
EXAMPLE: Evaluate (2x + 1)dx.
1

Z 4
EXAMPLE: Evaluate (2x + 1)dx.
−1

Z 2 √
EXAMPLE: Evaluate 4 − x2 dx.
−2

4
Section 5.2 The Definite Integral 2010 Kiryl Tsishchanka

Z 5
EXAMPLE: Evaluate 3dx.
1

Solution: We have Z 5
3dx = (5 − 1) · 3 = 12
1
Z 4
EXAMPLE: Evaluate xdx.
0

Solution: We have Z 4
4·4
xdx = =8
0 2

Z 7
EXAMPLE: Evaluate xdx.
2

Solution: We have Z 7
(2 + 7) 9 45
xdx = · (7 − 2) = · 5 =
2 2 2 2

Z 4
EXAMPLE: Evaluate (2x + 1)dx.
1

Solution: We have Z 4
(3 + 9) 12
(2x + 1)dx = · (4 − 1) = · 3 = 18
1 2 2

Z 4
EXAMPLE: Evaluate (2x + 1)dx.
−1

Solution 1: We have Z 4
(−1 + 9) 8
(2x + 1)dx = · (4 − (−1)) = · 5 = 20
−1 2 2
Solution 2: We have
Z 4 1 9
2
·1 2
·9 1 81 −1 + 81 80
(2x + 1)dx = − + =− + = = = 20
−1 2 2 4 4 4 4

Z 2 √
EXAMPLE: Evaluate 4 − x2 dx.
−2

Solution: We have Z 2 √ 1
4 − x2 dx = π · 22 = 2π
−2 2

5
Section 5.2 The Definite Integral 2010 Kiryl Tsishchanka

The Midpoint Rule


MIDPOINT RULE:

Zb n
X
f (x)dx ≈ f (xi )∆x = ∆x[f (x1 ) + . . . + f (xn )]
a i=1

where
b−a
∆x =
n
and
1
xi = (xi−1 + xi ) = midpoint of [xi−1 , xi ]
2

Z2
1
EXAMPLE: Use the Midpoint Rule with n = 5 to approximate dx.
x
1

Solution: The endpoints of the five subintervals are


1, 1.2, 1.4, 1.6, 1.8, and 2.0
so the midpoints are
1.1,
1.3, 1.5, 1.7, and 1.9
2−1 1
The width of the subintervals is ∆x = = , so the Midpoint Rule gives
5 5
Z 2
1
dx ≈ ∆x[f (1.1) + f (1.3) + f (1.5) + f (1.7) + f (1.9)]
x
1  
1 1 1 1 1 1
= + + + + ≈ 0.691908
5 1.1 1.3 1.5 1.7 1.9
Note that
Z2
1
L5 ≈ 0.745635, R5 ≈ 0.645635, dx = ln 2 ≈ 0.693147
x
1

6
Section 5.2 The Definite Integral 2010 Kiryl Tsishchanka

Properties of the Definite Integral


Z b Z a
1. f (x)dx = − f (x)dx
a b

Z a
2. f (x)dx = 0
a

Z b
3. cdx = c(b − a)
a

Z c Z b Z b
4. f (x)dx + f (x)dx = f (x)dx
a c a
Z b Z b Z b
5. [c1 f (x) ± c2 g(x)]dx = c1 f (x)dx ± c2 g(x)dx
a a a
Z b
6. If f (x) ≥ 0 for a ≤ x ≤ b, then f (x)dx ≥ 0.
a

Z b Z b
7. If f (x) ≥ g(x) for a ≤ x ≤ b, then f (x)dx ≥ g(x)dx.
a a

Zb
8. If m ≤ f (x) ≤ M for a ≤ x ≤ b, then m(b − a) ≤ f (x)dx ≤ M(b − a).
a

Z4

EXAMPLE: Use Property 8 to estimate xdx.
1

7
Section 5.2 The Definite Integral 2010 Kiryl Tsishchanka

Z4

EXAMPLE: Use Property 8 to estimate xdx.
1

Solution: Since f (x) = x is an increasing function on [1, 4], its absolute minimum value on [1, 4] is

m = f (1) = 1 = 1

and its absolute maximum value on [1, 4] is



M = f (4) = 4=2

Thus, by Property 8,
Z4

1(4 − 1) ≤ xdx ≤ 2(4 − 1)
1
or
Z4

3≤ xdx ≤ 6
1

Z1
2
EXAMPLE: Use Property 8 to estimate e−x dx.
0
2
Solution: Since f (x) = e−x is a decreasing function on [0, 1], its absolute maximum value on [0, 1] is
2
M = f (0) = e−0 = 1

and its absolute minimum value on [0, 1] is


2
m = f (1) = e−1 = e−1

Thus, by Property 8,
Z1
2
e (1 − 0) ≤
−1
e−x dx ≤ 1(1 − 0)
0
or
Z1
2
e−1 ≤ e−x dx ≤ 1
0

Since e−1 ≈ 0.3679, we can write


Z1
2
0.367 ≤ e−x dx ≤ 1
0

You might also like