Calculus 2 Series Cheat Sheet

Advertisement

Calculus 2 Series Cheat Sheet: Your Ultimate Guide to Mastering Infinite Series and Convergence

Calculus 2 is a pivotal course in the mathematics curriculum, focusing heavily on series, sequences, and the tools needed to analyze functions through infinite sums. A comprehensive Calculus 2 series cheat sheet can serve as an invaluable quick reference for students, helping them grasp key concepts, formulas, and techniques essential for solving series problems efficiently. Whether preparing for exams or reviewing fundamental ideas, this cheat sheet aims to distill complex topics into clear, manageable sections.

---

Understanding Sequences and Series



Sequences and series form the backbone of many Calculus 2 topics. A solid understanding of their definitions and properties is essential.

Sequences


- A sequence is an ordered list of numbers, typically expressed as \(\{a_n\}\), where \(n\) indicates the position in the sequence.
- Limit of a sequence: \(\lim_{n \to \infty} a_n = L\), if the terms approach a finite value \(L\).

Series


- A series is the sum of the terms of a sequence: \(\sum_{n=1}^{\infty} a_n\).
- Partial sum: \(S_N = \sum_{n=1}^{N} a_n\), the sum of the first \(N\) terms.
- Infinite series: Sum as \(N \to \infty\).

---

Common Series Types and Their Properties



Knowing the standard series and their behaviors helps in identifying convergence or divergence.

Geometric Series


- General form: \(\sum_{n=0}^{\infty} ar^n\)
- Sum (if \(|r| < 1\)): \(\frac{a}{1 - r}\)
- Converges when \(|r| < 1\); diverges otherwise.

Arithmetic Series


- Sum of the first \(N\) terms: \(S_N = \frac{N}{2}(a_1 + a_N)\)

Harmonic Series


- \(\sum_{n=1}^{\infty} \frac{1}{n}\)
- Diverges despite terms tending to zero.

p-Series


- \(\sum_{n=1}^{\infty} \frac{1}{n^p}\)
- Converges if \(p > 1\); diverges if \(p \leq 1\).

---

Tests for Convergence



Determining whether a series converges or diverges is fundamental. The following tests are essential tools.

1. Geometric Series Test


- Use the geometric series sum formula.
- Converges if \(|r| < 1\).

2. p-Series Test


- Converges if \(p > 1\), diverges otherwise.

3. Comparison Test


- If \(0 \leq a_n \leq b_n\) for all \(n\),
- and \(\sum b_n\) converges, then \(\sum a_n\) converges.
- if \(\sum a_n\) diverges, then \(\sum b_n\) diverges.

4. Limit Comparison Test


- For positive \(a_n, b_n\),
- \(\lim_{n \to \infty} \frac{a_n}{b_n} = c\),
- if \(c\) is finite and positive, then \(\sum a_n\) and \(\sum b_n\) share the same convergence behavior.

5. Alternating Series Test (Leibniz Test)


- For series \(\sum (-1)^{n} a_n\),
- if \(a_n\) is decreasing and \(\lim_{n \to \infty} a_n = 0\), then the series converges.

6. Absolute and Conditional Convergence


- Absolute convergence: \(\sum |a_n|\) converges.
- Conditional convergence: \(\sum a_n\) converges, but \(\sum |a_n|\) diverges.

7. Ratio Test


- \(\lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = L\)
- Series converges if \(L < 1\), diverges if \(L > 1\).

8. Root Test


- \(\lim_{n \to \infty} \sqrt[n]{|a_n|} = L\)
- Converges if \(L < 1\), diverges if \(L > 1\).

---

Power Series and Radius of Convergence



Power series are fundamental for representing functions.

Definition


- A power series centered at \(a\): \(\sum_{n=0}^{\infty} c_n (x - a)^n\)

Radius and Interval of Convergence


- Use the Ratio or Root Test to find the radius \(R\):
- \(R = \frac{1}{\lim_{n \to \infty} \sqrt[n]{|c_n|}}\) (if the limit exists).
- The series converges for \(|x - a| < R\).

Common Power Series


- Geometric series: \(\sum_{n=0}^{\infty} r^n\), with convergence for \(|r| < 1\).
- Taylor Series: expansion of functions around a point \(a\),
- \(f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x - a)^n\).

---

Maclaurin and Taylor Series



These are specific types of power series expanded around \(a=0\) (Maclaurin) or any point \(a\) (Taylor).

Common Maclaurin Series


- Exponential: \(e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!}\)
- Sine: \(\sin x = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n+1}}{(2n+1)!}\)
- Cosine: \(\cos x = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n}}{(2n)!}\)
- \(\frac{1}{1-x} = \sum_{n=0}^{\infty} x^n\) for \(|x| < 1\)

Taylor Series


- Expansion of a function \(f(x)\) at \(a\):
\[
f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x - a)^n
\]
- Used for approximations and analyzing function behavior near a point.

---

Estimating Series Remainders



Remainder or error estimates are critical for approximation accuracy.

Lagrange Remainder Formula


- For Taylor series:
\[
R_n(x) = \frac{f^{(n+1)}(\xi)}{(n+1)!} (x - a)^{n+1}
\]
where \(\xi\) is some point between \(a\) and \(x\).

Practical Usage


- To ensure an approximation is within a desired error \(\epsilon\), find \(n\) such that \(|R_n(x)| < \epsilon\).

---

Strategies for Series Problems



- Always identify the type of series first.
- Use the appropriate convergence test.
- Simplify the series when possible.
- For power series, find the radius and interval of convergence.
- When dealing with functions, consider their known Taylor expansions.
- Use remainder estimates for approximation accuracy.

---

Summary of Key Formulas



- Geometric series sum: \(\frac{a}{1 - r}\) (for \(|r| < 1\))
- p-series: convergence if \(p > 1\)
- Limit comparison: \(\lim_{n \to \infty} \frac{a_n}{b_n} = c\)
- Ratio test: \(L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|\)
- Root test: \(L = \lim_{n \to \infty} \sqrt[n]{|a_n|}\)
- Power series: \(\sum c_n (x - a)^n\), with radius \(R = 1 / \lim_{n \to \infty} \sqrt[n]{|c_n|}\)
- Taylor series expansion:

Frequently Asked Questions


What are the key series covered in a Calculus 2 series cheat sheet?

A Calculus 2 series cheat sheet typically includes geometric series, p-series, harmonic series, alternating series, Taylor and Maclaurin series, and convergence tests such as the Ratio and Root tests.

How do I determine if a series converges using the Ratio Test?

To use the Ratio Test, take the limit of the absolute value of the ratio of consecutive terms. If this limit is less than 1, the series converges absolutely; if greater than 1, it diverges; if equal to 1, the test is inconclusive.

What is the significance of the Taylor series in Calculus 2?

The Taylor series allows you to approximate functions as infinite sums of polynomial terms centered around a point, facilitating easier computation and analysis of functions that are otherwise difficult to evaluate directly.

How can I quickly identify whether a series is conditionally or absolutely convergent?

First, test for absolute convergence by applying convergence tests to the absolute value of the series. If the absolute series converges, the original series is absolutely convergent; if only the original series converges, it is conditionally convergent.

What are common convergence tests included in a Calculus 2 series cheat sheet?

Common tests include the Integral Test, Comparison Test, Limit Comparison Test, Alternating Series Test, Ratio Test, and Root Test, each useful for different types of series to determine convergence or divergence.