A convergence test is a rule that helps decide whether an infinite series βanβ 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ββ3kk!β and claims it converges because the denominator 3k 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!) grow significantly faster than geometric terms (bk). Applying the Ratio Test confirms this: the limit of successive terms is limkβββ3k+1(k+1)!ββ k!3kβ=limkβββ3k+1β=β. 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ββk4βk+12k2+5β. A student attempts to use the Direct Comparison Test with the convergent p-series βk21β but fails because k4βk+12k2+5β>k21β for small values of k. 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 Ο=limkβββbkβakββ=limkβββk4βk+12k2+5ββ k2=2. Since 0<Ο<β and βk21β 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 k is proportional to akβ=k2sin(k)β. To determine if total energy loss is finite, you test for absolute convergence. Why is testing ββ£akββ£ preferred over testing βakβ 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) does not alternate strictly.
C.Testing βakβ 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 ββ£k2sinkββ£β€βk21β, 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 limkβββkβ1β=0, the series βk=1ββkβ1β 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β converges, then limakβ=0. The converse is false. Many divergent series, including p-series with pβ€1, have terms approaching zero. The harmonic series and βkβ1β are classic counterexamples. Students must understand that limakβ=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 Snβ for a series with positive terms shows a monotonically increasing curve that appears to flatten out near y=4, but the slope decreases extremely slowly. If S100ββ3.8 and S1000ββ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 βklnk1β 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ββ(3kβ52k+1β)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 k-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 k-th power, the Root Test is often more effective than the Ratio Test. Here, Ο=limkβββkβ£akββ£β=limkβββ3kβ52k+1β=32β. Since Ο<1, the series converges absolutely. The Ratio Test would require evaluating limakβak+1ββ, 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ββk2+1(β1)kkβ using software and gets approximately -0.23. They claim the series converges absolutely because the numerical sum stabilizes. Evaluate this reasoning.
B.Incorrect; numerical stabilization only suggests convergence, not absolute convergence. Absolute convergence requires ββ£akββ£ 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 k2+1kβ decreases to 0. However, ββ£akββ£=βk2+1kβ behaves like βk1β 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 βk1β results in a convergent series, and why does this modification fundamentally alter the asymptotic behavior?
A.βklnk1β; the logarithmic factor increases the denominator sufficiently.
B.βk1.0011β; any exponent greater than 1 creates a convergent p-series. β
C.βk(β1)kβ; alternation forces cancellation that induces convergence.
D.βk+10001β; 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/k decay class. Only increasing the power beyond 1 changes the integral β«xβpdx 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ββk(lnk)21β, a student correctly evaluates β«2ββx(lnx)2dxβ=ln21β and concludes the series sum equals ln21β. 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=βk21β and B=βk2+sin(k)1β. 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 β£sinkβ£β€1, we have k2+11ββ€bkββ€k2β11β for large k. Both bounding series converge (by limit comparison with β1/k2), 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 k2 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ββkkk!β diverges because factorials grow faster than polynomials. Refute this using asymptotic analysis.
A.Factorials grow slower than kk; Stirling's approximation shows k!/kkβΌ2Οkβ/ek, 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 kk is super-exponential, growing much faster than k!. Using Stirling's formula k!βΌ2Οkβ(k/e)k, the term becomes βΌ2Οkβ/ek, which decays exponentially. Ratio Test confirms: lim(k+1)k+1(k+1)!ββ k!kkβ=lim(1+k1β)β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ββ3k+k!2k+k3β, 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; 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! which dominates 3k; numerator has 2k dominating k3. The series behaves like βk!2kβ. Ratio Test on this simplified form gives lim(k+1)!2k+1ββ 2kk!β=limk+12β=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β converges conditionally. Which statement about ββ£akββ£ and rearrangements is necessarily true?
A.ββ£akββ£ diverges, and rearrangements can converge to any real number. β
B.ββ£akββ£ converges to the same sum.
C.Rearrangements always diverge.
D.ββ£akββ£ may converge or diverge depending on term signs.
π‘ Difficulty: medium | β Correct: A
π Explanation: By definition, conditional convergence means βakβ converges but ββ£akββ£ 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ββk2cos(k)β. Suspecting a software error, how would you analytically verify the correct behavior?
A.Apply Absolute Convergence Test: β£cosk/k2β£β€1/k2, and β1/k2 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: β£coskβ£β€1βΉβ£akββ£β€1/k2. Since β1/k2 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ββ(k!)24k(2k)!β, the Ratio Test yields Ο=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 (k2kβ)βΌΟkβ4kβ. Substituting yields akββΌΟkβ1β, 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+k1β). To analyze long-term behavior, they convert to series βln(1+k1β). Why is this transformation valid and what does it reveal?
A.Logarithm converts product to sum; since ln(1+x)βΌ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: lnPnβ=lnP0β+βln(1+1/k). Since ln(1+x)βΌx as xβ0, and β1/k diverges, the log-sum diverges to infinity, implying Pnβββ. 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β and βbkβ can both diverge while β(akβ+bkβ) converges?
A.akβ=1/k,bkβ=β1/k β
B.akβ=1/k,bkβ=1/k2
C.akβ=(β1)k,bkβ=(β1)k+1
D.akβ=k,bkβ=βk2
π‘ 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ββk!k22kβ, a student incorrectly simplifies k2(k+1)2ββ1 before taking the limit in Ratio Test, obtaining Ο=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 is correct, the student missed the factorial contribution. Full ratio: (k+1)!(k+1)22k+1ββ k22kk!β=2β k2(k+1)2ββ k+11β=2β k2k+1ββ0. The critical error was omitting (k+1)!k!β=k+11β. Factorial decay dominates polynomial-exponential growth. This error analysis question teaches careful bookkeeping in limit evaluations and reinforces that factorials introduce essential 1/k factors that drastically alter convergence outcomes.
Q19. Given the partial sum graph of βakβ shows oscillations with amplitude decreasing as 1/nβ, what can be inferred about absolute vs conditional convergence?
A.The series likely converges conditionally since β1/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/2, the absolute series behaves like β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/n. This visual-analytical bridge helps diagnose convergence type from numerical output, useful when closed forms are unavailable.
Q20. A physicist derives βk=0ββ(2k)!x2kβ for a wave equation solution. For x=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(n+1)!β£xβ£n+1β where M bounds next derivative. Since derivatives are sinh/cosh, M=cosh(10)β11013. Solve 11013β 10n+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β=k2+(β1)kk1β and bkβ=k21β if one carelessly computes limakβ/bkβ?
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 akβ lacks for small k.
π‘ Difficulty: hard | β Correct: B
Q22. For βk=1ββk3arctan(k)β, which comparison series is most appropriate and why?
A.β1/k3; since arctan(k)βΟ/2, terms are asymptotically constant multiples. β
B.β1/k2; arctan grows without bound.
C.β1/k4; arctan decays to zero.
D.βarctan(k)/k; preserves functional form.
π‘ Difficulty: medium | β Correct: A
π Explanation: As kββ, arctan(k)βΟ/2, a positive constant. Thus akββΌk3Ο/2β. By LCT with bkβ=1/k3, Ο=Ο/2, so both converge. Choosing 1/k2 would work but isn't tightest; 1/k4 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β passes the Ratio Test with Ο=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 Ο indicates asymptotic geometric ratio. Ο=0.999 means terms eventually decay like 0.999k, 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 could have huge initial terms making early partial sums worse. The test gives asymptotic guarantee, not uniform speed metric. This clarifies that Ο 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). For fixed t>0, which test most efficiently establishes uniform convergence in x?
A.Weierstrass M-test with Mkβ=eβk2t, since β£sin(kx)β£β€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 and βeβk2t 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ββk(k+1)1β using telescoping and gets sum=1. They then claim βk=1ββk2+k+sin(k)1β 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 k(k+1)1β=k1ββk+11β. Adding sin(k) destroys this identity. While the perturbed series still converges (by LCT with 1/k2), 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ββ1β 3β 5β―(2k+1)k!β, standard tests seem difficult. What transformation simplifies analysis?
A.Rewrite denominator as 2kk!(2k+1)!β, 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)!!=2kk!(2k+1)!β. Thus akβ=(2k+1)!k!2kk!β=(2k+1)!2k(k!)2β. Now Ratio Test: akβak+1ββ=(2k+3)!2k+1((k+1)!)2ββ 2k(k!)2(2k+1)!β=2β (2k+3)(2k+2)(k+1)2ββ42β=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β satisfy β£SβSnββ£<n2Cβ. What does this imply about the series and its terms?
A.Terms likely decay as 1/k3 or faster, suggesting absolute convergence. β
B.Terms decay as 1/k2, 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/n2, then an+1β=Sn+1ββSnββRnββRn+1ββΌC(1/n2β1/(n+1)2)βΌ2C/n3. 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ββ(2kk+1β)k2?
A.Root Test is superior because it handles k2 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). Root Test: (akβ)1/k=(2kk+1β)kβ(1/2)kβ0<1. Converges. Ratio Test requires akβak+1ββ=(2k+2k+2β)(k+1)2/(2kk+1β)k2, 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ββgkβeβEkβ/kT. If EkββΌk2 and gkββΌk, what ensures convergence for all T>0?
B.Polynomial growth of gkβ causes divergence at high T.
C.Convergence only holds for T below critical value.
D.Degeneracy gkβ must be bounded for convergence.
π‘ Difficulty: easy | β Correct: A
π Explanation: Terms behave as keβck2. Exponential quadratic decay overwhelms any polynomial growth. Ratio Test: keβck2(k+1)eβc(k+1)2ββΌeβ2ckβ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ββk2sin2(k)β and claims divergence because β«x2sin2xβdx has no elementary antiderivative. Identify the flaw.
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. sin2x/x2 oscillates, so test inapplicable. Correct approach: comparison sin2k/k2β€1/k2, converges. Non-elementary antiderivative doesn't imply divergence (e.g., eβx2). 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ββkln(k+1)1β, a student argues convergence because ln(k+1)>lnk makes terms smaller than divergent β1/(klnk). 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/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)βΌlnk, so series behaves like β1/(klnk), which diverges (integral β«dx/(xlnx)=lnlnxββ). 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 βk1β yields the 'slowest' convergent series among these options?
A.βk(lnk)21β
B.βk1.011β
C.βklnk(lnlnk)21β β
D.βk(lnk)1.51β
π‘ Difficulty: hard | β Correct: C
π Explanation: All converge, but C decays slowest. Logarithmic iterates create hierarchy: lnlnk grows slower than lnk, so denominator grows slowest, terms largest. Integral test confirms: β«xlnx(lnlnx)2dxβ=β«u2duβ 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β has terms satisfying ak+1β/akβ=1βk2β+O(1/k2). Without named tests, deduce convergence using asymptotic reasoning.
A.Terms decay like kβ2, so series converges by p-series analogy. β
B.Terms decay like kβ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), behaves like kβp. Here p=2>1, so converges. Derivation: lnakββΌβln(1β2/k)βΌβ2β1/kβΌβ2lnk, so akββΌ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=ββββckβeikΟ. If ββ£ckββ£<β, 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ββ£<β 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ββkβ+(β1)k(β1)kβ converges by Alternating Series Test. Identify the subtle error.
C.Series converges absolutely, making AST unnecessary.
D.Terms don't approach zero.
π‘ Difficulty: hard | β Correct: A
π Explanation: Let bkβ=kβ+(β1)k1β. Check monotonicity: b2mβ=2mβ+11β, b2m+1β=2m+1ββ11β. For large m, b2m+1β>b2mβ, violating decrease. AST fails. In fact, expanding bkβ=kβ1ββk1β+... 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ββ(k+1)k+1kkβ, which approach reveals convergence most transparently?
A.Simplify term to k+11β(1+1/k)βkβΌe(k+1)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.
π‘ Difficulty: hard | β Correct: A
π Explanation: Algebraic simplification: (k+1)k+1kkβ=(k+1)(k+1)kkkβ=k+11β(k+1kβ)k=k+11β(1+k1β)βkβe(k+1)1β. Since βk+11β diverges, original diverges. Ratio/Root Tests give 1/e < 1? Wait: recalculate ratio: akβak+1ββ=(k+2)k+2(k+1)k+1ββ kk(k+1)k+1β=...β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.