Lecture 8
Lecture 8
MATH1027 Calculus
Autumn Semester
8. Integration
8.1 The definite integrals
8.2 Riemann integration
8.3 Properties of definite integrals
8.4 The fundamental theorem of calculus
8.5 The indefinite integral
S = {(x , y ) | a 6 x 6 b, 0 6 y 6 f (x )}
The width of the interval [a, b] is b − a, so the width of each of the n strips is
b−a
∆x = .
n
Dr. Nan Meng (UNNC) MATH1027 - Lecture 8 Autumn Semester 5 / 30
8.2. Riemann integration
Let’s approximate the i-th strip Si by a rectangle with width ∆x and height f (xi ),
which is the value of f at the right endpoint.
We adopt I as the formal definition of ”the area under the curve between x = a and
x = b”.
If no unique limit exists then we say the integral does not exist, and the
”area under the curve between x = a and x = b ” does not exist.
If f is not necessarily non-negative on [a, b], we still define the definite integral
of f as the limit of the sum S, whenever the limit exists. This limit, when it
exists, defines the net area between the graph of f and the x -axis, such that
any area under the x -axis contributes to the net area negatively.
The definite integral defines what we call the net area bounded by the graph of f
and the x -axis, with areas above the x -axis counting positively and the areas under
the x -axis counting negatively.
Dr. Nan Meng (UNNC) MATH1027 - Lecture 8 Autumn Semester 8 / 30
8.2.1. Remark
Notice that if we reverse a and b, then ∆x changes from (b − a)/n to (a − b)/n.
Therefore Z a Z b
f (x )dx = − f (x )dx .
b a
If a = b, then ∆x = 0 and so
Z a
f (x )dx = 0.
a
Z b Z b Z b
(e) (αf (x ) + βg(x ))dx = α f (x )dx + β g(x )dx
a a a
d
then A(x ) = f (x ).
dx
(b) If f is continuous on [a, b] and F is any anti-derivative of f , then
Z b
f (x )dx = F (b) − F (a) = [F (x )]xx =b
=a . (8.1)
a
or
A(x + h) − A(x )
f (x0 ) ≤ ≤ f (x1 ) . (8.2)
h
Dr. Nan Meng (UNNC) MATH1027 - Lecture 8 Autumn Semester 19 / 30
Now, as h → 0+ , x0 and x1 tend to x ; consequently, f (x0 ) and f (x1 ) tend to f (x )
because f is continuous. It hence follows from (8.2) that
A(x + h) − A(x )
lim = f (x ).
h→0+ h
Treating the case h < 0 similarly, we find that
A(x + h) − A(x )
lim = f (x ).
h→0− h
Hence A is differentiable and A0 (x ) = f (x ).
Part 2. Suppose that F is an anti-derivative of f . By Part 1 and Theorem 17, A
and F must differ by a constant, i.e.
A(x ) = F (x ) + C
so that C = −F (a).
Dr. Nan Meng (UNNC) MATH1027 - Lecture 8 Autumn Semester 20 / 30
Collecting, we obtain
Z x
f (t)dt = A(x ) = F (x ) − F (a)
a
= 6x 3 − 2x .
Dr. Nan Meng (UNNC) MATH1027 - Lecture 8 Autumn Semester 23 / 30
Z x
Example: Solve the integral equation f (x ) = 1 + f (t)dt.
0
0
sin(t)e t dt
Example: Determine the limit lim if it exists.
x →∞ ex 2
0
sin(t)e t dt
Example: Determine the limit lim if it exists.
x →∞ ex 2
dx 0
sin(t)e t dt sin(x )e x
2
sin(x )
d 2
= x 2 = −→ 0,
dx e
x 2xe 2x x →∞
where the first equality uses the Fundamental Theorem of Calculus, and at the end
we have used | sin(x )| ≤ 1.
Definition
A function F is an antiderivative of f on an open interval (a, b) if
F 0 (x ) = f (x )
Solution:
F 0 (x ) = 4x 3 .
F (x ) = x 4 .
F (x ) = x 4 + C , where C is a constant.
(F (x ) + c)0 = f 0 (x ) + [c]0 = F 0 (x ) = f (x ).
Definition
The notation
Z
f (x )dx = F (x ) + C means that F 0 (x ) = f (x )
Solution:
Z π
sin xdx = [− cos x ]xx =π
=0 = (− cos π) − (− cos 0) = 1 − (−1) = 2
0
Solution:
Z 2
x =2
4x − 6x 2 dx = 2x 2 − 2x 3
x =−1
−1
= 2 · 22 − 2 · 23 − 2 · (−1)2 − 2 · (−1)3
= −12.