Get AI summaries of any video or article — Sign up free
Real Analysis Live - Problem Solving - Series and Convergence Criteria (see tbsom.de/live) thumbnail

Real Analysis Live - Problem Solving - Series and Convergence Criteria (see tbsom.de/live)

5 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Start convergence/divergence by inspecting the term structure and bounding it against a known series like ∑ 1/n² or ∑ 1/n.

Briefing

A pair of classic real-analysis series problems gets solved end-to-end using two workhorse techniques: comparison tests for convergence/divergence and partial-fraction decomposition plus telescoping for exact sums. The central takeaway is practical: when a series looks messy, the fastest path is often to (1) estimate its terms against a known benchmark like 1/n² or 1/n, or (2) rewrite it into a form where most terms cancel.

The first series has terms of the form a_n = n! / n^n. Rather than trying to sum it directly, the solution inspects the term structure by writing out early values and then bounding the general term. The factorial in the numerator can be paired with factors in n^n, leading to an inequality that places a_n under a multiple of 1/n² for sufficiently large n. With that majorant in hand, the comparison test applies: since the p-series ∑ 1/n² converges, the original series ∑ n!/n^n converges absolutely. Along the way, the discussion emphasizes why absolute convergence matters in general (it requires comparing |a_n|), even though positivity makes it automatic here.

A second example shifts from “does it converge?” to “what is the sum?” The series is engineered to be computable. By performing partial fraction decomposition, the term is rewritten as 1/n − 1/(n+1). Summing these partial fractions produces a telescoping effect: in the partial sums, nearly everything cancels, leaving only the first term and the last term. Taking the limit of the remaining expression yields an exact value: the series converges to 1. The session highlights a key conceptual point: a “series” question can secretly be a “limit of partial sums” question, and telescoping makes that limit straightforward.

The stream then adds more convergence practice with variations. One series is shown to converge by comparison to a known convergent form using inequalities that bound the rational term by something like 1/n². Another series is shown to diverge by comparing its terms to the harmonic series: after factoring the dominant polynomial growth, the terms are found to behave like 1/n. A lower bound of the form a_n ≥ 1/n (eventually) triggers the comparison test against ∑ 1/n, proving divergence.

Finally, a more advanced “compute the sum” problem again uses partial fractions and telescoping, but with a different rational structure. The decomposition produces two shifted reciprocal terms whose partial sums collapse. Solving a small linear system for the coefficients and then applying telescoping gives the exact limit of the partial sums as 1/2. The overall message is exam-ready: convergence proofs often hinge on bounding against 1/n² or 1/n, while exact evaluation frequently depends on rewriting terms into a telescoping difference.

Cornell Notes

The session solves several real-analysis series problems by matching each to the right tool. For convergence/divergence, it uses comparison tests: one series with terms n!/n^n is bounded above by a constant multiple of 1/n², so it converges absolutely. Another rational series is shown to diverge because its terms behave like 1/n, allowing a lower bound comparison with the harmonic series. For exact sums, partial fraction decomposition turns a term into a difference of reciprocals (e.g., 1/n − 1/(n+1)), producing telescoping partial sums. This yields closed-form limits such as 1 and 1/2, illustrating that series evaluation often reduces to computing a simple limit of partial sums.

How does the comparison test prove that ∑ n!/n^n converges?

The terms are analyzed by factoring the factorial and pairing factors against those in n^n. After estimating the remaining unmatched factors by 1, the general term a_n is shown to satisfy an inequality of the form a_n ≤ C/n² for all sufficiently large n (the discussion uses a concrete bound and then starts the comparison from an index like n ≥ 5). Since ∑ 1/n² converges, the comparison test implies ∑ a_n converges. Because the terms are positive, the absolute convergence condition is automatically satisfied, but the stream still recalls that comparison tests for absolute convergence require |a_n|.

Why does partial fraction decomposition lead to telescoping in the “sum equals 1” example?

The series term is rewritten as a difference of two shifted reciprocals: 1/n − 1/(n+1). When forming partial sums S_N = ∑_{n=1}^N (1/n − 1/(n+1)), the negative part at index n cancels the positive part at index n+1. After cancellation, only the first positive term and the last negative term remain, giving S_N = 1 − 1/(N+1). Taking N → ∞ yields the exact sum 1.

What’s the practical difference between convergence and absolute convergence in these exercises?

Absolute convergence requires that ∑ |a_n| converges, which is stronger than conditional convergence where signs can cancel. The stream notes that the comparison test used for absolute convergence involves inequalities with absolute values. In the main factorial example, all terms are positive, so |a_n| = a_n and absolute convergence follows immediately. The discussion also reminds that conditional convergence can occur in general (e.g., via alternating-series phenomena), but the exercises here focus on positive-term comparisons.

How do the rational-series examples decide between convergence and divergence?

One approach is asymptotic factoring: compare the highest powers in numerator and denominator to see the dominant behavior. If the term behaves like 1/n², comparison to a p-series suggests convergence. If it behaves like 1/n, comparison to the harmonic series suggests divergence. In the divergence example, after algebraic simplification the term is bounded below by 1/n for all n beyond some point, and since ∑ 1/n diverges, the original series diverges by the comparison test.

How is the exact value 1/2 obtained in the final “compute the sum” problem?

The rational term is factored into linear factors in n (via identifying roots), enabling partial fraction decomposition into two terms with coefficients A and B. Coefficients are determined by multiplying through by the full denominator and comparing polynomial coefficients, yielding a small linear system (solved to get A = 1/2 and B = −1/2). Substituting the decomposition into the partial sums produces telescoping cancellation, leaving only boundary terms. The limit of the remaining expression as N → ∞ gives the series sum 1/2.

Review Questions

  1. For a_n = n!/n^n, what kind of inequality must be established to compare it to a known convergent series, and which benchmark series is used?
  2. In a telescoping series created by partial fractions, what cancels across consecutive indices, and how do you compute the remaining boundary terms?
  3. When a rational term behaves asymptotically like 1/n, what comparison test conclusion should follow, and what inequality direction (upper vs lower bound) is needed?

Key Points

  1. 1

    Start convergence/divergence by inspecting the term structure and bounding it against a known series like ∑ 1/n² or ∑ 1/n.

  2. 2

    For ∑ n!/n^n, show a_n is eventually dominated by a constant multiple of 1/n², then apply the comparison test.

  3. 3

    Absolute convergence comparisons require |a_n| in general; positivity makes absolute convergence immediate.

  4. 4

    Partial fraction decomposition can rewrite a term as a difference of shifted reciprocals, enabling telescoping partial sums.

  5. 5

    Telescoping turns S_N into a simple expression involving only the first and last terms; the series sum is the limit of that expression.

  6. 6

    When a term is asymptotically comparable to 1/n, comparison with the harmonic series typically yields divergence.

  7. 7

    If the problem asks for the exact sum, convergence alone isn’t enough—use algebraic rewriting (partial fractions) to compute the limit of partial sums exactly.

Highlights

Bounding n!/n^n by C/n² for large n turns a seemingly complicated factorial series into a straightforward comparison with the convergent p-series ∑ 1/n².
Rewriting 1/n − 1/(n+1) makes the partial sums collapse: everything cancels except 1 − 1/(N+1), giving the exact sum 1.
A divergence proof can be as simple as showing a_n ≥ 1/n eventually; the harmonic series then forces divergence.
Exact sums often come from partial fractions plus telescoping, not from direct summation.
Even when a series looks complicated, it often reduces to computing the limit of a cleverly simplified sequence of partial sums.

Topics