Semester 1 Notes
Semester 1 Notes
Shreeansh Hota
15 November 2023
§2 Numbers
§2.1 Natural Numbers
Our approach will deviate from Apostol. The natural numbers (denoted as N) is a
collection of elements that satisfy a list of rules called the Peano Axioms
1
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Peano Axioms
1. There exists a special element in N called 0
5. For each n ∈ N, let Σ(n) denote a statement involving n. If Σ(0) is true, and
Σ(S(n)) is true whenever Σ(n) is true, then Σ(n) is true for all n ∈ N
Remarks: It can be proven that N is a set. A natural number is simply any element of
N
Arithmetic
Peano Addition: n + 0 := n, ∀n ∈ N
n + S(m) = S(m + n), ∀m, n ∈ N
Field
A field (denoted by F) is a set equipped with two rules + and · defined for every pair of
elements x, y ∈ F, such that they obey,
Axiom 0: x + y ∈ F and x · y ∈ F
Definition 2.1. We can equip Q with a symbol > such that for any pair a, b ∈ Q, the
following properties hold :
a = b or a > b or b > a
2
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
0∈
/ Q+
We will assume they co-exist in this course. This is a reasonable assumption because
Dedekind constructed the real numbers.
Definition 2.2. An ordered field has Least Upper Bounded property if any S ̸= ϕ,
S ⊂ F that is bounded above has a Least Upper Bound property.
Remark: Q does not have Least Upper Bound (consider the set S = {x ∈ a : 0 <
x2 < 2}, this doesn’t have a LUB in Q.
Problem 2.3
N as a subset of either Q or R is not bounded above.
n>u−1
3
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
§3 Sequences
Definition 3.1. Let S ̸= ϕ be a set. A sequence is a function f : P → S.
If {an } has a limit, we say that it is convergent if {an } does not converge, we say
it is divergent.
Theorem 3.3
1
Let p ∈ P. Then the sequence np converges to 0.
Theorem 3.4
Let {an } be a convergent sequence in R. Then it has a unique limit.
4
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Proof. Suppose {an } has limit L and L′ . Fix ϵ > 0. By definition, ∃N ∈ P such that
|an − L| < ϵ∀n ≥ N . Also, ∃N ′ ∈ P such that |an − L′ | < ϵ∀n ≥ N ′ Now, we write,
Theorem 3.5
Let {an } and {bn } be a sequence in R with limits L and T respectively.
Suppose bn ̸= 0 for all n and that T ̸= 0. Then the sequence { abnn } is convergent
and limn→∞ { abnn } TL
Proof. We will only prove part third. As {an } and {bn } converge, they are bounded. So,
∃c1 , c2 > 0 such that |an | ≤ c1 and |bn | ≤ c2 ∀n
an bn − LM = (an bn − an M ) + (an M − LM )
|an bn − LM | ≤ |an ||bn − M | + |M ||an − L|
= c1 |bn − M | + M ′ |an − L|
(
|M | if M ̸= 0
Where M ′ := By definition,
1 if M = 0
ϵ
∃N1 , such that |an − L′ | < ∀n ≥ N1
2M ′
ϵ
∃N2 , such that |bn − M | < ∀n ≥ N2
2c1
Problem (Example)
n2 n2 +1
Consider an = n+1 − n , does {an } converge?
Proof.
n2 n2 + 1
{an } = −
n+1 n
n − (n + 1)(n2 + 1)
3 −n2 − n − 1 −1 − 1/n − 1/n2
= = =
n2 + n 2
n +n 1 + 1/n
By theorem of algebraic combination of convergence of sequences, and since limit of
denominator ̸= 0, {an } converges to the limit 1
5
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
a1 ≤ a2 ≤ · · · (monotonic increasing)
a1 ≥ a2 ≥ · · · (monotonic decreasing)
Recall that if S ⊂ R such that S ̸= ϕ and bounded above, its LUB is unique. This is
called the supremum of S, denoted by sup S. Similarly, if S is bounded below, it has a
unique GLB and this is called the infimum of S, denoted by inf S
Proof. We have two cases. We will only show when the sequence is monotone decreasing.
The other part is similar and left as an exercise.
Case 1: {an } is monotone decreasing.
The set S = {an : n ∈ P} is bounded below. Let I be the inf S. Fix ϵ > 0. By definiton,
I + ϵ is not a lower bound. So, ∃N such that aN < I + ϵ
§4 Infinite Series
P∞
Definition 4.1. Let F be a field. An infinite series is an expression of the form n=1 an ,
where a1 , a2 , · · · ∈ F
PAssociated with a series of the above form, we have a sequence {Sn }, where Sn :=
n
k=1 ak . This is called the nth partial sum.
Example: 1 − 1 + 1 − 1 + · · ·
(
1, if n is odd
Sn =
0, if n is even
In this example, we cannot define the sum because Sn does not converge.
S1 = a1 = b1 − b2
S2 = a1 + a2 = b1 − b3
Sn = b1 − bn+1
6
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Theorem 4.4
Let ∞
P
n=1 an be a telescoping series. Let {bn } such that an = bn − bn+1 ∀n. The
series converges iff {bn } converges. In this case, sum∞
n=1 an = b1 − limn→∞ bn
∞
X
an ⇔ {Sn }
n=1
⇔ {b1 − bn+1 }
⇔ {−(b1 − bn+1 + b1 )}
⇔ {bn+1 }
⇔ {bn }
Where the above denotes that RHS converges ⇔ LHS converges. Hence, its sum is
(b1 − limn→∞ bn )
7
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Theorem 4.8
Let ∞
P P∞
n=1 an and n=1 bn be real converging series. Then,
(a) (b)
Proof. Let Sn and Sn be partial sums of the two series.
Pn (a) (a)
j=1 αSn . By an earlier theorem, this converges to α limn→∞ Sn
Pn (a) (b) (a) (b)
j=1 aj + bj = Sn + Sn . By an earlier theorem, {Sn + Sn } converges to
(a) (b)
limn→∞ Sn + limn→∞ Sn
If ∞
P P∞
n=1 bn converges, then so does n=1 an
P∞ P∞
if n=1 an diverges, then so does n=1 bn
1
Does ∞
P
Example: Suppose an = √
3n2 +7n−1 n=1 an converge?
Hint: Develop an √ 1
intuition that 3n2 +7n−1 is like √13n
P∞
By p-series and linearity, looks like n=1 an diverges
Proof. We will P
first prove a lemma.
Lemma: LetP ∞
P∞
n=1 an be a real series. Let N ∈ N {0, 1}. Then the series n=1 an
converges iff ∞n=N n a converges.
By ourPlemma, can assume WLOG that an ≤ bn ∀n (if not, then consider the
we P
series ∞ a
n=1 n
′ and ∞ ′ ′ ′
n=1 bn where an = aN +n−1 and bn = bN +n−1 )
8
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Theorem 4.11
nq
Let a > 1 be a real number. Let q ∈ Q such that q ≥ 0, then limn→∞ an =0
nq nq
Sketch. Consider ∞ that L = 1/a < 1. Thus, ∞
P P
n=1 an and show
q
n=1 an converges, and
by an above theorem, limn→∞ ann = 0
If R = 1, then no conclusions
9
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Divergence Test
p-series Test
Ratio/Root Test
Comparision Test
P∞ n(2+(−1)n )n
Example: n=1 5n
Hint: Note that the Divergence Test, p-series Test and Ratio/Root test does not work.
Hence, use the Comparision Test.
Absolute Convergence
Definition 4.13. GivenPa real series ∞
P
n=1 an , we say this series converges absolutely
if the associated series ∞
n=1 |an | converges
Remark: Every test for non-negative series is also a test for absolute convergence!
Conditional Convergence: Series which converges but not absolutely.
§5 Limits of Function
What do we mean by limx→0 sin x
x =1
One way to understand is to take a sequence {xn } such that limn→∞ xn = 0 and
observe that limn→∞ sinxnxn = 1, where we must only consider sequences {xn } such
that xn ̸= 0∀n
Definition 5.1. Let I be an open interval and p ∈ I. Let f be a real valued funciton
such that f (x) is defined ∀x ∈ I, except perhaps at x = p. Let A ∈ R, we say that the
limit of f (x) as x approaches p is A, denoted by limx→p f (x) = A, if for any sequence
{xn } ⊂ I − {p} such that limn→∞ xn = p, we have that limn→∞ f (xn ) = A
This is an excellent definition in the sense that theorems whose burden can be passed
onto sequences and series are easily proven. For an example, consider these theo-
rems.
Theorem 5.2
Let I, p, f be as in the above definition. Let A1 and A2 be such that limx→p f (x) = A1
and limx→p f (x) = A2 , then A1 = A2 .
10
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Theorem 5.3
Let I be an open interval and p ∈ I. Let f and g be real valued functions such
that f and g are defined ∀x ∈ I, except perhaps at x = p. Let c ∈ R. Suppose that
limx→p f (x) = A and limx→p g(x) = B . Then,
These two theorem are direct corollaries of the corresponding theorems from sequences
and series.
The sequencial definition has the problem that given a f and p, we would have to analyse
every {f (xn )} for every {xn }. This seems HARD!
If we fix ϵ > 0 and want to know for which x, |f (x) − A| < ϵ, instead of looking at xn ∀n
sufficiently large, we consider all x sufficiently close to p, and not equal to p. This allows
us to get rid of sequences {xn } ⊂ I − {p}
Definition 5.4 (ϵ-δ definition). Let I, p, f be as above. Let A ∈ R. We say that the
limit of f (x) as x approaches p is A, if given ϵ > 0, ∃δ > 0 (which depends on ϵ) such
that,
|f (x) − A| < ϵ whenever x ∈ I and 0 < |x − p| < δ
Theorem 5.5
sin x
limx→p x exists and equals 1
Sketch. Won’t prove; notice that the proof done in high school can be recasted as
demonstration of the sequence definition. The Missing Ingredient is the rigorous proof
of Squeeze Theorem
Theorem 5.6
Let k ∈ P and p ∈ R. Then limx→p xk exists and equals pk
11
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Because ϵ > 0 was arbitrary and {xn } ∈ R − {p} was also arbitrary, we are done.
Proof. We will prove the vice versa implication. Fix ϵ > 0 and let δ be as given as
above. Let {xn } ⊂ I − {p} such that limn→∞ xn = p. By definition, ∃N1 ∈ P such that,
Because ϵ > 0 was arbitrary, limn→∞ f (xn ) = A. As {xn } was arbitrary, vice versa
follows
§6 04/10/23
When we defined limits, we had,
an open interval I and p ∈ I
12
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Theorem 6.3
Let I be an interval, and p ∈ I and let f, g : I → R. Let c ∈ R. Assume f and g are
continuous at p. Then,
f + g is continuous at p
f g is continuous at p
§7 06/10/23
Last time
1. Introduced the concept of continuity
2. Proved the algebra of continuity theorem.
Today
We will take the theorem on algebra of continuity a bit further. Namely, we will add the
following propositions.
cf is continuous at p
Suppose that g(p) ̸= 0. Then, ∃r > 0, such that, g(x) ̸= 0∀x ∈ (−r+p, r+p)∩I,
and f /g is continuous at p
§7.1 Examples
First note that the previous theorem allows us to VASTLY expand our stock of continuous
functions.
Any constant function is continuous on R
13
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Fix p ∈ R. We will try to show that sin x is continous at p. For that, we will use
the following lemma.
Lemma 7.2
Suppose that f is a function (defined on I) such that |f (a) − f (b)| ≤ c|x − p|
∀a, b ∈ I, then this function is continous.
Now we compute,
§8 09/10/23
Last time
Vastly expanded our stock of continuous functions
Today
Let S1 , S2 ⊂ R be non empty sets and f : S1 → R, g : S2 → R. We will denote as f (S1 )
the set
f (S1 ) := {f (x) : x ∈ S1 }
Suppose f (S1 ) is a subset of S2 , then we can define a function which is denoted as g ◦ f ,
and it is defined as
g ◦ f := g(f (x))
Proof. Fix an ϵ > 0. Write q := f (p). Then ∃σ > 0 such that |g(y) − g(q)| < ϵ whenever
y ∈ I2 AND |y − q| < σ.
By the continuity of f at p, ∃δ > 0, such that |f (x) − f (p)| < σ whenever x ∈ I1 and
|x − p| < δ.
By our assumption, whenever x ∈ I1 =⇒ f (x) ∈ I2 . From the above statements,
taking y = f (x), we get that |g(f (x)) − g(f (p))| < ϵ whenever x ∈ I1 and |x − p| < δ
14
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Proof of Lemma. We will only prove for the case g(c) < 0. The other case is left as an
exercise. By continuity, ∃r > 0 such that |g(x) − g(c)| < |g(c)|/2 =⇒ g(x) − g(c) <
−g(c)/2 (because g(c) < 0). Rearranging, we get that g(x) < g(c)/2 < 0.
§9 10/10/2023
Last time
1. Continuity of composition of functions
2. Began proving Bolzano’s Theorem
Today
Continuation of Yesterday’s proof. Assume that f (c) ̸= 0. Then f (c) < 0 or f (c) > 0.
We will get a contradiction in either case.
f (c) > 0 =⇒ ∃r > 0 such that,
f (x) > 0 ∀x ∈ (c − r, c + r) ∩ [a, b]
Note that a ∈/ (c − r, c + r) =⇒ a < c − r < c, i.e, c − r is not even an upper bound of
S. Thus, ∃x′ : c − r < x′ ≤ c such that f (x′ ) ≤ 0. Contradiction!
Do the f (c) < 0 case as a homework.
Theorem 9.1
Let I be an interval, and let f : I → R be continuous. Let x1 < x2 ∈ I. Suppose that
f (x1 ) ̸= f (x2 ). Then, for any k ∈ R lying between f (x1 ) and f (x2 ), ∃c ∈ (x1 , x2 )
such that f (c) = k
15
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Proof. Let g(x) = f (x)|[x1 ,x2 ] − k : [x1 , x2 ] → R. Clearly, this is continuous. Also
notice that max [f (x1 ), f (x2 )] > k and min [f (x1 ), f (x2 )] < k. So, g(x1 ) and g(x2 ) have
opposite signs. Thus, by using Bolzano’s theorem, ∃c ∈ (x1 , x2 ) such that g(c) = 0. But,
this gives that f (c) = g(c) + k = k
§9.1 Interlude
A and B are non empty sets. We define the Cartesian Product as,
A × B := {(a, b) : a ∈ A and b ∈ B}
Answer 1
Take as an axiom that A × B is a set.
Answer 2
A × B can be constructed as a set thanks to something called the Pair Set Axiom
Definition 9.2. Let A and B be two non empty sets. A relation between two sets, say
→, is a subset S→ ⊆ A × B. We say that a → b ⇔ (a, b) ∈ S→
§10 11/10/23
Last time
Bolzano Theorem
Cartesian Product
Today
Example 10.1
> is a relation between R and itself. y > x ⇔ y − x ∈ R+ . More formally,
S> = {(y, x) ∈ R × R : y − x ∈ R+ }
Working inductively using the above argument, given non empty sets, A1 , · · · , An , we
can define
A1 × A2 × · · · × An := {(a1 , · · · , an ) : aj ∈ Aj , j = 1, · · · , n}
16
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Theorem 10.3
Let f : [−1, 1] → [−1, 1]. Suppose f is continuous. Then, ∃c ∈ [−1, 1] such that,
f (c) = c
Theorem 10.4
Any continuous function from Bn to itself has a fixed point i.e ∃ a point (x1 , · · · , xn )
such that, f (x1 , · · · , xn ) = (x1 , · · · , xn )
There are many practical applications of this theorem, one of them being PAGE RANK
of a search engine.
§11 13/10/20
Last time
More about relations and functions
Today
Let S ̸= ϕ be a set. Let f be a function f : S → R such that
{f (x) ∈ R : x ∈ S} (range of f )
17
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Theorem 11.1
Let a < b ∈ R. Let f : [a, b] → R be continuous. Then f is bounded
Corollary 11.2
Let [a, b] and f be as above. Then,
2. ∃c, d ∈ [a, b] such that, f (c) = inf f and f (d) = sup f . Thus, f has a point of
absolute maximum and a point of absolute minimum.
Proof. For the first part, by the previous theorem, range(f ) is bounded and non empty.
the first claim follows from the GLB property and 2nd from the LUB property.
For the second part, it suffices to show that ∃d such that, f (d) = sup f . Suppose not,
and let M := sup f . Then M − f (x) > 0∀x ∈ [a, b]. By our theorem on continuity of
algebraic combinations,
1
g(x) := (Continuous on [a, b])
M − f (x)
But (M − 1/c) is not an upper bound of range(f ), which contradixts the last line.
§12 16/10/23
Last time
1. If f : [a, b] →continuous R, then f is bounded
2. Corollary: Existance of points of absolute maximum and minimum for above class
of functions
Today
Definition 12.1. Let S be a non empty set and f : S → R. A point p ∈ S is called a
point of absolute maximum (respectively, absolute minimum) if, f (p) ≥ f (x)∀x ∈ S
(respectively, f (p) ≤ f (x)∀x ∈ S)
18
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
§13 Differentiability
Definition 13.1. Let I ⊆ R be an open interval and x ∈ I. Let f : I → R. We say that
f is differentiable at x if the following limit exists.
f (x + h) − f (x)
lim := f ′ (x)
x→0 h
If f is differentiable at each x ∈ I, we say that f is differentiable
Theorem 13.2
Let I be an open interval, a ∈ I and f : I → R. If f is differentiable at a, then it is
continuous at a
Proof. Write
f (x) − f (a)
f (x) − f (a) = (x − a) ∀x ∈ I − {a}
x−a
f (x) − f (a)
Since lim exists, by our theorem on limit of products, this implies,
x→a x−a
Example 13.3
Show that f (x) = cos x is differentiable
Solution.
cos(x + h) − cos x cos x cos h − sin x sin h − cos x
=
h h
− cos x(1 − cos h) sin h
= − sin x
h h
2
h sin (h/2) sin h
= −2 cos x − sin x
4 (h/2)2 h
§14 18/10/23
Last time
Introduction to differentiation.
19
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Today
Theorem 14.1
Let I ⊆ R be an open interval. Let a be a point in I and let f, g : I → R. Let
c1 , c2 ∈ R. Assume that f and g are differentiable at a. Then
f (a + h)g(a + h) − f (a)g(a)
lim = f (a)g ′ (a) + f (a)g ′ (a)
h→0 h
1. Write:
F (x) − F (a) g(f (x)) − g(f (a)) f (x) − f (a)
= ·
x−a f (x) − f (a) x−a
The first limit is self evident and the second one follows by continuity of f
20
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
3. But EQUATING:
g(y) − g(f (a)) g(f (x)) − g(f (a))
=
y − f (a) f (x) − f (a)
is a problen because there could, for each r > 0, ∃xr ∈ (a − r, a + r) ∩ I1 , xr ̸= a
such that f (xr ) = f (a).
Self-tudy
Work on all ”applied” problems in 4.12
§15 20/10/23
Last time
1. Differentiation of algebraic combinations
2. Chain rule
Today
Definition 15.1. Let S be a non empty set and let f : S → R. A point c ∈ S is called
ii) a point of local or relative maximum if ∃r > 0 such that f (c) ≤ f (x)∀x ∈
S ∩ (c − r, c + r)
Theorem 15.2
Let I ⊆ R be an open interval and let f : I → R. Let f be differentiable. If c ∈ I is
a point of local maximum or local minimum, then f ′ (c) = 0
f (c) ≥ 0 OR
f (c) ≤ 0
Suppose f ′ (c) ̸= 0. Then, it suffices to assume f ′ (c) > 0 (WHY?). Define Df : I − {c} →
R, such that,
f (x) − f (c)
Df (x) :=
x−c
By assumption, limx→c Df (x) exists (= f ′ (c)). Now, by the sign preserving property,
∃r ∈ (0, R) such that,
21
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
§16 23/10/2023
§16.1 Last time
Point of local maximum or minimum algorithm for determining absolute max and min
values
§16.2 Today
Proof. Assume f ′ (x) ̸= 0∀x ∈ (a, b). By assumption, f has a point of absolute maximum
and also a point of absolute minimum. By the previous theorem, none of the latter are
in (a, b). Thus,
min{f (a), f (b)} ≤ f (x) ≤ max{f (a), f (b)}∀x ∈ [ a, b]
This implies that f is a constant, thus, f ′ (x) = 0∀x ∈ (a, b), a contradiction.
f (b) − f (a)
f ′ (c) =
b−a
Corollary 16.3
Let a < b ∈ R and f : [ a, b] → R is continuous. Suppose f is differentiable on (a, b),
then,
Proof. We will only do part (i). Let x < y ∈ [ a, b] . Apply LMVT to f (first check all
conditions to apply LMVT). Thus, ∃c ∈ (x, y) such that,
f (y) − f (x) = f ′ (c)(y − x) > 0
because f ′ (x) > 0 by hypothesis. Thus, f (y) > f (x). Since, x < y are arbritrary, (i)
follows.
22
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
GENERAL EXAMPLES
With S as above, if f is either strictly increasing or strictly decreasing, f is one-one
Theorem 16.5
Let I ⊆ R be an interval and let f be constant. If f is one one, then f is either
strictly increasing or strictly decreasing.
§17 25/10/2023
Last time
2 mean value theorems (Rolle’s and LMVT)
Invertible functions
Today
We begin with an interesting question. If f is invertible, is ontinuity of f inherited
by f −1 . The answer is that it depends on the domain of f . Here is the appropriate
theorem.
Theorem 17.1
Let I ⊆ R be an interval and f : I → R be an invertible funciton. If f is continuous,
then so is f −1
The proof of the above theorem was not done in class, but it’s a nice exercise to try
out (Hint: Try proving one one first) Now, we are ready to talk about derivatives of
inverses.
Theorem 17.2
Let I ⊆ R be an open interval and f : I → R be an invertible function. Let a ∈ I.
Assume f is continuous and f is differentiable at a. If f ′ (a) ̸= 0, then,
1
(f −1 )′ [ f (a)]
f ′ (a)
23
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Example 17.3
Find the derivate of arcsin x (Note that in general arcsin x is defined only if the sin
function is restricted to [2n − 1/2π, 2n + 1/2π])
Let x ∈ (−1, 1). Any such x is of the form x = sin θ for a unique θ ∈ (−π/2, π/2). Thus,
we can infer
1
(f −1 (sin θ) = )
cos θ
Now complete the argument and prove that
1
(f −1 (x) = √ )
1 − x2
§18 27/11/23
Last time
Continuity and Differentiability of inverse in context of function defined on intervals
Today
Definition 18.1. Let I ⊆ R be an open interval and f : I → R. If f is differentiable
on I, write f (1) := f ′ and f (0) := f . We say that f hasderivatives of order n, n ∈ P, if
′
f (n−1) exists and is differentiable where f (n) := f (n−1) for 1 ≤ k ≤ n
Integration
Rb R
(Discussion) We want to make precise the meaning of a f (x)dx (from which f (x)dx
follows) For f : [a, b] → R such that f ≥ 0, want,
Z b
f (x)dx = Area {(x, y) ∈ R2 : 0 ≤ y ≤ f (x), x ∈ [a, b]}
a
24
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Theorem 18.3
Let a < b ∈ R and let s, t : [a, b] be step functions.
§19 30/10/23
Last time
Rb
Motivation for the integral a f (x)dx (Specifically, if f ≥ 0, integral is the area of
the function)
Defined step functions
Today
Definition 19.1. Let a < b and s : [a.b] → R be a step function. Let a = x0 < x1 <
· · · < xn = b and c1 , · · · , cn ∈ R be the data defining S. Then,
Z b n
X
s(x)dx = cj (xj − xj−1 )
a j=1
§20 03/11/23
Last time
Defined the Reimann Integral
25
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Today
Theorem 20.1
Z b
Let a < b ∈ R and s : [a, b] ∈ R be a step function. Then s(x)dx is independent
a
of partitions determining S
Sketch. Step 1: Special case where P ⊊ P ∗ such that P ∗ −P = {c}; P ∗ and P determine
partition.
P : a = x0 < x1 < · · · < xn = b
and ∃ unique j ∗ such that 1 ≤ j ∗ ≤ n such that, c ∈ (xj ∗ −1 , xj ∗ ). If
∗
xj , 0 ≤ j ≤ j − 1
∗
P : a = y0 < y1 < · · · < yn+1 = b =⇒ yj = c, j = j ∗
xj−1 , j ≥ j ∗ − 1
Now compare,
Z b Z b
(P) s(x)dx and (P ∗ ) s(x)dx
a a
Step 2: General case. Given determining partitional, P1 ̸= P2 , define P ∗ = P1 ∪ P2 .
Thus, P ∗ ⊋ P1 , P2 . Now, use induction + Step 1 to show that,
Z b Z b Z b
∗
(P1 ) s(x)dx = (P ) s(x)dx = (P2 ) s(x)dx
a a a
Theorem 20.2
Let a < b ∈ R, s, t : [a, b] → R be step functions. Let α ∈ R and c ∈ (a, b)
Z b Z b
(Homogenity) αs(x)dx = α s(x)dx
a a
Z b Z b Z b
(Additivity) (s + t)(x)dx = s(x)dx + t(x)dx
a a a
Z b Z b
(Comparision Theorem) If s ≥ t, then s(x)dx ≥ t(x)dx
a a
Z b Z c Z c
(Additivity wrt interval) s(x)dx = s(x)dx + s(x)dx
a a b
Z b Z b+α
(Translation invariance) s(x)dx = s(x − α)dx
a a+α
The inequalities follow by the part one and two of the theorem.
26
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
§21 06/11/23
Last time
Properties of integral of step functions.
Today
First, notice that, the value of the integral of the step function given by the general formula
is the same as the reimann integral. This fact is a homework assignment.
Theorem 21.1
Let a < b ∈ R and let f, g : [a, b] → R such that f, g ∈ R [a, b]. Let c ∈ (a, b) and
α ∈ R. Then,
Proofs are lengthy and omitted. Now, proceeding further, we want to ask a ques-
tion.
Note that the LHS doesn’t have any term involving x, which is enough for uniform
continuity (complete the proof)
27
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
§22 7/11/23
Last time
Extended properties of integral of step functions to general Reimann Integrable functions.
Intro to uniform continuity.
Today
The general question asked was to find a class of Reimann Integrable functions.
Theorem 22.1
Let a < b ∈ R. If f : [a, b] → R is continuous, then it is uniformly continuous.
This is by itself a deep result. We will not prove this, but it is useful to know that
the proof re-uses ideas for ”boundedness theorem”. The following theorem answers our
question.
Theorem 22.2
Let a < b ∈ R. If f : [a, b] → R is continous, then f ∈ R [a, b]
Homework
READ statement of “small span theorem” (Theorem 3.13 in Apostol)
Now, we will introduce some conventions. Let a < b ∈ R and let f : [a, b] → R be
bounded.
Ra Rb
If f ∈ R [a, b], set b f (x)dx := − a f (x)dx
Rc
If c ∈ [a, b], set c f (x)dx = 0 (This can be justified)
28
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
Proof. Before proving the theorem, check that if f be defined as above and c1 , c2 , c3 ∈ [a, b]
(in no particular order). Then,
Z c3 Z c2 Z c3
f (x)dx = f (x)dx + f (x)dx
c1 c1 c2
Now, let x ∈ (a, b) at which f is continous. Let |h| be so small that x + h ∈ [a, b]. Then,
Z x+h Z c
F (x + h) − F (x) 1
− f (x) = f (t)dt − f (t)dt − f (x)
h h c c
1 x+h
Z
= f (t)dt − f (x)
h x
1 x+h
Z
= (f (t) − f (x))dt
h x
Z max(x,x+h)
1
≤ |f (t) − f (x)|dt (Comparision Theorem)
|h| min(x,x+h)
Fix ϵ > 0. By continuity at x, ∃δ > 0 such that, |f (y) − f (x)| < δ whenever y ∈ [a, b] and
|x − y| < δ. If t ∈ [min(x, x + h), max(x, x + h)] and |h| < δ, then we have |t − x| < δ
and so, |f (x) − f (y)| < ϵ. Now by the above chain of steps,
Z max(x,x+h)
F (x + h) − F (x) 1
− f (x) ≤ ϵdt
h |h| min(x,x+h)
∀h : 0 < |h| < δ
Since ϵ > 0 was arbritrary,
F (x + h) − F (x)
lim = f (x)
h→0 h
In particular, if a < b ∈ I,
Z b
f (x)dx = P (b) − P (a)
a
Remarks
Let f and I be as in the definition of primitve and let f admit a primitive. If P1
and P2 are two primitives, then ∃ a constant c such that, P1 = P2 + c (follows from
the corollary to the LMVT)
29
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
§24 10/11/23
Last time
Finished proof of the 1st FTC. Stated 2nd FTC. Integration by parts
Today
Leibnizian notation: Let I ⊆ R be a non empty interval and f : I → R is continuous.
The 2nd FTC gives existence of primitive of f , which is non unique.
Z
1. We denote by f (x)dx := a function P , UNDETERMINED up to a constant,
such that, P ′ = f on I
Logarithms
What is a logarithm?
Answer: Any function f : (0, ∞) → (−∞, ∞) such that,
Definition 24.1. Let x ∈ (0, ∞). The natural logarithm (denoted by log) of x is defined
as, Z x
1
log(x) := dt
1 x
30
Shreeansh Hota — 15 November 2023 UMA101: Analysis and Linear Algebra
31