29- Definite Integral VU
Lecture # 29
The Definite Integral
• Definition of Definite Integral
• Definite Integral of continuous functions with nonnegative values
• Definite Integral of continuous functions with negative and positive values
• Definite Integral of functions with discontinuities
• Properties of the Definite Integral
• Inequalities involving Definite Integral
We have so far developed a definition of Area as limit of a bunch of rectangles with equal widths.
The question arises that why choose widths? The answer is that we don’t have to.
We want now to have a definition of Area that includes the general case where the widths of the
rectangles are not necessarily equal.
When the rectangles widths were equal note that the formula for the width was defined as
b−a
∆x =
n
In this formula you can see that as n goes to infinity, the width delta x goes to zero
If the widths are not the same
for all rectangles, then this is
not necessarily the case.
Suppose that we have a
rectangle construction in
which we divide [a,b] so
that one half is continually
subdivided into smaller
Rectangle, while the right is
left as one big rectangle.
In this case, when n goes to inf, left part goes to 0, not the Right half.
Let's fix this problem.
Subdivide [a,b] into n subinterval whose widths are ∆x1 , ∆x2 , ∆x3 ,..., ∆xn
The subintervals are said to partition the interval, and the largest subinterval width is
called the mesh size of the partition. This is denoted by max ∆xk
© Copyright Virtual University of Pakistan 191
29- Definite Integral VU
Read as “maximum of the ∆xk .”
In this figure
9 5
max ∆xk =∆x3 = − =2
2 2
We see that
If [a,b] is partitioned into n subintervals, and if xk is an
arbitrary point in kth subinterval, then f ( xk * )∆xk
is the area of the rectangle with height f( xk ) and width
n
delta xk , and ∑ f ( xk * )∆xk is the sum of the shaded rectangular areas
k =1
Now if we let max ∆xk → 0 the width of EVERY rectangle tends to 0 because none of them
exceeds the max. So we have the area under the curve now defined more generally as
n
=A lim
max ∆xk →0
∑ f (x
k =1
k
*
)∆xk
DEFINITION 5.6.1
(Area under a curve)
If the function f is continuous an [a, b] and if f ( x) ≥ 0 for all x in [a, b], then the area under
n
the curve y = f ( x) over the interval [a,=
b] is defined by A lim
max ∆xk →0
∑ f ( x )∆x
k =1
*
k k
Definite Integral of continuous functions with nonnegative values
The limit in the definition we just saw is VERY important. It has special notation. We write it as
© Copyright Virtual University of Pakistan 192
29- Definite Integral VU
b n
∫ f ( x)dx
= lim
max ∆xk →0
∑ f (x
k =1
k
*
)∆xk
a
The expression on the left is called the definite integral of f from a to b. a and b are called the upper
and lower limits of integration respectively.
There is a relationship btw this definite integral and the indefinite integral we talked
about earlier.
We will see it later.
So with this notation we can say that
b
∫ f ( x)dx = Area under the curve y = f ( x) over [a, b].
a
Our goal will be to evaluate the definite integral efficiently instead of using the
definition all the time.
Example
4
∫ ( x − 1)dx
2
This represents the area under the
curve y = (x – 1) over [2,4].
Here is a picture of it.
Note that the region described
here is just a trapezoid with h = 2, and b 1 = 1 and b 2 = 3. So we can evaluate this integral from
4
1
basic geometry as ∫ ( x − 1)=
2
dx
2
(2)(1 +=
3) 4
n
The sum ∑ f (x
k =1
k
*
)∆xk is called the Riemann Sum in honor of the German
mathematician Bernhard Riemann.
The formula for the area we just saw was for continuous and nonnegative functions. It involves a
limit. The question is: does the limit always exist, so that we can always find the area ?
It is proved in advanced levels that for continuous and nonnegative functions, this limit
always exists.
Definite Integral of continuous functions with negative and positive values
© Copyright Virtual University of Pakistan 193
29- Definite Integral VU
Now we want to extend our area definition to include continuous functions on [a,b] that
have both positive and negative values on [a,b].
Look at the following figure
The rectangles below [a,b] but above the curve f(x) have some area just the way their counterparts
above [a,b] but below curve f(x) do. The difference is that we can view the number representing the
area of the rectangles below as negative values of f(x) for some xk* . So the Riemann sum gives
6
∑ f (x
k =1
k
*
)∆=
xk f ( x1* )∆x1 + f ( x2* )∆x2 + ... f ( x6* )∆x6
= A1 + A2 − A3 − A4 + A5 + A6
= ( A1 + A2 + A5 + A6 ) − ( A3 + A4 )
This says that the Riemann sum is the difference of two areas: the total area of rectangle above the
x-axis, minus the total areas of rectangles below the x-axis.
Now as max delta x goes to 0, the situation still works out nicely with the large # of rectangles
filling in any left over space between the earlier rectangles and the curve.
So we have the following definition
Definition 5.6.2
If the function f is continuous on [ a,b], and can assume both positive and
negative values ,then the net signed area A between y= f (x) and the interval [ a,b ] is defined by
© Copyright Virtual University of Pakistan 194
29- Definite Integral VU
b n
∫ f ( x)dx
= lim
max ∆xk →0
∑ f (x
k =1
k
*
)∆xk
a
Net signed area means that the total difference of the two areas above and below may be negative.
If that happens then we just treat the negative as representing the fact that the area below is larger
than the area above.
EXAMPLE
4
∫ (1 − x)dx
2
Geometrically, this region lies below
the interval [2,4]. The region is a
trapezoid and we can find the area as
4 using its dimensions. Since its below
the x-axis we write
4
∫ (1 − x)dx =
2
−4
Definite Integral of functions with discontinuities
For the two definitions we have seen so far, f was a continuous function. This guaranteed that the are
defined as a limits could always be found since the limits existed for continuous f.
If f is not continuous, then the area may or may not be found as the limit of the Sum may or may not
exist.
Here is a definition for such a function for the area.
DEFINITION 5.6.3
(Area under a curve)
If the function f is defined on the close interval [a, b] then, f is called Riemann
integrable on [a, b] or more simply integrable on [a, b] if the limit exists
n
lim
max ∆xk →0
∑ f ( x )∆x
k =1
*
k k If f is integrable on [a, b], then we define The definite integral of f from a
to b by
b n
∫ f ( x)dx
= lim
max ∆xk →0
∑ f ( x )∆x
k =1
*
k k
a
© Copyright Virtual University of Pakistan 195
29- Definite Integral VU
So far we assumed that the upper limit of integration was greater than the lower limit.
Here is a definition that allows for the limits to be the same, and the case where the upper may be
less than the lower.
DEFINITION 5.6.4
(a) If a is in the domain of f , we define
a
∫ f ( x)dx = 0
a
If f is integrable on [a, b], then we define
a b
∫ f ( x)dx = − ∫ f ( x)dx
b a
Properties of the definite Integral
Here are some properties of the definite integral
Theorem 5.6.5
If f and g are integrable on [a, b] and if c is a constant,
then cf, f + g, and f – g are integrable on [a, b] and
b b
∫ ∫
(a) cf ( x) dx = c f ( x) dx
a a
b b b
(b) ∫ [ f ( x) + g ( x)]dx = ∫ f ( x)dx + ∫ g ( x)dx
a a a
b b b
(c) ∫ [ f ( x) − g ( x)]dx = ∫ f ( x)dx − ∫ g ( x)dx
a a a
Now look at this figure
It is clear from the picture
that the area under the curve
over [a,b] can be split into
a sum of two areas, one area
from a to c, and the other area from c to b. Formally
© Copyright Virtual University of Pakistan 196
29- Definite Integral VU
Theorem 5.6.5
If f is integrable on a closed interval containing the three points a, b and c then
b c b
∫=
a
f ( x)dx ∫ f ( x)dx + ∫ f ( x)dx
a c
no matter how the points are ordered.
Example
5 5 5
∫ f ( x)dx =
1
−1, ∫ f ( x)dx =
3
3, ∫ g ( x)dx =
4
3
Find
3
∫ f ( x)dx
1
From thm5.6.6 with a = 1, b = 5, c = 3
5 3 5
∫=
1
f ( x)dx ∫ f ( x)dx + ∫ f ( x)dx
1 3
So
3 5 5
∫ f ( x)dx =∫ f ( x)dx − ∫ f ( x)dx =−1 − 3 =−4
1 1 3
Inequalities involving definite integral
Look at this figure
This says that if a function is nonnegative (the graph does not go below x-axis) on
[a,b], then the net area between the curve and x-axis must be greater than or equal to 0.
Look at this figure
© Copyright Virtual University of Pakistan 197
29- Definite Integral VU
The graph of f does not go below that of g,
or in other words f(x) >=g(x) over the interval and f and g are nonnegative, then area under f must
be >= area under g over the interval
Theorem 5.6.7
(a) If f is integrable on [ a,b ] and f (x) ≥ 0 for all x in [a,b ],then
b
∫ f ( x) ≥ 0
a
(b) If f and g are integrable functions on[ a,b] and f ( x) ≥ g ( x) for all x in
b b
[a, b] then ∫ f ( x) ≥ ∫ g ( x)
a a
Works with <, > <= also
Example
1
cos( x)
Show that ∫0 2 x3 − 5dx is negative.
On the interval [0,1], cos(x) > 0, but 2 x3 − 5 < 0 . So f(x) as a whole is < 0. So from theorem
5.6.7a), with < instead of >= the integral is negative
Definition 5.6.8
A function f is said to be bounded on interval [a, b] if there is a positive number M such that
− M ≤ f ( x) ≤ M
for all x in [a, b]. Geometrically, this means that the graph of f on the interval [a, b]
lies between the lines y = -M and y = M.
y = x 2 on the interval [-2, 2] is bounded since its graph lies between the lines y = 0 and y = 5
© Copyright Virtual University of Pakistan 198
29- Definite Integral VU
Theorem 5.6.9
Let f be a function that is defined at all the points in the interval [ a,b].
(a) If f is continuous on [ a,b] ,then f is integrable on [ a,b ].
(b) If f is bounded on [ a,b ] and has only finite many points of discontinuity on [ a,b ] then f is
integrable on [ a,b ].
(c ) If f is not bounded on [ a,b] ,then f is not integrable on [ a,b]
© Copyright Virtual University of Pakistan 199