Sequences and Series -- Diagnostic Tests [BC Only]
Sequences and Series — Diagnostic Tests [BC Only]
Section titled “Sequences and Series — Diagnostic Tests [BC Only]”Unit Tests
Section titled “Unit Tests”Tests edge cases, boundary conditions, and common misconceptions for sequences and series.
UT-1: Choosing the Correct Convergence Test for a Tricky Series
Section titled “UT-1: Choosing the Correct Convergence Test for a Tricky Series”Question:
Determine whether converges conditionally, converges absolutely, or diverges.
A student applies the alternating series test and concludes it converges conditionally because decreases to . Identify the flaw in this reasoning and determine the correct answer.
Solution:
The alternating series test requires that is positive and decreasing. Let us check if is decreasing.
is undefined (division by zero). So the series is not even well-defined starting from .
Start from instead: b_2 = \dfrac{1}{\sqrt{2} + 1} \approx 0.414$$b_3 = \dfrac{1}{\sqrt{3} - 1} \approx 1.366$$b_4 = \dfrac{1}{2 + 1} \approx 0.333.
Since The sequence is not decreasing, so the alternating series test does not apply.
To determine convergence, rewrite:
The first part converges by the alternating series test (since and is eventually decreasing).
The second part is the negative harmonic series, which diverges.
Since a convergent series minus a divergent series diverges, the original series diverges.
UT-2: Taylor Series Remainder and Lagrange Error Bound
Section titled “UT-2: Taylor Series Remainder and Lagrange Error Bound”Question:
Use the Maclaurin series for to approximate using the first three nonzero terms.
(a) Compute the approximation. (b) Use the Lagrange error bound to find an upper bound on the absolute error. (c) The actual value is . Compute the actual error and verify it is within the bound. (d) A student claims “since the Maclaurin series for converges for all The error must go to zero.” Explain why this does not mean the error is zero for any finite number of terms.
Solution:
(a) The Maclaurin series:
First three nonzero terms: .
(b) The Lagrange remainder after terms: where for between and .
After 3 terms (Using up to the term), the next term involves :
Since :
A tighter bound using :
(c) Actual error: .
Is ? Yes. Is ? Yes. The error is within both bounds.
(d) Convergence of the series means the partial sums approach as the number of terms goes to infinity. For any finite number of terms, there is a nonzero remainder. The series “converging” is a statement about the limit of partial sums, not about any individual partial sum. This is the distinction between an infinite process and its finite approximation.
UT-3: Radius and Interval of Convergence with Endpoint Analysis
Section titled “UT-3: Radius and Interval of Convergence with Endpoint Analysis”Question:
Find the radius and interval of convergence of .
Solution:
Apply the ratio test:
The ratio test gives convergence when I.e., .
Radius of convergence: .
Endpoints:
: — the harmonic series, which diverges.
: — the alternating harmonic series, which converges conditionally (by the alternating series test: and decreases).
Interval of convergence: .
Integration Tests
Section titled “Integration Tests”Tests synthesis of sequences and series with other topics.
IT-1: Power Series Differentiation to Evaluate a Sum (with Derivatives)
Section titled “IT-1: Power Series Differentiation to Evaluate a Sum (with Derivatives)”Question:
Starting from the geometric series for Find the exact value of .
Solution:
From Differentiate both sides:
Multiply by :
Differentiate again:
Multiply by :
Set :
IT-2: Taylor Polynomial Integration (with Integrals)
Section titled “IT-2: Taylor Polynomial Integration (with Integrals)”Question:
(a) Find the fourth-degree Maclaurin polynomial for . (b) Use to approximate . (c) Bound the error in this approximation using the Lagrange remainder.
Solution:
(a) Start with . Substitute :
The fourth-degree Maclaurin polynomial (all terms through ):
(b)
(c) The next term in the series is . The error from truncating after the term is bounded by:
Where for . This is complicated. Instead, bound using the next series term:
Since the series for is alternating and the terms decrease in magnitude for The error in truncating after the term is at most the magnitude of the next term:
So the error in the integral is bounded by:
More rigorously, using the Lagrange form: involves and terms. The maximum of on is bounded (all derivatives of are bounded by polynomials in times sines and cosines). The alternating series bound gives a cleaner result and is sufficient for the AP exam.
IT-3: Series Convergence via Integral Test (with Integrals and Limits)
Section titled “IT-3: Series Convergence via Integral Test (with Integrals and Limits)”Question:
Determine whether converges for: (a) (b) (c) General
Then, for the convergent case(s), use the integral test remainder bound to determine how many terms are needed to approximate the sum to within .
Solution:
Let for . This is positive, continuous, and decreasing for (when ).
Let , :
(a) : . The series converges.
(b) : . The series diverges.
(c) The -integral converges iff . Therefore:
\sum_{n=2}^{\infty}\frac{1}{n(\ln n)^p} \text{ converges iff p > 1
For the remainder bound with : the error from using terms satisfies:
We need :
This is astronomically large, showing that despite convergence, the series converges extremely slowly. This illustrates an important limitation of the integral test for error bounds: convergence does not imply practical computability.
For comparison, even gives:
Setting : So Giving . Still impractical. The series converges very slowly for near .
Summary
Section titled “Summary”The key principles covered in this topic are linked in the sub-pages above. Focus on understanding the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of each approach.
Worked Examples
Section titled “Worked Examples”Worked examples demonstrating the application of key concepts are covered in the detailed sub-pages linked above.
Common Pitfalls
Section titled “Common Pitfalls”- Confusing terminology or concepts that appear similar but have distinct meanings.
- Overlooking key assumptions or boundary conditions that limit applicability.