Limit of a Sequence (Epsilon-N)

  • Thread starter Thread starter ksm100
  • Start date Start date
  • Tags Tags
    Limit Sequence
Click For Summary
SUMMARY

The limit of the sequence defined by x_n = 2^n/n! exists and is zero. To prove this, one must demonstrate that for every epsilon (E) greater than zero, there exists a natural number N such that for all n greater than or equal to N, the absolute value |x_n - 0| is less than E. The analysis shows that for n >= 3, the sequence can be bounded by 2(2/3)(2^(n-2)), leading to the conclusion that n must exceed (ln(3E)/ln(2)) for sufficiently small E, specifically when 0 < E < 1/3.

PREREQUISITES
  • Understanding of limits in calculus
  • Familiarity with sequences and series
  • Knowledge of the Archimedean Property
  • Proficiency in logarithmic functions and their properties
NEXT STEPS
  • Study the definition of limits in calculus
  • Explore the properties of sequences and series convergence
  • Research the Archimedean Property in mathematical analysis
  • Learn about the application of logarithms in inequalities
USEFUL FOR

Students studying calculus, mathematicians analyzing sequences, and educators teaching limit concepts in advanced mathematics.

ksm100
Messages
5
Reaction score
0

Homework Statement



Determine if a limit exists or if the sequence diverges properly. Justify your answer:

the sequence is x_n = 2^n/n!

Homework Equations



From the definition of a limit, I know that I have to prove that for every epsilon (=E) greater than zero, there exists N (natural number) such that for all n greater than or equal to N, abs value (x_n - x) less than E.

The Attempt at a Solution



Assuming the limit exists and is zero, I want to prove that for all E there exists N (natural number) such that for all n >= N, |x_n - x| < E.

So I want to show that |2^n/n!| < E.

Since 2^n, n! > 0 for all n,

0 < 2^n/n! <= 2^n/n for n>2

so eventually (for n>= 3), 0 < 2^n/n! <= 2(2/3)(2^(n-2)).

So if I can show that 2(2/3)(2^(n-2)) < E for large enough N, then I'll prove that the limit exists and is zero.

So: (2/3)(2^(n-2)) < E/2
implies (2^(n-2)) < 3E/4
implies (2^n) < 3E

so I know I can take the ln of both sides and end up with
n ln 2 < ln 3 + ln E
n < (ln 3 + ln E)/ ln 2

I know that ln 3 + ln E <= 0 when E < 1/3, which implies that
when 0 < E < 1/3, n > ln(3E)/ln(2)
but then I'm not sure where to go..
by Archimedean Property, there exists N > ln(3E)/ln(2)
which implies that for all n >= N , |x_n - x| < E (when 0 < E < 1/3).

But I don't think that's enough, and I'm not sure what to do with the case where E >= 1/3.
If anyone could offer any help I would really appreciate it. Thanks!
 
Physics news on Phys.org
I think in this case there is an easier way. 2^n / n! multiplies out as follows: the numerator is just 2*...*2, n times, and the denominator is n*(n-1)*...*2*1. If we divide, we can rewrite as (2/n)*(2/(n-1))*...*(2/2)*(2/1). The terms 2/(n-1), ... 2/2 are each less than 1, which leaves you with (2/n)(2/1) as an upper bound.
 

Similar threads

Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
4K
  • · Replies 11 ·
Replies
11
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
15
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K