Why Does the First Step in Solving This Sequence Problem Work?

  • Thread starter Thread starter quasar987
  • Start date Start date
quasar987
Science Advisor
Homework Helper
Gold Member
Messages
4,796
Reaction score
32
I have this problem that I could not solve, so I looked up the answer. It more of less said how we had to start to get to the answer. So I try that and get the right answer, but I still don't understand what this first step MEANS.

The question is about sequences and it says: Find an interval which contains all terms but the first 20 of the sequence defined by

x_n =4+\frac{(-1)^n}{n}

If we start by saying "we are looking for an \epsilon>0 such that \forall n>20, |x_n - 4|<\epsilon", everything follows very smoothly and we find that this epsilon is 1/20 and that the interval is (3+19/20 , 4+1/20).

But this "we are looking for an \epsilon>0 such that..." beginning is not the real begining, because what we are looking for really is an INTERVAL. An interval I such that \forall n>20, x_n \in I. So how do the "we are looking for an \epsilon>0 such that..." follows from the real question that is asked?
 
Physics news on Phys.org
I don't understand your confusion. You already have the answer. What's the problem?
 
Define y(n) = x(n) - 4 and find the smallest interval that contains all y(n>20).
Also see that y(n+1) = -(n/n+1)*y(n) => |y(n+1)| < |y(n)|
 
Ok so the line of reasoning I was looking for is: Since 4 is a constant term in every term of the sequence, finding the interval I that contains all but the 20 first terms is the same as finding an interval (-\epsilon, \epsilon) that contains all but the first 20 y_n (as defined by Gokul) because our interval I will then be simply (4-\epsilon, 4+\epsilon).

There is still something that is unclear in my head about this method, though. Supposing this is the general method of solving all problems of the "find an interval that contains all but the first /whatever terms" kind, I am bothered by this special case: Suppose the sequence converges towards 0 and looks like this:

\{-100, 100, -50, 97, -23, 92, -11, 84, -2 ...\}

i.e. the negative terms converge much faster than the positive ones. Now if we try to find the interval (-\epsilon, \epsilon) that contain all but the first 5 terms, we cannot set \epsilon=23 because this does not include the sixth term. And we cannot set \epsilon=93 because it would include the third and the fifth terms. So there is no such \epsilon.

There is always the posibility that there exists no x_n that generates a sequence that behaves in such a way. That would be nice. :smile:
 
quasar987 said:
There is still something that is unclear in my head about this method, though. Supposing this is the general method of solving all problems of the "find an interval that contains all but the first /whatever terms" kind, I am bothered by this special case...

You needn't be bothered as problems of this type are going to be impossible for some sequences, hence there is no general method that works on all sequences.

Your original sequence is nice in the following way, the sequence |y_n| is a strictly decreasing sequence. That is |y_1|&gt;|y_2|&gt;|y_3|&gt;\ldots. In a case like this you can always find an interval that excludes the first N terms, for any value of N. (note y_n=x_n-\lim_{n\rightarrow\infty}x_n)
 
The confusion seems to be because there isn't a unique answer to the problem. It seems that any interval contained in (3+18/19,4+1/20) and containing [3+20/21,4+1/22] would do the trick. The answer given is the largest interval which is symmetric about 4.
 
xn satisfying |x_n - 4|&lt;\epsilon
IS an interval:
This is the same as
-\epsilon&lt; x_n- 4&lt;\epsilon
or
4-\epsilon&lt; x_n&lt; 4+\epsilon
 
I realized that. It's why I was able to solve the problem. But why 4±epsilon and not something else is what I was wondering. I know now.
 
Back
Top