vault backup: 2025-10-03 11:51:20

This commit is contained in:
arc
2025-10-03 11:51:20 -06:00
parent e362995033
commit e9aa949b5e

View File

@@ -89,5 +89,8 @@ $$\sum_{n=1}^{\infty}35(7^{-n} * 2^{n-1}) = \dfrac{\frac{35}{7}}{1-\frac{2}{7}}$
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.
# Alternating series test
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.
A simple example of an alternating series is:
$$ \sum_{n=1}^\infty (-1)^{n+1}a_n = a_1 - a_2 + a_3 - a_4 $$