Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Calculus: Series and Sequences covers how ordered lists of numbers and infinite sums behave. Students need this cheat sheet because series questions often require choosing the right test before doing any algebra. It helps connect patterns, limits, convergence, and function approximations in one printable reference. These ideas are essential for AP Calculus BC and first-year college calculus.

Key Facts

  • A sequence {an}\{a_n\} converges to LL if limnan=L\lim_{n \to \infty} a_n = L.
  • An infinite 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 has a finite limit.
  • The 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| \ge 1.
  • The pp-series n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} converges when p>1p > 1 and diverges when p1p \le 1.
  • The divergence test says that if limnan0\lim_{n \to \infty} a_n \ne 0 or the limit does not exist, 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|; the series converges if L<1L < 1, diverges if L>1L > 1, and is inconclusive if L=1L = 1.
  • A power series n=0cn(xa)n\sum_{n=0}^{\infty} c_n(x-a)^n converges for xa<R|x-a| < R, diverges for xa>R|x-a| > R, and must be checked separately at x=a±Rx=a \pm R.
  • The Taylor series for a function centered at aa is n=0f(n)(a)n!(xa)n\sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n.

Vocabulary

Sequence
A sequence is an ordered list of numbers written as {an}\{a_n\}, where nn usually represents a positive integer position.
Series
A series is the sum of the terms of a sequence, 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 whether an infinite series converges.
Convergence
Convergence means a sequence or series approaches a finite value as nn \to \infty.
Radius of Convergence
The radius of convergence RR is the distance from the center aa within which a power series cn(xa)n\sum c_n(x-a)^n converges.
Taylor Series
A Taylor series represents a function near x=ax=a using derivatives in the form n=0f(n)(a)n!(xa)n\sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n.

Common Mistakes to Avoid

  • Using the divergence test to prove convergence is wrong because the test only proves divergence when limnan0\lim_{n \to \infty} a_n \ne 0 or does not exist.
  • Forgetting endpoint checks for a power series is wrong because the ratio or root test usually gives only xa<R|x-a| < R, while x=aRx=a-R and x=a+Rx=a+R can behave differently.
  • Treating every alternating series as convergent is wrong because the alternating series test also requires bn0b_n \to 0 and the positive terms bnb_n to eventually decrease.
  • Applying the geometric sum formula when r1|r| \ge 1 is wrong because n=0arn=a1r\sum_{n=0}^{\infty} ar^n = \frac{a}{1-r} only holds for r<1|r| < 1.
  • Ignoring absolute convergence is wrong because a series may converge conditionally, and tests like the ratio test often determine whether an\sum |a_n| converges.

Practice Questions

  1. 1 Determine whether n=13n2\sum_{n=1}^{\infty} \frac{3}{n^2} converges or diverges, and name the test or rule used.
  2. 2 Find the sum of the geometric series n=05(23)n\sum_{n=0}^{\infty} 5\left(\frac{2}{3}\right)^n.
  3. 3 Find the radius and interval of convergence for n=1(x2)nn3n\sum_{n=1}^{\infty} \frac{(x-2)^n}{n3^n}.
  4. 4 Explain why checking limnan=0\lim_{n \to \infty} a_n = 0 is not enough to conclude that n=1an\sum_{n=1}^{\infty} a_n converges.