πŸŽ“ BookMCQ
← Back to 10. Infinite Series in Calculus

πŸ“ Convergence test for series (36 MCQs)

πŸ“– From Calculus β€’ 10. Infinite Series in Calculus β€’ 36 questions available

What is Convergence test for series?

A convergence test is a rule that helps decide whether an infinite series βˆ‘an\sum a_n converges or diverges; common tests include the divergence test, integral test, comparison tests, ratio test, root test, and alternating series test, each suited for different types of terms.

6
Easy
11
Medium
19
Hard

πŸ“ All Convergence test for series MCQs

Q1. A student analyzes the series βˆ‘k=1∞k!3k\sum_{k=1}^{\infty} \frac{k!}{3^k} and claims it converges because the denominator 3k3^k grows exponentially, which typically dominates polynomial growth. Which of the following best identifies the flaw in this conceptual model?

A.The student correctly identified exponential dominance but failed to apply the Root Test.
B.The student confused polynomial growth with factorial growth; factorials grow faster than any exponential base. βœ…
C.The student should have used the Integral Test instead of comparing growth rates.
D.The series actually diverges because the terms do not approach zero, making growth rate comparison irrelevant.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This question targets a common conceptual misconception regarding hierarchy of growth. While it is true that exponentials dominate polynomials, factorials (k!k!) grow significantly faster than geometric terms (bkb^k). Applying the Ratio Test confirms this: the limit of successive terms is lim⁑kβ†’βˆž(k+1)!3k+1β‹…3kk!=lim⁑kβ†’βˆžk+13=∞\lim_{k \to \infty} \frac{(k+1)!}{3^{k+1}} \cdot \frac{3^k}{k!} = \lim_{k \to \infty} \frac{k+1}{3} = \infty. Since the limit exceeds 1, the series diverges. Understanding this hierarchy is crucial for selecting appropriate tests without unnecessary computation.

Q2. Consider the series βˆ‘k=1∞2k2+5k4βˆ’k+1\sum_{k=1}^{\infty} \frac{2k^2 + 5}{k^4 - k + 1}. A student attempts to use the Direct Comparison Test with the convergent p-series βˆ‘1k2\sum \frac{1}{k^2} but fails because 2k2+5k4βˆ’k+1>1k2\frac{2k^2+5}{k^4-k+1} > \frac{1}{k^2} for small values of kk. What is the most efficient rigorous resolution?

A.Switch to the Limit Comparison Test, as asymptotic behavior determines convergence regardless of initial term inequalities. βœ…
B.Manually calculate the first 10 terms to find where the inequality flips, then split the series.
C.Use the Integral Test because rational functions are always integrable.
D.The series must diverge because the direct comparison condition was violated.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The Direct Comparison Test requires the inequality to hold for all terms (or eventually), but finding the specific crossover point can be algebraically tedious. The Limit Comparison Test bypasses this by focusing solely on asymptotic behavior. Computing ρ=lim⁑kβ†’βˆžakbk=lim⁑kβ†’βˆž2k2+5k4βˆ’k+1β‹…k2=2\rho = \lim_{k \to \infty} \frac{a_k}{b_k} = \lim_{k \to \infty} \frac{2k^2+5}{k^4-k+1} \cdot k^2 = 2. Since 0<ρ<∞0 < \rho < \infty and βˆ‘1k2\sum \frac{1}{k^2} converges, the original series converges. This highlights the strategic advantage of limit-based methods over direct inequalities for rational functions.

Q3. You are modeling a damped harmonic oscillator where the energy dissipation at step kk is proportional to ak=sin⁑(k)k2a_k = \frac{\sin(k)}{k^2}. To determine if total energy loss is finite, you test for absolute convergence. Why is testing βˆ‘βˆ£ak∣\sum |a_k| preferred over testing βˆ‘ak\sum a_k directly in this physical context?

A.Absolute convergence guarantees the sum is independent of term ordering, which is physically necessary for scalar energy quantities. βœ…
B.The Alternating Series Test cannot be applied because sin⁑(k)\sin(k) does not alternate strictly.
C.Testing βˆ‘ak\sum a_k would yield a negative result, which is impossible for energy.
D.Absolute convergence allows the use of the Ratio Test, whereas conditional convergence does not.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: In physical modeling, quantities like energy are scalar and additive; their total value should not depend on the arbitrary order of summation. Riemann's Rearrangement Theorem states that conditionally convergent series can be rearranged to sum to any value, which violates physical conservation laws. By establishing absolute convergence via βˆ‘βˆ£sin⁑kk2βˆ£β‰€βˆ‘1k2\sum |\frac{\sin k}{k^2}| \leq \sum \frac{1}{k^2}, we ensure the model is robust and well-defined. This connects mathematical rigor to physical validity, emphasizing why absolute convergence is often a stricter requirement in applied sciences than mere convergence.

Q4. Analyze the error in the following deduction: 'Since lim⁑kβ†’βˆž1k=0\lim_{k \to \infty} \frac{1}{\sqrt{k}} = 0, the series βˆ‘k=1∞1k\sum_{k=1}^{\infty} \frac{1}{\sqrt{k}} converges by the Divergence Test.'

A.The Divergence Test only proves divergence when the limit is non-zero; a zero limit is inconclusive. βœ…
B.The limit calculation is incorrect; it should approach infinity.
C.The student applied the test to a sequence rather than a series.
D.The Divergence Test requires positive terms, which was not verified.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This represents a fundamental logical error known as affirming the consequent. The Divergence Test states: if βˆ‘ak\sum a_k converges, then lim⁑ak=0\lim a_k = 0. The converse is false. Many divergent series, including p-series with p≀1p \leq 1, have terms approaching zero. The harmonic series and βˆ‘1k\sum \frac{1}{\sqrt{k}} are classic counterexamples. Students must understand that lim⁑ak=0\lim a_k = 0 is a necessary but not sufficient condition for convergence. Recognizing this distinction prevents misapplication of the most basic convergence tool.

Q5. Given the graph of partial sums SnS_n for a series with positive terms shows a monotonically increasing curve that appears to flatten out near y=4y=4, but the slope decreases extremely slowly. If S100β‰ˆ3.8S_{100} \approx 3.8 and S1000β‰ˆ3.9S_{1000} \approx 3.9, what can be rigorously concluded without further analysis?

A.The series definitely converges to 4.
B.The series definitely diverges because the slope never reaches exactly zero.
C.No rigorous conclusion can be drawn about convergence solely from finite graphical data. βœ…
D.The series converges conditionally but not absolutely.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Graphical evidence of partial sums is suggestive but never proof. A series like βˆ‘1kln⁑k\sum \frac{1}{k \ln k} diverges incredibly slowly, appearing flat on standard scales even after millions of terms. Conversely, a convergent series might appear to grow linearly before suddenly leveling off. Without analytical bounds or a closed form, visual flattening is insufficient to distinguish between very slow divergence and convergence. This question reinforces the necessity of analytical tests over numerical or graphical intuition, especially for borderline cases where computational resources cannot reveal asymptotic behavior.

Q6. For the series βˆ‘k=1∞(2k+13kβˆ’5)k\sum_{k=1}^{\infty} \left( \frac{2k+1}{3k-5} \right)^k, a student applies the Ratio Test and obtains an inconclusive result. Which alternative method is theoretically justified and computationally superior here?

A.Integral Test, because the function is continuous and decreasing.
B.Comparison Test with a geometric series derived from the limit of the base.
C.Root Test, because the general term involves a kk-th power structure. βœ…
D.Alternating Series Test, after separating positive and negative parts.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: When terms involve expressions raised to the kk-th power, the Root Test is often more effective than the Ratio Test. Here, ρ=lim⁑kβ†’βˆžβˆ£ak∣k=lim⁑kβ†’βˆž2k+13kβˆ’5=23\rho = \lim_{k \to \infty} \sqrt[k]{|a_k|} = \lim_{k \to \infty} \frac{2k+1}{3k-5} = \frac{2}{3}. Since ρ<1\rho < 1, the series converges absolutely. The Ratio Test would require evaluating lim⁑ak+1ak\lim \frac{a_{k+1}}{a_k}, leading to complex indeterminate forms involving powers. This problem tests strategic selection: recognizing structural cues (powers vs. factorials) that dictate optimal test choice, saving significant computational effort and avoiding dead ends.

Q7. A researcher computes βˆ‘k=1∞(βˆ’1)kkk2+1\sum_{k=1}^{\infty} \frac{(-1)^k k}{k^2+1} using software and gets approximately -0.23. They claim the series converges absolutely because the numerical sum stabilizes. Evaluate this reasoning.

A.Correct; numerical stability implies absolute convergence.
B.Incorrect; numerical stabilization only suggests convergence, not absolute convergence. Absolute convergence requires βˆ‘βˆ£ak∣\sum |a_k| to converge. βœ…
C.Incorrect; the series actually diverges by the Divergence Test.
D.Correct; alternating series with decreasing terms always converge absolutely.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Numerical approximation cannot distinguish between absolute and conditional convergence. The given series converges by the Alternating Series Test since kk2+1\frac{k}{k^2+1} decreases to 0. However, βˆ‘βˆ£ak∣=βˆ‘kk2+1\sum |a_k| = \sum \frac{k}{k^2+1} behaves like βˆ‘1k\sum \frac{1}{k} and diverges by Limit Comparison. Thus, the series is conditionally convergent. Computational tools display partial sums approaching a limit, masking the divergence of absolute values. This highlights a critical limitation of numerical methods: they verify existence of a sum but not its robustness under rearrangement or absolute summability.

Q8. Which of the following modifications to the harmonic series βˆ‘1k\sum \frac{1}{k} results in a convergent series, and why does this modification fundamentally alter the asymptotic behavior?

A.βˆ‘1kln⁑k\sum \frac{1}{k \ln k}; the logarithmic factor increases the denominator sufficiently.
B.βˆ‘1k1.001\sum \frac{1}{k^{1.001}}; any exponent greater than 1 creates a convergent p-series. βœ…
C.βˆ‘(βˆ’1)kk\sum \frac{(-1)^k}{k}; alternation forces cancellation that induces convergence.
D.βˆ‘1k+1000\sum \frac{1}{k + 1000}; shifting the index removes the singularity at k=0.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Only option B produces absolute convergence. Option C converges conditionally, not absolutely. Options A and D still diverge (A by integral test, D by limit comparison with harmonic). The key insight is that convergence of positive-term series depends entirely on decay rate. Adding constants or logarithms doesn't change the fundamental 1/k1/k decay class. Only increasing the power beyond 1 changes the integral ∫xβˆ’pdx\int x^{-p} dx from logarithmic divergence to finite convergence. This tests deep understanding of threshold behavior in p-series versus superficial modifications.

Q9. In applying the Integral Test to βˆ‘k=2∞1k(ln⁑k)2\sum_{k=2}^{\infty} \frac{1}{k (\ln k)^2}, a student correctly evaluates ∫2∞dxx(ln⁑x)2=1ln⁑2\int_2^{\infty} \frac{dx}{x (\ln x)^2} = \frac{1}{\ln 2} and concludes the series sum equals 1ln⁑2\frac{1}{\ln 2}. Identify the specific error.

A.The Integral Test determines convergence/divergence only, not the actual sum of the series. βœ…
B.The lower bound of integration should be 1, not 2.
C.The antiderivative was computed incorrectly.
D.The function is not decreasing on the interval [2, ∞).
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This is a pervasive misconception: equating the value of the improper integral with the series sum. The Integral Test provides a binary outcome (converge/diverge) based on whether the area under the curve is finite. The series sum and integral value are generally unequal; for this series, the sum is approximately 2.1 while the integral is ~1.44. The integral serves as a bound or comparison tool, not an evaluation method. Understanding this distinction prevents erroneous quantitative claims from qualitative tests.

Q10. Consider two series: A=βˆ‘1k2A = \sum \frac{1}{k^2} and B=βˆ‘1k2+sin⁑(k)B = \sum \frac{1}{k^2 + \sin(k)}. Without computation, explain why both must converge using conceptual reasoning about perturbation.

A.Series B is a bounded perturbation of A; since A converges absolutely, small oscillatory perturbations cannot induce divergence. βœ…
B.Both are p-series with p=2, so both converge by definition.
C.The sine term averages to zero, making B identical to A asymptotically.
D.Convergence cannot be determined without explicit testing due to the oscillatory term.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: This tests understanding of stability under perturbation. Since ∣sin⁑kβˆ£β‰€1|\sin k| \leq 1, we have 1k2+1≀bk≀1k2βˆ’1\frac{1}{k^2+1} \leq b_k \leq \frac{1}{k^2-1} for large k. Both bounding series converge (by limit comparison with βˆ‘1/k2\sum 1/k^2), so B converges by Squeeze/Comparison. More conceptually, absolutely convergent series are stable under bounded additive perturbations in the denominator. The oscillation doesn't affect the dominant k2k^2 decay rate. This avoids mechanical testing and relies on asymptotic dominance principles, demonstrating higher-order synthesis of comparison concepts.

Q11. A student argues that βˆ‘k=1∞k!kk\sum_{k=1}^{\infty} \frac{k!}{k^k} diverges because factorials grow faster than polynomials. Refute this using asymptotic analysis.

A.Factorials grow slower than kkk^k; Stirling's approximation shows k!/kk∼2Ο€k/ekk!/k^k \sim \sqrt{2\pi k}/e^k, which decays geometrically. βœ…
B.The student is correct; factorials always dominate.
C.The series diverges because the ratio test yields e > 1.
D.Polynomial growth is irrelevant; only exponential matters.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: The student's heuristic fails because kkk^k is super-exponential, growing much faster than k!k!. Using Stirling's formula k!∼2Ο€k(k/e)kk! \sim \sqrt{2\pi k}(k/e)^k, the term becomes ∼2Ο€k/ek\sim \sqrt{2\pi k}/e^k, which decays exponentially. Ratio Test confirms: lim⁑(k+1)!(k+1)k+1β‹…kkk!=lim⁑(1+1k)βˆ’k=1/e<1\lim \frac{(k+1)!}{(k+1)^{k+1}} \cdot \frac{k^k}{k!} = \lim (1+\frac{1}{k})^{-k} = 1/e < 1. This Olympiad-style problem challenges oversimplified growth hierarchies and rewards precise asymptotic reasoning over memorized rules. It demonstrates that context (what the factorial is compared to) determines convergence.

Q12. When analyzing βˆ‘k=1∞2k+k33k+k!\sum_{k=1}^{\infty} \frac{2^k + k^3}{3^k + k!}, which single test provides the most direct path to a conclusion, and what is that conclusion?

A.Ratio Test; converges because factorial dominates exponential in denominator. βœ…
B.Limit Comparison with βˆ‘(2/3)k\sum (2/3)^k; converges.
C.Root Test; diverges because numerator base exceeds denominator.
D.Integral Test; converges due to rapid decay.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Identifying dominant terms is key. Denominator has k!k! which dominates 3k3^k; numerator has 2k2^k dominating k3k^3. The series behaves like βˆ‘2kk!\sum \frac{2^k}{k!}. Ratio Test on this simplified form gives lim⁑2k+1(k+1)!β‹…k!2k=lim⁑2k+1=0<1\lim \frac{2^{k+1}}{(k+1)!} \cdot \frac{k!}{2^k} = \lim \frac{2}{k+1} = 0 < 1. Formal application to original series yields same result. This tests ability to mentally simplify complex expressions before selecting tools, avoiding unnecessary algebra. Recognizing factorial dominance immediately signals Ratio Test applicability and predicts convergence.

Q13. Suppose βˆ‘ak\sum a_k converges conditionally. Which statement about βˆ‘βˆ£ak∣\sum |a_k| and rearrangements is necessarily true?

A.βˆ‘βˆ£ak∣\sum |a_k| diverges, and rearrangements can converge to any real number. βœ…
B.βˆ‘βˆ£ak∣\sum |a_k| converges to the same sum.
C.Rearrangements always diverge.
D.βˆ‘βˆ£ak∣\sum |a_k| may converge or diverge depending on term signs.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: By definition, conditional convergence means βˆ‘ak\sum a_k converges but βˆ‘βˆ£ak∣\sum |a_k| diverges. Riemann's Rearrangement Theorem then guarantees terms can be reordered to sum to any prescribed value or diverge. This profound result distinguishes conditional from absolute convergence. Options B and C describe absolute convergence properties. Option D contradicts the definition. This question assesses theoretical understanding of series pathology rather than computational skill, emphasizing why absolute convergence is preferred in analysis and applications where order-independence is required.

Q14. A computer algebra system returns 'divergent' for βˆ‘k=1∞cos⁑(k)k2\sum_{k=1}^{\infty} \frac{\cos(k)}{k^2}. Suspecting a software error, how would you analytically verify the correct behavior?

A.Apply Absolute Convergence Test: ∣cos⁑k/k2βˆ£β‰€1/k2|\cos k / k^2| \leq 1/k^2, and βˆ‘1/k2\sum 1/k^2 converges. βœ…
B.Use Alternating Series Test since cosine alternates.
C.Trust the CAS; it uses advanced algorithms.
D.Apply Ratio Test to confirm divergence.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: CAS may fail with oscillatory non-alternating terms. Analytical verification uses comparison: ∣cos⁑kβˆ£β‰€1β€…β€ŠβŸΉβ€…β€Šβˆ£akβˆ£β‰€1/k2|\cos k| \leq 1 \implies |a_k| \leq 1/k^2. Since βˆ‘1/k2\sum 1/k^2 converges (p=2), the original series converges absolutely, hence converges. The CAS likely mishandled the irregular sign pattern or used an inappropriate test. This scenario emphasizes human oversight of computational tools and reinforces that bounded oscillation combined with sufficient decay guarantees convergence. It also illustrates why absolute convergence tests are more robust for irregularly signed series than alternating-specific methods.

Q15. For the series βˆ‘k=1∞(2k)!(k!)24k\sum_{k=1}^{\infty} \frac{(2k)!}{(k!)^2 4^k}, the Ratio Test yields ρ=1\rho = 1. What is the most appropriate next step to determine convergence?

A.Apply Stirling's approximation to analyze asymptotic behavior of the central binomial coefficient. βœ…
B.Try the Root Test, which often succeeds when Ratio Test fails.
C.Conclude divergence since rho=1 indicates boundary case.
D.Use Integral Test after extending factorial to gamma function.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: When Ratio Test gives 1, terms decay too slowly for geometric comparison. This series involves central binomial coefficients (2kk)∼4kΟ€k\binom{2k}{k} \sim \frac{4^k}{\sqrt{\pi k}}. Substituting yields ak∼1Ο€ka_k \sim \frac{1}{\sqrt{\pi k}}, which diverges like harmonic p=1/2 series. Stirling's formula resolves the indeterminate ratio by revealing hidden algebraic decay. Root Test also gives 1. Integral Test is impractical. This Olympiad-level problem requires specialized asymptotic knowledge beyond standard tests, testing depth of understanding of combinatorial series behavior at convergence boundaries.

Q16. A student models population growth with Pn=P0∏k=1n(1+1k)P_n = P_0 \prod_{k=1}^{n} (1 + \frac{1}{k}). To analyze long-term behavior, they convert to series βˆ‘ln⁑(1+1k)\sum \ln(1 + \frac{1}{k}). Why is this transformation valid and what does it reveal?

A.Logarithm converts product to sum; since ln⁑(1+x)∼x\ln(1+x) \sim x, the series behaves like harmonic series and diverges. βœ…
B.Products cannot be converted to series; the model is invalid.
C.The transformed series converges, implying bounded population.
D.The transformation is valid only if terms are positive, which isn't guaranteed.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Taking logs transforms multiplicative dynamics to additive: ln⁑Pn=ln⁑P0+βˆ‘ln⁑(1+1/k)\ln P_n = \ln P_0 + \sum \ln(1+1/k). Since ln⁑(1+x)∼x\ln(1+x) \sim x as xβ†’0x \to 0, and βˆ‘1/k\sum 1/k diverges, the log-sum diverges to infinity, implying Pnβ†’βˆžP_n \to \infty. This connects series convergence to dynamical systems stability. The equivalence relies on continuity of ln and asymptotic equivalence. This applied scenario demonstrates how series tests inform real-world model predictions, bridging abstract math and scientific modeling through functional transformations.

Q17. Which pair of series demonstrates that βˆ‘ak\sum a_k and βˆ‘bk\sum b_k can both diverge while βˆ‘(ak+bk)\sum (a_k + b_k) converges?

A.ak=1/k,bk=βˆ’1/ka_k = 1/k, b_k = -1/k βœ…
B.ak=1/k,bk=1/k2a_k = 1/k, b_k = 1/k^2
C.ak=(βˆ’1)k,bk=(βˆ’1)k+1a_k = (-1)^k, b_k = (-1)^{k+1}
D.ak=k,bk=βˆ’k2a_k = k, b_k = -k^2
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Option A: both harmonic series diverge, but their sum is identically zero, which trivially converges. This illustrates that divergence is not preserved under addition when cancellation occurs. Option B sums to divergent series. Option C terms don't approach zero. Option D diverges to negative infinity. This counterintuitive result warns against assuming algebraic closure properties for divergent series. It underscores why convergence tests must be applied to combined expressions directly rather than inferring from components, especially in linear combinations arising in differential equations or signal processing.

Q18. In evaluating βˆ‘k=1∞k22kk!\sum_{k=1}^{\infty} \frac{k^2 2^k}{k!}, a student incorrectly simplifies (k+1)2k2β†’1\frac{(k+1)^2}{k^2} \to 1 before taking the limit in Ratio Test, obtaining ρ=2\rho=2 and concluding divergence. What is the correct analysis?

A.The simplification is valid asymptotically but the limit is actually 0; the series converges. βœ…
B.The simplification is invalid; the full expression must be evaluated.
C.The student's conclusion is correct despite flawed reasoning.
D.The Ratio Test is inapplicable due to factorial.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: While (k+1)2/k2β†’1(k+1)^2/k^2 \to 1 is correct, the student missed the factorial contribution. Full ratio: (k+1)22k+1(k+1)!β‹…k!k22k=2β‹…(k+1)2k2β‹…1k+1=2β‹…k+1k2β†’0\frac{(k+1)^2 2^{k+1}}{(k+1)!} \cdot \frac{k!}{k^2 2^k} = 2 \cdot \frac{(k+1)^2}{k^2} \cdot \frac{1}{k+1} = 2 \cdot \frac{k+1}{k^2} \to 0. The critical error was omitting k!(k+1)!=1k+1\frac{k!}{(k+1)!} = \frac{1}{k+1}. Factorial decay dominates polynomial-exponential growth. This error analysis question teaches careful bookkeeping in limit evaluations and reinforces that factorials introduce essential 1/k1/k factors that drastically alter convergence outcomes.

Q19. Given the partial sum graph of βˆ‘ak\sum a_k shows oscillations with amplitude decreasing as 1/n1/\sqrt{n}, what can be inferred about absolute vs conditional convergence?

A.The series likely converges conditionally since βˆ‘1/n\sum 1/\sqrt{n} diverges. βœ…
B.The series converges absolutely because oscillations dampen.
C.No inference possible without knowing exact term formula.
D.The series diverges because amplitude doesn't reach zero fast enough.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Decreasing oscillation amplitude suggests convergence (possibly alternating-type). But if envelope decays as nβˆ’1/2n^{-1/2}, the absolute series behaves like βˆ‘nβˆ’1/2\sum n^{-1/2}, which diverges (p=1/2 < 1). Thus, convergence is likely conditional. Graphs of partial sums reveal convergence rate visually; power-law envelopes indicate p-series behavior. Absolute convergence requires envelope decay faster than 1/n1/n. This visual-analytical bridge helps diagnose convergence type from numerical output, useful when closed forms are unavailable.

Q20. A physicist derives βˆ‘k=0∞x2k(2k)!\sum_{k=0}^{\infty} \frac{x^{2k}}{(2k)!} for a wave equation solution. For x=10x=10, how many terms are needed for 6-decimal accuracy, and which test justifies the error bound?

A.Approximately 15 terms; Remainder Estimation Theorem using max of derivative on interval. βœ…
B.10 terms; Alternating Series Error Bound.
C.20 terms; Geometric Series remainder formula.
D.Cannot determine without computing all terms.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This is cosh(x) series. For x=10, terms grow then shrink. Remainder Estimation Theorem gives ∣Rnβˆ£β‰€M∣x∣n+1(n+1)!|R_n| \leq M \frac{|x|^{n+1}}{(n+1)!} where M bounds next derivative. Since derivatives are sinh/cosh, M=cosh(10)β‰ˆ11013. Solve 11013β‹…10n+1/(n+1)!<10βˆ’611013 \cdot 10^{n+1}/(n+1)! < 10^{-6}. Trial shows nβ‰ˆ15 suffices. Alternating test doesn't apply (all positive). This applied problem combines series identification, error estimation, and practical computation planning, reflecting real scientific workflow where theoretical bounds guide numerical implementation.

Q21. Why does the Limit Comparison Test fail for ak=1k2+(βˆ’1)kka_k = \frac{1}{k^2 + (-1)^k k} and bk=1k2b_k = \frac{1}{k^2} if one carelessly computes lim⁑ak/bk\lim a_k/b_k?

A.The limit exists and equals 1; LCT actually succeeds here.
B.The limit doesn't exist due to oscillation, violating LCT hypothesis. βœ…
C.The series have different convergence behaviors.
D.LCT requires positive terms, which aka_k lacks for small k.
πŸ’‘ Difficulty: hard | βœ… Correct: B

Q22. For βˆ‘k=1∞arctan⁑(k)k3\sum_{k=1}^{\infty} \frac{\arctan(k)}{k^3}, which comparison series is most appropriate and why?

A.βˆ‘1/k3\sum 1/k^3; since arctan⁑(k)β†’Ο€/2\arctan(k) \to \pi/2, terms are asymptotically constant multiples. βœ…
B.βˆ‘1/k2\sum 1/k^2; arctan grows without bound.
C.βˆ‘1/k4\sum 1/k^4; arctan decays to zero.
D.βˆ‘arctan⁑(k)/k\sum \arctan(k)/k; preserves functional form.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: As kβ†’βˆžk \to \infty, arctan⁑(k)β†’Ο€/2\arctan(k) \to \pi/2, a positive constant. Thus akβˆΌΟ€/2k3a_k \sim \frac{\pi/2}{k^3}. By LCT with bk=1/k3b_k = 1/k^3, ρ=Ο€/2\rho = \pi/2, so both converge. Choosing 1/k21/k^2 would work but isn't tightest; 1/k41/k^4 is wrong since arctan doesn't decay. Preserving arctan complicates unnecessarily. This tests recognition of bounded function asymptotics: when a factor approaches a nonzero constant, it doesn't affect convergence class. Essential skill for handling transcendental functions in series.

Q23. A series βˆ‘ak\sum a_k passes the Ratio Test with ρ=0.999\rho = 0.999. A student claims this means convergence is 'almost as slow as boundary case'. Evaluate this interpretation.

A.Incorrect; rho measures geometric decay rate, not proximity to divergence. Small margin from 1 doesn't imply slow convergence. βœ…
B.Correct; values near 1 indicate borderline behavior.
C.Partially correct; convergence speed depends on term magnitude, not just rho.
D.Incorrect; rho=0.999 guarantees faster convergence than rho=0.5.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The Ratio Test limit ρ\rho indicates asymptotic geometric ratio. ρ=0.999\rho=0.999 means terms eventually decay like 0.999k0.999^k, which is slow but still exponential. However, 'proximity to boundary' is misleading; convergence speed also depends on pre-asymptotic behavior and constant factors. A series with ρ=0.5\rho=0.5 could have huge initial terms making early partial sums worse. The test gives asymptotic guarantee, not uniform speed metric. This clarifies that ρ\rho is a limit property, not a global performance indicator, preventing misinterpretation of numerical test outputs.

Q24. In modeling heat diffusion, you encounter βˆ‘k=1∞eβˆ’k2tsin⁑(kx)\sum_{k=1}^{\infty} e^{-k^2 t} \sin(kx). For fixed t>0t>0, which test most efficiently establishes uniform convergence in x?

A.Weierstrass M-test with Mk=eβˆ’k2tM_k = e^{-k^2 t}, since ∣sin⁑(kx)βˆ£β‰€1|\sin(kx)| \leq 1. βœ…
B.Ratio Test on absolute values.
C.Integral Test treating k as continuous variable.
D.Alternating Series Test for each fixed x.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Uniform convergence requires bounding |terms| by convergent numerical series independent of x. Since ∣eβˆ’k2tsin⁑(kx)βˆ£β‰€eβˆ’k2t|e^{-k^2 t} \sin(kx)| \leq e^{-k^2 t} and βˆ‘eβˆ’k2t\sum e^{-k^2 t} converges (by Ratio Test or comparison to geometric), Weierstrass M-test applies. This ensures continuity/differentiability of solution. Other tests establish pointwise convergence only. This bridges series tests and PDE theory, showing how convergence concepts extend to function spaces. Essential for validating series solutions in physics where term-by-term operations are needed.

Q25. A student computes βˆ‘k=1∞1k(k+1)\sum_{k=1}^{\infty} \frac{1}{k(k+1)} using telescoping and gets sum=1. They then claim βˆ‘k=1∞1k2+k+sin⁑(k)\sum_{k=1}^{\infty} \frac{1}{k^2+k+\sin(k)} also sums to 1 by 'similar structure'. Critique this.

A.Invalid; perturbation breaks telescoping structure. Must use comparison to establish convergence, not sum equality. βœ…
B.Valid; sine is bounded so sum unchanged.
C.Invalid; the second series diverges.
D.Valid; both are rational-like and telescope.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Telescoping relies on exact algebraic cancellation 1k(k+1)=1kβˆ’1k+1\frac{1}{k(k+1)} = \frac{1}{k} - \frac{1}{k+1}. Adding sin⁑(k)\sin(k) destroys this identity. While the perturbed series still converges (by LCT with 1/k21/k^2), its sum differs from 1. Numerical similarity doesn't imply identical sums. This highlights that convergence and sum value are distinct properties; structural methods like telescoping are fragile under perturbation, unlike robust comparison tests. Teaches caution in extrapolating exact results to approximate models.

Q26. For βˆ‘k=1∞k!1β‹…3β‹…5β‹―(2k+1)\sum_{k=1}^{\infty} \frac{k!}{1 \cdot 3 \cdot 5 \cdots (2k+1)}, standard tests seem difficult. What transformation simplifies analysis?

A.Rewrite denominator as (2k+1)!2kk!\frac{(2k+1)!}{2^k k!}, then apply Ratio Test to simplified factorial expression. βœ…
B.Use Stirling's approximation directly on product.
C.Convert to integral using Gamma function.
D.Recognize as hypergeometric series and use Gauss's test.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Denominator is double factorial: (2k+1)!!=(2k+1)!2kk!(2k+1)!! = \frac{(2k+1)!}{2^k k!}. Thus ak=k!2kk!(2k+1)!=2k(k!)2(2k+1)!a_k = \frac{k! 2^k k!}{(2k+1)!} = \frac{2^k (k!)^2}{(2k+1)!}. Now Ratio Test: ak+1ak=2k+1((k+1)!)2(2k+3)!β‹…(2k+1)!2k(k!)2=2β‹…(k+1)2(2k+3)(2k+2)β†’24=0.5<1\frac{a_{k+1}}{a_k} = \frac{2^{k+1}((k+1)!)^2}{(2k+3)!} \cdot \frac{(2k+1)!}{2^k (k!)^2} = 2 \cdot \frac{(k+1)^2}{(2k+3)(2k+2)} \to \frac{2}{4} = 0.5 < 1. Converges. This tests algebraic manipulation skills to convert obscure products to standard factorials, enabling routine tests. Essential for advanced series encountered in special functions.

Q27. A numerical analyst observes that partial sums of βˆ‘ak\sum a_k satisfy ∣Sβˆ’Sn∣<Cn2|S - S_n| < \frac{C}{n^2}. What does this imply about the series and its terms?

A.Terms likely decay as 1/k31/k^3 or faster, suggesting absolute convergence. βœ…
B.Terms decay as 1/k21/k^2, matching p-series boundary.
C.Convergence is conditional due to quadratic error.
D.Insufficient information to determine term behavior.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: If remainder Rn∼C/n2R_n \sim C/n^2, then an+1=Sn+1βˆ’Snβ‰ˆRnβˆ’Rn+1∼C(1/n2βˆ’1/(n+1)2)∼2C/n3a_{n+1} = S_{n+1} - S_n \approx R_n - R_{n+1} \sim C(1/n^2 - 1/(n+1)^2) \sim 2C/n^3. So terms decay cubically, implying absolute convergence (p=3>1). Quadratic remainder decay indicates faster-than-harmonic term decay. This inverse relationship between remainder rate and term decay links numerical observation to analytical properties. Useful for diagnosing series behavior from computational output when closed form unknown.

Q28. Which statement correctly contrasts the utility of Ratio vs Root Tests for βˆ‘k=1∞(k+12k)k2\sum_{k=1}^{\infty} \left( \frac{k+1}{2k} \right)^{k^2}?

A.Root Test is superior because it handles k2k^2 exponent directly; Ratio Test leads to intractable limits. βœ…
B.Ratio Test is better due to simpler algebra.
C.Both give identical computational difficulty.
D.Neither applies due to super-exponential decay.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Term has form f(k)g(k)f(k)^{g(k)}. Root Test: (ak)1/k=(k+12k)kβ†’(1/2)kβ†’0<1(a_k)^{1/k} = \left( \frac{k+1}{2k} \right)^k \to (1/2)^k \to 0 < 1. Converges. Ratio Test requires ak+1ak=(k+22k+2)(k+1)2/(k+12k)k2\frac{a_{k+1}}{a_k} = \left( \frac{k+2}{2k+2} \right)^{(k+1)^2} / \left( \frac{k+1}{2k} \right)^{k^2}, extremely complex. Root Test extracts exponent cleanly. This exemplifies when Root Test shines: nested exponents. Strategic test selection based on expression structure saves immense effort. Reinforces that Root Test isn't just backupβ€”it's primary for certain forms.

Q29. In quantum mechanics, partition functions involve Z=βˆ‘k=0∞gkeβˆ’Ek/kTZ = \sum_{k=0}^{\infty} g_k e^{-E_k/kT}. If Ek∼k2E_k \sim k^2 and gk∼kg_k \sim k, what ensures convergence for all T>0?

A.Exponential decay eβˆ’ck2e^{-ck^2} dominates polynomial degeneracy kk, guaranteeing absolute convergence. βœ…
B.Polynomial growth of gkg_k causes divergence at high T.
C.Convergence only holds for T below critical value.
D.Degeneracy gkg_k must be bounded for convergence.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Terms behave as keβˆ’ck2k e^{-c k^2}. Exponential quadratic decay overwhelms any polynomial growth. Ratio Test: (k+1)eβˆ’c(k+1)2keβˆ’ck2∼eβˆ’2ckβ†’0\frac{(k+1)e^{-c(k+1)^2}}{k e^{-c k^2}} \sim e^{-2ck} \to 0. Converges absolutely for any c>0 (i.e., T>0). Physical significance: partition function always well-defined for systems with unbounded energy spectrum growing faster than log. Connects series convergence to thermodynamic stability. Demonstrates how physical constraints (energy growth) map to mathematical convergence criteria.

Q30. A student applies Integral Test to βˆ‘k=1∞sin⁑2(k)k2\sum_{k=1}^{\infty} \frac{\sin^2(k)}{k^2} and claims divergence because ∫sin⁑2xx2dx\int \frac{\sin^2 x}{x^2} dx has no elementary antiderivative. Identify the flaw.

A.Integral Test requires monotonic decreasing function; sin⁑2x/x2\sin^2 x / x^2 oscillates, violating hypotheses. βœ…
B.Non-elementary integral implies divergence.
C.The student should have used substitution u=sin x.
D.Integral Test is valid; the integral actually diverges.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Integral Test demands f(x) be positive, continuous, and DECREASING. sin⁑2x/x2\sin^2 x / x^2 oscillates, so test inapplicable. Correct approach: comparison sin⁑2k/k2≀1/k2\sin^2 k / k^2 \leq 1/k^2, converges. Non-elementary antiderivative doesn't imply divergence (e.g., eβˆ’x2e^{-x^2}). This tests precise recall of test conditions, not just mechanical application. Many forget monotonicity requirement. Reinforces that test hypotheses are gatekeepers; violating them invalidates conclusions regardless of integral computability.

Q31. For βˆ‘k=1∞1kln⁑(k+1)\sum_{k=1}^{\infty} \frac{1}{k \ln(k+1)}, a student argues convergence because ln⁑(k+1)>ln⁑k\ln(k+1) > \ln k makes terms smaller than divergent βˆ‘1/(kln⁑k)\sum 1/(k \ln k). Evaluate.

A.Flawed logic; being smaller than a divergent series proves nothing. Actual series diverges by integral test. βœ…
B.Correct; smaller terms imply convergence.
C.Correct; but should use comparison with 1/k1/k.
D.Flawed; the series actually converges.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Comparison Test for divergence requires LOWER bound by divergent series. Being upper-bounded by divergent series is inconclusive (could converge or diverge). Here, ln⁑(k+1)∼ln⁑k\ln(k+1) \sim \ln k, so series behaves like βˆ‘1/(kln⁑k)\sum 1/(k \ln k), which diverges (integral ∫dx/(xln⁑x)=ln⁑ln⁑xβ†’βˆž\int dx/(x \ln x) = \ln \ln x \to \infty). Student's direction of inequality is backwards for proving divergence. This reinforces proper logical structure of comparison tests and asymptotic equivalence over naive inequality.

Q32. Which modification to βˆ‘1k\sum \frac{1}{k} yields the 'slowest' convergent series among these options?

A.βˆ‘1k(ln⁑k)2\sum \frac{1}{k (\ln k)^2}
B.βˆ‘1k1.01\sum \frac{1}{k^{1.01}}
C.βˆ‘1kln⁑k(ln⁑ln⁑k)2\sum \frac{1}{k \ln k (\ln \ln k)^2} βœ…
D.βˆ‘1k(ln⁑k)1.5\sum \frac{1}{k (\ln k)^{1.5}}
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: All converge, but C decays slowest. Logarithmic iterates create hierarchy: ln⁑ln⁑k\ln \ln k grows slower than ln⁑k\ln k, so denominator grows slowest, terms largest. Integral test confirms: ∫dxxln⁑x(ln⁑ln⁑x)2=∫duu2\int \frac{dx}{x \ln x (\ln \ln x)^2} = \int \frac{du}{u^2} converges. This explores Bertrand series and convergence thresholds. Understanding this hierarchy reveals that convergence isn't binary but has degrees of slowness. Important for algorithm analysis and complexity theory where borderline convergence affects runtime estimates.

Q33. A series βˆ‘ak\sum a_k has terms satisfying ak+1/ak=1βˆ’2k+O(1/k2)a_{k+1}/a_k = 1 - \frac{2}{k} + O(1/k^2). Without named tests, deduce convergence using asymptotic reasoning.

A.Terms decay like kβˆ’2k^{-2}, so series converges by p-series analogy. βœ…
B.Terms decay like kβˆ’1k^{-1}, so diverges.
C.Ratio approaches 1, so inconclusive.
D.Decay rate insufficient to determine.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Gauss/Raab's test extension: if ak+1/ak=1βˆ’p/k+o(1/k)a_{k+1}/a_k = 1 - p/k + o(1/k), behaves like kβˆ’pk^{-p}. Here p=2>1, so converges. Derivation: ln⁑akβˆΌβˆ‘ln⁑(1βˆ’2/k)βˆΌβˆ’2βˆ‘1/kβˆΌβˆ’2ln⁑k\ln a_k \sim \sum \ln(1-2/k) \sim -2 \sum 1/k \sim -2 \ln k, so ak∼kβˆ’2a_k \sim k^{-2}. This synthesizes ratio asymptotics with p-series without invoking specialized tests. Tests deep understanding of how local ratio behavior dictates global decay. Essential for research-level analysis where standard tests fail.

Q34. In signal processing, a filter response is H(Ο‰)=βˆ‘k=βˆ’βˆžβˆžckeikΟ‰H(\omega) = \sum_{k=-\infty}^{\infty} c_k e^{ik\omega}. If βˆ‘βˆ£ck∣<∞\sum |c_k| < \infty, what physical property is guaranteed?

A.Frequency response is continuous and bounded; system is BIBO stable. βœ…
B.Output energy is infinite.
C.Phase response is linear.
D.System is causal.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Absolute convergence of Fourier coefficients implies uniform convergence of series, yielding continuous bounded H(Ο‰). In systems theory, βˆ‘βˆ£ck∣<∞\sum |c_k| < \infty is sufficient condition for BIBO (bounded-input bounded-output) stability. Links mathematical absolute convergence to engineering stability criteria. Shows why absolute (not conditional) convergence matters in applications: ensures robustness and well-behaved frequency domain representation. Bridges pure analysis and applied signal processing.

Q35. A student claims βˆ‘k=1∞(βˆ’1)kk+(βˆ’1)k\sum_{k=1}^{\infty} \frac{(-1)^k}{\sqrt{k} + (-1)^k} converges by Alternating Series Test. Identify the subtle error.

A.Denominator oscillation violates monotonic decrease requirement; AST inapplicable. Series actually diverges. βœ…
B.AST applies; student is correct.
C.Series converges absolutely, making AST unnecessary.
D.Terms don't approach zero.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Let bk=1k+(βˆ’1)kb_k = \frac{1}{\sqrt{k} + (-1)^k}. Check monotonicity: b2m=12m+1b_{2m} = \frac{1}{\sqrt{2m}+1}, b2m+1=12m+1βˆ’1b_{2m+1} = \frac{1}{\sqrt{2m+1}-1}. For large m, b2m+1>b2mb_{2m+1} > b_{2m}, violating decrease. AST fails. In fact, expanding bk=1kβˆ“1k+...b_k = \frac{1}{\sqrt{k}} \mp \frac{1}{k} + ... reveals hidden harmonic component causing divergence. This notorious counterexample shows AST hypotheses are essential, not technicalities. Tests deep understanding beyond surface pattern matching.

Q36. For the series βˆ‘k=1∞kk(k+1)k+1\sum_{k=1}^{\infty} \frac{k^k}{(k+1)^{k+1}}, which approach reveals convergence most transparently?

A.Simplify term to 1k+1(1+1/k)βˆ’k∼1e(k+1)\frac{1}{k+1} (1+1/k)^{-k} \sim \frac{1}{e(k+1)}, showing divergence like harmonic series. βœ…
B.Ratio Test yielding 1/e < 1, implying convergence.
C.Root Test yielding 1/e < 1, implying convergence.
D.Comparison with geometric series (1/2)k(1/2)^k.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Algebraic simplification: kk(k+1)k+1=kk(k+1)(k+1)k=1k+1(kk+1)k=1k+1(1+1k)βˆ’kβ†’1e(k+1)\frac{k^k}{(k+1)^{k+1}} = \frac{k^k}{(k+1)(k+1)^k} = \frac{1}{k+1} \left( \frac{k}{k+1} \right)^k = \frac{1}{k+1} \left(1+\frac{1}{k}\right)^{-k} \to \frac{1}{e(k+1)}. Since βˆ‘1k+1\sum \frac{1}{k+1} diverges, original diverges. Ratio/Root Tests give 1/e < 1? Wait: recalculate ratio: ak+1ak=(k+1)k+1(k+2)k+2β‹…(k+1)k+1kk=...β†’1\frac{a_{k+1}}{a_k} = \frac{(k+1)^{k+1}}{(k+2)^{k+2}} \cdot \frac{(k+1)^{k+1}}{k^k} = ... \to 1. Actually ratioβ†’1. My initial thought was wrong. Correct analysis shows divergence via asymptotic equivalence to harmonic. This traps students who misapply Ratio Test. Emphasizes simplification before testing.

πŸ”— Related Topics (MCQs)