June 30, 2026 - Calculus 2 - Finite and Infinite Series and Convergence Tests
Course Administration and Scheduling
Semester Progress: The semester is nearing its end. The current plan is to finalize the topic of series during this week.
Upcoming Examination:
A take-home test will be assigned on Thursday.
Due to student orientation conflicts on Thursday, the test will be posted online so physical attendance is not mandatory for its retrieval.
Deadline Policy: If the instructor finishes all intended material this week, the test will be due on Monday. If the material requires more time, the test will be assigned on Monday and due the following Thursday.
There will be no quiz on Thursday given the take-home test assignment.
Advanced Manipulation of Geometric Series
Refining the Geometric Form: To use the standard geometric series formula, the series must ideally be in the form .
Index and Power Adjustment:
If a series index starts at and the term is , one can shift the index to start at by subtracting 2 from the index and adding 2 to the value of within the formula.
Algebraic Manipulation Example: To get a power of down to without changing the index:
Recognize that .
Further, .
By peeling off factors, you can restructure the expression into the format. For the example discussed, this involved factoring out .
Geometric Series Identification and Calculation
Example 1:
Rewrite as . Factor out a to obtain the exponent.
, .
Sum calculation: .
Example 2:
The goal is to match the exponents of the numerator and denominator so they can be combined into a single ratio .
Numerator manipulation: . (Note: Care must be taken with the negative sign; the speaker notes a negative should be present in each step).
Combined form: .
Convergence Criterion: A geometric series converges if and only if |r| < 1. Since |-\frac{3}{4}| < 1, this series converges.
Sum calculation: , . Sum = .
Telescoping Series
Definition: A telescoping series is a summation where the internal terms cancel each other out, leaving only a few terms at the beginning and the end.
Calculation via Partial Sums: The convergence of a telescoping series depends on the limit of the sequence of partial sums .
Example (Partial Fraction Decomposition): decomposes into .
Writing out terms:
The -th partial sum .
Limit analysis: . The series converges to 1.
Trigonometric Example:
Partial sum .
Limit analysis: .
The Divergence Test (n-th Term Test for Divergence)
Core Principle: For a series to converge, the terms being added () must eventually approach zero. If the limit of the sequence is not zero, the sum is effectively adding non-negligible values infinitely many times, leading to infinity.
Formal Statement:
If or , then the series diverges.
Limitations (The Converse Trap): If , the test is inconclusive. It does not guarantee convergence.
Classic Counter-example: The Harmonic Series . Here, , yet the series is known to diverge.
Applied Examples:
Example 1: . Limit as is . Since , the series diverges by the Divergence Test.
Example 2: . Limit as is . Since , the series diverges.
Example 3: . Limit is . The test is inconclusive.
Example 4: . Limit is . Since , the series diverges.
The Integral Test
Conceptual Basis: Comparing the sum of a series to the area under a curve. If a function is continuous, positive, and decreasing, then the behavior of the series (where ) matches the behavior of the improper integral .
Criteria for Use:
must be non-negative.
There must exist a function such that .
must be continuous.
must be decreasing for all .
Relationship to Harmonic Series: Using the integral , we prove the Harmonic Series diverges.
Example 1: . Integral .
The integral converges, therefore the series converges by the Integral Test.
Note: The value of the integral () is NOT the sum of the series. The sum of this geometric series is actually .
Example 2: . Integral . The series converges.
Example 3: .
Verify decreasing status: \frac{1}{\sqrt{2(n+1)-1}} < \frac{1}{\sqrt{2n-1}} simplifies to \sqrt{2n+1} > \sqrt{2n-1}, which is true.
Integral: . Using u-substitution (), we get . The series diverges.
P-Series Test
Definition: A series of the form , where is a real number.
Convergence Rules: derived from the integral test on .
Converges if p > 1.
Diverges if .
Applied Examples:
Example 1: . Since p = 2 > 1, it converges.
Example 2: . Since p = \frac{3}{2} > 1, it converges.
Example 3: . Since , it diverges.
Direct Comparison Test
Concept: Comparing a "messy" series to a "clean" series (usually a P-series or geometric series) to determine behavior.
Rules:
If and converges, then converges (the smaller of two convergent terms must converge).
If and diverges, then diverges (the larger of two divergent terms must diverge).
Example Walkthrough: Comparing to .
The terms of are always smaller than .
Since is a convergent P-series (), the smaller series also converges.
Questions & Discussion
Question regarding Divergence Test logic: "So, what does that mean exactly? Like, is it saying that it's getting close to one, but it never actually meets?"
Response: If the limit is , it means as we get further and further in the series, we are essentially adding over and over. Adding a constant value infinitely many times causes the sum to grow infinitely large.
Question regarding the Cosine limit: "We did the cosine of and we got the limit. It wasn't like the same… I kept plugging in numbers and it just kept being closer to one but it wasn't like growing by one the same way."
Response: The function behaves differently than a linear growth. The input to the cosine () is heading toward zero, which makes the output of the cosine head toward 1. There is a difference between the input behavior and the actual output (the term of the series).
Question on Limit values: "So then if it's greater than one then it diverges. If it's zero, it's inconclusive. If it's less than zero… then it's also divergent?"
Response: Any limit value other than zero—positive, negative, or infinite—indicates divergence. If the limit is zero, the test provides no information.