Lecture 3 Notes – Sequences, ε–δ Limits, and Introduction to Series

Administrative Announcements

  • New class representatives elected: Isabella Alcznis, Leila Brewster, Mike Locke

    • Role: liaison between students and teaching/admin staff for feedback or concerns.

  • Workshops begin this week

    • Each student should know their assigned room/demonstrator.

    • 30-min post-workshop consultations function as extra office hours.

  • All logistical details (workshop rosters, notes, consultation times) posted on the course website.


Review of ε–δ Limits (Sequences → Functions)

Definition & Visual Intuition
  • To prove limxaf(x)=b\lim_{x\to a}f(x)=b we must show:
    \forall\,\varepsilon>0\;\exists\,\delta(\varepsilon)>0:\;0<|x-a|<\delta\;\Rightarrow\;|f(x)-b|<\varepsilon

  • Geometric picture:

    • Draw a horizontal “tube” of height ε\varepsilon around y=by=b.

    • Find a vertical window of width δ\delta around x=ax=a that forces the graph inside that tube.

  • Think of a game: “ε-player” picks ε, “δ-player” must respond with a δ functionally dependent on ε.

Worked Example 1: Point-wise Limit

Prove limx1(2x2+x)=3\displaystyle\lim_{x\to1}(2x^2+x)=3.

  1. Want |2x^2+x-3|<\varepsilon whenever |x-1|<\delta.

  2. Factor: 2x2+x3=(2x+3)(x1).2x^2+x-3=(2x+3)(x-1).

  3. Pull out x1|x-1|: 2x2+x32x+3x1.|2x^2+x-3|\le|2x+3|\,|x-1|.

  4. Force 2x+3|2x+3| to be small by choosing δ1\delta\le1 so |x|<2 and |2x+3|<7.

  5. Obtain |2x^2+x-3|<7\delta.

  6. Make 7\delta<\varepsilon → pick δ=ε/8\boxed{\delta=\varepsilon/8} (any <\varepsilon/7 works).

Worked Example 2: Limit at Infinity

Goal: limxsinxx2+2=0.\displaystyle\lim_{x\to\infty}\frac{\sin x}{x^2+2}=0.

  1. Need \left|\dfrac{\sin x}{x^2+2}\right|<\varepsilon for large xx.

  2. Use bounds: sinx1|\sin x|\le1 and x^2+2>x^2 ⇒ |\sin x|/(x^2+2)<1/x^2.

  3. Require 1/x^2<\varepsilon → x>1/\sqrt{\varepsilon}.

  4. Choose N(ε)=1/ε+1\boxed{N(\varepsilon)=\lceil1/\sqrt{\varepsilon}\rceil+1}; then x>N guarantees inequality.


Squeeze (Sandwich) Theorem for Sequences

  • If a<em>nb</em>nc<em>na<em>n\le b</em>n\le c<em>n for all nn and lima</em>n=limc<em>n=L\lim a</em>n=\lim c<em>n=L, then limb</em>n=L.\lim b</em>n=L.

  • Visual: two “bookend” sequences converge to the same height, forcing the middle one along.

Bounding Examples
  1. bn=1n22nb_n=\dfrac1{n^2-2n}

    • Dominant term n2n^2; construct a<em>n=11000n2,  c</em>n=1000n2.a<em>n=\dfrac1{1000n^2},\;c</em>n=\dfrac{1000}{n^2}.

    • Both a<em>n,c</em>n0a<em>n,c</em>n\to0bn0.b_n\to0.

  2. b<em>n=1n3+2nb<em>n=\dfrac1{n^3+2n} → use 1/1000n3b</em>n1000/n31/1000n^3\le b</em>n\le1000/n^3bn0.b_n\to0.

  3. bn=sinnn2b_n=\dfrac{\sin n}{n^2} → since sinn1|\sin n|\le1, squeeze by ±1/n2\pm1/n^2 ⇒ limit 0.

Exercise: Rigorously justify each inequality (choose a concrete index beyond which it holds).


Boundedness & Monotone Convergence

Definitions
  • Bounded above: M:  anM\exists M:\;a_n\le M ∀n.

  • Bounded below: m:  anm\exists m:\;a_n\ge m ∀n.

  • Bounded: both above and below.

  • Monotone: sequence is either non-decreasing (monotone ↑) or non-increasing (monotone ↓).

Theorem – Monotone Convergence

Every bounded monotonic sequence converges.

  • For monotone ↑: limit is sup<em>nNa</em>n.\displaystyle\sup<em>{n\in\Bbb N}a</em>n.

  • For monotone ↓: limit is inf<em>nNa</em>n.\displaystyle\inf<em>{n\in\Bbb N}a</em>n.

Suggested Proof Exercises
  1. Prove: “Every convergent sequence is bounded.”

  2. Provide a bounded sequence that does not converge (e.g.
    (1)n(-1)^n).


Series = Infinite Sums

Formal Definition via Partial Sums
  • Given a sequence a<em>nn=1{a<em>n}_{n=1}^\infty, define partial sums S</em>N=<em>n=1Na</em>n.S</em>N=\sum<em>{n=1}^{N}a</em>n.

  • The series <em>n=1a</em>n\sum<em>{n=1}^{\infty}a</em>n converges to LL if lim<em>NS</em>N=L.\displaystyle\lim<em>{N\to\infty}S</em>N=L.

Divergent Example – Grandi’s Series
  • Series 11+11+1-1+1-1+\dots has partial sums 1,0,1,0,1,0,1,0,\dots which do not converge ⇒ series diverges.

Telescoping Series
  • Example: n=1(1n1n+1)\sum_{n=1}^{\infty}\left(\frac1n-\frac1{n+1}\right).

    • Partial sum SN=11N+1.S_N=1-\dfrac1{N+1}.

    • Limit lim<em>NS</em>N=1\displaystyle\lim<em>{N\to\infty}S</em>N=1 ⇒ convergent.


Geometric Series

General Form & Sum Formula
  • n=0arn=a+ar+ar2+\displaystyle\sum_{n=0}^{\infty}ar^{n}=a+ar+ar^{2}+\dots

  • Partial sum derivation (multiply by 1r1-r and telescope):
    SN=aarN+11r(r1).S_N=\frac{a-a r^{N+1}}{1-r}\qquad (r\ne1).

Convergence Test
  • Convergent iff |r|<1 with limit S=a1r.\displaystyle S=\frac{a}{1-r}.

  • Divergent if r1|r|\ge1 (unless a=0a=0).

Sample Calculations
  1. n=1en\sum_{n=1}^{\infty}e^{-n}

    • Rewrite as a=e1,  r=e1a=e^{-1},\;r=e^{-1} ⇒ |r|<1.

    • Sum =e11e1.= \dfrac{e^{-1}}{1-e^{-1}}.

  2. n=03πn+1\sum_{n=0}^{\infty}\dfrac{3}{\pi^{n+1}}

    • a=3/π,  r=1/πa=3/\pi,\;r=1/\pi ⇒ convergent; sum =3/π11/π.=\dfrac{3/\pi}{1-1/\pi}.

  3. (Preview) Find smallest p>0 making n=0(1+p)n\sum_{n=0}^{\infty}(1+p)^{n} divergent → use r1|r|\ge1 criterion.


Necessary Condition & Divergence Test

  • If a<em>n\sum a<em>n converges, then necessarily lim</em>nan=0.\displaystyle\lim</em>{n\to\infty}a_n=0.

  • Contrapositive (Divergence Test): If liman0\lim a_n\neq0 or does not exist, the series diverges.

Example
  • n=1sinn\sum_{n=1}^{\infty}\sin n diverges because sinn\sin n does not approach 0 (values oscillate on the unit circle).


Algebraic Laws for Series

For two convergent series a<em>n,  b</em>n\sum a<em>n,\;\sum b</em>n and constant cc:

  1. ca<em>n\sum c a<em>n converges (to ca</em>nc\sum a</em>n).

  2. (a<em>n±b</em>n)=a<em>n±b</em>n\sum (a<em>n\pm b</em>n)=\sum a<em>n\pm\sum b</em>n is convergent.

  3. Any finite linear combination of convergent series is convergent.

  • Justification: apply the corresponding limit rules to the sequence of partial sums.


Exercises & Self-Study Prompts

  • Work additional ε–δ proofs from the textbook.

  • Construct explicit bounds to complete the squeeze-theorem inequalities posed in class.

  • Prove monotone convergence theorem rigorously.

  • Show boundedness ≠ convergence by giving at least one concrete counter-example.

  • Re-derive the geometric-series formula using the telescoping trick.

  • Use the divergence test on exotic series (e.g. cos(n)\sum \cos(\sqrt n)).


Looking Ahead

  • Next lecture:

    • Finish geometric-series parameter problem.

    • Introduce additional convergence/divergence tests (Integral, Comparison, Ratio, etc.).

  • Keep using workshop consultations to clarify proofs; epsilon-delta manipulations and bounding tricks will appear throughout the series unit.