Finding a convergent subsequence of the given sequence

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
9 replies · 4K views
Maddiefayee
Messages
5
Reaction score
0

Homework Statement


For some background, this is an advanced calculus 1 course. This was an assignment from a quiz back early in the semester. Any hints or a similar problem to guide me through this is greatly appreciated! Here is the problem:
Find a convergent subsequence of the sequence:
{(-1)n (1-(1/n)}n=1

Homework Equations


I don't think there are any equations needed. The class is all about proofs. Here's a definition:
A sequence {an} is said to converge to the number a provided that for every positive number ε there is an index N such that:
|an - a| < ε , for all indices of n ≥ N

The Attempt at a Solution


So this was my attempt. My "solution" was: {(1/n2)(-1)n}10n=2
How I got to this solution was honestly listing out a few terms of the original sequence and then finding another sequence that I thought would make sense.

Here's the note from my professor: "Sequences, and subsequences, have an infinite number of terms. Also, this sequence is not a subsequence."
 
Physics news on Phys.org
haruspex said:
So do you now understand what constitutes a subsequence and why your attempt was not one?
Yes! I understand that it is not a subsequence. I think I am just overthinking the problem here.
 
It won't converge because it oscillates between positive when n is even and negative when n is odd.
 
Maddiefayee said:
It won't converge because it oscillates between positive when n is even and negative when n is odd.
Well, that's not enough in itself to prevent convergence. (-1)n/n converges happily. But you are right that it is part of the problem here. So how can you select a subsequence to avoid it?
 
I could make it so that n=2k where k is in ℝ.
 
Right. So then the new sequence would be:

{(-1)2n(1-(1/2n))}n=1

It would converge to 1.