Real Analysis 4
Real Analysis 4
Limit :
Definition 1 : lim f (x) = g if for every ϵ > 0 there exists a δ > 0 such that
x→a
|f (x) − g| < ϵ whenever |x − a| < δ .
Definition 2 : lim f (x) = g if for every ϵ > 0 there exists a C>0 such that
x→∞
|f (x) − g| < ϵ whenever x > C .
Can you tell what would be the definition of lim f (x) = ∞ and lim f (x) = ∞
x→∞ x→a
??
Right Hand Limit : lim f (x) = g if for every ϵ > 0 there exists a δ > 0 such
x→a+
that |f (x) − g| < ϵ whenever 0 < x − a < δ .
Left Hand Limit : lim f (x) = g if for every ϵ > 0 there exists a δ > 0 such
x→a−
that |f (x) − g| < ϵ whenever −δ < x − a < 0 .
Prove that a function has a limit g as x → a , if and only if the RHL and
LHL both are equal to g ...
1
Continuity & Differentiability :
Continuity : A function f(x) is said to be continuous at x=a , if for any ϵ > 0
there exists a δ > 0 such that |f (x) − f (a)| < ϵ whenever |x − a| < δ .
Q1. Prove that every differentiable function is continuous but the converse
is not true .
=⇒ Suppose f(x) is a function differentiable at a . Hence f ′ (a) = lim f (a+h)−f
h
(a)
h→0
exists .
Now f (a + h) − f (a) = f (a+h)−f
h
(a)
.h
f (a+h)−f (a)
=⇒ lim f (a + h) − f (a) = lim h .h
h→0 h→0
=⇒ lim f (a + h) − f (a) = f ′ (a).lim h = 0
h→0 h→0
=⇒ lim f (a + h) = f (a)
h→0
Hence, by the definition of continuity, the function is continuous at a.
Rolle’s Theorem :
Suppose f(x) is a function,
(i) Continuous at [a,b]
(ii) Differentiable at (a,b)
(iii) f(a)=f(b)
Then there exists a c ∈ (a, b) such that f ′ (c) = 0 .
2
f (b)−f (a)
Then there exists a c ∈ (a, b) such that f ′ (c) = b−a .
Q2. Prove that if f ′ (x) = 0 for all x , then f(x) is a constant function .
=⇒ Let us consider two points x1 ̸= x2 where the function is differentiable .
Hence f(x) is continuous at [x1 , x2 ] and differentiable at (x1 , x2 ) .
By Lagrange’s Mean value theorem , there exists c ∈ (x1 , x2 ) such that f (xx22)−f
−x1
(x1 )
=
f ′ (c) = 0
Hence, f (x2 ) = f (x1 ) for all x1 ̸= x2 .
We can thus conclude that f(x) is a constant function.
Q4. If f is continuous on [a,b], and f (x) ∈ [a, b], for every x ∈ [a, b], then f
has a fixed point, i.e., there exists a point , c ∈ [a, b] such that f(c)=c
Taylor’s Theorem :
Let us consider a function f(x) which is continuous in the interval [a,a+h] n
times, and differentiable in (a,a+h) n times such that nth order derivative is
continuous in (a,a+h) .
Then this function can be expanded as –
2 n−1 n
f (x) = f (a) + (x − a)f ′ (a) + (x−a)
2! f ′′ (a) + .... + (x−a)
(n−1)! f
n−1
(a) + (x−a)
n! f n (c)
, where x ∈ (a, a + h) and c is some number between a and x .
Q5. If f ′ (a) = f ′′ (a) = f ′′′ (a) = 0 but f IV (a) > 0 and f IV (x) is continu-
3
ous at x=a , then show that f(a) is local minimum.
Q6. Let f(0)=0, Show that lim f (h)+f
h2
(−h)
= f ′′ (0)
h→0
Q7. Let g be a function (continuous) with g(1)=1 such that g(x+y)=5g(x)g(y)
. Find g(x).
The limit : lim f (x, y) = l means for every ϵ > 0, there corresponds a
(x,y)→(a,b)
δ > 0 such that |f (x, y) − l| < ϵ whenever (x − a)2 + (y − b)2 < δ
How to show that limit does not exist ? If you can choose two paths y = m1 (x)
and y = m2 (x) such that (x, m1 (x)) and (x, m2 (x)) both tend to (a, b) , but
f (x, m1 (x)) and f (x, m2 (x)) do not tend to the same limit.
Iterated Limits : If we set y as constant and take limit on x , then take limit
on y, that is represented as lim lim f (x, y) . Similarly , we can also define
y→0x→0
lim lim f (x, y) .
y→0x→0
Q8. Give an example where iterated limit exists but actual limit does not
exist and vice versa!
Partial Derivatives :
For a function f(x,y) the partial derivative with respect to x at (a,b) is defined as
f (a + h, b) − f (a, b)
fx (a, b) = lim
h→0 h
Similarly, one can define the partial derivative with respect to y.
Differentiability :
Let f(x,y) be a function on D.
Consider the increment δf = f (x + h, y + k) − f (x, y)
δf = hfx + kfy + hϕ(h, k) + kψ(h, k)
If ϕ(h, k) and ψ(h, k) tend to 0 as (h,k) tends to 0 , then the function is differ-
entiable at (x,y) .