





Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
the Weierstrass M-test implies that both series converge uniformly (and absolutely) on R. Each term in the series is continuous, and the uniform limit of ...
Typology: Lecture notes
1 / 9
This page cannot be seen from the preview
Don't miss anything!






Real Analysis
Math 125A, Fall 2012
Sample Final Questions
f (x) =
x
3
1 + x^2
Show that f is continuous on R. Is f uniformly continuous on R?
Solution.
x
3
1 + x
2
= x −
x
1 + x
2
For x, y ∈ R, we have
|f (x) − f (y)| =
x − y −
x
1 + x
2
y
1 + y
2
≤ |x − y| +
x
1 + x^2
y
1 + y^2
2
2 , we get
∣ ∣ ∣ ∣
x
1 + x
2
y
1 + y
2
x − y + xy
2 − x
2 y
(1 + x
2 )(1 + y
2 )
1 + |xy|
(1 + x^2 )(1 + y^2 )
|x − y|
1 + x
2
2
(1 + x^2 )(1 + y^2 )
|x − y|
1 + y
2
1 + x
2
|x − y|
≤ |x − y|
|f (x) − f (y)| ≤ 2 |x − y| for all x, y ∈ R.
Therefore f is Lipschitz continuous on R, which implies that it is uni-
formly continuous (take δ = ǫ/2).
′ (0) = 0
but f
′ (x) ≥ 1 for all x 6 = 0?
Solution.
f
′ (0) = lim x→ 0
f (x) − f (0)
x
The mean value theorem implies that for for every x 6 = 0, there is some
ξ strictly between 0 and x (so ξ 6 = 0) such that
f (x) − f (0)
x
= f
′ (ξ) ≥ 1.
lim x→ 0
f (x) − f (0)
x
so we cannot have f
′ (0) = 0.
and fn → f uniformly on A. Prove that f is uniformly continuous on A.
(b) Does the result in (a) remain true if fn → f pointwise instead of uni-
formly?
Solution.
N ∈ N such that
|fn(x) − f (x)| <
ǫ
for all x ∈ A and n > N.
Choose some n > N. Since fn is uniformly continuous, there exists
δ > 0 such that
|fn(x) − fn(y)| <
ǫ
for all x, y ∈ A with |x − y| < δ.
Then, for all x, y ∈ A with |x − y| < δ, we have
|f (x) − f (y)| ≤ |f (x) − fn(x)| + |fn(x) − fn(y)| + |fn(y) − f (x)| < ǫ,
which implies that f is uniformly continuous on A.
consider fn : [0, 1] → R defined by fn(x) = x
n
. Then fn is uniformly
continuous on [0, 1] because it is a continuous function on a compact
interval, but fn → f pointwise where
f (x) =
0 if 0 ≤ x < 1,
1 if x = 1.
The limit f is not even continuous on [0, 1].
fn(x) =
sin(nx)
1 + nx
(a) Show that fn converges pointwise on [0, ∞) and find the pointwise limit
f.
(b) Show that fn → f uniformly on [a, ∞) for every a > 0.
(c) Show that fn does not converge uniformly to f on [0, ∞).
Solution.
|fn(x)| ≤
1 + nx
→ 0 as n → ∞
so fn(x) → 0. Also, fn(0) = 0 for every n, so fn(0) → 0. Thus, fn → 0
pointwise on [0, ∞).
|fn(x)| ≤
1 + na
na
for all a ≤ x < ∞,
so given ǫ > 0 take N = 1/a and then |fn(x)| < ǫ for all n > N,
meaning that fn → 0 uniformly on [a, ∞).
pointwise-limit 0. Let xn = π/(2n). Then
fn(xn) =
1 + π/ 2
Therefore, if 0 < ǫ 0 ≤ 1 /(1 + π/2), there exists x ∈ [0, ∞) such that
fn(x) ≥ ǫ 0 ,
which means that fn does not converge uniformly to 0 on [0, ∞).
f (x) =
n=
sin nx
n
3
, g(x) =
n=
cos nx
n
2
(a) Prove that f, g : R → R are continuous.
(b) Prove that f : R → R is differentiable and f
′ = g.
Solution.
sin nx
n^3
n^3
∞ ∑
n=
n^3
cos nx
n^2
n^2
n=
n^2
the Weierstrass M-test implies that both series converge uniformly (and
absolutely) on R.
uous functions is continuous, so f , g are continuous on R.
Since the series for g converges uniformly, the theorem for the differen-
tiation of sequences implies that f is differentiable and f
′ = g.
(a) Find the radius of convergence R of the power series
f (x) =
p∈P
x
p = x
2
3
5
7
11 +...
(b) Show that
0 ≤ f (x) ≤
x
2
1 − x
for all 0 ≤ x < 1.
Solution.
f (x) =
∞ ∑
n=
anx
n
where
an =
1 if n is prime,
0 if n isn’t prime.
|anx
n | ≤ |x|
n for every n = 2, 3 , 4 ,....
Therefore, if |x| < 1 the series converges by comparison with the con-
vergent geometric series
|x|
n
. Furthermore, if |x| > 1, the terms in
the series do not approach 0. So the radius of convergence of the series
is R = 1.
0 ≤ x < 1 that
p∈P
x
p ≤
n=
x
n = x
2
n=
x
x
2
1 − x
which proves the result.