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

  • Thread starter kingwinner
  • Start date
  • Tags
    Sequence
In summary: Otherwise, you may need to find an N depending on epsilon. In summary, the question is whether an sequence converges to 0 as n approaches infinity. The answer is yes, based on the definition of convergence. Furthermore, if an sequence converges to 0, its square also converges to 0. This can be proved using the concept of continuity and epsilon-delta proofs.
  • #1
kingwinner
1,270
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
  • #2
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].
 
  • #3
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:
  • #4
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"?
 
  • #5
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:
  • #6
You can if you know as epsilon approaches zero, sqrt(epsilon) approaches zero. If you are ok with that, go for it.
 
Last edited:

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

What is the significance of the sequence (a_n)^2 approaching 0?

The sequence (a_n)^2 approaching 0 indicates that the terms in the sequence are decreasing in magnitude, which suggests that the terms in the original sequence (a_n) are also decreasing. This is important because it helps prove that the sequence (a_n) is convergent, meaning it approaches a specific limit as n approaches infinity.

How does the behavior of (a_n)^2 affect the behavior of (a_n)?

Since (a_n)^2 is a square of the terms in (a_n), it is always positive. This means that if (a_n)^2 approaches 0, then (a_n) must also approach 0. This is because for any positive number a, the square root of a (denoted as √a) will also be positive. Therefore, as (a_n)^2 approaches 0, the corresponding √(a_n)^2 will also approach 0.

Can (a_n)^2 approach 0 while (a_n) does not?

No, this is not possible. As mentioned earlier, the square root of any positive number will always be positive. Therefore, if (a_n)^2 approaches 0, then (a_n) must also approach 0.

Is the converse of this statement true?

No, the converse of this statement is not true. Just because a sequence (a_n) approaches 0 does not necessarily mean that its square (a_n)^2 will also approach 0. This is because (a_n)^2 can still approach 0 even if (a_n) does not approach 0, as long as (a_n) remains bounded.

How is this theorem useful in real-world applications?

This theorem is useful in many real-world applications, particularly in fields such as physics and engineering. It helps to prove the convergence of certain mathematical models and predictions. For example, in physics, this theorem can be applied to analyze the behavior of objects in motion or the decay of radioactive materials. In engineering, it can be used to ensure the stability and accuracy of numerical methods and simulations.

Similar threads

Back
Top