Uniform convergence and continuity

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
rainwyz0706
Messages
34
Reaction score
0
1.kn (x) = 0 for x ≤ n
x − n, x ≥ n,
Is kn(x) uniformly convergent on R?

I can show that it is uniformly convergent on any closed bounded interval [a,b], but I don't think it is on R. Could anyone please give me some hints how to prove it?

2.Fix 0 < η < 1. Suppose now that h : [0, 1] → R is continuous. Prove that the series
t(x) = ∑ x^n h(x^n ) is uniformly convergent on [0, η]. Deduce that t(x) is continuous.

I'm not sure how to treat h(x^n) here, since it's not bounded. Could anyone help me figure it out?

Any help is appreciated!
 
Physics news on Phys.org
for the 2nd, i would start by considering the definition of uniform convergence

so start with any e>0 and look at |t(x+e) - t(x)|

i haven't tried it yet, but i think the idea is the multiplication of x^n and the continuity of h(x) should do it...
 
Thanks for your reply. I think clearly y=x is not uniformly convergent, so I guess kn(x) isn't either?
About the second one, I tried to work with the epsilon-delta definition, but the result seemed still depend on n. Could you please be a bit more specific how you would do it?
 
Is the first question asking whether kn(x) is uniformly continuous? If not, is it asking whether the sequence kn(x) is uniformly convergent to the zero function? For the second question, are you familiar with the theorem that says a continuous function on a compact set achieves its maximum and minimum?
 
Thanks, I got it!