Sequence (a_n)^2 ->0 implies (a_n) ->0 ?

  • Thread starter Thread starter kingwinner
  • Start date Start date
  • Tags Tags
    Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
kingwinner
Messages
1,266
Reaction score
0

Homework Statement


Let an be an infinite sequence.

1) Is it true that an2 ->0 as n->∞
=> an ->0 as n->∞ ?

2) Is it also true that an ->0 as n->∞
=> an2 ->0 as n->∞ ?

Homework Equations


N/A

The Attempt at a Solution


Both SEEM to be true to me, but I am not sure why. What is the simplest way to explain these? I want to understand intuitively.

Any help is appreciated!
 
Physics news on Phys.org
Saying that [itex]a_n\to 0[/itex] means that, given any [itex]\epsilon> 0[/itex] there exist N such that if n> N, [itex]|a_n- 0|= |a_n|< \epsilon[/itex].

Saying that [itex]a_n^2\to 0[/itex] means that, given any [itex]\epsilon> 0[/itex] there exist N such that if n> N, [itex]|a_n^2- 0|= |a_n^2|< \epsilon[/itex].

If you know that [itex]a_n\to 0[/itex] then, given any [itex]\epsilon> 0[/itex] there exist N such that if n> N, [itex]|a_n|< \sqrt{\epsilon}[/itex]. From that it follows that, for n> N, [itex]|a_n^2|< \epsilon[/itex].

Conversely, if you know that [itxex]a_n^2\to 0[/itex] then, given any [itex]\epsilon> 0[/itex], there exist N such that if n> N, [itex]|a_n^2|< \epsilon^2[/itex]. From that it follows that, for n> N, [itex]|a_n|< \epsilon[/itex].

More generally, if [itex]a_n\to a[/itex] and f(x) is continuous in some neighborhood of a, then [itex]f(a_n)\to f(a)[/itex].
 
HallsofIvy said:
More generally, if [itex]a_n\to a[/itex] and f(x) is continuous in some neighborhood of a, then [itex]f(a_n)\to f(a)[/itex].

Thanks! But I have a question, then.
an2 ->0 as n->∞
=> an ->0 as n->∞

But the square root function is NOT continuous at 0, and it's definitely NOT continuous in a neighbourhood of 0, so the theorem does not apply??
It's weird...
 
Last edited:
Halls said 'more generally'. sqrt is one-sided continuous at 0, from the positive side. If you don't have special theorems about one sided continuity, then just pay attention to his suggestions about an epsilon delta proof. Isn't that what you meant about "SEEM to be true"?
 
I have a question about the proof.

Saying that [itex]a_n\to 0[/itex] means that, given ANY [itex]\epsilon> 0[/itex] there exist N such that if n> N, [itex]|a_n- 0|= |a_n|< \epsilon[/itex].

Because of the word "ANY", we can take epsilon here to be [itex]\sqrt{\epsilon}[/itex], and there would still exist some N, right?
 
Last edited: