From e3629950337a0b648cc997a93c1dfc571ffc2c39 Mon Sep 17 00:00:00 2001 From: arc Date: Fri, 3 Oct 2025 11:41:19 -0600 Subject: [PATCH] vault backup: 2025-10-03 11:41:19 --- education/math/MATH1220 (calc II)/Sequences.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/education/math/MATH1220 (calc II)/Sequences.md b/education/math/MATH1220 (calc II)/Sequences.md index 8d3783d..a65e179 100644 --- a/education/math/MATH1220 (calc II)/Sequences.md +++ b/education/math/MATH1220 (calc II)/Sequences.md @@ -87,4 +87,7 @@ $$\sum_{n=1}^{\infty}35(7^{-n} * 2^{n-1}) = \dfrac{\frac{35}{7}}{1-\frac{2}{7}}$ # Divergence Test **If $\lim_{n \to \infty} a_n \ne 0$ then $\sum_{n=1}^\infty a_n$diverges.** -The divergence test only tells us that if the limit does not equal zero, then the series diverges. If the limit is zero, it doesn't necessarily mean the series converges. \ No newline at end of file +The divergence test only tells us that if the limit does not equal zero, then the series diverges. If the limit is zero, it doesn't necessarily mean the series converges. + +# Eventually converging/diverging +Sometimes a series is not continually positive for the entire series, meaning most tests on series do not apply. To get around this, you can split the series into two or more parts. A finite negative number + infinity is still infinity, and a finite negative number + a finite number is still a finite number. \ No newline at end of file