🎓 BookMCQ
← Back to 10. Infinite Series in Calculus

📝 Absolute convergence of series (37 MCQs)

📖 From Calculus • 10. Infinite Series in Calculus • 37 questions available

What is Absolute convergence of series?

A series an\sum a_n is absolutely convergent if an\sum |a_n| converges; absolute convergence implies the original series converges, and it allows rearranging terms without changing the sum, making it stronger than ordinary (conditional) convergence.

10
Easy
15
Medium
12
Hard

📝 All Absolute convergence of series MCQs

Q1. A student claims that if ak\sum |a_k| diverges, then ak\sum a_k must also diverge. Which of the following best analyzes this error?

A.The student is correct because absolute divergence implies term divergence.
B.The student confuses the contrapositive; absolute divergence does not preclude conditional convergence. ✅
C.The student failed to apply the Ratio Test before concluding divergence.
D.The statement is only false for geometric series but true for p-series.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This question targets a fundamental misconception regarding the relationship between absolute and conditional convergence. While it is true that absolute convergence implies convergence, the converse is false. A series may diverge absolutely (meaning the sum of magnitudes grows without bound) yet still converge conditionally due to cancellation effects between positive and negative terms, such as in the alternating harmonic series. Understanding this distinction is crucial for higher-order analysis of series behavior.

Q2. Consider a series ak\sum a_k where the sequence of partial sums of ak|a_k| is unbounded, but the sequence of partial sums of aka_k approaches a finite limit LL. How should this series be classified?

A.Absolutely Convergent
B.Divergent
C.Conditionally Convergent ✅
D.Oscillatory Divergent
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This scenario describes the precise definition of conditional convergence. The key conceptual understanding required here is distinguishing between the behavior of the original series and the series of absolute values. If the original series converges to a limit LL but the series formed by taking the absolute value of each term fails to converge (is unbounded), the series relies on the specific ordering and sign alternation of terms to achieve its sum. This makes it conditionally convergent rather than absolutely convergent or purely divergent.

Q3. You are modeling a damped physical system where the total energy dissipation is represented by Ek\sum E_k. If the model requires the total energy to be independent of the order in which dissipation events occur, which property must the series possess?

A.Conditional Convergence
B.Absolute Convergence ✅
C.Alternating Signs
D.Monotonic Decrease
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: In physical modeling and advanced mathematics, the Riemann Rearrangement Theorem states that conditionally convergent series can be rearranged to sum to any real number or diverge. Therefore, for a physical quantity like energy dissipation to be well-defined and invariant under reordering of events, the underlying series must be absolutely convergent. Absolute convergence guarantees that the sum remains constant regardless of term permutation, ensuring the mathematical model accurately reflects physical reality where the total effect shouldn't depend on arbitrary sequencing.

Q4. Given the series k=1(1)kln(k)k2\sum_{k=1}^{\infty} \frac{(-1)^k \ln(k)}{k^2}, determine its convergence status without computing the exact sum.

A.Diverges by the Divergence Test
B.Converges Conditionally
C.Converges Absolutely ✅
D.Diverges by the Integral Test
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: To analyze this series, one must first test for absolute convergence by examining ln(k)k2\sum \frac{\ln(k)}{k^2}. Although ln(k)\ln(k) grows without bound, it grows much slower than any positive power of kk. By comparing to the convergent p-series 1k1.5\sum \frac{1}{k^{1.5}}, we see that ln(k)k2<1k1.5\frac{\ln(k)}{k^2} < \frac{1}{k^{1.5}} for sufficiently large kk. Since the series of absolute values converges via direct comparison, the original alternating series converges absolutely. This avoids the unnecessary step of checking conditional convergence criteria.

Q5. Analyze the graph of partial sums SnS_n for a series ak\sum a_k. If the graph shows SnS_n oscillating with decreasing amplitude toward a limit, but the area under the curve of ak|a_k| vs kk is infinite, what can be concluded?

A.The series converges absolutely.
B.The series diverges because the area is infinite.
C.The series converges conditionally. ✅
D.The graph provides insufficient information about absolute convergence.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This question integrates graphical interpretation with analytical definitions. The oscillating partial sums with decreasing amplitude suggest convergence of the original series (likely satisfying the Alternating Series Test). However, the infinite area under ak|a_k| indicates that f(x)dx\int |f(x)| dx diverges, implying ak\sum |a_k| diverges by the Integral Test logic. Combining these two observations—convergence of the signed series and divergence of the absolute series—leads definitively to the conclusion of conditional convergence. Students must synthesize visual data with theoretical tests.

Q6. Which of the following modifications to the series (1)kk\sum \frac{(-1)^k}{k} would transform it from conditionally convergent to absolutely convergent?

A.Multiplying each term by (1)k(-1)^k
B.Replacing kk with k2k^2 in the denominator ✅
C.Removing the alternating sign factor
D.Adding a constant C>0C > 0 to each term
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The original series is the alternating harmonic series, which converges conditionally because 1k\sum \frac{1}{k} diverges. To achieve absolute convergence, the series of absolute values must converge. Replacing kk with k2k^2 yields 1k2\sum \frac{1}{k^2}, a convergent p-series with p=2>1p=2 > 1. Multiplying by (1)k(-1)^k removes alternation but leaves the harmonic series. Removing signs yields the divergent harmonic series. Adding a constant causes divergence by the nth-term test. Only increasing the decay rate of the denominator ensures absolute summability.

Q7. A student applies the Ratio Test to ak\sum a_k and finds limkak+1ak=1\lim_{k \to \infty} |\frac{a_{k+1}}{a_k}| = 1. They conclude the series converges conditionally. Evaluate this reasoning.

A.Correct; ratio of 1 always implies conditional convergence.
B.Incorrect; the Ratio Test is inconclusive at 1, so no conclusion about absolute or conditional convergence can be drawn. ✅
C.Correct; ratio of 1 means the series behaves like the harmonic series.
D.Incorrect; ratio of 1 always implies absolute divergence.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This is a classic error analysis question targeting misuse of the Ratio Test. The limit ρ=1\rho = 1 is the indeterminate case for the Ratio Test; it provides zero information about convergence or divergence. Series with ρ=1\rho=1 can converge absolutely (e.g., 1/k2\sum 1/k^2), converge conditionally (e.g., (1)k/k\sum (-1)^k/k), or diverge (e.g., 1/k\sum 1/k). The student's conclusion is unjustified because they treated an inconclusive result as a definitive classification. Further testing with other methods is strictly required.

Q8. If ak\sum a_k converges absolutely and bk\sum b_k converges conditionally, what can be definitively said about (ak+bk)\sum (a_k + b_k)?

A.It converges absolutely.
B.It converges conditionally. ✅
C.It diverges.
D.Convergence cannot be determined without specific formulas.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This problem tests mixed concepts involving algebraic properties of series. Let ck=ak+bkc_k = a_k + b_k. If ck\sum c_k were absolutely convergent, then ck\sum |c_k| would converge. Since bk=ckakb_k = c_k - a_k, and both ck\sum c_k and ak\sum a_k would be absolutely convergent, their difference bk\sum b_k would also have to be absolutely convergent. But this contradicts the premise that bk\sum b_k is only conditionally convergent. Therefore, (ak+bk)\sum (a_k + b_k) cannot be absolutely convergent; it must retain the conditional nature of bkb_k.

Q9. Consider the power series ck(xa)k\sum c_k (x-a)^k. If it converges absolutely at x=bx = b, which statement must be true regarding convergence at other points?

A.It converges absolutely for all xx such that xa<ba|x-a| < |b-a|. ✅
B.It converges conditionally for all xx such that xa<ba|x-a| < |b-a|.
C.It diverges for all xx such that xa>ba|x-a| > |b-a|.
D.It converges absolutely only at x=bx=b.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This question links absolute convergence to the geometry of power series intervals. A fundamental theorem states that if a power series converges absolutely at a point bb, it must converge absolutely for every point strictly closer to the center aa than bb is. This defines the interior of the interval of convergence. Conditional convergence can only potentially occur at the boundary endpoints, never in the interior if absolute convergence holds elsewhere inside. Option C is incorrect because divergence is only guaranteed outside the radius, not necessarily at every point beyond bb.

Q10. Evaluate the validity of the statement: 'If ak2\sum a_k^2 converges, then ak\sum a_k converges absolutely.'

A.Always True
B.Always False ✅
C.True only if ak0a_k \geq 0
D.True only if aka_k is alternating
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This challenging question probes the relationship between square-summability and absolute summability. Consider ak=(1)kka_k = \frac{(-1)^k}{k}. Then ak2=1k2a_k^2 = \frac{1}{k^2}, which converges. However, ak=1k\sum |a_k| = \sum \frac{1}{k} diverges. Thus, convergence of squares does not imply absolute convergence. The statement is false. Note that the converse is true: if ak\sum |a_k| converges, then ak2\sum a_k^2 converges by comparison since ak0|a_k| \to 0 implies ak2aka_k^2 \leq |a_k| eventually. This asymmetry is a subtle but critical concept in analysis.

Q11. When approximating ln(2)\ln(2) using the series k=1(1)k+1k\sum_{k=1}^{\infty} \frac{(-1)^{k+1}}{k}, why is this method computationally inferior to using a series derived from ln(1+x1x)\ln(\frac{1+x}{1-x}) evaluated at x=1/3x=1/3?

A.The alternating harmonic series diverges.
B.The alternating harmonic series converges conditionally and slowly, while the transformed series converges absolutely and rapidly. ✅
C.The transformed series is only valid for negative x.
D.There is no computational difference; both require equal terms.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This application question contrasts practical efficiency rooted in convergence types. The alternating harmonic series converges conditionally, meaning terms decay as 1/k1/k, requiring millions of terms for high precision. The series for ln(1+x1x)=2x2k+12k+1\ln(\frac{1+x}{1-x}) = 2\sum \frac{x^{2k+1}}{2k+1} at x=1/3x=1/3 involves powers of 1/91/9, leading to exponential decay of terms. This rapid geometric-like decay stems from evaluating within the open interval of absolute convergence, far from the boundary singularity. Understanding this link between absolute convergence regions and computational speed is vital for numerical analysis.

Q12. A series ak\sum a_k satisfies limkak1/k=0.8\lim_{k \to \infty} |a_k|^{1/k} = 0.8. A student argues that since 0.8<10.8 < 1, the series converges, but refuses to classify it as absolutely convergent, claiming the Root Test only proves regular convergence. Assess this claim.

A.The student is correct; Root Test doesn't address absolute values.
B.The student is incorrect; the Root Test applied to ak|a_k| directly establishes absolute convergence. ✅
C.The student is partially correct; it proves absolute convergence only if terms are positive.
D.The student is incorrect; the limit should be compared to 0, not 1.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This error analysis clarifies the precise output of convergence tests. The Root Test is inherently a test for absolute convergence because it evaluates limak1/k\lim |a_k|^{1/k}. When this limit ρ<1\rho < 1, the theorem explicitly concludes that ak\sum |a_k| converges. Regular convergence is merely a corollary of absolute convergence. The student's hesitation reveals a misunderstanding of the test's mechanism; there is no separate 'regular convergence' version of the Root Test distinct from the absolute version. Any ρ<1\rho < 1 guarantees absolute summability.

Q13. Suppose ak\sum a_k is a series of nonzero terms where ak\sum |a_k| diverges but ak\sum a_k converges. Which operation on this series is guaranteed to preserve the sum?

A.Rearranging terms in any order
B.Grouping consecutive terms without changing order ✅
C.Multiplying each term by (1)k(-1)^k
D.Taking the absolute value of each term
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This conceptual question highlights the fragility of conditionally convergent series. By the Riemann Rearrangement Theorem, rearranging terms can change the sum or cause divergence, eliminating option A. Multiplying by (1)k(-1)^k alters signs unpredictably, and taking absolute values yields a divergent series. However, grouping consecutive terms (associativity) preserves the sum for any convergent series, whether absolute or conditional, because the subsequence of partial sums corresponding to the groups is a subsequence of the original convergent sequence. This distinguishes safe associative operations from unsafe commutative ones in conditional contexts.

Q14. Identify the series below that serves as a counterexample to the conjecture: 'Every convergent series with terms decreasing to zero is absolutely convergent.'

A.k=11k2\sum_{k=1}^{\infty} \frac{1}{k^2}
B.k=1(1)kk2\sum_{k=1}^{\infty} \frac{(-1)^k}{k^2}
C.k=1(1)kk\sum_{k=1}^{\infty} \frac{(-1)^k}{k}
D.k=11k\sum_{k=1}^{\infty} \frac{1}{k}
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: This direct recall/application hybrid tests knowledge of standard counterexamples. The conjecture fails precisely for conditionally convergent series. Option A converges absolutely. Option B converges absolutely. Option D diverges entirely. Option C, the alternating harmonic series, has terms 1/k1/k that decrease monotonically to zero and the series converges by AST, but 1/k\sum 1/k diverges. Thus, it satisfies all premises (convergent, terms decrease to zero) yet fails the conclusion (absolute convergence). Recognizing this canonical example is foundational for understanding the boundaries of absolute convergence theory.

Q15. In the context of Fourier series, why is absolute convergence of coefficients cn<\sum |c_n| < \infty significant for the resulting function f(x)f(x)?

A.It guarantees f(x)f(x) is continuous and the series converges uniformly. ✅
B.It guarantees f(x)f(x) is differentiable everywhere.
C.It ensures f(x)f(x) is periodic with period 2π2\pi.
D.It implies f(x)f(x) equals zero at discontinuities.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This advanced application connects absolute convergence to function regularity. If Fourier coefficients are absolutely summable, the Weierstrass M-test ensures uniform convergence of the trigonometric series. Uniform limits of continuous functions (trigonometric polynomials) are continuous. Thus, absolute convergence of coefficients is a sufficient condition for continuity of the represented function. Mere square-summability (L2L^2) only guarantees mean-square convergence, allowing discontinuities. This illustrates how stronger convergence modes (absolute vs. conditional/mean-square) translate to stronger analytical properties in applied mathematics and signal processing.

Q16. A student computes k=1(1)kk!kk\sum_{k=1}^{\infty} \frac{(-1)^k k!}{k^k} and incorrectly concludes divergence because factorial growth dominates. Analyze the flaw using asymptotic reasoning.

A.Factorials always dominate exponentials, so divergence is certain.
B.The student ignored that kkk^k grows super-exponentially, making the ratio test limit 0, implying absolute convergence. ✅
C.The student should have used the Integral Test instead.
D.The series actually diverges, but for the wrong reason.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This error analysis addresses asymptotic hierarchy misconceptions. While k!k! grows fast, kkk^k grows vastly faster. Applying the Ratio Test: ak+1ak=(k+1)!(k+1)k+1kkk!=k+1(k+1)k+1kk=(kk+1)k1e<1|\frac{a_{k+1}}{a_k}| = \frac{(k+1)!}{(k+1)^{k+1}} \cdot \frac{k^k}{k!} = \frac{k+1}{(k+1)^{k+1}} k^k = (\frac{k}{k+1})^k \to \frac{1}{e} < 1. Since 1/e0.368<11/e \approx 0.368 < 1, the series converges absolutely. The student's intuition about factorial dominance fails when the denominator is kkk^k rather than ckc^k. Correct asymptotic comparison is essential for accurate absolute convergence determination.

Q17. Which pair of series demonstrates that absolute convergence is a strictly stronger condition than conditional convergence?

A.1k2\sum \frac{1}{k^2} and (1)kk2\sum \frac{(-1)^k}{k^2}
B.(1)kk\sum \frac{(-1)^k}{k} and 1k\sum \frac{1}{k}
C.(1)kk2\sum \frac{(-1)^k}{k^2} and (1)kk\sum \frac{(-1)^k}{k}
D.1k\sum \frac{1}{k} and 1k\sum \frac{-1}{k}
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Option C presents one absolutely convergent series ((1)k/k2\sum (-1)^k/k^2, since 1/k2\sum 1/k^2 converges) and one conditionally convergent series ((1)k/k\sum (-1)^k/k, since 1/k\sum 1/k diverges). This pair explicitly shows two convergent series with different convergence strengths. Option A shows two absolutely convergent series. Option B shows one conditional and one divergent. Option D shows two divergent series. Only C isolates the distinction between absolute and conditional convergence within the set of convergent series, illustrating the strict inclusion relationship.

Q18. If ak\sum a_k converges absolutely, which of the following series MUST also converge absolutely?

A.akk\sum \frac{a_k}{k}
B.ak2\sum a_k^2
C.ak\sum \sqrt{|a_k|}
D.Both A and B ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: This multi-step reasoning problem tests preservation of absolute convergence under transformations. If ak\sum |a_k| converges, then ak0|a_k| \to 0, so eventually ak<1|a_k| < 1. For B: ak2=ak2aka_k^2 = |a_k|^2 \leq |a_k| for large kk, so ak2\sum a_k^2 converges absolutely by Direct Comparison. For A: ak/kak|a_k/k| \leq |a_k| for k1k \geq 1, so ak/k\sum a_k/k converges absolutely by Direct Comparison. For C: akak\sqrt{|a_k|} \geq |a_k| when ak<1|a_k| < 1, so comparison fails; indeed ak=(1)k/k2a_k = (-1)^k/k^2 gives ak=1/k\sqrt{|a_k|} = 1/k which diverges. Thus both A and B are guaranteed.

Q19. A physics model yields the series n=0(1)nx2n(2n)!\sum_{n=0}^{\infty} (-1)^n \frac{x^{2n}}{(2n)!}. For which values of xx does this series represent a physically meaningful bounded oscillation with absolute convergence?

A.Only x=0x = 0
B.1<x<1-1 < x < 1
C.All real xx
D.Only integer values of xx
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: This series is the Maclaurin expansion of cos(x)\cos(x). Applying the Ratio Test for absolute convergence: limx2(n+1)(2(n+1))!(2n)!x2n=limx2(2n+2)(2n+1)=0\lim |\frac{x^{2(n+1)}}{(2(n+1))!} \cdot \frac{(2n)!}{x^{2n}}| = \lim \frac{x^2}{(2n+2)(2n+1)} = 0 for any fixed xx. Since the limit is 0 < 1 for all real xx, the series converges absolutely on (,)(-\infty, \infty). Physically, cosine represents bounded oscillation for all real inputs. Students must connect the analytical result of infinite radius of absolute convergence to the physical domain of the modeled phenomenon, rejecting artificial restrictions like x<1|x|<1.

Q20. Why can't the series k=1sin(k)k\sum_{k=1}^{\infty} \frac{\sin(k)}{k} be tested for absolute convergence using the Alternating Series Test?

A.Because sin(k)\sin(k) does not alternate regularly. ✅
B.Because the AST applies only to positive series.
C.Because sin(k)/k\sin(k)/k does not approach zero.
D.Because the AST proves absolute convergence directly.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The Alternating Series Test specifically requires terms to alternate in sign in a strict pattern (e.g., (1)kbk(-1)^k b_k) and have monotonically decreasing magnitude. The series sin(k)/k\sum \sin(k)/k has irregular sign changes because sin(k)\sin(k) oscillates non-periodically with respect to integer kk. More importantly, AST tests for conditional convergence, never absolute convergence. To test absolute convergence, one would examine sin(k)/k\sum |\sin(k)|/k, which actually diverges by comparison to 1/k\sum 1/k since sin(k)|\sin(k)| doesn't average to zero. This highlights the limitations of AST and the complexity of non-alternating sign-varying series.

Q21. Given that ak\sum a_k converges absolutely, evaluate the truth of: 'The series aksin(k)\sum a_k \sin(k) also converges absolutely.'

A.Always True ✅
B.Always False
C.True only if ak>0a_k > 0
D.Cannot be determined
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Since sin(k)1|\sin(k)| \leq 1 for all kk, we have aksin(k)ak|a_k \sin(k)| \leq |a_k|. If ak\sum |a_k| converges (absolute convergence of original series), then by the Direct Comparison Test, aksin(k)\sum |a_k \sin(k)| must also converge. This holds regardless of the sign of aka_k or the irregularity of sin(k)\sin(k). The boundedness of sine acts as a damping factor that preserves absolute summability. This demonstrates how multiplying an absolutely convergent series by any bounded sequence maintains absolute convergence, a powerful tool in analysis.

Q22. A student observes that ak\sum |a_k| diverges and immediately writes 'Series Diverges' as their final answer. What critical step did they omit?

A.Checking if limak=0\lim a_k = 0
B.Testing the original series ak\sum a_k for conditional convergence ✅
C.Applying the Ratio Test to ak|a_k|
D.Verifying terms are positive
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Divergence of ak\sum |a_k| only establishes that the series is not absolutely convergent. It does not establish that ak\sum a_k diverges; the series could still converge conditionally. The omitted critical step is applying appropriate tests (AST, Dirichlet, Abel, etc.) to the original signed series. Many students conflate 'not absolutely convergent' with 'divergent,' but conditional convergence occupies the logical space between these states. Proper procedure demands investigating the signed series independently after absolute divergence is established.

Q23. Which integral properly determines the absolute convergence of k=2(1)kklnk\sum_{k=2}^{\infty} \frac{(-1)^k}{k \ln k}?

A.21xlnxdx\int_2^{\infty} \frac{1}{x \ln x} dx
B.2(1)xxlnxdx\int_2^{\infty} \frac{(-1)^x}{x \ln x} dx
C.21x(lnx)2dx\int_2^{\infty} \frac{1}{x (\ln x)^2} dx
D.2lnxxdx\int_2^{\infty} \frac{\ln x}{x} dx
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: To test absolute convergence, we examine ak=1klnk\sum |a_k| = \sum \frac{1}{k \ln k}. The Integral Test applies to this positive series using f(x)=1xlnxf(x) = \frac{1}{x \ln x}. Option B is invalid because (1)x(-1)^x isn't defined for real integration in this context. Option C corresponds to a different convergent series. Option D corresponds to a divergent series but with wrong integrand. Evaluating dxxlnx=ln(lnx)2=\int \frac{dx}{x \ln x} = \ln(\ln x) |_2^\infty = \infty, confirming ak\sum |a_k| diverges. Thus the original series is only conditionally convergent. Correct integral setup is essential.

Q24. If a power series ckxk\sum c_k x^k has radius of convergence R=3R=3, and converges conditionally at x=3x=3, what is the nature of convergence at x=3x=-3?

A.Must converge absolutely
B.Must converge conditionally
C.Must diverge
D.Could converge absolutely, conditionally, or diverge ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: At the boundary of the interval of convergence, behavior at each endpoint is independent. Conditional convergence at x=3x=3 tells us nothing definitive about x=3x=-3. Examples exist for all three possibilities: (1)kxk/(k3k)\sum (-1)^k x^k/(k \cdot 3^k) converges conditionally at both; xk/(k3k)\sum x^k/(k \cdot 3^k) converges conditionally at x=3x=-3 but diverges at x=3x=3; modified series can yield absolute convergence at one endpoint. Students must understand that boundary analysis requires separate testing for each endpoint; symmetry is not guaranteed unless coefficients have special properties.

Q25. Consider k=1ak\sum_{k=1}^{\infty} a_k where ak=(1)kk+1k2a_k = \frac{(-1)^k}{\sqrt{k}} + \frac{1}{k^2}. Classify this series.

A.Absolutely Convergent
B.Conditionally Convergent ✅
C.Divergent
D.Oscillatory
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Decompose: ak=(1)kk+1k2\sum a_k = \sum \frac{(-1)^k}{\sqrt{k}} + \sum \frac{1}{k^2}. The second part converges absolutely. The first part converges conditionally (AST applies, but 1/k\sum 1/\sqrt{k} diverges). The sum of a conditionally convergent series and an absolutely convergent series is always conditionally convergent. For absolute convergence, ak\sum |a_k| would need to converge, but ak1/k|a_k| \approx 1/\sqrt{k} for large kk, and 1/k\sum 1/\sqrt{k} diverges. This decomposition technique is essential for analyzing composite series where direct testing is difficult.

Q26. A graph shows the partial sums of ak\sum |a_k| growing logarithmically without bound, while partial sums of ak\sum a_k settle near 0.7. What does the logarithmic growth rate suggest about the terms?

A.Terms decay like 1/k1/k
B.Terms decay like 1/k21/k^2
C.Terms decay exponentially
D.Terms do not approach zero
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Logarithmic growth of partial sums SnlnnS_n \sim \ln n is characteristic of the harmonic series 1/k\sum 1/k. This indicates akC/k|a_k| \sim C/k asymptotically. If terms decayed as 1/k21/k^2, partial sums would converge to a finite value. Exponential decay would show rapid saturation. Non-zero limit would imply linear growth. The graph thus reveals that absolute values behave harmonically (divergent), while the signed series converges (likely alternating with 1/k1/k envelope). Interpreting growth rates visually connects discrete series behavior to continuous asymptotic models.

Q27. Which statement correctly distinguishes the implications of the Ratio Test result ρ<1\rho < 1 versus the Alternating Series Test conditions being met?

A.Ratio Test ρ<1\rho < 1 proves conditional convergence; AST proves absolute convergence.
B.Ratio Test ρ<1\rho < 1 proves absolute convergence; AST proves convergence but not necessarily absolute. ✅
C.Both prove absolute convergence.
D.Both prove only conditional convergence.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The Ratio Test with ρ<1\rho < 1 is fundamentally a test for absolute convergence; it compares ak|a_k| to a convergent geometric series. The Alternating Series Test only requires decreasing magnitude and zero limit, establishing convergence of the signed series without addressing ak\sum |a_k|. Many conditionally convergent series satisfy AST but fail Ratio Test for absolute convergence (e.g., alternating harmonic has ρ=1\rho=1). Understanding this distinction prevents misclassification: Ratio < 1 ⇒ Absolute; AST ⇒ Convergent (possibly conditional). This hierarchy is central to series taxonomy.

Q28. In numerical computation, why is absolute convergence preferred over conditional convergence for algorithm implementation?

A.Conditional series converge faster.
B.Absolute convergence ensures stability under rounding errors and term reordering inherent in floating-point arithmetic. ✅
C.Conditional series require fewer terms for same accuracy.
D.There is no preference; both are equally stable.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Floating-point arithmetic introduces small perturbations equivalent to reordering and modifying terms. Conditionally convergent series are unstable under such perturbations due to the Riemann Rearrangement Theorem; tiny errors can accumulate to produce wildly incorrect sums. Absolutely convergent series are robust: small perturbations yield small changes in the sum. This stability is critical in scientific computing. Additionally, absolute convergence often permits error bounding via geometric majorants, enabling reliable stopping criteria. Conditional series lack such robust error control, making them numerically hazardous despite theoretical convergence.

Q29. Evaluate k=1(1)karctan(k)k\sum_{k=1}^{\infty} \frac{(-1)^k \arctan(k)}{k}. Does it converge absolutely?

A.Yes, because arctan(k)<π/2\arctan(k) < \pi/2
B.No, because arctan(k)π/20\arctan(k) \to \pi/2 \neq 0, so akπ2k|a_k| \sim \frac{\pi}{2k}
C.Yes, by Alternating Series Test
D.No, because arctan(k)\arctan(k) increases
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: For absolute convergence, examine arctan(k)k\sum \frac{\arctan(k)}{k}. Since limkarctan(k)=π/2\lim_{k \to \infty} \arctan(k) = \pi/2, we have arctan(k)kπ2k\frac{\arctan(k)}{k} \sim \frac{\pi}{2k}. By Limit Comparison with 1/k\sum 1/k, the series of absolute values diverges. Thus, it does NOT converge absolutely. Note: The original signed series DOES converge conditionally by AST since arctan(k)/k\arctan(k)/k eventually decreases to 0. Option A incorrectly assumes boundedness implies summability. Option C confuses conditional with absolute. Option D cites increase but misses the asymptotic equivalence to harmonic. Asymptotic analysis is key.

Q30. A series ak\sum a_k satisfies ak1k(lnk)2|a_k| \leq \frac{1}{k (\ln k)^2} for k2k \geq 2. What can be concluded?

A.Converges Conditionally
B.Converges Absolutely ✅
C.Diverges
D.Test is Inconclusive
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This applies known convergence benchmarks. The series 1k(lnk)p\sum \frac{1}{k (\ln k)^p} converges if and only if p>1p > 1 (by Integral Test). Here p=2>1p=2 > 1, so 1k(lnk)2\sum \frac{1}{k (\ln k)^2} converges. Since ak|a_k| is bounded above by terms of a convergent positive series, ak\sum |a_k| converges by Direct Comparison. Therefore, ak\sum a_k converges absolutely. Recognizing logarithmic p-series benchmarks extends absolute convergence testing beyond standard p-series, covering important borderline cases in analysis.

Q31. Why is the series k=1(1)kk(1+1k)\sum_{k=1}^{\infty} \frac{(-1)^k}{k} \left(1 + \frac{1}{k}\right) conditionally convergent rather than absolutely convergent?

A.Because 1+1/k>11 + 1/k > 1 makes absolute terms larger than harmonic.
B.Because the product of a conditionally convergent and absolutely convergent series is conditional.
C.Because 1k(1+1k)=1k+1k2\sum \frac{1}{k}(1+\frac{1}{k}) = \sum \frac{1}{k} + \sum \frac{1}{k^2}, and the harmonic part diverges.
D.Both A and C are valid explanations. ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: Expanding absolute terms: ak=1k+1k2|a_k| = \frac{1}{k} + \frac{1}{k^2}. Summing gives 1k\sum \frac{1}{k} (divergent) plus 1k2\sum \frac{1}{k^2} (convergent). Divergent + Convergent = Divergent. So ak\sum |a_k| diverges. Original series: (1)kk+(1)kk2\sum \frac{(-1)^k}{k} + \sum \frac{(-1)^k}{k^2}. First is conditional, second is absolute. Their sum converges (conditional + absolute = conditional). Both explanations A and C capture aspects of this: C provides rigorous decomposition, A provides intuitive comparison. Together they fully explain the conditional nature. Multi-faceted reasoning strengthens understanding.

Q32. If ak\sum a_k converges absolutely, which transformation could DESTROY absolute convergence?

A.bk=ak/2kb_k = a_k / 2^k
B.bk=aksin(k)b_k = a_k \cdot \sin(k)
C.bk=sgn(ak)akb_k = \text{sgn}(a_k) \cdot \sqrt{|a_k|}
D.bk=ak+1/k3b_k = a_k + 1/k^3
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: Options A, B, D preserve absolute convergence: A multiplies by decaying exponential; B multiplies by bounded function; D adds absolutely convergent series. Option C: if ak=(1)k/k2a_k = (-1)^k/k^2, then ak=1/k\sqrt{|a_k|} = 1/k, and 1/k\sum 1/k diverges. Taking square roots amplifies small terms, potentially destroying summability. Absolute convergence is preserved under multiplication by bounded sequences and addition of absolutely convergent series, but NOT under nonlinear operations like roots that increase term magnitude relative to original. This tests deep understanding of operational stability in absolute convergence.

Q33. A student uses the Limit Comparison Test with bk=1/kb_k = 1/k on ak\sum |a_k| and finds limak/bk=0\lim |a_k|/b_k = 0. They conclude ak\sum |a_k| converges. Evaluate.

A.Correct; limit 0 means ak|a_k| is smaller than convergent series.
B.Incorrect; limit 0 against divergent 1/k1/k is inconclusive for convergence. ✅
C.Correct; smaller than harmonic implies convergence.
D.Incorrect; should have used bk=1/k2b_k = 1/k^2.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Limit Comparison Test with ρ=0\rho = 0 only allows conclusions if the comparison series CONVERGES. Here 1/k\sum 1/k DIVERGES. If ak/(1/k)0|a_k|/ (1/k) \to 0, it means ak|a_k| is asymptotically smaller than 1/k1/k, but could still be 1/(klnk)1/(k \ln k) which diverges, or 1/k21/k^2 which converges. No conclusion is possible. The student mistakenly applied the 'smaller than convergent' logic to a divergent comparator. Proper use requires matching comparator convergence/divergence status to the limit case. This is a frequent pitfall in absolute convergence testing.

Q34. Which series exemplifies absolute convergence arising from exponential decay rather than polynomial decay?

A.(1)kk3\sum \frac{(-1)^k}{k^3}
B.k!kk\sum \frac{k!}{k^k}
C.(1)k2k\sum \frac{(-1)^k}{2^k}
D.lnkk2\sum \frac{\ln k}{k^2}
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Option C is geometric with ratio 1/21/2, exhibiting exponential decay (1/2)k(1/2)^k, guaranteeing absolute convergence. Option A has polynomial decay 1/k31/k^3. Option B has super-exponential decay but is less canonical. Option D has polynomial-logarithmic decay. While B also converges absolutely, C is the prototypical example of absolute convergence driven purely by exponential base < 1, contrasting with p-series polynomial mechanisms. Recognizing decay type helps select appropriate tests: Ratio/Root for exponential, Comparison/Integral for polynomial. This classification aids efficient problem-solving strategy.

Q35. In proving that absolute convergence implies convergence, which inequality is fundamentally relied upon?

A.akakak|a_k| \leq a_k \leq |a_k|
B.akakak-|a_k| \leq a_k \leq |a_k|
C.ak2aka_k^2 \leq |a_k|
D.ak+bkak+bk|a_k + b_k| \geq |a_k| + |b_k|
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The proof uses the Squeeze Theorem or Cauchy Criterion, both relying on akakak-|a_k| \leq a_k \leq |a_k|. This bounds the signed term between absolute values. If ak\sum |a_k| converges, then partial sums of ak|a_k| form a Cauchy sequence, and the inequality transfers this property to ak\sum a_k. Option A is false for negative terms. Option C requires ak<1|a_k| < 1. Option D is reverse triangle inequality. Mastery of this basic inequality underpins all theoretical connections between absolute and regular convergence, making it foundational despite simplicity.

Q36. A series ak\sum a_k has partial sums SnS_n that converge to 5, but ak\sum |a_k| has partial sums growing as n\sqrt{n}. What does n\sqrt{n} growth indicate about ak|a_k|?

A.akC/n|a_k| \sim C/\sqrt{n}
B.akC/n|a_k| \sim C/n
C.akC/n3/2|a_k| \sim C/n^{3/2}
D.ak0|a_k| \to 0 exponentially
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Partial sum growth rate SnnαS_n \sim n^\alpha corresponds to term decay akkα1|a_k| \sim k^{\alpha-1}. Here α=1/2\alpha = 1/2, so akk1/2=1/k|a_k| \sim k^{-1/2} = 1/\sqrt{k}. This confirms divergence of ak\sum |a_k| (since p=1/2<1p=1/2 < 1) while ak\sum a_k converges (presumably by alternation). Connecting cumulative growth to individual term asymptotics is a powerful inverse reasoning skill. Option B would give lnn\ln n growth. Option C would give convergent partial sums. Exponential decay gives bounded partial sums. Only A matches n\sqrt{n} accumulation.

Q37. Which scenario BEST illustrates why absolute convergence is necessary for term-by-term integration of infinite series over unbounded domains?

A.Integrating (1)k/k\sum (-1)^k/k on [0,1]
B.Integrating ekx\sum e^{-kx} on [0,∞) ✅
C.Integrating a finite polynomial
D.Integrating xk\sum x^k on (-0.5, 0.5)
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Term-by-term integration over unbounded domains requires uniform convergence or dominated convergence, typically ensured by absolute integrability. ekx\sum e^{-kx} on [0,∞) involves improper integrals; absolute convergence justifies swapping sum and integral via Fubini/Tonelli. Option A is bounded domain with conditional convergence (problematic but different). Option C is trivial. Option D is bounded domain within radius of convergence. Unbounded domains amplify risks of conditional convergence failures; absolute convergence provides the necessary domination condition for valid interchange. This connects series theory to measure-theoretic integration principles in advanced applications.

🔗 Related Topics (MCQs)