

InterviewSolution
Saved Bookmarks
1. |
The sequence \(((1+\frac{1}{n})^\frac{1}{n})\) is1. bounded2. unbounded3. only lower bounded4. only upper bounded |
Answer» Correct Answer - Option 1 : bounded Concept: A sequence {an} is said to be bounded below if there exists a number l such that l ≤ an ∀ n ≤ N. Such a number l is called a lower bound of {an}.
First, let us check the boundedness of the sequence from below. Note that ∀n∈N \((1+\frac{1}{n})>1\) ⇒ \((1+\frac{1}{n})^\frac{1}{n}>1\) Hence the sequence is bounded below. Now we check the boundedness of the sequence from above. You can see that for all n ∈ N \(\frac{1}{n}≤1\) ⇒ \(1+\frac{1}{n}≤2≤2^n \) ⇒ \((1+\frac{1}{n})^\frac{1}{n}≤2\) Thus the sequence is bounded above also. Hence the sequence is bounded. |
|