This cheat sheet covers infinite sequences, infinite series, and the main tests used to decide convergence. Students need it because series problems often depend on choosing the right test quickly and checking every condition. It organizes common tests, key formulas, and decision rules into a compact reference for grades 11-12 calculus. The core idea is that a series n=1an\sum_{n=1}^{\infty} a_n converges when its partial sums approach a finite limit. Some series have exact formulas, such as geometric series, while others require tests such as comparison, integral, ratio, root, or alternating series tests. The most important first step is always to check whether limnan=0\lim_{n \to \infty} a_n = 0, because a nonzero limit means the series diverges.

Key Facts

  • The series n=1an\sum_{n=1}^{\infty} a_n converges if the sequence of partial sums SN=n=1NanS_N = \sum_{n=1}^{N} a_n approaches a finite limit as NN \to \infty.
  • The nth-term test says that if limnan0\lim_{n \to \infty} a_n \neq 0 or the limit does not exist, then n=1an\sum_{n=1}^{\infty} a_n diverges.
  • A geometric series n=0arn\sum_{n=0}^{\infty} ar^n converges to a1r\frac{a}{1-r} when r<1|r| < 1 and diverges when r1|r| \geq 1.
  • A p-series n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} converges when p>1p > 1 and diverges when p1p \leq 1.
  • The integral test applies when f(n)=anf(n)=a_n is positive, continuous, and decreasing, and n=1an\sum_{n=1}^{\infty} a_n converges exactly when 1f(x)dx\int_{1}^{\infty} f(x)\,dx converges.
  • The direct comparison test says that if 0anbn0 \leq a_n \leq b_n and bn\sum b_n converges, then an\sum a_n converges, while if 0bnan0 \leq b_n \leq a_n and bn\sum b_n diverges, then an\sum a_n diverges.
  • The ratio test uses L=limnan+1anL = \lim_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right|, where the series converges if L<1L < 1, diverges if L>1L > 1, and is inconclusive if L=1L = 1.
  • The alternating series test says that n=1(1)n+1bn\sum_{n=1}^{\infty} (-1)^{n+1} b_n converges if bn>0b_n > 0, bn+1bnb_{n+1} \leq b_n, and limnbn=0\lim_{n \to \infty} b_n = 0.

Vocabulary

Sequence
A sequence is an ordered list of terms, usually written as {an}\{a_n\}, where each term depends on the index nn.
Series
A series is the sum of the terms of a sequence, usually written as n=1an\sum_{n=1}^{\infty} a_n for an infinite series.
Partial Sum
A partial sum is the finite sum SN=n=1NanS_N = \sum_{n=1}^{N} a_n used to study the behavior of an infinite series.
Convergence
Convergence means that the partial sums SNS_N approach a finite number as NN \to \infty.
Divergence
Divergence means that a series does not approach a finite sum, often because SNS_N grows without bound or fails to settle.
Absolute Convergence
A series an\sum a_n is absolutely convergent if an\sum |a_n| converges.

Common Mistakes to Avoid

  • Using the nth-term test to prove convergence is wrong because the test can only prove divergence when limnan0\lim_{n \to \infty} a_n \neq 0 or does not exist.
  • Forgetting the conditions of the integral test is wrong because f(x)f(x) must be positive, continuous, and decreasing on the interval being tested.
  • Applying the ratio test and concluding divergence when L=1L = 1 is wrong because L=1L = 1 means the test is inconclusive, not that the series diverges.
  • Comparing in the wrong direction is wrong because anbna_n \leq b_n with a convergent larger series proves convergence, while bnanb_n \leq a_n with a divergent smaller series proves divergence.
  • Assuming every alternating series converges is wrong because the alternating series test also requires bnb_n to decrease and limnbn=0\lim_{n \to \infty} b_n = 0.

Practice Questions

  1. 1 Determine whether n=13n2\sum_{n=1}^{\infty} \frac{3}{n^2} converges or diverges, and name the test used.
  2. 2 Use the ratio test to decide whether n=1n!5n\sum_{n=1}^{\infty} \frac{n!}{5^n} converges or diverges.
  3. 3 Determine whether the alternating series n=1(1)n+11n\sum_{n=1}^{\infty} (-1)^{n+1}\frac{1}{n} converges absolutely, converges conditionally, or diverges.
  4. 4 Explain why checking limnan=0\lim_{n \to \infty} a_n = 0 is necessary before choosing a convergence test, but is not enough to prove convergence.