N to R

Convergent sequences \((s_{n), (t_{n})\) in a field

Also see Topology ref, properties noted in lin alg ref.

Sums, products, quotients (sans 0 denominator) of convergent sequences are convergent.

Boundedness

Upper and lower bounds.

Montonicity

Monotone increasing and decreasing sequences.

A monotone increasing sequence that is bounded above must converge: imagine points on real line; similarly monotone decreasing sequence that is bounded below.

(Bolzano, Weierstrass): Every bounded sequence has a subsequence which converges: let M be the bound; either [-M, 0] or [0, M] has elements; so use this repeatedly to find monotone, bounded subsequence; this converges. Also holds for Rn.

Upper and lower limits

Take set of subsequential limits E. Upper limit of sn: \(s^{} = \limsup_{n \to \infty}s_{n} := \sup E\); similarly lower limit: \(s_{} = \liminf_{n \to \infty}s_{n}\).

If \(s_{n} \to s, s^{} = s_{} = s\). E is closed, so \(s_{}, s^{} \in E\).

Generating function of a sequence

Take sequence (ai). Get generating function: G(x;an)=n=0anxn.

Series

series. A sequence of partial sums: sn=i=1nai.

Convergence

Many ideas from convergence of sequences.

Convergence tests

sn converges it is cauchy. Aka completeness property of R or C. Cauchy criteria for convergence of sn: ϵ,N:|sNsN+n|<ϵ. So, |an|0.

Sum or product of absolutely convergent series is absolutely convergent: limit of new series is sum or product of limits (Cauchy product).

Comparison test: If |an|cn: if cn converges, an converges; if |an| diverges, cn diverges: using Cauchy criterion.

If akak+10,sn=an converges tn=k=0n2ka2k converges: sn monotonically increasing, so check boundedness: tk2sntk for n2k.

Ratio test

Converges if lim sup|an+1an|<b<1: bound by geometric series bkan; diverges if >1:|an|0.

Root test

Take x=lim sup|an|1/n: So |an|xn. So, convergence if x<1, divergence if x>1; No info otherwise: 1/n, but 1/n2c.

More powerful than ratio test: \ lim inf|an+1an|lim inf|an|1/nlim sup|an|1/nlim sup|an+1an|. \why

Alternating series test

If |ci||ci+1|;c2k+10,c2k0,limcn=0, then cn converges \why. So, (1)nn converges.

Conditional convergence

Absolute (|ai|) vs conditional (ai) convergence. Absolute convergence conditional convergence: ratio test.

For conditional convergent series: There are +ve and -ve numbers which converge to + and : else contradicts absence of absolute convergence or presence of conditional convergence.

Absolute convergence

All an0. sn monotone: so converges it is bounded.

Rearrangement

Take an conditionally but not absolutely convergent: so |an|0, xy. rearrangement of terms: sn=ak, with lim infsn=x,lim supsn=y: take +ve {pn}, -ve {qn}: both diverge, collect enough pn to go just over y; collect enough -ve numbers to go just under x; repeat: visualize as displacement between 2 points in R. So, can converge to any real number r. Eg: Rearrange terms of alternating harmonic series.

If an converges absolutely, all rearrangements converge to same limit: Any sn=ak is in some sN and vice versa.

Series product

an,bn:cn=k=0nakbnk is the product: put all ordered sequences (ai,bi) on a line: the diagonals of aivsbi matrix are (cn).

If |an| converges, anA,bnB,cnAB: Take Dn=BnB, Cn=k=0naiBni=k=0nai(B+Dn)=AnB+γAB.

Special series

Arithmatic series

Arithmatic series: Sn=nTn:Tn=a+nd. Reverse the series, add respective terms, get: 2Sn=n(a+nd)

Geometric-like series

Tn=arn. Multiply by r, subtract terms, get: (1r)Sn=aarn+1. Convergence as ninfty: if r<1. Similar techniques for a+2ar+3ar2.

Harmonic-like series

General harmonic series has: Tn=(a+nd)1.

1/n diverges: 1+1/2+1/3+1/4..: n=341/n,n=591/n etc exceed 1/2. Harmonic number: H(n)lnn=x1dx.

1/np converges if p>1, diverges if p1: check convergence of 2k2kp.

n=21n(logn)p converges p>1.

Power series

zC:cnzn. If this converges, got Generating Function!

Take a=lim supn|cn|1/n,R=1/a: convergence if |z|<R (radius of convergence), divergence if |z|>R: From Root test, ratio test.

If R = 1, cici+10, then cizn converges z, except maybe z = 1. \why

Binomial theorem

For (x+y)n:nN: from combinatorics. For (1+x)n:nR: Solve for coefficients in (1+x)n=1+nx+.. by differentiating repeatedly.

e

e=limn(1+n1)n=limn=1+1+12!... 2<e<1+n=0(12)n=3, and e is an increasing sequence: so it converges.

Observe relationship with definition using natural log in another section.

Summation tricks

Summation by parts

Like integration by parts. Seq (an),(bn),An=an. If p[0,q],an=AnAn1,n=pqanbn=n=pq1An(bnbn+1)+AqbqAp1bp.

If (An) bounded seq, b0b1..,limnbn=0,bnan converges: Can use summation by parts to show Cauchy criterion.

Using binomial summation formula

k=(k1)=(k+12). Similarly, any polynomial aiki=bi(ki).

Derivative to estimate limit of partial sums

(1x)1=i=0xi; take derivatives to get: (1x)2=i=0ixi1=i=0(i1)xi1xi1. Use similar trick to find: i2xi.

Integral to estimate limit of partial sums

Also, use nxdx.

The series log(1x)=(11x)=i=1xi/i; also from McLaurin series.