June 30, 2026 - Calculus 2 - Finite and Infinite Series and Convergence Tests (Concise)

Administrative Updates

  • The professor plans to finish the series material this week.

  • There is a take home test on Thursday; it will be posted online for those attending orientation.

  • The test is currently due on Monday, but if material is not finished, it may be given Monday and due next Thursday.

  • There is no quiz on Thursday.

Geometric Series Manipulation

  • The geometric series formula is applicable only when the index starts at 11 and the exponent is n1n-1.

  • To adjust the index, if you subtract a value from the index, you must add that same value to nn in the expression (e.g., if n=3n=3, subtracting 22 to get 11 requires adding 22 to the variable nn).

  • Exponents can be simplified by peeling off factors: 23n+1\frac{2}{3}^{n+1} can be written as 23n×231\frac{2}{3}^{n} \times \frac{2}{3}^{1}.

  • A ratio rr must be between 1-1 and 11 for convergence.

  • In the example using 2/322/3^{2}, the result is 44 9ths.

  • Checking if 3434 is in between 11 and positive 11 is necessary for convergence; in the example, 1+34=741+34 = 74.

Telescoping Series

  • A telescoping series collapses because terms in the middle cancel out, leaving only a few beginning and end terms.

  • Convergence is determined by the limit of the partial sums SkS_{k}.

  • Example: Partial sums of 1n1n+1\frac{1}{n} - \frac{1}{n+1} results in a sum of 11k+11 - \frac{1}{k+1}.

  • As kk \rightarrow \infty, the term 1k+1\frac{1}{k+1} goes to 00, meaning the series converges based on this remaining value.

The Divergence Test

  • If the limit of the sequence ana_{n} is any number other than 00 (including infinity or minus infinity), the series diverges.

  • If the limit is 00, the test is inconclusive (e.g., the harmonic series 1/n1/n has a limit of 00 but is divergent).

  • One can use li talls or lows (treating it as a rational function) to find limits for this test.

  • Example: Since the limit of cos(1n)\cos(\frac{1}{n}) as nn \rightarrow \infty is cos(0)=1\cos(0) = 1, the series diverges by the divergence test because it does not equal 00.

  • Example: The limit of e1ne^{\frac{1}{n}} as nn \rightarrow \infty is e0e^{0}, which causes it to diverges.

The Integral Test

  • To use this test, let an=f(n)a_{n} = f(n). The function ff must be continuous, positive, and decreasing.

  • The series an\sum a_{n} and the improper integral Nf(x)dx\int_{N}^{\infty} f(x)\,dx either both converge or both diverge.

  • Note: The value an integral converges to is typically different from the value the series converges to.

  • Example: 11xdx=ln(t)\int_{1}^{\infty} \frac{1}{x}\,dx = \ln(t) as tt \rightarrow \infty, which is infinity, proving the harmonic series diverges.

P-Series Tests

  • A P series is defined as 1np\sum \frac{1}{n^{p}}.

  • It converges if p > 1.

  • It diverges if p1p \le 1.

  • If pp is negative, the divergence test proves the series is divergent (limit is infinity).

  • Example: For 1n4/5\frac{1}{n^{4/5}}, the pp is 4/54/5, which is not bigger than 11, so the series diverges.

Comparison Test

  • Compares an unknown series to a known one, like a P series.

  • If anbna_{n} \le b_{n} for all nNn \ge N and bn\sum b_{n} converges, then an\sum a_{n} also converges.

  • If anbna_{n} \ge b_{n} and bn\sum b_{n} diverges, then an\sum a_{n} also diverges.

  • This test requires sequences to be non-negative, bounded, and monotone (eventually increasing or decreasing).

Questions & Discussion

  • Question: Is manipulation the preferred way rather than writing out terms?

  • Response: Yes, as you do more with series, it becomes faster because it avoids writing out terms and calculating many individual values.

  • Question: Are these values on the unit circle?

  • Response: No pies involved; values are kept in terms of cosine.

  • Question: What does the divergence mean exactly? Is it getting close to one but never meets?

  • Response: It means adding 1313 every time makes the sum too large to capital; it gets closer to 1313, and adding that repeatedly leads to infinity.

  • Question: How do you know when it ever converges?

  • Response: The divergence test cannot tell you if it converges. If the limit is 00, the test says nothing, and you must use another method.