Exam focus: The chain Lipschitz ⇒ uniformly continuous ⇒ continuous, where each converse fails, and what compactness or boundedness of the domain changes. Know √x, 1/x, x², sin(1/x), sin(x²) by heart.
Lec-25 Uniform Continuity
NPTEL · Real Analysis (S. H. Kulkarni, IIT Madras)
Uniform continuity and its relation to compactness (Heine–Cantor).
Lec-31 Uniform Continuity and Absolute Continuity
NPTEL · A Basic Course in Real Analysis (IIT Kharagpur)
Worked examples of proving/disproving uniform continuity.
Part C2023 Decembershow ▾hide ▴
Let f:[0,∞)→R be the periodic function of period 1 given by f(x) = 1 − |2x − 1| for x ∈ [0, 1], and define g:[0,∞)→R by g(x)=f(x2). Which of the following statements are true?
A.f is continuous on [0,∞).✓
B.f is uniformly continuous on [0,∞).✓
C.g is continuous on [0,∞).✓
D.g is uniformly continuous on [0,∞).
Solution
f is a continuous tent function with f(0) = f(1) = 0, so its periodic extension is continuous; continuous periodic ⇒ uniformly continuous. g = f∘x2 is continuous but its oscillations speed up as x→∞(the tents get compressed), so it is not uniformly continuous.
Which one of the following functions is uniformly continuous on the interval (0, 1)?
A.f(x) = sin(1/x)
B.f(x) = e−1/x2✓
C.f(x) = eˣ cos(1/x)
D.f(x)=cosx⋅cos(π/x)
Solution
A continuous function on (0,1) is uniformly continuous iff it extends continuously to [0,1]. e−1/x2 → 0 as x → 0⁺, so it extends; the other three oscillate without a limit at 0.
Let f(x)=x2 on R and g(x)=x on [0,∞). Which of the following are true?
A.f is uniformly continuous on [0, 5].✓
B.f is uniformly continuous on R.
C.g is uniformly continuous on [0,∞).✓
D.g is Lipschitz on [0, 1].
Solution
(1) Continuous on a compact interval, hence uniformly continuous. (2) Fails: |f(n + 1/n) − f(n)| =2+1/n2 stays above 2 while the arguments get arbitrarily close. (3) |x−y| ≤√|x − y|, so δ=ε2 works. (4) Fails: the difference quotient (x−0)/(x−0)=1/x blows up near 0, so no Lipschitz constant exists there — uniform continuity does not imply Lipschitz.
Let f : [0, 1] → [0, 1] be continuous. Which of the following must be true?
A.f has a fixed point.✓
B.f is differentiable on (0, 1).
C.f is monotone.
D.f is Lipschitz.
Solution
g(x) = f(x) − x is continuous with g(0) = f(0) ≥ 0 and g(1) = f(1) − 1 ≤ 0, so the intermediate value theorem gives g = 0 somewhere. The other three all fail: |x − 1/2| is not differentiable at 1/2 nor monotone, and x maps [0,1] to [0,1] continuously without being Lipschitz near 0.
2. Differentiability, mean value theorems, Taylor, L'Hôpital
Exam focus: MVT-family questions are about *which hypothesis is missing*: Rolle needs continuity at the endpoints, Darboux needs only differentiability, L'Hôpital needs the derivative-quotient limit to exist. Know x² sin(1/x) cold.
Lec-34 Mean Value Theorems
NPTEL · Real Analysis (S. H. Kulkarni, IIT Madras)
Rolle, Lagrange and Cauchy MVT with the exact hypotheses.
Lec-36 Taylor's Theorem
NPTEL · Real Analysis (S. H. Kulkarni, IIT Madras)
Lec-36 Application of MVT, Darboux Theorem, L Hospital Rule
NPTEL · A Basic Course in Real Analysis (IIT Kharagpur)
Darboux's theorem — the reason derivatives have no jump discontinuities.
Let f(x) be a cubic polynomial with real coefficients. Suppose that f(x) has exactly one real root and that this root is simple. Which one of the following statements holds for ALL antiderivatives F(x) of f(x)?
A.F(x) has exactly one real root.
B.F(x) has exactly four real roots.
C.F(x) has at most two real roots.✓
D.F(x) has at most one real root.
Solution
F′ = f changes sign exactly once, so F is monotone on each side of one point: at most two real roots (and the constant of integration can realise 0, 1 or 2).
Let f:R→R be differentiable everywhere. Which of the following are true?
A.f′ has the intermediate value property, even where f′ is not continuous.✓
B.f′ must be continuous.
C.If f′(x) > 0 for all x, then f is strictly increasing.✓
D.If f has a local maximum at c, then f′(c) = 0.✓
Solution
(1) is Darboux's theorem — derivatives take intermediate values whether or not they are continuous. (2) fails for f(x)=x2sin(1/x),f(0)=0, whose derivative exists everywhere but oscillates at 0. (3) is the mean value theorem: f(b)−f(a)=f′(ξ)(b−a)>0.(4) is Fermat's interior-extremum theorem, applicable since f is differentiable on all of R.