0% found this document useful (0 votes)
12 views9 pages

Riemann Notes Typed

Uploaded by

Anushka Chauhan
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)
12 views9 pages

Riemann Notes Typed

Uploaded by

Anushka Chauhan
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/ 9

B.Sc.

Mathematics (Honours)
Class Notes: Riemann Integration

Table of Contents:
1. Introduction
2. Partition of an Interval Riemann Integrability
3. Riemann Sum
4. Riemann Integrability
5. Riemann Integrability Criteria
6. Properties of Riemann Integrals
7. Conclusion

DR. TANCHAR MOLLA


Assistant Professor
Department of Mathematics
Dumkal College, Dumkal
Murshidabad-742406
West Bengal, India.

1
RIEMANN INTEGRATION

1. Introduction:
Riemann integration is a fundamental concept in calculus that allows us to compute the area
under a curve or the integral of a function over a given interval. It was developed by the
German mathematician Bernhard Riemann in the mid-19th century and has since become a
cornerstone of modern analysis. Riemann integration provides a rigorous framework for
defining and evaluating integrals, enabling us to study the behavior of functions and solve a
wide range of mathematical problems.

We first need some basic definitions and terminology.

2. Partition of an Interval:
Let 𝑎, 𝑏 ∈ ℝ with 𝑎 < 𝑏. A partition of the interval [𝑎, 𝑏] is 𝑎 set 𝑃 = {𝑥0 , 𝑥1 , 𝑥2 , … , 𝑥𝑛 } of
finitely many points of [𝑎, 𝑏] such that 𝑎 = 𝑥0 < 𝑥1 < 𝑥2 < ⋯ < 𝑥𝑛 = 𝑏.

Examples: -
1 𝑃 = {𝑎, 𝑏} is a partition of [𝑎, 𝑏].
1 2
2 𝑃 = {0, 3 , 3 , 1} is a partition of [0,1].

3 For each 𝑛 ∈ ℕ, the set


(𝑏 − 𝑎) 2(𝑏 − 𝑎) (𝑛 − 1)(𝑏 − 𝑎)
𝑃𝑛 = {𝑎, 𝑎 + ,𝑎 + ,…,𝑎 + , 𝑏}
𝑛 𝑛 𝑛

it a partition of [𝑎, 𝑏] into 𝑛 equal parts. This is sometimes called the equidistant
partition of [𝑎, 𝑏] in 𝑛 parts.

In general,

let 𝑃 = {𝑥0 , 𝑥1 , … , 𝑥𝑛 } be any partition of [𝑎, 𝑏], where 𝑎 = 𝑥0 < 𝑥1 < ⋯ < 𝑥𝑛 = 𝑏.
We call [𝑥𝑖−1 , 𝑥𝑖 ] the 𝑖 𝑡ℎ subinterval of the partition 𝑃. Its length = 𝑥𝑖 − 𝑥𝑖−1 is denoted by
𝛿𝑖 or Δ𝑖 . ∥ 𝑃 ∥= max{𝛿1 , 𝛿2 , … , 𝛿𝑛 }.

Given any bounded function 𝑓: [𝑎, 𝑏] → ℝ, let us define

𝑚𝑖 (𝑓): = inf{𝑓(𝑥) ∣ 𝑥 ∈ [𝑥𝑖−1 , 𝑥𝑖 ]}

and

𝑀𝑖 (𝑓): = sup{𝑓(𝑥) ∣ 𝑥 ∈ [𝑥𝑖−1 , 𝑥𝑖 ]}, 𝑖 = 1,2, … , 𝑛.

2
Since 𝑓 is bounded function on [𝑎, 𝑏], we define

𝑚(𝑓): = inf{𝑓(𝑥) ∣ 𝑥 ∈ [𝑎, 𝑏]}

and 𝑀(𝑓): = sup{𝑓(𝑥) ∣ 𝑥 ∈ [𝑎, 𝑏]}.

Note that

𝑚(𝑓) ≤ 𝑚𝑖 (𝑓) ≤ 𝑀𝑖 (𝑓) ≤ 𝑀(𝑓) for each


𝑖 ∈ 1,2, … , 𝑛.

3. Riemann Sum:
Given a partition

𝑃 = {𝑥0 , 𝑥1 , … , 𝑥𝑛 } of

[𝑎, 𝑏] and a bounded function 𝑓: [𝑎, 𝑏] → ℝ, we define the lower sum of 𝑓 w.r.t 𝑃 to be
𝑛

𝐿(𝑃, 𝑓): = ∑ 𝑚𝑖 (𝑓)(𝑥𝑖 − 𝑥𝑖−1 )


𝑖=1

and the "upper sum" of 𝑓 w.r.t 𝑃 to be

𝑈(𝑃, 𝑓): = ∑𝑛𝑖=1 𝑀𝑖 (𝑓)(𝑥𝑖 − 𝑥𝑖−1 ).

Results: -

Let 𝑓: [𝑎, 𝑏] → ℝ be a bounded function.


(i) If 𝑃 is a partition of [𝑎, 𝑏] and 𝑃∗ is a refinement of 𝑃, i.e., 𝑃 ⊆ 𝑃∗ , then

𝐿(𝑃, 𝑓) ⩽ 𝐿(𝑃∗ , 𝑓) & 𝑈(𝑃, 𝑓) ⩾ 𝑈(𝑃∗ , 𝑓).

In short, lower sums increase and the upper sums decrease as the partition becomes
finer and finer.
(ii) If 𝑃1 , 𝑃2 are any two partitions of [𝑎, 𝑏], then 𝐿(𝑃1 , 𝑓) ⩽ 𝑈(𝑃2 , 𝑓).
(iii) Let 𝑃 be any partition of [𝑎, 𝑏]. Then

3
𝑚(𝑏 − 𝑎) ≤ 𝐿(𝑃, 𝑓) ≤ 𝑈(𝑃, 𝑓) ≤ 𝑀(𝑏 − 𝑎).

4. Riemann Integrability:
Definition: - Let 𝑓: [𝑎, 𝑏] → ℝ be a bounded function and 𝑃 = {𝑎 = 𝑥0 , 𝑥1 , 𝑥2 , … , 𝑥𝑛 = 𝑏} be
a partition of [𝑎, 𝑏].

The lower Riemann Integral of 𝑓 on [𝑎, 𝑏] is defined as Sup {𝐿(𝑝, 𝑓) ∣ 𝑃 is a partition of


𝑏
[𝑎, 𝑏]}, and is denoted by ∫𝑎 𝑓(𝑥)𝑑𝑥.
i.e.,

𝑏
∫ 𝑓(𝑥)𝑑𝑥 = Sup{𝐿(𝑝, 𝑓) ∣ 𝑃 a partition of [𝑎, 𝑏]}
−𝑎
= Sup 𝐿(𝑃, 𝑓)
𝑃

The upper Riemann Integral of 𝑓 on [𝑎, 𝑏] is defined as Inf {𝑈(𝑝, 𝑓) ∣ 𝑃 a partition of


𝑏̅
[𝑎, 𝑏]}, and is denoted by ∫𝑎 𝑓(𝑥)𝑑𝑥.
𝑏̅
i.e., ∫𝑎 𝑓(𝑥)𝑑𝑥 = Inf {𝑈(𝑃, 𝑓) ∣ 𝑃 a partition {[a, b]}

= Inf 𝑈(𝑃, 𝑓) .
𝑃

Definition: - (Riemann Integrable) 𝐴 bounded function 𝑓: [𝑎, 𝑏] → ℝ is said to be


"Riemann Integrable" over [𝑎, 𝑏] if

𝑏 ̅𝑏
∫ 𝑓(𝑥)𝑑𝑥 = ∫ 𝑓(𝑥)𝑑𝑥, and it is
̅𝑎 𝑎

𝑏
denoted by ∫𝑎 𝑓(𝑥)𝑑𝑥.

Remarks:
1 If 𝑓: [𝑎, 𝑏] → ℝ is a bounded function, then
𝑏 ̅𝑏
∫̅𝑎 𝑓(𝑥)𝑑𝑥 ≤ ∫𝑎 𝑓(𝑥)𝑑𝑥.

2 A bounded function 𝑓 is Riemann integrable


𝑏 ̅𝑏
on [𝑎, 𝑏] ⇔ ∫̅𝑎 𝑓(𝑥)𝑑𝑥 = ∫𝑎 𝑓(𝑥)𝑑𝑥.

4
𝑏 𝑏‾
3 If a bounded function 𝑓 is such that ∫ ̅𝑎 𝑓(𝑥)𝑑𝑥 ≠ ∫𝑎 𝑓(𝑥)𝑑𝑥, then 𝑓 is not
Riemann integrable on [𝑎, 𝑏].

Examples: -
1. A constant function is Riemann integrable on [𝒂, 𝒃].
Solution:- Let 𝑓(𝑥) = 𝑘 ∀𝑥 ∈ [𝑎, 𝑏], where 𝑘 ∈ ℝ be a constant.
Clearly 𝑓 is bounded on [𝑎, 𝑏] and inf 𝑓 = sup𝑓 = 𝑘.
let 𝑃 = {𝑥0 , 𝑥1 , … , 𝑥𝑛 } be a partition on [𝑎, 𝑏].
Let 𝑚𝛾 , 𝑀𝛾 be the inf and sup of 𝑓 on 𝐼𝛾 , where 𝐼𝛾 = [𝑥𝛾−1 , 𝑥𝛾 ].

Since 𝑓(𝑥) = 𝑘 ∀𝑥 ∈ [𝑎, 𝑏], 𝑚𝑟 = 𝑀𝛾 = 𝑘.


𝑛 𝑛

∴ 𝐿(𝑃, 𝑓) = ∑ 𝑚𝛾 𝛿𝛾 = 𝑘 ∑ 𝛿𝛾 = 𝑘(𝑏 − 𝑎)
𝛾=1 𝛾=1
𝑛 𝑛

𝑈(𝑃, 𝑓) = ∑ 𝑀𝛾 𝛿𝛾 = 𝑘 ∑ 𝛿𝛾 = 𝑘(𝑏 − 𝑎).


𝛾=1 𝛾=1

𝑏
∴ ∫ 𝑓(𝑥)𝑑𝑥 = sup {𝐿(𝑝, 𝑓)} = 𝑘(𝑏 − 𝑎).
̅𝑎 𝑝

𝑏‾
Similarly, ∫𝑎 𝑓(𝑥)𝑑𝑥 = inf {∪ (𝑝, 𝑓)} = 𝑘(𝑏 − 𝑎).
𝑝

𝑏 𝑏 ̅𝑏
∴ ∫𝑎 𝑓(𝑥)𝑑𝑥 = ∫̅𝑎 𝑓(𝑥)𝑑𝑥 = ∫𝑎 𝑓(𝑥)𝑑𝑥 = 𝑘(𝑏 − 𝑎).

𝑏
∴ 𝑓 is Riemann integrable on [𝑎, 𝑏] and ∫𝑎 𝑘𝑑𝑥 = 𝑘(𝑏 − 𝑎).

𝟏 when 𝒙 ∈ ℝ
2. The function 𝒇(𝒙) = { is not Riemann integrable on [𝒂, 𝒃].
−𝟏 when 𝒙 ∈ ℝ ∖ ℚ,

Solution: - By the definition of the function 𝑓,


−1 ≤ 𝑓(𝑥) ≤ 1 ∀𝑥 ∈ [𝑎, 𝑏].

5
∴ 𝑓 is bounded on [𝑎, 𝑏] and inf 𝑓 = −1, sup 𝑓 = 1.
Let 𝑃 = {𝑥0 , 𝑥1 , … , 𝑥𝑛 } be a partition of [𝑎, 𝑏] and 𝑚𝑟 , 𝑀𝑟 be the inf and sup of 𝑓 on 𝐼𝑟 =
[𝑥𝑟−1 , 𝑥𝑟 ].

∴ 𝑚𝑟 = −1 and 𝑀𝛾 = 1 for 𝑟 = 1,2, … , 𝑛.


𝑛 𝑛

∴ 𝐿(𝑃, 𝑓) = ∑ 𝑚𝑟 𝛿𝑟 = −1. ∑ 𝛿𝑟 = (−1)(𝑏 − 𝑎)


𝑟=1 𝑟=1

and
𝑛 𝑛

𝑈(𝑃, 𝑓) = ∑ 𝑀𝑟 𝛿𝑟 = ∑ 1 ⋅ 𝛿𝑟 = (𝑏 − 𝑎).
𝑟=1 𝑟=1

𝑏
∵ 𝐿(𝑃, 𝑓) = −(𝑏 − 𝑎) is constant, ∫ ̅𝑎 𝑓(𝑥)𝑑𝑥 = −(b − a). Since 𝑈(𝑃, 𝑓) = (𝑏 − 𝑎) is
̅𝑏
constant, ∫𝑎 𝑓(𝑥)𝑑𝑥 = (𝑏 − 𝑎).
∴ Lower and upper integrals exist but are not equal
⇒ 𝑓 is not Riemann integrable on [𝑎, 𝑏].

Note: 1 A function need not be Riemann integrable on [𝑎, 𝑏] even though it is bounded

on [𝑎, 𝑏].

2 If 𝑓 is Riemann integrable on [𝑎, 𝑏] and 𝑚, 𝑀 are the infimum and supremum of 𝑓


on [𝑎, 𝑏], then
𝑏
𝑚(𝑏 − 𝑎) ≤ ∫ 𝑓(𝑥)𝑑𝑥 ≤ 𝑀(𝑏 − 𝑎).
𝑎

3 If 𝑓: [𝑎, 𝑏] → ℝ is a bounded function, then for each ℰ > 0 ∃ 𝛿 > 0 such that
𝑏‾
(i) 𝑈(𝑃, 𝑓) < ∫𝑎 𝑓(𝑥)𝑑𝑥 + 𝜀 and
𝑏‾
(ii) 𝐿(𝑃, 𝑓) > ∫𝑎 𝑓(𝑥)𝑑𝑥 − 𝜀
for each 𝑃 ∈ ℘[𝑎, 𝑏] (set of all partitions on [𝑎, 𝑏]) with ‖𝑃‖ < 𝛿.

4 Let 𝑓: [𝑎, 𝑏] → ℝ be 𝑎 bounded function. As the norm of a partition P, ∥ 𝑃 ∥,


becomes small, the number of partition points becomes large in such a way that
𝑏‾
𝑛 → ∞ as ∥ 𝑃 ∥→ 0. Hence ∫𝑎 𝑓(𝑥)𝑑𝑥 = lim∥𝑃∥→0 𝑈(𝑃, 𝑓) = lim𝑛→∞ 𝑈(𝑃, 𝑓)

6
A Necessary and Sufficient condition for Integrability

A bonded function 𝑓: [𝑎, 𝑏] → ℝ is Riemann integrable on [a, b] if and only if for each 𝜖 >
0 ∃ 𝑎 partition of 𝑃 of [a, b] such that

0 ≤ 𝑈(𝑃, 𝑓) − 𝐿(𝑃, 𝑓) < 𝜀.

Proof: -

Necessary part:
Let 𝑓 be Riemann integroble on [a, 𝑏].
𝑏 ̅𝑏 𝑏
∴ ∫ 𝑓(𝑥)𝑑𝑥 = ∫ 𝑓(𝑥)𝑑𝑥 = ∫ 𝑓(𝑥)𝑑𝑥. (1)
̅a 𝑎 0

Let 𝜖 > 0.
By Darboux's theorem ∃ δ > 0 such that
̅b 𝜖
𝑈(𝑃, 𝑓) < ∫𝑎 𝑓(𝑥)𝑑𝑥 + 2 (2)
and b 𝜖
𝐿(𝑃, 𝑓) > ∫̅a 𝑓(𝑥)𝑑𝑥 − (3)
2

for each 𝑃, ∈ ℘[𝑎, 𝑏] with ∥ 𝑃 ∥< 𝜖.

From (1) & (2), we get


𝑏
𝜖
𝑈(𝑝, 𝑓) < ∫ 𝑓(𝑥)𝑑𝑥 +
𝑎 2

Again, from (1) & (3), we have


b 𝜖
∫a 𝑓(𝑥)𝑑𝑥 < 𝐿(𝑃, 𝑓) + 2

𝜖 𝜖
∴ 𝑈(𝑟, 𝑓) < (𝐿(𝑝, 𝑓) + ) +
2 2
⇒ 𝑈(𝑃, 𝑓) − 𝐿(𝑃, f) < 𝜀

Also, 𝑈(𝑃, 𝑓) − 𝐿(𝑃, f) ⩾ 0.

∴ 0 ≤ 𝑈(𝑃, 𝑓) − 𝐿(𝑃, f) < 𝜀.

Sufficient part:
Let for each 𝑒 > 0 ∃ 𝑃 ∈ [a, 𝑏] such that

7
0 ≤ 𝑈(𝑃, 𝑓) − 𝐿(𝑃, 𝑓) < 𝜀
̅b
By definition, ∫a 𝑓(𝑥)𝑑𝑥 = inf {𝑈(𝑃, 𝑓) ∣ 𝑃 ∈ ℘[[𝑎, 𝑏]}

̅b
⇒ ∫a 𝑓(𝑥)𝑑𝑥 ⩽ 𝑈(𝑃, 𝑓).

By definition.
𝑏
∫ 𝑓(𝑥)𝑑𝑥 = sup {𝐿(𝑃, 𝑓) | 𝑃 ∈ ℘[𝑎, 𝑏]}
̅𝑎
𝑏
⇒ ∫ 𝑓(𝑥)𝑑𝑥 ≥ 𝐿(𝑃, 𝑓)
̅𝑎
𝑏
⇒ − ∫ 𝑓(𝑥)𝑑𝑥 ≤ −𝐿(𝑃, 𝑓)
𝑎
𝑏
̅b
∴ 0 ≤ ∫a 𝑓(𝑥)𝑑𝑥 − ∫ 𝑓(𝑥)𝑑𝑥 ⩽ 𝑈(𝑃, 𝑓) − 𝐿(𝑝, 𝑓) < 𝜀.
̅𝑎

̅b 𝑏
∴ For each 𝜖 > 0, we have 0 ≤ ∫a 𝑓(𝑥)𝑑𝑥 − ∫̅𝑎 𝑓(𝑥)𝑑𝑥 < 𝑒

̅b 𝑏
⇒ ∫a 𝑓(𝑥)𝑑𝑥 = ∫̅𝑎 𝑓(𝑥)𝑑𝑥.

∴ 𝑓 is Riemann integrable on [𝑎, 𝑏].

5. Riemann Integrability Criteria:


a) Boundedness: A function f must be bounded on [𝑎, 𝑏] for Riemann integrability.

b) Finiteness of Discontinuities: A function f must have only finitely many discontinuities


(either removable or jump) on [a, b] for Riemann integrability.

c) Finite Number of Discontinuity Jumps: If f has jump discontinuities, the sum of the
sizes of all jumps must be finite for Riemann integrability.

d) Integrability of Discontinuity Points: If f has discontinuities, the function must be


integrable at each of those points.

6. Properties of Riemann Integrals:


𝑏 𝑏 𝑏
a) Linearity: ∫𝑎 {𝑐𝑓(𝑥) + 𝑑𝑔(𝑥)}𝑑𝑥 = 𝑐 ∫𝑎 𝑓(𝑥)𝑑𝑥 + 𝑑 ∫𝑎 𝑔(𝑥)𝑑𝑥 for any constants c, d

and functions 𝑓(𝑥) and 𝑔(𝑥).

8
𝑏 𝑐 𝑐
b) Additivity: ∫𝑎 𝑓(𝑥)𝑑𝑥 + ∫𝑏 𝑓(𝑥)𝑑𝑥 = ∫𝑎 𝑓(𝑥)𝑑𝑥.

𝑏 𝑏
c) Monotonicity: If 𝑓(𝑥) ≤ 𝑔(𝑥) for all 𝑥 ∈ [𝑎, 𝑏], then ∫𝑎 𝑓(𝑥)𝑑𝑥 ≤ ∫𝑎 𝑔(𝑥)𝑑𝑥.

Fundamental Theorem of Calculus:


𝑥
If f is continuous on [𝑎, 𝑏], then 𝐹(𝑥) = ∫𝑎 𝑓(𝑡)𝑑𝑡 is differentiable on (𝑎, 𝑏) and 𝐹 ′ (𝑥) =
𝑓(𝑥)∀ 𝑥 ∈ (𝑎, 𝑏).

7. Conclusion:
Riemann integration provides a rigorous framework for evaluating integrals and computing areas
under curves. By partitioning the interval, selecting sample points, and constructing Riemann sums,
we can approximate the definite integral of a function. Riemann integrals have various properties
that make them useful tools for solving mathematical problems and analyzing functions.
Understanding Riemann integration is essential for advanced calculus, real analysis, and many
other branches of mathematics.

∗∗∗∗∗∗

You might also like