Series convergence, cardinality

TagsMATH 115

PROOF TIPS

Infinite sums

Partial sums 🐧

We denote sn=βˆ‘k=mnaks_n = \sum_{k = m}^n a_kο»Ώ, which is a partial sum. Here, we care less about what this mmο»Ώ is. We denote the infinite sum as lim⁑sn=S\lim s_n = Sο»Ώ.

Because this sns_nο»Ώ is just another sequence, we can talk about series convergence by just talking about the limit of the partial sum! This is really helpfl

If a series doesn’t converge, we say that it diverges. We can say that it diverges to ±∞\pm \inftyο»Ώ if that’s relevant. Sometimes, we write the summation in shorthand βˆ‘ak\sum a_kο»Ώ if we know it’s infinite summation and we don’t care about the starting point.

We say that a series absolutely converges if βˆ‘βˆ£ak∣\sum |a_k|ο»Ώ converges. We will see a theorem about this later.

Geometric and harmonic series 🧸

If we are asked to compute the formula for a certain geometric series, we can try to derive a general formula for sns_nο»Ώ, and then take the limit

We can show easily a general formula for geometric series

In general, a harmonic series βˆ‘1np\sum \frac{1}{n^p}ο»Ώ converges only if and only if p>1p > 1ο»Ώ. For even ppο»Ώ, you can derive closed form summations, but for odds, we don’t have a solution.

Cauchy Criterion 🐧⭐

We can just apply the cauchy criterion to the partial sums. If we have ∣snβˆ’sm∣<Ο΅|s_n - s_m| < \epsilonο»Ώ, then our series converges.

We c an also rephrase it as

βˆ£βˆ‘k=mnak∣<Ο΅\left|\sum_{k = m}^n a_k\right| < \epsilon

Boundedness πŸš€

If an≀bn≀cna_n \leq b_n \leq c_nο»Ώ and βˆ‘an,βˆ‘cn\sum a_n, \sum c_nο»Ώ converge, then we know that βˆ‘bn\sum b_nο»Ώ converges.

Tests

Convergence test πŸš€πŸ”¨

If a series converges, then lim⁑an=0\lim a_n = 0. Contrapositive: if lim⁑an>0\lim a_n > 0, then a series diverges.

Absolute convergence corollary πŸš€β­

Absolutely convergent series are convergent. The converse is not generally true.

As an aside: for series, βˆ‘βˆ£an∣\sum |a_n|ο»Ώ converges means βˆ‘an\sum a_nο»Ώ converges, which means that if βˆ‘an\sum a_nο»Ώ diverges, then βˆ‘βˆ£an∣\sum |a_n|ο»Ώ must diverge or else we get a truth table problem. When in doubt, sketch out a truth table!

for sequences, ana_n converging means ∣an∣|a_n| converging, but it is certainly not the case the other way around.

Comparison test πŸš€πŸ”¨

Let βˆ‘an\sum a_nο»Ώ be a series with non-negative terms.

  1. If βˆ‘an\sum a_nο»Ώ converges and ∣bnβˆ£β‰€an|b_n| \leq a_nο»Ώ for all nnο»Ώ, then βˆ‘bn\sum b_nο»Ώ converges
  1. If βˆ‘an=∞\sum a_n = \inftyο»Ώ and bnβ‰₯anb_n \geq a_nο»Ώ for all nnο»Ώ, then βˆ‘bn=∞\sum b_n = \inftyο»Ώ.

Ratio test πŸš€πŸ”¨

If ana_n is non-zero, we can take r=lim⁑∣an+1/an∣r = \lim |a_{n+1} / a_n|.

  1. If r>1r > 1ο»Ώ, then the series diverges
  1. if r<1r < 1ο»Ώ, then the series converges
  1. if r=1r = 1ο»Ώ, we get no further information

The intuition is as follows: if ∣an+1βˆ£β‰ˆr∣an∣|a_{n+1}| \approx r|a_n|ο»Ώ, you can see this as a geometric sequence. If it’s a geometric sequence, then we know that if r>1r > 1ο»Ώ, then things diverge, and if r<1r < 1ο»Ώ, then things converge. We can’t just say this directly because it’s limit behavior.

Root test πŸš€πŸ”¨

Let ana_n be a series and let r=lim⁑∣an∣1/nr = \lim|a_n|^{1/n}. The series

  1. Converges absolutely if r<1r < 1ο»Ώ
  1. Diverges if r>1r > 1ο»Ώ
  1. No further information if r=1r = 1ο»Ώ

The intuition is this: we can rewrite it as ∣an∣=rn|a_n| = r^n, and again, this is just like a geometric sequence.

Cauchy Condensation test

A decreasing, non-negative series βˆ‘an\sum a_nο»Ώ converges if and only if βˆ‘2na2n\sum 2^n a_{2^n}ο»Ώ converges.

With this trick, you can easily prove why harmonic series converge or diverge.

Euler Number

We define the euler number as

e=βˆ‘i=0∞1i!e = \sum_{i = 0}^\infty \frac{1}{i!}

Another definition is

e=lim⁑(1+1n)ne = \lim (1 +\frac{1}{n})^n

To prove this, we first need to show Bernouli’s inequality:

(1+a)nβ‰₯1+an(1+a)^n \geq 1 + an

Now, we show that the limit converges

Cardinality

If we have an,bna_n, b_n such that lim⁑an=∞,lim⁑bn=∞\lim a_n = \infty, \lim b_n = \infty, we say

Alternating Series and Integral tests

Integral test

If a sequence decreases, then you can compute the integral. The integral converges if and only if the series converges.

Alternating Series test

If ana_n decreases and lim⁑an=0\lim a_n = 0, then

βˆ‘i∞(βˆ’1)iai\sum_i^\infty(-1)^ia_i

converges. Note that this is NOT the case for non-alternating series. A classic example is 1/n1/nο»Ώ, which satisfies decreasing and limit, but the series does not converge.

Decimal Expansions

We can show that long division is just making an infinite series dnd_nο»Ώ using remainders rn=10rnβˆ’1βˆ’bdnr_n = 10 r_{n-1} - bd_nο»Ώ, 0≀rn<b0 \leq r_n < bο»Ώ, and you can show through induction that

ab=lim⁑sn=lim⁑110nrnb+βˆ‘ndj10j=βˆ‘βˆždj10j\frac{a}{b} = \lim s_n = \lim \frac{1}{10^n}\frac{r^n}{b} + \sum^n \frac{d_j}{10^j} = \sum^\infty \frac{d_j}{10^j}

You can also show that following properties