🎓 BookMCQ
← Back to 10. Infinite Series in Calculus

📝 p-series convergence test (40 MCQs)

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

What is p-series convergence test?

A p-series is n=11np\sum_{n=1}^{\infty} \frac{1}{n^p}; it converges if p>1p > 1 (like p=2p=2) and diverges if p1p \le 1 (like p=1p=1 harmonic series), which follows directly from the integral test since 1xpdx\int_1^\infty x^{-p} dx converges only for p>1p>1.

6
Easy
26
Medium
8
Hard

📝 All p-series convergence test MCQs

Q1. A student claims that the series k=11k0.99\sum_{k=1}^{\infty} \frac{1}{k^{0.99}} converges because the exponent is extremely close to 1 and the terms approach zero rapidly. Which statement best analyzes this error?

A.The student is correct because any exponent near 1 yields convergence.
B.The student incorrectly assumes that terms approaching zero guarantees convergence, ignoring that p1p \leq 1 always diverges. ✅
C.The student confused p-series with geometric series where ratio matters more than exponent.
D.The series actually converges conditionally but not absolutely.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This question targets a fundamental misconception about the boundary behavior of p-series. While it is true that limk1k0.99=0\lim_{k \to \infty} \frac{1}{k^{0.99}} = 0, the Divergence Test only provides a necessary condition, not a sufficient one. For p-series specifically, the threshold for convergence is strictly p>1p > 1. Since 0.99<10.99 < 1, the series behaves similarly to the harmonic series and diverges, regardless of how close the exponent is to unity. Understanding this sharp boundary is crucial for higher-order analysis.

Q2. Consider the function f(x)=k=11kxf(x) = \sum_{k=1}^{\infty} \frac{1}{k^x}. If this function models a physical system's energy state density, for which domain of xx does the model represent a finite total energy?

A.x>0x > 0
B.x1x \geq 1
C.x>1x > 1
D.All real numbers
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This application question connects the abstract mathematical definition of p-series to a physical modeling scenario. The series given is precisely the Riemann zeta function definition for real inputs. In physics, finite total energy requires the sum to converge. Based on the convergence criteria for p-series, the sum is finite if and only if the exponent xx is strictly greater than 1. At x=1x=1, the harmonic series diverges logarithmically, implying infinite energy, so the domain must be restricted to x>1x > 1.

Q3. Analyze the following argument: 'Since 11x2dx=1\int_{1}^{\infty} \frac{1}{x^2} dx = 1, the sum k=11k2\sum_{k=1}^{\infty} \frac{1}{k^2} must also equal 1.' What is the specific flaw in this reasoning?

A.There is no flaw; the integral value equals the series sum.
B.The Integral Test determines convergence but does not equate the numerical value of the integral to the series sum. ✅
C.The function 1/x21/x^2 is not decreasing on the interval.
D.The series diverges while the integral converges.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This error analysis question addresses a very common mistake when applying the Integral Test. Students often conflate the *test for convergence* with a *method for finding the sum*. The Integral Test states that the series and the improper integral share the same convergence behavior (both converge or both diverge). However, their values are generally distinct. In this case, while the integral evaluates to 1, the actual sum of the series is π2/61.645\pi^2/6 \approx 1.645. Recognizing this distinction is vital for accurate mathematical reasoning.

Q4. Given two series A=1k1.001A = \sum \frac{1}{k^{1.001}} and B=1k(lnk)2B = \sum \frac{1}{k (\ln k)^2}, which statement correctly compares their convergence behaviors without direct computation?

A.Both diverge because they are asymptotically similar to the harmonic series.
B.A converges and B diverges because logarithmic factors never overcome polynomial decay.
C.Both converge, but B converges significantly faster than A.
D.Both converge, illustrating that logarithmic factors can induce convergence even when polynomial power is borderline. ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: This mixed concept question requires comparing a standard p-series with a logarithmic variant. Series A is a p-series with p=1.001>1p = 1.001 > 1, so it converges. Series B is not a pure p-series but can be analyzed via the Integral Test; the substitution u=lnku = \ln k transforms it into a convergent p-integral. This highlights a nuanced concept: while 1/k1/k diverges, adding a squared logarithmic denominator forces convergence. Both converge, challenging the intuition that only p>1p>1 polynomial terms guarantee summability.

Q5. If the graph of partial sums SnS_n for a series 1kp\sum \frac{1}{k^p} shows unbounded growth that slows down progressively but never plateaus, what can be definitively concluded about pp?

A.p>1p > 1
B.p=1p = 1
C.0<p10 < p \leq 1
D.p0p \leq 0
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This graph-based interpretation question tests the ability to visualize divergence rates. If partial sums grow without bound, the series diverges, eliminating p>1p > 1. If p0p \leq 0, terms do not approach zero, causing linear or explosive growth rather than slowing progressive growth. The description 'slows down progressively but never plateaus' characterizes the sub-linear divergence of p-series where 0<p10 < p \leq 1. Specifically, p=1p=1 grows logarithmically, and 0<p<10 < p < 1 grows as n1pn^{1-p}. Thus, the parameter must lie in (0,1](0, 1].

Q6. In a computational algorithm, you approximate ζ(p)\zeta(p) using partial sums. For which value of pp would you expect the worst computational efficiency for achieving a fixed error tolerance?

A.p=3p = 3
B.p=2p = 2
C.p=1.01p = 1.01
D.p=10p = 10
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This application/scenario question links theoretical convergence speed to practical computation. Convergence rate for p-series depends heavily on how much pp exceeds 1. Larger pp values yield rapidly decaying terms and fast convergence. As pp approaches 1 from above, the tail of the series decays extremely slowly, requiring millions of terms for modest accuracy. Therefore, p=1.01p = 1.01 represents the most computationally expensive case among the options, illustrating the practical consequences of the theoretical boundary at p=1p=1.

Q7. Which modification to the divergent harmonic series 1k\sum \frac{1}{k} results in a convergent series?

A.Multiplying each term by sin(k)\sin(k)
B.Raising the denominator to the power 1+ϵ1 + \epsilon for any ϵ>0\epsilon > 0
C.Taking the absolute value of alternating terms
D.Shifting the index to start at k=1000k=1000
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This conceptual understanding question tests knowledge of the precise boundary conditions for p-series. The harmonic series (p=1p=1) is the critical threshold. Option D fails because removing finite terms doesn't affect convergence. Option C yields the same divergent series. Option A creates a conditionally convergent series only under specific interpretations, but strictly speaking, modifying the exponent is the definitive way to force absolute convergence. Any increase in the exponent, no matter how small (ϵ>0\epsilon > 0), pushes the series into the convergent regime p>1p > 1.

Q8. A student uses the Limit Comparison Test with bk=1/k2b_k = 1/k^2 to analyze k+1k3+k\sum \frac{k+1}{k^3+k}. They find ρ=1\rho = 1 and conclude convergence. Is this reasoning valid?

A.No, because the limit must be zero for comparison.
B.Yes, because ρ\rho is finite and positive, and 1/k2\sum 1/k^2 converges. ✅
C.No, because the original series has higher degree numerator.
D.Yes, but only because the series is alternating.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This multi-step reasoning question validates the correct application of the Limit Comparison Test within the context of p-series. The student correctly identified a suitable p-series benchmark (p=2p=2). Finding a finite, positive limit ρ=1\rho = 1 confirms that both series share the same convergence behavior. Since the benchmark p-series converges (2>12 > 1), the original series must also converge. This reinforces that LCT relies on asymptotic equivalence, not exact equality, and validates using p-series as standard comparators.

Q9. Why can't the p-series test be directly applied to 1k2+1\sum \frac{1}{\sqrt{k^2 + 1}}?

A.Because the terms are negative.
B.Because it is not in the exact form 1/kp1/k^p. ✅
C.Because the exponent is less than 1.
D.Because the series starts at k=0.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This direct recall/conceptual question checks understanding of test prerequisites. The p-series test applies strictly to series of the form 1/kp\sum 1/k^p. The given series has k2+1\sqrt{k^2+1} in the denominator, which is asymptotically equivalent to kk but algebraically distinct. One must first use the Limit Comparison Test with 1/k1/k to establish behavioral equivalence before invoking p-series properties. Recognizing when a test is *not* directly applicable prevents mechanical misapplication and encourages proper analytical sequencing.

Q10. Consider the series k=21k(lnk)p\sum_{k=2}^{\infty} \frac{1}{k (\ln k)^p}. Unlike standard p-series, this series converges only if:

A.p>1p > 1
B.p>0p > 0
C.p1p \geq 1
D.It diverges for all p
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This challenging/mixed concept question extends p-series logic to logarithmic scales via the Integral Test. Substituting u=lnku = \ln k transforms the integral into duup\int \frac{du}{u^p}, which is now a standard p-integral. This transformed integral converges only when p>1p > 1. This result is counterintuitive for students who assume logarithms always improve convergence; here, the log acts as the primary variable, making p=1p=1 the new divergence threshold. It demonstrates how structural transformations reveal hidden p-series behaviors.

Q11. If ak\sum a_k is a convergent p-series, which of the following must also converge?

A.(1)kak\sum (-1)^k a_k
B.ak2\sum a_k^2
C.ak\sum \sqrt{a_k}
D.Both A and B ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: This multi-concept question explores closure properties of convergent p-series. If ak\sum a_k converges as a p-series, then ak=1/kpa_k = 1/k^p with p>1p > 1. Option A is an alternating version of an absolutely convergent series, so it converges. Option B becomes 1/k2p\sum 1/k^{2p}; since p>1p > 1, 2p>2>12p > 2 > 1, ensuring convergence. Option C becomes 1/kp/2\sum 1/k^{p/2}, which may diverge if 1<p21 < p \leq 2. Thus, both A and B are guaranteed to converge, testing understanding of exponent manipulation.

Q12. A physics derivation yields the series n=1n2n4+3n\sum_{n=1}^{\infty} \frac{n^2}{n^4 + 3n}. Before applying any test, what is the most appropriate initial simplification strategy?

A.Apply Ratio Test immediately due to polynomials.
B.Recognize dominant terms suggest comparison to 1/n21/n^2. ✅
C.Use Integral Test with f(x)=x2/(x4+3x)f(x) = x^2/(x^4+3x).
D.Decompose via partial fractions first.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This application/reasoning question emphasizes strategic problem-solving over mechanical testing. For rational functions, the Ratio Test is typically inconclusive (limit = 1). Partial fractions are unnecessarily complex. The most efficient HOTS approach is asymptotic analysis: numerator ~ n2n^2, denominator ~ n4n^4, ratio ~ 1/n21/n^2. This immediately suggests the Limit Comparison Test with the convergent p-series p=2p=2. Developing this intuition for dominant balance is more valuable than memorizing test algorithms.

Q13. Which statement correctly distinguishes the divergence of 1/k\sum 1/k from 1/k0.5\sum 1/k^{0.5}?

A.Only the harmonic series diverges; the other converges.
B.Both diverge, but 1/k0.51/k^{0.5} diverges faster (polynomially vs logarithmically). ✅
C.Both diverge at identical rates asymptotically.
D.1/k0.51/k^{0.5} diverges only conditionally.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This conceptual comparison question probes deeper understanding of divergence *rates*. Many students treat divergence as binary, but the rate matters for applications. The harmonic series diverges logarithmically (lnn\ln n), extremely slowly. The series with p=0.5p=0.5 diverges as n0.5n^{0.5}, which is polynomial and significantly faster. Recognizing this qualitative difference helps in error estimation and modeling. Option B captures this nuance, distinguishing between types of divergence beyond simple pass/fail convergence tests.

Q14. In evaluating k=11(2k1)3\sum_{k=1}^{\infty} \frac{1}{(2k-1)^3}, a student argues it diverges because it lacks even terms. What is the correct rebuttal?

A.Missing terms doesn't affect convergence; it's a subset of convergent p=3p=3 series. ✅
B.The series actually converges to π3/32\pi^3/32.
C.The student should have used Ratio Test instead.
D.Removing terms makes a convergent series diverge.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This error analysis question addresses misconceptions about subseries. A common fallacy is thinking that removing terms could turn a convergent series into a divergent one. In reality, if a series of positive terms converges, *any* subseries (including odd-only terms) must also converge by the Comparison Test. Since 1/k3\sum 1/k^3 converges (p=3>1p=3 > 1), the odd-term subset definitely converges. The student's reasoning fundamentally misunderstands the monotonicity of partial sums for positive series.

Q15. For the series 1kp\sum \frac{1}{k^p}, if the 1000th partial sum is approximately 5.0 and increasing very slowly, estimate pp.

A.p2p \approx 2
B.p1.1p \approx 1.1
C.p0.5p \approx 0.5
D.p3p \approx 3
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This Olympiad-style estimation question requires connecting numerical magnitude to theoretical parameters. For p=2p=2, the sum approaches π2/61.645\pi^2/6 \approx 1.645, far below 5. For p=0.5p=0.5, S10002100063S_{1000} \approx 2\sqrt{1000} \approx 63, far above 5. For p=1p=1, S1000ln(1000)+γ7.5S_{1000} \approx \ln(1000) + \gamma \approx 7.5. A value of 5.0 with slow growth suggests pp is just above 1, where convergence is extremely gradual and partial sums remain large even at high n. This inverse reasoning from data to parameter is advanced analytical thinking.

Q16. Why is the condition p>0p > 0 explicitly required in the definition of p-series convergence tests?

A.Because negative p causes terms to grow, violating the necessary condition for convergence.
B.Because p=0 yields the divergent series 1\sum 1.
C.Both A and B are correct reasons. ✅
D.The condition is arbitrary; p can be any real number.
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: This conceptual foundation question ensures understanding of domain restrictions. If p<0p < 0, let p=qp = -q where q>0q > 0; terms become kqk^q, which grow without bound, failing the Divergence Test. If p=0p = 0, every term is 1, clearly diverging. Thus, meaningful convergence discussion only occurs for p>0p > 0. Understanding why definitions include constraints prevents blind formula application and builds rigorous mathematical habits.

Q17. A researcher models signal decay as 1n1+δ\sum \frac{1}{n^{1+\delta}}. If measurement noise introduces uncertainty ±0.001\pm 0.001 in δ\delta, and nominal δ=0\delta = 0, what is the risk?

A.No risk; the series always converges.
B.Critical risk; the series might actually be harmonic and diverge. ✅
C.Minor risk; convergence rate changes slightly.
D.Risk only affects computational speed, not existence.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This scenario-based modeling question highlights sensitivity analysis near critical thresholds. At nominal δ=0\delta = 0, the series is exactly harmonic and diverges. With uncertainty ±0.001\pm 0.001, the true exponent could be 0.9990.999 (divergent) or 1.0011.001 (convergent). This bistability at the boundary means the model's fundamental validity (finite vs infinite energy) is uncertain. Engineers must recognize that operating at critical exponents with measurement error creates existential model risk, not just quantitative imprecision.

Q18. Which integral properly establishes the convergence of k=31k2lnk\sum_{k=3}^{\infty} \frac{1}{k^2 \ln k}?

A.3dxx2\int_3^\infty \frac{dx}{x^2}
B.3dxxlnx\int_3^\infty \frac{dx}{x \ln x}
C.3dxx2lnx\int_3^\infty \frac{dx}{x^2 \ln x}
D.3dxx(lnx)2\int_3^\infty \frac{dx}{x (\ln x)^2}
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This application question tests proper setup of the Integral Test. The integrand must exactly match the series term with kk replaced by xx. Options A and B represent different series. Option D represents a different logarithmic power. Only Option C correctly mirrors 1k2lnk\frac{1}{k^2 \ln k}. Furthermore, this integral converges because 1/x21/x^2 dominates 1/lnx1/\ln x, making it comparable to p=2p=2. Correct formulation is the essential first step before evaluation.

Q19. Student work shows: '1k1.5\sum \frac{1}{k^{1.5}} converges by p-test. Therefore (1)kk1.5\sum \frac{(-1)^k}{k^{1.5}} converges conditionally.' Identify the error.

A.The p-test cannot be used on alternating series.
B.The conclusion should be 'absolutely convergent,' not 'conditionally convergent.' ✅
C.The series actually diverges.
D.There is no error; the reasoning is sound.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This error analysis question targets terminology precision. The student correctly determined convergence via p-test on absolute values. However, when ak\sum |a_k| converges, the original series converges *absolutely*, not conditionally. Conditional convergence specifically means the series converges but ak\sum |a_k| diverges. Confusing these terms indicates incomplete understanding of convergence classification hierarchy. Absolute convergence is stronger and implies unconditional rearrangement safety, unlike conditional convergence.

Q20. Graphically, how does the sequence of partial sums for 1/k3\sum 1/k^3 differ from 1/k1.1\sum 1/k^{1.1}?

A.Both are concave up and unbounded.
B.Both are increasing and bounded, but p=3p=3 approaches its limit much faster. ✅
C.p=3p=3 oscillates while p=1.1p=1.1 is monotone.
D.p=1.1p=1.1 is bounded while p=3p=3 is unbounded.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This graph-based comparison reinforces visual intuition for convergence rates. Both series converge since p>1p > 1, so partial sums are increasing and bounded above. The key difference is rate: p=3p=3 terms decay as 1/k31/k^3, reaching near-limit within dozens of terms. p=1.1p=1.1 decays as 1/k1.11/k^{1.1}, requiring thousands of terms for similar proximity. Graphically, the p=3p=3 curve flattens quickly while p=1.1p=1.1 maintains noticeable slope longer. Visualizing this helps calibrate expectations for numerical approximation.

Q21. When approximating k=11k4\sum_{k=1}^{\infty} \frac{1}{k^4} with error <106< 10^{-6}, why is the Integral Test remainder estimate preferred over Alternating Series bound?

A.The series is not alternating. ✅
B.Integral estimates give tighter bounds for p-series.
C.Alternating Series Test requires decreasing terms.
D.Both methods yield identical results.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This method-selection question tests procedural knowledge. The Alternating Series Estimation Theorem *only* applies to alternating series. Since 1/k4\sum 1/k^4 has all positive terms, that theorem is inapplicable regardless of bound tightness. The Integral Test Remainder Estimate is specifically designed for positive, decreasing functions like p-series. Recognizing test applicability conditions prevents wasted effort and incorrect error bounds. This basic discrimination is foundational for effective series analysis.

Q22. If ak\sum a_k diverges and ak=1/kpa_k = 1/k^p, what is the maximum possible value of pp?

A.0
B.1 ✅
C.Infinity
D.No maximum exists
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This conceptual boundary question tests precise knowledge of the convergence/divergence threshold. P-series diverge for p1p \leq 1 and converge for p>1p > 1. Therefore, among divergent p-series, the supremum of possible p values is exactly 1. Values like 1.0001 would converge. Understanding that p=1p=1 is the *maximum* divergent exponent (not just a boundary point) clarifies the topology of the parameter space and prevents off-by-one errors in classification.

Q23. A computer algebra system returns 'diverges' for k=11091k1.0000001\sum_{k=1}^{10^9} \frac{1}{k^{1.0000001}}. What is the most likely explanation?

A.The series mathematically diverges.
B.Numerical overflow or insufficient precision mimics divergence.
C.The exponent was parsed as exactly 1. ✅
D.Partial sums exceeded floating-point limits.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: This Olympiad-level diagnostic question bridges theory and computation. Mathematically, p=1.0000001>1p = 1.0000001 > 1 guarantees convergence. However, CAS might parse the decimal as rational approximation or suffer precision loss, treating it as harmonic. Alternatively, the partial sum grows so slowly that for N=109N=10^9, SNln(N)/107S_N \approx \ln(N)/10^{-7} could appear unbounded numerically. But the *most likely* systemic issue is parsing/exactness. This highlights that computational outputs require theoretical verification; blind trust in software can lead to false conclusions about borderline cases.

Q24. Which transformation converts k=11(3k+2)2\sum_{k=1}^{\infty} \frac{1}{(3k+2)^2} into a form directly comparable to a standard p-series?

A.Factor out 9: 191(k+2/3)2\frac{1}{9} \sum \frac{1}{(k+2/3)^2}
B.Substitute j=3k+2j = 3k+2
C.Compare directly to 1/k21/k^2 via LCT
D.All are valid preparatory steps ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: This multi-step reasoning question explores flexibility in analysis. Factoring reveals the 1/k21/k^2 structure explicitly. Substitution reindexes to a shifted p-series. Direct LCT with 1/k21/k^2 bypasses algebraic manipulation entirely. All three approaches legitimately connect the given series to p-series theory. Recognizing multiple valid pathways enhances problem-solving adaptability. No single method is universally superior; context determines efficiency. This meta-cognitive awareness is characteristic of advanced mathematical thinking.

Q25. In the context of p-series, what does the statement 'convergence is determined solely by the exponent' imply about constant multipliers?

A.Constants must be removed before testing.
B.Constants affect the sum but not the convergence/divergence decision. ✅
C.Constants change the effective exponent.
D.Only unit constants preserve p-series form.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This conceptual understanding question reinforces scale invariance. Theorem: cak\sum c \cdot a_k converges iff ak\sum a_k converges for c0c \neq 0. Thus, 5/k2\sum 5/k^2 and 1/k2\sum 1/k^2 share identical convergence status. Constants scale the limit value but cannot convert divergence to convergence or vice versa. This principle simplifies analysis by allowing focus on asymptotic form rather than coefficients. Internalizing this prevents unnecessary algebraic cleanup before applying tests.

Q26. Why is 1kπ\sum \frac{1}{k^{\pi}} considered a valid p-series despite π\pi being irrational?

A.P-series require rational exponents only.
B.Convergence depends on p>1p > 1, not rationality of p. ✅
C.Irrational exponents require special tests.
D.It is not a valid p-series.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This conceptual clarification addresses hidden assumptions. The p-series definition 1/kp\sum 1/k^p accepts any real pp. Convergence criterion p>1p > 1 holds for all reals, rational or irrational. Since π3.14>1\pi \approx 3.14 > 1, the series converges absolutely. Some students mistakenly believe calculus operations require rational exponents, but series convergence is a topological property independent of number-theoretic classification. Clarifying this expands conceptual scope beyond textbook examples.

Q27. A student writes: 'Since 1/k2<1/k1/k^2 < 1/k for all k>1k > 1, and 1/k\sum 1/k diverges, 1/k2\sum 1/k^2 must diverge by Comparison Test.' Analyze this error.

A.Correct application; smaller divergent implies larger divergent.
B.Incorrect direction; Comparison Test requires larger divergent or smaller convergent. ✅
C.The inequality is reversed.
D.Both series actually converge.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This error analysis question targets the most frequent Comparison Test mistake. The test states: if smaller diverges → larger diverges; if larger converges → smaller converges. Knowing that a *larger* series diverges tells us nothing about a smaller series (it could converge or diverge). Here, 1/k2<1/k1/k^2 < 1/k and larger diverges gives no information. The student applied the test backwards. Mastering directional logic is essential for valid comparative reasoning.

Q28. For modeling purposes, which series best approximates 1k2+k\sum \frac{1}{k^2 + k} for large k?

A.1/k\sum 1/k
B.1/k2\sum 1/k^2
C.1/k3\sum 1/k^3
D.1/(k+1)\sum 1/(k+1)
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This application question develops asymptotic modeling skills. For large kk, k2+kk2k^2 + k \sim k^2, so terms behave as 1/k21/k^2. This suggests 1/k2\sum 1/k^2 as the appropriate approximant. Note that while 1/(k(k+1))\sum 1/(k(k+1)) telescopes exactly to 1, the question asks for *asymptotic approximation* via p-series form. Choosing 1/k21/k^2 reflects understanding of dominant balance. This skill transfers to perturbation theory and numerical analysis where exact solutions are unavailable.

Q29. If k=11kp\sum_{k=1}^{\infty} \frac{1}{k^p} converges to 2.5, what can be inferred about p?

A.p=2p = 2
B.1<p<21 < p < 2
C.p>2p > 2
D.Cannot determine p from sum alone
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This Olympiad-style inverse problem connects sum values to parameters. We know ζ(2)=π2/61.645\zeta(2) = \pi^2/6 \approx 1.645 and ζ(1+)\zeta(1^+) \to \infty. Since ζ(p)\zeta(p) is strictly decreasing for p>1p > 1, and 2.5>1.6452.5 > 1.645, the corresponding p must be less than 2. Also, since the sum is finite, p>1p > 1. Thus 1<p<21 < p < 2. This requires knowing specific zeta values and monotonicity properties, representing sophisticated synthesis of analytic number theory concepts within calculus framework.

Q30. Which scenario demonstrates that p-series convergence is NOT preserved under term-wise addition with divergent series?

A.(1/k2+1/k)\sum (1/k^2 + 1/k) diverges ✅
B.(1/k2+1/k3)\sum (1/k^2 + 1/k^3) converges
C.(1/k21/k2)\sum (1/k^2 - 1/k^2) converges
D.(1/k2+(1)k/k)\sum (1/k^2 + (-1)^k/k) converges
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This mixed concept question tests algebraic closure properties. Adding a convergent p-series (p=2p=2) to a divergent harmonic series yields divergence, since convergent + divergent = divergent. This shows convergence is not preserved under arbitrary addition. Options B and C preserve convergence. Option D involves conditional convergence complications. Understanding non-closure prevents erroneous assumptions like 'adding convergent series always yields convergent series.' This algebraic awareness is crucial for manipulating infinite expressions safely.

Q31. When using the Integral Test for k=21k(lnk)p\sum_{k=2}^{\infty} \frac{1}{k (\ln k)^p}, why must the lower limit be 2, not 1?

A.ln(1)=0\ln(1) = 0 causes division by zero in the integrand.
B.The series definition starts at k=2.
C.Integral Test requires positive terms throughout.
D.All of the above ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: This technical detail question ensures rigorous application. At x=1x=1, lnx=0\ln x = 0, making the integrand undefined. Starting at 2 avoids this singularity. Additionally, many textbooks define this series starting at 2 for precisely this reason. The Integral Test also requires continuity and positivity on [a,)[a, \infty), violated at x=1x=1. All listed reasons are valid and interconnected. Attention to domain restrictions prevents invalid integral evaluations and demonstrates mathematical care.

Q32. A peer claims 1k\sum \frac{1}{\sqrt{k}} converges because 'square roots make terms small.' How do you respond using p-series theory?

A.Agree; radicals imply rapid decay.
B.Disagree; k=k0.5\sqrt{k} = k^{0.5}, so p=0.5<1p=0.5 < 1 implies divergence. ✅
C.Suggest using Ratio Test instead.
D.Note that square root series always converge conditionally.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This conceptual correction addresses intuitive but wrong heuristics. Students often associate roots with 'smallness,' but 1/k1/\sqrt{k} decays slower than 1/k1/k. Expressing k\sqrt{k} as k0.5k^{0.5} reveals p=0.5p = 0.5. Since 0.5<10.5 < 1, the p-series test definitively establishes divergence. Translating radical notation to exponential form is a fundamental skill that unlocks systematic analysis. Correcting this misconception prevents systematic errors across many problems involving fractional exponents.

Q33. In numerical integration, approximating 1xpdx\int_1^\infty x^{-p} dx via rectangles corresponds to which series concept?

A.Taylor expansion
B.P-series partial sums as Riemann sums ✅
C.Geometric series approximation
D.Fourier series truncation
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This cross-topic connection links integration and series. The Integral Test proof literally constructs upper/lower Riemann sums bounding the integral using series terms. Partial sums Sn=k=1nkpS_n = \sum_{k=1}^n k^{-p} approximate the area under xpx^{-p}. This geometric interpretation explains why series and integral share convergence: both measure the same underlying area. Understanding this duality enriches comprehension beyond symbolic manipulation and provides visual intuition for abstract convergence criteria.

Q34. Which statement about 1kp\sum \frac{1}{k^p} is FALSE?

A.Terms decrease monotonically for p>0p > 0.
B.Convergence is unaffected by changing first 100 terms.
C.If p>1p > 1, the sum is always rational. ✅
D.Divergence at p=1p=1 is logarithmic.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This true/false analysis tests depth of knowledge. Options A, B, and D are standard facts. Option C is false: ζ(2)=π2/6\zeta(2) = \pi^2/6 is irrational, as are most zeta values. Only specific even integers yield rational multiples of powers of π\pi, never rationals themselves (except trivially). Believing sums are rational reflects limited exposure to transcendental number theory. Identifying this falsehood requires distinguishing between convergence behavior and arithmetic properties of limits.

Q35. For 1k1.5\sum \frac{1}{k^{1.5}}, the remainder after n terms satisfies Rn<nx1.5dxR_n < \int_n^\infty x^{-1.5} dx. What is this bound?

A.2/n2/\sqrt{n}
B.1/n0.51/n^{0.5}
C.2/n0.52/n^{0.5}
D.1/(0.5n0.5)1/(0.5 n^{0.5})
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This application question practices remainder estimation. Computing nx3/2dx=[2x1/2]n=2/n\int_n^\infty x^{-3/2} dx = [-2x^{-1/2}]_n^\infty = 2/\sqrt{n}. This matches option C. Note that options B and D are algebraically equivalent to C, but C is the standard simplified form. Option A misses the coefficient. Proper remainder bounds enable error-controlled numerical approximation. Deriving this bound reinforces the connection between integral calculus and series error analysis, a key practical skill in scientific computing.

Q36. Why can't we conclude sinkk2\sum \frac{\sin k}{k^2} converges by p-series test alone?

A.Terms are not all positive. ✅
B.Exponent is insufficient.
C.Sine function oscillates.
D.P-series test requires monotonic terms.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This conceptual limitation question clarifies test scope. The p-series test applies exclusively to series with positive terms of form 1/kp1/k^p. The presence of sink\sin k introduces sign changes and non-monotonicity. While the series *does* converge (by Absolute Convergence Test since sink/k21/k2|\sin k / k^2| \leq 1/k^2), this conclusion requires additional machinery beyond the basic p-test. Recognizing when a test's hypotheses fail prevents misapplication and guides selection of appropriate alternatives like comparison on absolute values.

Q37. In asymptotic analysis, k=n+11kpn1pp1\sum_{k=n+1}^{\infty} \frac{1}{k^p} \sim \frac{n^{1-p}}{p-1} for p>1p > 1. What does this imply about convergence speed?

A.Speed is independent of p.
B.Larger p yields faster decay of remainder. ✅
C.Remainder decays exponentially.
D.Convergence is instantaneous for p > 2.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This Olympiad-level asymptotic question quantifies convergence rate. The asymptotic formula shows remainder decays as power law n1pn^{1-p}. As p increases, exponent 1p1-p becomes more negative, accelerating decay. For p=2p=2, remainder ~ 1/n1/n; for p=3p=3, ~ 1/n21/n^2. This power-law dependence contrasts sharply with exponential decay in geometric series. Understanding this scaling enables informed algorithm design and error budgeting in numerical methods involving p-series tails.

Q38. A model uses 1kp\sum \frac{1}{k^p} to represent cumulative risk. If regulatory threshold requires finite risk, and estimated p=1.0±0.1p = 1.0 \pm 0.1, what recommendation is appropriate?

A.Accept model; p ≈ 1 is safe.
B.Reject model; uncertainty includes divergent regime. ✅
C.Request more precise measurement only.
D.Modify model to geometric series.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This scenario-based decision question applies theory to risk management. With p=1.0±0.1p = 1.0 \pm 0.1, true p could be 0.9 (divergent/infinite risk). Regulatory compliance requires guaranteed finiteness, not probabilistic likelihood. Operating at critical boundary with uncertainty is unacceptable. Recommendation must be rejection or redesign until p>1p > 1 is confirmed with margin. This illustrates how mathematical boundaries translate to engineering safety margins and why 'approximately convergent' is meaningless in compliance contexts.

Q39. Which pair of series demonstrates that LCT limit ρ=0\rho = 0 allows different convergence outcomes?

A.1/k2\sum 1/k^2 and 1/k\sum 1/k
B.1/k3\sum 1/k^3 and 1/k2\sum 1/k^2
C.1/k2\sum 1/k^2 and 1/k3\sum 1/k^3
D.LCT with ρ=0 always preserves convergence
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This nuanced concept question explores LCT edge cases. When ρ=lim(ak/bk)=0\rho = \lim (a_k/b_k) = 0, aka_k is negligible relative to bkb_k. If bkb_k converges, aka_k must converge. But if bkb_k diverges, aka_k could converge or diverge. Pair B: (1/k3)/(1/k2)=1/k0(1/k^3)/(1/k^2) = 1/k \to 0; both converge. Pair A: (1/k2)/(1/k)=1/k0(1/k^2)/(1/k) = 1/k \to 0; numerator converges, denominator diverges. Thus pair A shows ρ=0 permits different outcomes when comparator diverges. Understanding this asymmetry prevents overgeneralization of LCT.

Q40. If f(x)=k=1xkk2f(x) = \sum_{k=1}^{\infty} \frac{x^k}{k^2}, what is the radius of convergence and behavior at endpoints?

A.R=1; converges at both endpoints ✅
B.R=1; converges only at x=-1
C.R=1; diverges at both endpoints
D.R=∞; converges everywhere
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This mixed concept question combines power series and p-series. Ratio test gives R=1. At x=1, series becomes 1/k2\sum 1/k^2, convergent p-series (p=2). At x=-1, series becomes (1)k/k2\sum (-1)^k/k^2, absolutely convergent since 1/k2\sum 1/k^2 converges. Thus convergence at both endpoints. This synthesis requires recognizing that endpoint evaluation reduces to p-series analysis. Many students check R correctly but mishandle endpoints by forgetting absolute convergence implications. This integrated skill is essential for complete power series characterization.

🔗 Related Topics (MCQs)