Prove the sequences n² and -n do not converge

  • Thread starter Thread starter Elzair
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Elzair
Messages
10
Reaction score
0

Homework Statement



Prove the sequences [tex]\left\{ n^{2} \right} _{n \in N}[/tex] and [tex]\left{ -n \right}_{n \in N}[/tex] do not converge.

Homework Equations



lim n^2 = a
lim -n = b

The Attempt at a Solution



If n^2 converges, then for all epsilon > 0, there is an N s.t. |n^2 - a| < epsilon for all n > N.

If -n converges, then for all epsilon > 0, there is an N s.t. |-n - b| < epsilon for all n > N.

I assume I could use the triangle inequality possibly.
 
Physics news on Phys.org
Why not just pick some concrete value for [itex]\varepsilon[/itex] (say, 1) and derive a contradiction?
 
If a sequence diverges then there is an M>0 thuch that when [tex]n>N[/tex] then [tex]|a_{n}|\geqslant M[/tex]. Can you do this for the sequences you have?
 
hunt_mat said:
If a sequence diverges then there is an M>0 thuch that when [tex]n>N[/tex] then [tex]|a_{n}|\geqslant M[/tex]. Can you do this for the sequences you have?
Be carful. In general a sequence "diverges" as long as it does not converge. That is very different from "diverges to infinity" or "diverges to negative infinity". The sequence 1, 2, 1, 2, 1, 2, ..., diverges but does NOT satify the condition you give.
 
But in the context here the definition of diverges to infinity is the correct one to use.