From 6821d44e169ad1a0441b0519149e569a4ff19b9b Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 29 Mar 2023 18:50:14 -0400 Subject: [PATCH] math119: finalise convergence tests --- docs/1b/math119.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/1b/math119.md b/docs/1b/math119.md index df905a8..2dfc81e 100644 --- a/docs/1b/math119.md +++ b/docs/1b/math119.md @@ -750,3 +750,24 @@ $$\sum^\infty_{n=1}\frac{1}{n^p}$$ converges if and only if $p>1$. +### Comparison test + +For two series $\sum a_n$ and $\sum b_n$ where **all terms are positive**, if $a_n\leq b_n$ for all $n$, either both converge or both diverge. + +The **limit comparison test** has the same requirements, but if $L=\lim_{n\to\infty}\frac{a_n}{b_n}$ such that $0