MathIsimple
CALC-2.1
3-4 Hours

Sequences and the ε-N Definition

Foundation Level
7 Sections
Essential for Analysis
Learning Objectives
By the end of this course, you will be able to:
  • Define a sequence as a function f: ℕ → ℝ and understand the notation
  • Master the precise ε-N definition of sequence limits
  • Understand equivalent formulations using neighborhoods and finite terms
  • Apply the ε-N definition to prove basic limits rigorously
  • Define and identify divergent sequences using the negation of convergence
  • Distinguish between bounded divergent and unbounded divergent sequences

Section 1: Definition of a Sequence

Understanding sequences as functions from natural numbers to real numbers

Definition 1.1: Sequence

A sequence is a function f:NRf: \mathbb{N} \to \mathbb{R}. We denote the sequence by {xn}\{x_n\} where xn=f(n)x_n = f(n), written as:

{xn}:x1,x2,,xn,\{x_n\}: x_1, x_2, \ldots, x_n, \ldots
Key Insights
Domain: N\mathbb{N}

Natural numbers {1,2,3,}\{1, 2, 3, \ldots\} representing term indices

Codomain: R\mathbb{R}

Each term xnx_n is a real number

Function View

A sequence is fundamentally a function with ordered domain

Historical Context

The rigorous definition of sequences emerged in the 19th century through the work of Augustin-Louis Cauchy (1789-1857) and Karl Weierstrass (1815-1897), who sought to place calculus on firm logical foundations.

Section 2: Examples of Sequences

SequenceExpressionBehaviorClassification
{1n}\left\{\frac{1}{n}\right\}1,12,13,1, \frac{1}{2}, \frac{1}{3}, \ldotsConverges to 0
Convergent
{(1)n}\{(-1)^n\}1,1,1,1,-1, 1, -1, 1, \ldotsOscillates between -1 and 1
Divergent (bounded)
{n2}\{n^2\}1,4,9,16,1, 4, 9, 16, \ldotsTends to +∞
Divergent (unbounded)
{1+(1)nn}\left\{1 + \frac{(-1)^n}{n}\right\}0,32,23,54,0, \frac{3}{2}, \frac{2}{3}, \frac{5}{4}, \ldotsConverges to 1
Convergent
Example 1.1: Newton's Method for √2

Consider the recursive sequence defined by x1=1x_1 = 1 and xn+1=12(xn+2xn)x_{n+1} = \frac{1}{2}\left(x_n + \frac{2}{x_n}\right). This is Newton's method for finding 2\sqrt{2}.

Step 1:x2=12(1+2)=1.5x_2 = \frac{1}{2}(1 + 2) = 1.5

Step 2:x3=12(1.5+21.5)=1.416x_3 = \frac{1}{2}(1.5 + \frac{2}{1.5}) = 1.41\overline{6}

Step 3:x41.41421568...x_4 \approx 1.41421568...

Converges rapidly to 21.41421356...\sqrt{2} \approx 1.41421356...

Section 3: The ε-N Definition of Limit

The precise mathematical formulation of sequence convergence

Definition 1.2: ε-N Definition of Sequence Limit

Let {xn}\{x_n\} be a sequence and aRa \in \mathbb{R}. We say the sequence {xn}\{x_n\} converges to aa if:

ϵ>0,NN,n>N:xna<ϵ\forall \epsilon > 0, \exists N \in \mathbb{N}, \forall n > N: |x_n - a| < \epsilon

We write limnxn=a\lim_{n \to \infty} x_n = a or xnax_n \to a as nn \to \infty.

Component Analysis
SymbolMeaningInterpretation
ϵ>0\forall \epsilon > 0
For every positive εNo matter how small the tolerance
NN\exists N \in \mathbb{N}
There exists a natural number NWe can find a threshold
n>N\forall n > N
For all n greater than NFrom term N+1 onward
xna<ϵ|x_n - a| < \epsilon
Distance less than εTerms stay within ε of a
Remark 1.1: Geometric Interpretation

For any horizontal band of width 2ϵ2\epsilon centered at y=ay = a, all but finitely many terms of the sequence lie within this band. Imagine drawing a strip of height 2ϵ2\epsilon around the limit line—eventually, all sequence points must stay inside this strip, no matter how narrow we make it.

Section 4: Neighborhood Formulation

Definition 1.3: Neighborhood

The ε-neighborhood of aa is the open interval:

U(a,ϵ)=(aϵ,a+ϵ)={xR:xa<ϵ}U(a, \epsilon) = (a - \epsilon, a + \epsilon) = \{x \in \mathbb{R} : |x - a| < \epsilon\}
Equivalent Definition using Neighborhoods
limnxn=aϵ>0,N,n>N:xnU(a,ϵ)\lim_{n \to \infty} x_n = a \Leftrightarrow \forall \epsilon > 0, \exists N, \forall n > N: x_n \in U(a, \epsilon)

This formulation emphasizes that "being close to aa" means "lying in every neighborhood of aa".

Definition 1.4: Finite Terms Outside

limnxn=a\lim_{n \to \infty} x_n = a if and only if for every ϵ>0\epsilon > 0, only finitely many terms of {xn}\{x_n\} lie outside U(a,ϵ)U(a, \epsilon).

Proof of Equivalence of Definitions 1.2 and 1.4:

(1.2) ⟹ (1.4): If all terms from N+1N+1 onward lie in U(a,ϵ)U(a, \epsilon), then at most the first NN terms lie outside, which is finite.

(1.4) ⟹ (1.2): If only finitely many terms lie outside U(a,ϵ)U(a, \epsilon), say {xn1,xn2,,xnK}\{x_{n_1}, x_{n_2}, \ldots, x_{n_K}\}, take N=max{n1,n2,,nK}N = \max\{n_1, n_2, \ldots, n_K\}. Then for n>Nn > N, we have xnU(a,ϵ)x_n \in U(a, \epsilon).

Section 5: Definition of Divergence

Definition 1.5: Not Converging to a Specific Value

limnxna\lim_{n \to \infty} x_n \neq a (the sequence does NOT converge to aa) if and only if:

ϵ0>0,N>0,n0N,n0N:xn0aϵ0\exists \epsilon_0 > 0, \forall N > 0, \exists n_0 \in \mathbb{N}, n_0 \geq N: |x_{n_0} - a| \geq \epsilon_0

This is the logical negation of the ε-N definition. It says: there exists a "bad" ε₀ such that infinitely many terms escape the ε₀-neighborhood.

Definition 1.6: Divergent Sequence

A sequence {xn}\{x_n\} is divergent if it does not converge to any real number:

aR,limnxna\forall a \in \mathbb{R}, \lim_{n \to \infty} x_n \neq a
Examples of Divergent Sequences
{(1)n}\{(-1)^n\}

Oscillates between -1 and 1

Bounded divergent
{sinn}\{\sin n\}

Bounded but irregular oscillation

Bounded divergent
{n}\{n\}

Unbounded, tends to +∞

Unbounded divergent
{(1)nn}\{(-1)^n \cdot n\}

Unbounded, oscillates

Unbounded divergent
Key Insight

"Divergent" and "unbounded" are independent concepts. A divergent sequence can be bounded (like {(1)n}\{(-1)^n\}), and an unbounded sequence is necessarily divergent.

Section 6: Proving Limits Using the Definition

Theorem 1.1: Power Decay

limn1nα=0\lim_{n \to \infty} \frac{1}{n^\alpha} = 0 for α>0\alpha > 0.

Proof of Theorem 1.1:

Given ϵ>0\epsilon > 0, we need 1nα<ϵ\frac{1}{n^\alpha} < \epsilon, which means n>(1ϵ)1/αn > \left(\frac{1}{\epsilon}\right)^{1/\alpha}.

Take N=(1ϵ)1/α+1N = \left\lfloor \left(\frac{1}{\epsilon}\right)^{1/\alpha} \right\rfloor + 1.

Then for n>Nn > N: 1nα<1Nα<ϵ\frac{1}{n^\alpha} < \frac{1}{N^\alpha} < \epsilon.

Theorem 1.2: Geometric Decay

limnqn=0\lim_{n \to \infty} q^n = 0 for q<1|q| < 1.

Proof of Theorem 1.2:

Given ϵ>0\epsilon > 0, we need qn<ϵ|q|^n < \epsilon.

Taking logarithms: nlnq<lnϵn \ln|q| < \ln \epsilon. Since lnq<0\ln|q| < 0, we get n>lnϵlnqn > \frac{\ln \epsilon}{\ln |q|}.

Take N=lnϵlnq+1N = \left\lfloor \frac{\ln \epsilon}{\ln |q|} \right\rfloor + 1.

Example 1.2: Rational Function Limit

Prove: limnn2n+23n2+2n+4=13\lim_{n \to \infty} \frac{n^2 - n + 2}{3n^2 + 2n + 4} = \frac{1}{3}

Solution:

First, compute the difference:

n2n+23n2+2n+413=3(n2n+2)(3n2+2n+4)3(3n2+2n+4)=5n+29n2+6n+12\left|\frac{n^2 - n + 2}{3n^2 + 2n + 4} - \frac{1}{3}\right| = \left|\frac{3(n^2 - n + 2) - (3n^2 + 2n + 4)}{3(3n^2 + 2n + 4)}\right| = \left|\frac{-5n + 2}{9n^2 + 6n + 12}\right|

For large nn:

5n29n2+6n+12<5n9n2=59n\frac{5n - 2}{9n^2 + 6n + 12} < \frac{5n}{9n^2} = \frac{5}{9n}

Given ϵ>0\epsilon > 0, take N=59ϵ+1N = \left\lfloor \frac{5}{9\epsilon} \right\rfloor + 1. Then for n>Nn > N, the expression is less than ϵ\epsilon.

Example 1.3: Proving Non-Convergence

Prove: limn(1+(1)n5n)0\lim_{n \to \infty} \left(1 + (-1)^n - \frac{5}{n}\right) \neq 0

Proof:

Choose ϵ0=12\epsilon_0 = \frac{1}{2}. Consider the subsequence nk=2k+6n_k = 2k + 6 (even terms).

xnk=1+152k+6=252k+6x_{n_k} = 1 + 1 - \frac{5}{2k+6} = 2 - \frac{5}{2k+6}

For k1k \geq 1: xnk0=252k+6>76>1>ϵ0|x_{n_k} - 0| = 2 - \frac{5}{2k+6} > \frac{7}{6} > 1 > \epsilon_0

For any NN, we can choose kk such that nk=2k+6>Nn_k = 2k + 6 > N. Then xnk>ϵ0|x_{n_k}| > \epsilon_0.

Theorem 1.3: Constant Sequence

If xn=cx_n = c for all nn, then limnxn=c\lim_{n \to \infty} x_n = c.

Proof of Theorem 1.3:

Given any ϵ>0\epsilon > 0, for all nNn \in \mathbb{N}:

xnc=cc=0<ϵ|x_n - c| = |c - c| = 0 < \epsilon

We can take N=1N = 1. The condition is satisfied trivially for all n>Nn > N.

Theorem 1.4: Shifted Sequence

If limnxn=a\lim_{n \to \infty} x_n = a, then limnxn+k=a\lim_{n \to \infty} x_{n+k} = a for any fixed kNk \in \mathbb{N}.

Proof of Theorem 1.4:

Given ϵ>0\epsilon > 0, since xnax_n \to a, N\exists N such that n>Nxna<ϵn > N \Rightarrow |x_n - a| < \epsilon.

For the shifted sequence, if m>Nm > N, then m+k>Nm + k > N, so xm+ka<ϵ|x_{m+k} - a| < \epsilon.

Thus the same NN works for the shifted sequence.

Example 1.4: Square Root Sequence

Prove: limnn+1n1=0\lim_{n \to \infty} \frac{\sqrt{n+1} - \sqrt{n}}{1} = 0

Solution:

Rationalize the numerator:

n+1n=(n+1)nn+1+n=1n+1+n\sqrt{n+1} - \sqrt{n} = \frac{(n+1) - n}{\sqrt{n+1} + \sqrt{n}} = \frac{1}{\sqrt{n+1} + \sqrt{n}}

Since n+1+n>2n\sqrt{n+1} + \sqrt{n} > 2\sqrt{n}, we have:

0<n+1n<12n0 < \sqrt{n+1} - \sqrt{n} < \frac{1}{2\sqrt{n}}

Given ϵ>0\epsilon > 0, take N=14ϵ2+1N = \left\lfloor \frac{1}{4\epsilon^2} \right\rfloor + 1.

For n>Nn > N: 12n<12N<ϵ\frac{1}{2\sqrt{n}} < \frac{1}{2\sqrt{N}} < \epsilon.

Example 1.5: Factorial Growth

Prove: limnn!nn=0\lim_{n \to \infty} \frac{n!}{n^n} = 0

Solution:

Note that:

n!nn=123nnnnn=1n2n3nnn\frac{n!}{n^n} = \frac{1 \cdot 2 \cdot 3 \cdots n}{n \cdot n \cdot n \cdots n} = \frac{1}{n} \cdot \frac{2}{n} \cdot \frac{3}{n} \cdots \frac{n}{n}

Each factor kn1\frac{k}{n} \leq 1, and 1n1n\frac{1}{n} \leq \frac{1}{n}, so:

0<n!nn1n00 < \frac{n!}{n^n} \leq \frac{1}{n} \to 0

By the Squeeze theorem (covered in CALC-2.3), the limit is 0.

Remark 1.2: Common Proof Strategy

When proving limnxn=a\lim_{n \to \infty} x_n = a using the ε-N definition:

  1. Start with the inequality xna<ϵ|x_n - a| < \epsilon
  2. Simplify xna|x_n - a| and find an upper bound in terms of nn
  3. Solve for nn to make the bound less than ϵ\epsilon
  4. Choose NN based on the solution (often N=expression+1N = \lfloor \text{expression} \rfloor + 1)
Key Techniques Summary
For Rational Functions

Divide numerator and denominator by the highest power of nn, then use 1nk0\frac{1}{n^k} \to 0.

For Products

If one factor is bounded and the other tends to zero, the product tends to zero.

For Radicals

Rationalize by multiplying by the conjugate. This often simplifies the expression.

For Divergence

Find a specific ϵ0\epsilon_0 and show infinitely many terms escape the ϵ0\epsilon_0-neighborhood.

Section 7: Bounded Sequences

Definition 1.5: Bounded Sequence

A sequence {xn}\{x_n\} is:

  • Bounded above if MR\exists M \in \mathbb{R}: xnMx_n \leq M for all nn
  • Bounded below if mR\exists m \in \mathbb{R}: xnmx_n \geq m for all nn
  • Bounded if it is both bounded above and below, i.e., K>0\exists K > 0: xnK|x_n| \leq K for all nn
Theorem 1.5: Convergent Sequences are Bounded

Every convergent sequence is bounded.

Proof of Theorem 1.5:

Let limnxn=L\lim_{n \to \infty} x_n = L. Take ϵ=1\epsilon = 1. Then N\exists N such that for n>Nn > N:

xnL<1xn<L+1|x_n - L| < 1 \Rightarrow |x_n| < |L| + 1

The first NN terms x1,x2,,xNx_1, x_2, \ldots, x_N form a finite set.

Let K=max{x1,x2,,xN,L+1}K = \max\{|x_1|, |x_2|, \ldots, |x_N|, |L| + 1\}.

Then xnK|x_n| \leq K for all nNn \in \mathbb{N}.

Remark 1.3: Converse is False

The converse is FALSE: bounded does NOT imply convergent. The sequence {(1)n}\{(-1)^n\} is bounded ((1)n=11|(-1)^n| = 1 \leq 1 for all nn) but diverges because it oscillates between -1 and 1.

Example 1.6: Bounded but Divergent

Show: {sinn}\{\sin n\} is bounded but divergent.

Bounded: sinn1|\sin n| \leq 1 for all nn.

Divergent: The sequence does not converge because sinn\sin n takes values dense in [1,1][-1, 1] (since π\pi is irrational, nmod2πn \mod 2\pi is dense in [0,2π)[0, 2\pi)).

Relationship Summary

Convergent ⟹ Bounded (always true)

Bounded ⟹ Convergent (FALSE in general)

Bounded + Monotone ⟹ Convergent (Monotone Bounded Theorem, CALC-2.3)

Section 7: Practice Problems

Practice proving limits using the ε-N definition

Recommended Practice
1. Basic Limits

Prove limn1n=0\lim_{n \to \infty} \frac{1}{n} = 0 directly from the ε-N definition.

2. Rational Functions

Prove limn3n+12n+5=32\lim_{n \to \infty} \frac{3n+1}{2n+5} = \frac{3}{2}.

3. Finding N explicitly

For xn=nn+1x_n = \frac{n}{n+1} and ϵ=0.001\epsilon = 0.001, find the smallest valid N.

Section 8: Advanced Examples

Example 1.7: Limit of Geometric Sequence

Problem: Prove limnrn=0\lim_{n \to \infty} r^n = 0 for r<1|r| < 1.

Proof:

Given ϵ>0\epsilon > 0. Since r<1|r| < 1, we can write r=11+h|r| = \frac{1}{1+h} where h>0h > 0.

By Bernoulli's inequality: (1+h)n1+nh(1+h)^n \geq 1 + nh.

rn=1(1+h)n11+nh|r|^n = \frac{1}{(1+h)^n} \leq \frac{1}{1 + nh}

Choose N>1ϵhϵN > \frac{1 - \epsilon}{h\epsilon}. For n>Nn > N:

rn0=rn11+nh<1nh<ϵ|r^n - 0| = |r|^n \leq \frac{1}{1 + nh} < \frac{1}{nh} < \epsilon
Example 1.8: Root Sequence

Problem: Prove limnan=1\lim_{n \to \infty} \sqrt[n]{a} = 1 for a>1a > 1.

Proof:

Let hn=an1h_n = \sqrt[n]{a} - 1. Since a>1a > 1, we have hn>0h_n > 0.

Then a=(1+hn)na = (1 + h_n)^n. By binomial theorem:

a=(1+hn)n1+nhn>nhna = (1 + h_n)^n \geq 1 + nh_n > nh_n

So hn<anh_n < \frac{a}{n}.

Given ϵ>0\epsilon > 0, choose N>aϵN > \frac{a}{\epsilon}. For n>Nn > N:

an1=hn<an<ϵ|\sqrt[n]{a} - 1| = h_n < \frac{a}{n} < \epsilon
Example 1.9: Squeeze Applied

Problem: Find limncosnn2\lim_{n \to \infty} \frac{\cos n}{n^2}.

Solution:

Since 1cosn1-1 \leq \cos n \leq 1, we have:

1n2cosnn21n2-\frac{1}{n^2} \leq \frac{\cos n}{n^2} \leq \frac{1}{n^2}

Both 1n20\frac{-1}{n^2} \to 0 and 1n20\frac{1}{n^2} \to 0.

By Squeeze Theorem: limncosnn2=0\lim_{n \to \infty} \frac{\cos n}{n^2} = 0.

Theorem 1.6: Algebra of Limits

If limxn=a\lim x_n = a and limyn=b\lim y_n = b, then:

  • lim(xn+yn)=a+b\lim(x_n + y_n) = a + b
  • lim(xnyn)=ab\lim(x_n \cdot y_n) = a \cdot b
  • limxnyn=ab\lim\frac{x_n}{y_n} = \frac{a}{b} (if b0b \neq 0)
  • lim(cxn)=ca\lim(cx_n) = ca for any constant cc
Proof of Theorem 1.6 (Sum Rule):

Given ϵ>0\epsilon > 0. Since xnax_n \to a, N1\exists N_1 such that xna<ϵ2|x_n - a| < \frac{\epsilon}{2} for n>N1n > N_1.

Since ynby_n \to b, N2\exists N_2 such that ynb<ϵ2|y_n - b| < \frac{\epsilon}{2} for n>N2n > N_2.

Let N=max(N1,N2)N = \max(N_1, N_2). For n>Nn > N:

(xn+yn)(a+b)xna+ynb<ϵ2+ϵ2=ϵ|(x_n + y_n) - (a + b)| \leq |x_n - a| + |y_n - b| < \frac{\epsilon}{2} + \frac{\epsilon}{2} = \epsilon
Remark 1.5: Common Mistakes

Mistake 1: Using N that depends on n. The value N must be a fixed number.

Mistake 2: Claiming xnaϵ|x_n - a| \leq \epsilon without specifying for which n.

Correct: Always state "for all n>Nn > N" after specifying N.

Key Takeaways
  • The ε-N definition is the rigorous foundation of limits
  • Limits, if they exist, are unique
  • Convergent sequences are bounded
  • The negation helps prove divergence
Example 1.10: Limit with Square Root

Problem: Prove limnn+1n1=0\lim_{n \to \infty} \frac{\sqrt{n+1} - \sqrt{n}}{1} = 0.

Solution:

Rationalize: n+1n=(n+1)nn+1+n=1n+1+n\sqrt{n+1} - \sqrt{n} = \frac{(n+1) - n}{\sqrt{n+1} + \sqrt{n}} = \frac{1}{\sqrt{n+1} + \sqrt{n}}

Since n+1+n>n\sqrt{n+1} + \sqrt{n} > \sqrt{n}:

0<n+1n<1n00 < \sqrt{n+1} - \sqrt{n} < \frac{1}{\sqrt{n}} \to 0

By Squeeze Theorem, n+1n0\sqrt{n+1} - \sqrt{n} \to 0.

Theorem 1.7: Monotone Subsequence Lemma

Every sequence has a monotone subsequence (increasing or decreasing).

Remark 1.6: Proof Strategy Summary
To prove convergence:
  1. Find candidate limit aa
  2. Express xna|x_n - a| simply
  3. Make it <ϵ< \epsilon for n>Nn > N
To prove divergence:
  1. Find ϵ0>0\epsilon_0 > 0
  2. For any NN, find n0>Nn_0 > N
  3. Show xn0aϵ0|x_{n_0} - a| \geq \epsilon_0
Example 1.11: Sequence with Alternating Signs

Problem: Prove limn(1)nn=0\lim_{n \to \infty} \frac{(-1)^n}{n} = 0.

Solution:

(1)nn0=(1)nn=1n\left|\frac{(-1)^n}{n} - 0\right| = \frac{|(-1)^n|}{n} = \frac{1}{n}

Given ϵ>0\epsilon > 0, choose N>1ϵN > \frac{1}{\epsilon}.

For n>Nn > N: 1n<1N<ϵ\frac{1}{n} < \frac{1}{N} < \epsilon. ∎

Theorem 1.8: Arithmetic Mean Convergence

If limnxn=L\lim_{n \to \infty} x_n = L, then:

limnx1+x2++xnn=L\lim_{n \to \infty} \frac{x_1 + x_2 + \cdots + x_n}{n} = L

Note: The converse is false. Example: xn=(1)nx_n = (-1)^n has arithmetic mean converging to 0.

Example 1.12: Cesàro Mean Application

Problem: If xn=1+1nx_n = 1 + \frac{1}{n}, find limn1nk=1nxk\lim_{n \to \infty} \frac{1}{n}\sum_{k=1}^{n} x_k.

Solution:

Since xn1x_n \to 1, by Cesàro mean theorem:

1nk=1nxk1\frac{1}{n}\sum_{k=1}^{n} x_k \to 1

Direct calculation: 1nk=1n(1+1k)=1+Hnn\frac{1}{n}\sum_{k=1}^{n}\left(1 + \frac{1}{k}\right) = 1 + \frac{H_n}{n} where HnlnnH_n \sim \ln n.

Remark 1.7: Important Limit Patterns

Polynomial/Polynomial

amnm+bknk+{0m<kambkm=k±m>k\frac{a_m n^m + \cdots}{b_k n^k + \cdots} \to \begin{cases} 0 & m < k \\ \frac{a_m}{b_k} & m = k \\ \pm\infty & m > k \end{cases}

Exponential Form

(1+an)bneab\left(1 + \frac{a}{n}\right)^{bn} \to e^{ab}

Common Pitfalls to Avoid
  • Assuming xn<anx_n < a_n implies limxn<liman\lim x_n < \lim a_n (only ≤ holds)
  • Forgetting that N depends on ε in the definition
  • Using limit laws when limits don't exist
Practice Quiz: Sequences and ε-N Definition
8
Questions
0
Correct
0%
Accuracy
1
Which of the following sequences is convergent?
Easy
Not attempted
2
The ε-N definition states: limnxn=a\lim_{n \to \infty} x_n = a if and only if...
Easy
Not attempted
3
For the sequence xn=1nx_n = \frac{1}{n} with limit 0 and ϵ=0.01\epsilon = 0.01, what is the smallest valid N?
Medium
Not attempted
4
To prove limn2n+1n+3=2\lim_{n \to \infty} \frac{2n+1}{n+3} = 2, we compute 2n+1n+32|\frac{2n+1}{n+3} - 2|. This equals:
Medium
Not attempted
5
A sequence {xn}\{x_n\} does NOT converge to aa if and only if:
Hard
Not attempted
6
Prove that {(1)n}\{(-1)^n\} does not converge to 0. Which ε₀ works?
Medium
Not attempted
7
Consider the recursive sequence x1=1x_1 = 1, xn+1=12(xn+2xn)x_{n+1} = \frac{1}{2}(x_n + \frac{2}{x_n}). If it converges to L, what is L?
Hard
Not attempted
8
If only finitely many terms of a sequence lie outside every neighborhood of aa, then:
Hard
Not attempted

Frequently Asked Questions

Why do we need such a precise definition of limits?

Before the ε-N definition, mathematicians used vague terms like 'approaches' or 'gets arbitrarily close.' This led to paradoxes and incorrect proofs. The ε-N definition provides a rigorous framework that eliminates ambiguity and allows us to prove statements about limits with certainty.

What's the intuition behind the ε-N definition?

Think of ε as a 'tolerance level' - how close we want the sequence to be to the limit. N is the 'starting point' after which all terms are within this tolerance. The definition says: no matter how tight we make the tolerance (ε), we can always find a point (N) after which all terms satisfy it.

Does the choice of N depend on ε?

Yes! For smaller values of ε, we typically need a larger N. For example, for the sequence 1/n → 0, if ε = 0.1, we need N = 10. If ε = 0.01, we need N = 100. The key is that such an N must exist for ANY positive ε.

Can a sequence have more than one limit?

No! One of the fundamental theorems (which we prove in CALC-2.2) shows that if a sequence converges, its limit is unique. This is why we can write 'the limit' instead of 'a limit.'

What's the difference between 'bounded' and 'convergent'?

Convergent implies bounded, but the converse is false. The sequence {(-1)^n} is bounded (all terms are between -1 and 1) but divergent because it oscillates forever. However, every convergent sequence must be bounded.

How do I choose the right N in a proof?

Work backwards: start with |xₙ - a| < ε and algebraically solve for what condition on n makes this true. The resulting expression tells you how to choose N. Common techniques include using floor functions or adding 1 to ensure N is a natural number.