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

πŸ“ Integrating power series (38 MCQs)

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

What is Integrating power series?

To integrate a power series, integrate each term: ∫f(x)dx=C+βˆ‘n=0∞cnn+1(xβˆ’a)n+1\int f(x) dx = C + \sum_{n=0}^{\infty} \frac{c_n}{n+1} (x-a)^{n+1}, with the same radius of convergence, which helps find series for integrals, like ∫11+xdx=ln⁑(1+x)=βˆ‘(βˆ’1)nxn+1n+1\int \frac{1}{1+x} dx = \ln(1+x) = \sum (-1)^n \frac{x^{n+1}}{n+1}.

8
Easy
18
Medium
12
Hard

πŸ“ All Integrating power series MCQs

Q1. A student attempts to find the Maclaurin series for ln⁑(1+x)\ln(1+x) by integrating the geometric series for 11+x\frac{1}{1+x}. They correctly obtain the series terms but claim the interval of convergence remains exactly (βˆ’1,1)(-1, 1) because integration preserves the radius of convergence. What is the flaw in this reasoning?

A.Integration changes the radius of convergence, so the new interval must be recalculated using the ratio test.
B.While the radius of convergence R=1R=1 is preserved, the behavior at endpoints can change; integration may include an endpoint where the original series diverged. βœ…
C.The student made no error; integration always preserves both the radius and the exact interval of convergence including endpoints.
D.Integration only preserves convergence on compact subsets strictly inside the interval, so the new series cannot converge at any endpoint.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: This question targets a common misconception regarding endpoint behavior. While Theorem 9.10.4 guarantees that term-by-term integration preserves the radius of convergence RR, it does not guarantee identical behavior at the boundary points x=Β±Rx = \pm R. For example, the geometric series for 11+x\frac{1}{1+x} diverges at x=1x=1, but its integral, the series for ln⁑(1+x)\ln(1+x), converges conditionally at x=1x=1 by the Alternating Series Test. Students must distinguish between the open interval of absolute convergence and the potential inclusion of endpoints after integration.

Q2. Consider the function defined by the power series f(x)=βˆ‘n=0∞xnn!f(x) = \sum_{n=0}^{\infty} \frac{x^n}{n!}. If we define g(x)=∫0xf(t) dtg(x) = \int_0^x f(t) \, dt, which of the following best describes the relationship between the coefficients of g(x)g(x) and the derivatives of g(x)g(x) at zero?

A.The coefficient of xnx^n in g(x)g(x) is g(n)(0)n!\frac{g^{(n)}(0)}{n!}, confirming g(x)g(x) is its own Taylor series. βœ…
B.The coefficient of xnx^n in g(x)g(x) corresponds to f(nβˆ’1)(0)n!\frac{f^{(n-1)}(0)}{n!}, linking integration to lower-order derivatives of the integrand.
C.Since f(x)=exf(x)=e^x, g(x)=exβˆ’1g(x)=e^x-1, so the coefficients are simply shifted factorials unrelated to derivative formulas.
D.Integration destroys the Taylor series structure, so coefficients of g(x)g(x) cannot be expressed via derivatives at zero.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This problem tests the fundamental connection between power series coefficients and Taylor series definitions. When integrating βˆ‘xnn!\sum \frac{x^n}{n!} term-by-term, we get βˆ‘xn+1(n+1)!\sum \frac{x^{n+1}}{(n+1)!}. Re-indexing shows the coefficient of xkx^k is 1k!\frac{1}{k!}. By definition, the Taylor coefficient is g(k)(0)k!\frac{g^{(k)}(0)}{k!}. Since g(x)=exβˆ’1g(x) = e^x - 1, its derivatives at 0 match these coefficients perfectly. This reinforces that valid power series representations obtained through calculus operations remain the unique Taylor series for the resulting function, validating Theorem 9.10.6 without explicit citation.

Q3. You are modeling a physical system where the response function is R(x)=∫0xsin⁑tt dtR(x) = \int_0^x \frac{\sin t}{t} \, dt. Direct integration is impossible with elementary functions. Using series methods, what is the most efficient strategy to approximate R(0.5)R(0.5) to high precision?

A.Substitute x=0.5x=0.5 into the Maclaurin series for sin⁑x\sin x and integrate numerically using Simpson's Rule.
B.Expand sin⁑t\sin t as a power series, divide by tt term-by-term, integrate the resulting series term-by-term, then evaluate the alternating sum. βœ…
C.Use L'HΓ΄pital's rule to find the limit at zero, then apply standard numerical integration techniques on the original integral.
D.Differentiate R(x)R(x) repeatedly to find Maclaurin coefficients directly, avoiding series manipulation of the integrand.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: Modeling non-elementary integrals like the sine integral requires manipulating series before evaluation. The correct workflow involves expanding sin⁑t=βˆ‘(βˆ’1)nt2n+1/(2n+1)!\sin t = \sum (-1)^n t^{2n+1}/(2n+1)!, dividing by tt to get βˆ‘(βˆ’1)nt2n/(2n+1)!\sum (-1)^n t^{2n}/(2n+1)!, and integrating term-by-term to obtain βˆ‘(βˆ’1)nx2n+1/[(2n+1)(2n+1)!]\sum (-1)^n x^{2n+1}/[(2n+1)(2n+1)!]. This yields a rapidly converging alternating series perfect for approximation. Option A is inefficient; C ignores the singularity handling; D is computationally prohibitive compared to algebraic series manipulation. This demonstrates the practical utility of power series in solving applied problems where closed-form antiderivatives do not exist.

Q4. Given the graph of a function y=f(x)y=f(x) represented by a power series centered at 0 with radius R=2R=2, and knowing f(x)>0f(x) > 0 on (0,2)(0,2), what can be definitively inferred about the graph of its antiderivative F(x)=∫0xf(t)dtF(x) = \int_0^x f(t) dt regarding its radius of convergence and monotonicity?

A.F(x)F(x) has radius R=2R=2 and is strictly increasing on (βˆ’2,2)(-2, 2).
B.F(x)F(x) has radius R=2R=2 and is strictly increasing on [0,2)[0, 2) but behavior on (βˆ’2,0)(-2, 0) depends on sign of ff. βœ…
C.F(x)F(x) has radius R>2R > 2 because integration smooths out singularities.
D.F(x)F(x) has radius R=2R=2 and is concave up everywhere in the interval.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This question links graphical interpretation with series properties. Integration preserves the radius of convergence R=2R=2, eliminating option C. Since f(x)>0f(x) > 0 only on (0,2)(0,2), F'(x)=f(x) implies FF increases only on that positive sub-interval. We cannot assume f(x)>0f(x)>0 on (βˆ’2,0)(-2,0) without more information, making A incorrect. Concavity depends on f'(x), not just positivity of ff, eliminating D. Thus, B is the only rigorous conclusion combining analytic radius preservation with graphical derivative-sign analysis, testing careful reading of domain constraints versus series convergence domains.

Q5. A student computes ∫0xβˆ‘n=0∞(βˆ’1)nt2n dt\int_0^x \sum_{n=0}^\infty (-1)^n t^{2n} \, dt and obtains βˆ‘n=0∞(βˆ’1)nx2n2n\sum_{n=0}^\infty \frac{(-1)^n x^{2n}}{2n}. Identify the specific mathematical errors in this derivation.

A.The exponent after integration should be 2n+12n+1 and the denominator should be 2n+12n+1; the student failed to increase the power and adjust the divisor correctly.
B.The student incorrectly integrated t2nt^{2n}; the result should be t2n+12n+1\frac{t^{2n+1}}{2n+1}, but they also missed that the series starts at n=0 causing division by zero.
C.Both the integration rule application and the index handling are flawed; correct term is (βˆ’1)nx2n+12n+1\frac{(-1)^n x^{2n+1}}{2n+1}. βœ…
D.There is no error; the integration of even powers yields even denominators matching the original exponent pattern.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: This item diagnoses procedural fluency gaps. Integrating t2nt^{2n} yields t2n+12n+1\frac{t^{2n+1}}{2n+1}. The student’s answer x2n2n\frac{x^{2n}}{2n} contains two critical failures: failing to increment the exponent (power rule violation) and creating a division-by-zero at n=0n=0. Recognizing both errors requires understanding term-by-term integration mechanics AND checking boundary cases (n=0n=0). This goes beyond simple computation to validate the entire expression structurally. Such multi-error identification is crucial for debugging computational work in series-based modeling where automated tools might obscure foundational mistakes.

Q6. Suppose βˆ‘n=0∞anxn\sum_{n=0}^\infty a_n x^n converges to f(x)f(x) on (βˆ’R,R)(-R, R). Which statement best characterizes the validity of ∫abf(x)dx=βˆ‘n=0∞anbn+1βˆ’an+1n+1\int_a^b f(x) dx = \sum_{n=0}^\infty a_n \frac{b^{n+1}-a^{n+1}}{n+1} when a,b∈(βˆ’R,R)a, b \in (-R, R)?

A.It is always valid regardless of endpoint convergence because definite integration over a compact subinterval within the radius of convergence guarantees uniform convergence. βœ…
B.It is valid only if the series converges absolutely at both aa and bb.
C.It is valid only if f(x)f(x) is continuous at the endpoints aa and bb.
D.It requires the series to be uniformly convergent on the entire interval [βˆ’R,R][-R, R], not just (βˆ’R,R)(-R, R).
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This probes deep theoretical conditions for term-by-term definite integration. Within the open interval of convergence (βˆ’R,R)(-R, R), a power series converges uniformly on any compact subset [a,b]βŠ‚(βˆ’R,R)[a,b] \subset (-R,R). Uniform convergence is sufficient to interchange summation and integration. Endpoint behavior or absolute convergence at specific points is irrelevant as long as limits stay strictly inside the radius. Options B, C, and D impose unnecessarily strong or misdirected conditions. Understanding this distinction prevents students from erroneously testing endpoints when evaluating definite integrals well within the convergence disk, streamlining applied calculations.

Q7. To evaluate ∫00.1eβˆ’x2dx\int_0^{0.1} e^{-x^2} dx accurately, one substitutes the Maclaurin series for eue^u with u=βˆ’x2u=-x^2. Why is this approach superior to substituting u=βˆ’x2u=-x^2 into the already-integrated series for ∫eudu\int e^u du?

A.Because ∫eudu=eu+C\int e^u du = e^u + C returns the original function, offering no simplification; integrating the expanded polynomial form yields a computable numeric series. βœ…
B.Because the chain rule prevents direct substitution into the antiderivative series without adjusting for du/dxdu/dx.
C.Because the series for eβˆ’x2e^{-x^2} converges faster than the series for eue^u.
D.There is no superiority; both methods yield identical computational complexity and accuracy.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: This contrasts functional composition with series manipulation. The antiderivative of eue^u is just eue^u, which brings us back to the non-elementary eβˆ’x2e^{-x^2} upon substitutionβ€”no progress. Expanding first gives βˆ‘(βˆ’1)nx2n/n!\sum (-1)^n x^{2n}/n!, whose term-by-term integral βˆ‘(βˆ’1)nx2n+1/[(2n+1)n!]\sum (-1)^n x^{2n+1}/[(2n+1)n!] provides a concrete polynomial approximation. This highlights that series methods unlock tractability precisely when closed-form antiderivatives fail. It integrates knowledge of substitution rules, series expansion, and the definition of non-elementary integrals, emphasizing strategic sequencing in problem-solving rather than rote procedure.

Q8. If f(x)=βˆ‘n=1∞xnn2f(x) = \sum_{n=1}^\infty \frac{x^n}{n^2} has radius of convergence R=1R=1, and F(x)=∫0xf(t)dtF(x) = \int_0^x f(t) dt, what is the behavior of F(x)F(x) at x=1x=1?

A.F(1)F(1) diverges because integrating increases the growth rate of coefficients.
B.F(1)F(1) converges absolutely because the integrated series has terms proportional to 1/n31/n^3. βœ…
C.F(1)F(1) converges conditionally because the integrated series becomes alternating.
D.The convergence at x=1x=1 cannot be determined without testing the differentiated series.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Integrating βˆ‘xn/n2\sum x^n/n^2 yields βˆ‘xn+1/[n2(n+1)]\sum x^{n+1}/[n^2(n+1)]. At x=1x=1, terms behave asymptotically as 1/n31/n^3. Since p=3>1p=3 > 1, this p-series converges absolutely. Original series converged absolutely at x=1x=1 (p=2p=2); integration improved convergence further. This challenges students to track coefficient transformations through integration and apply comparison/p-series tests to the NEW series, not the old one. Many mistakenly think integration doesn't affect convergence rate or confuse it with differentiation (which worsens convergence). Tracking the exponent shift from n2n^2 to n2(n+1)β‰ˆn3n^2(n+1) \approx n^3 is key.

Q9. When finding the series for arctan⁑(x)\arctan(x) by integrating 11+x2\frac{1}{1+x^2}, why must we explicitly verify the constant of integration CC even though term-by-term integration produces a series with zero constant term?

A.Because indefinite integration always introduces an arbitrary constant that could be nonzero depending on the lower limit chosen.
B.Because the geometric series substitution assumes ∣x∣<1|x|<1, potentially introducing discontinuities that affect the constant.
C.Because the derived series represents arctan⁑(x)βˆ’arctan⁑(0)\arctan(x) - \arctan(0); since arctan⁑(0)=0\arctan(0)=0, C=0C=0 here, but this verification is mandatory for correctness in general. βœ…
D.Because term-by-term integration is only valid up to an additive constant that must be determined by boundary conditions.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: While seemingly basic, this addresses a subtle necessity. Term-by-term integration of βˆ‘(βˆ’1)nx2n\sum (-1)^n x^{2n} yields βˆ‘(βˆ’1)nx2n+1/(2n+1)+C\sum (-1)^n x^{2n+1}/(2n+1) + C. This series equals arctan⁑(x)\arctan(x) only if CC matches the initial condition. Since arctan⁑(0)=0\arctan(0)=0 and the series evaluates to 0 at x=0x=0, C=0C=0. However, if integrating to find ln⁑(1+x)\ln(1+x) from 1/(1+x)1/(1+x), same logic applies. Skipping this step risks representing f(x)+Cf(x)+C instead of f(x)f(x). This reinforces that series represent specific functions anchored by initial values, not just formal antiderivatives.

Q10. A physics model requires evaluating ∫0x1βˆ’cos⁑tt2dt\int_0^x \frac{1-\cos t}{t^2} dt. Direct substitution fails at t=0t=0. How does series integration resolve this apparent singularity?

A.The series expansion of 1βˆ’cos⁑t1-\cos t begins with t2/2t^2/2, canceling the denominator's t2t^2 and yielding a removable singularity with a well-defined integrable series. βœ…
B.L'HΓ΄pital's rule must be applied first to remove the singularity before series expansion is possible.
C.The integral diverges at zero regardless of series methods; the model is physically invalid.
D.Series integration automatically ignores singularities, providing a regularized value without mathematical justification.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This showcases series as a tool for handling indeterminate forms in modeling. Expanding cos⁑t=1βˆ’t2/2!+t4/4!βˆ’β‹―\cos t = 1 - t^2/2! + t^4/4! - \cdots gives 1βˆ’cos⁑t=t2/2!βˆ’t4/4!+β‹―1-\cos t = t^2/2! - t^4/4! + \cdots. Dividing by t2t^2 yields 1/2!βˆ’t2/4!+β‹―1/2! - t^2/4! + \cdots, a perfectly analytic function at 0. Integrating term-by-term gives x/2!βˆ’x3/(3β‹…4!)+β‹―x/2! - x^3/(3\cdot4!) + \cdots. This resolves the 0/0 form naturally through algebraic cancellation in the series domain, demonstrating how power series extend function definitions analytically across removable singularitiesβ€”a critical skill in applied mathematics and physics where naive evaluation fails.

Q11. Compare two methods for approximating ∫00.5ln⁑(1+x)dx\int_0^{0.5} \ln(1+x) dx: (I) Numerical quadrature on ln⁑(1+x)\ln(1+x); (II) Integrating the Maclaurin series for ln⁑(1+x)\ln(1+x) term-by-term then summing. Under what circumstance is Method II distinctly advantageous?

A.Method II is always superior due to exact arithmetic.
B.Method II excels when symbolic antiderivatives are unavailable or when integrating over domains where the series converges rapidly and high precision is needed without adaptive meshing. βœ…
C.Method I is always better because transcendental functions are optimized in hardware.
D.Method II is only useful for theoretical proofs, never computation.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This evaluates strategic method selection. While modern CAS handle both, series integration shines when: (1) no elementary antiderivative exists (not the case here, but generally); (2) extreme precision is required beyond floating-point quadrature limits; (3) the argument is small ensuring rapid convergence. For x=0.5x=0.5, the alternating series converges quickly with predictable error bounds via AST. Quadrature may struggle with endpoint singularities or require many evaluations. Understanding trade-offs between analytical series truncation error vs. numerical discretization error is higher-order thinking essential for scientific computing, moving beyond 'plug-and-chug' to informed algorithmic choice.

Q12. Given f(x)=βˆ‘n=0∞cnxnf(x) = \sum_{n=0}^\infty c_n x^n with radius RR, and F(x)=∫0xf(t)dtF(x) = \int_0^x f(t) dt, which inequality correctly bounds the error when approximating F(x)F(x) by the partial sum SN(x)=βˆ‘n=0Ncnxn+1n+1S_N(x) = \sum_{n=0}^N c_n \frac{x^{n+1}}{n+1} for ∣x∣<R|x| < R?

A.∣F(x)βˆ’SN(x)βˆ£β‰€βˆ£βˆ«0xRN(t)dt∣|F(x) - S_N(x)| \leq \left| \int_0^x R_{N}(t) dt \right|, where RNR_N is the remainder of ff's series.
B.∣F(x)βˆ’SN(x)βˆ£β‰€max⁑∣RN(t)βˆ£β‹…βˆ£x∣|F(x) - S_N(x)| \leq \max|R_N(t)| \cdot |x| for tt between 0 and xx.
C.Both A and B are valid error bounding strategies derived from integrating the remainder term. βœ…
D.Error cannot be bounded without knowing the closed form of F(x)F(x).
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Approximating integrated series involves bounding ∫0x(f(t)βˆ’SNf(t))dt=∫0xRNf(t)dt\int_0^x (f(t)-S_N^f(t)) dt = \int_0^x R_N^f(t) dt. By triangle inequality, ∣∫Rβˆ£β‰€βˆ«βˆ£Rβˆ£β‰€max⁑∣Rβˆ£β‹…βˆ£x∣|\int R| \leq \int |R| \leq \max|R| \cdot |x|. Both formulations are mathematically sound: A is exact integral of remainder; B is a practical upper bound using max remainder estimate. This connects series remainder theory with integral estimation, showing multiple valid pathways to error control. Students often memorize single formulas; recognizing equivalence and applicability of different bounds reflects deeper understanding of analysis foundations underlying computational reliability.

Q13. Why can't we find the Maclaurin series for tan⁑x\tan x by directly integrating the series for sec⁑2x\sec^2 x, despite tan⁑x=∫sec⁑2xdx\tan x = \int \sec^2 x dx?

A.Because the Maclaurin series for sec⁑2x\sec^2 x is not commonly memorized and deriving it requires squaring the secant series, which is algebraically complex. βœ…
B.Because sec⁑2x\sec^2 x has poles within the radius of convergence, preventing term-by-term integration.
C.Because integration of sec⁑2x\sec^2 x's series yields tan⁑x+C\tan x + C, but determining CC is impossible.
D.Direct integration works perfectly; there is no obstacle.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: While theoretically valid, practically deriving sec⁑2x\sec^2 x's series requires multiplying sec⁑x\sec x series by itself or differentiating tan⁑x\tan xβ€”circular or tedious. Standard approach uses tan⁑x=sin⁑x/cos⁑x\tan x = \sin x / \cos x via division or implicit differentiation. This question tests meta-cognitive awareness: knowing WHEN a valid method is impractical. Students might select B (incorrectβ€”poles are outside MAclaurin radius) or D (theoretically true but misleading). Recognizing computational feasibility versus theoretical possibility is advanced problem-solving skill distinguishing proficient users from rote learners who apply first available formula without efficiency consideration.

Q14. In modeling heat diffusion, you encounter ∫0xeβˆ’t2dt\int_0^x e^{-t^2} dt. After obtaining the series βˆ‘n=0∞(βˆ’1)nx2n+1n!(2n+1)\sum_{n=0}^\infty \frac{(-1)^n x^{2n+1}}{n!(2n+1)}, you need 5-decimal accuracy at x=1x=1. How do you determine the minimum number of terms WITHOUT computing all partial sums?

A.Use the Alternating Series Estimation Theorem: find smallest NN where 1N!(2N+1)<0.5Γ—10βˆ’5\frac{1}{N!(2N+1)} < 0.5 \times 10^{-5}. βœ…
B.Use Lagrange Error Bound on the original function eβˆ’x2e^{-x^2} before integration.
C.Compute partial sums until consecutive differences are below tolerance; no shortcut exists.
D.Apply Ratio Test to find convergence speed, then estimate terms needed.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: For alternating series satisfying AST hypotheses (decreasing magnitude, limit zero), error after NN terms is bounded by magnitude of FIRST OMITTED TERM. Here, terms alternate and decrease for x=1x=1. So solve 1(N+1)!(2(N+1)+1)<5Γ—10βˆ’6\frac{1}{(N+1)!(2(N+1)+1)} < 5\times10^{-6}. This avoids brute-force summation. Option B applies to pre-integrated function incorrectly; C is inefficient; D gives radius info, not truncation error. Mastering AST for integrated series dramatically accelerates engineering computations. This tests recognition that integrated alternating series retain AST applicability and leverages structural properties for efficient error controlβ€”a hallmark of expert computational practice.

Q15. Consider ∫0xdt1+t4\int_0^x \frac{dt}{1+t^4}. The geometric series substitution requires ∣t4∣<1|t^4| < 1. What happens if you attempt to use this integrated series to approximate the integral at x=1.5x=1.5?

A.The series diverges because 1.54>11.5^4 > 1, violating the convergence condition; alternative methods like analytic continuation or different expansions are needed. βœ…
B.The series still converges because integration extends the radius of convergence beyond the original geometric series limit.
C.The series converges conditionally at x=1.5x=1.5 due to alternating signs.
D.The approximation will be inaccurate but finite; increasing terms improves accuracy eventually.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Geometric series βˆ‘(βˆ’t4)n\sum (-t^4)^n converges ONLY for ∣t∣<1|t|<1. Integration preserves radius R=1R=1; it does NOT extend it. At x=1.5>Rx=1.5 > R, the series diverges fundamentallyβ€”no amount of terms helps. This counters the persistent myth that 'integration improves convergence domain'. While endpoint inclusion may occur AT RR, beyond RR divergence is absolute. Students must recognize domain limitations persist post-integration and know when to switch strategies (e.g., expand about different center, use asymptotic expansions). This prevents catastrophic modeling errors from blind series application outside validity regions.

Q16. You are given graphs of f(x)f(x) and four candidate curves labeled A-D. One curve represents F(x)=∫0xf(t)dtF(x)=\int_0^x f(t)dt obtained via series integration. If f(x)f(x)'s series has only odd powers with positive coefficients, which graph MUST represent F(x)F(x)?

A.An even function passing through origin with positive curvature near zero. βœ…
B.An odd function passing through origin with negative slope at zero.
C.An even function with y-intercept equal to first coefficient of f.
D.A function symmetric about y-axis with maximum at origin.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: If f(x)=βˆ‘anx2n+1f(x) = \sum a_n x^{2n+1} (odd powers only), then F(x)=βˆ‘anx2n+22n+2F(x) = \sum a_n \frac{x^{2n+2}}{2n+2} contains ONLY EVEN powers. Even-powered series define EVEN functions: F(βˆ’x)=F(x)F(-x)=F(x). Also F(0)=0F(0)=0 (integral from 0 to 0). Near zero, leading term dominates: a0x2/2a_0 x^2/2. If a0>0a_0>0, parabola opens upward (positive curvature). Thus F is even, passes through origin, concave up near 0. This links series parity to graphical symmetry without computation. Students must translate algebraic series structure into geometric function propertiesβ€”a sophisticated cross-representational reasoning skill essential for validating computational results visually.

Q17. When integrating βˆ‘n=0∞xn\sum_{n=0}^\infty x^n term-by-term to get βˆ’ln⁑(1βˆ’x)-\ln(1-x), why is the constant of integration necessarily zero specifically when using the definite integral form ∫0x\int_0^x?

A.Because the lower limit 0 makes every integrated term vanish at the boundary, inherently satisfying F(0)=0F(0)=0 without adding C. βœ…
B.Because ln⁑(1βˆ’0)=0\ln(1-0) = 0 forces C=0 regardless of integration limits.
C.Because indefinite integration always sets C=0 for power series centered at 0.
D.The constant is not necessarily zero; it depends on the branch of logarithm chosen.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Definite integral ∫0xtndt=xn+1n+1βˆ’0n+1n+1=xn+1n+1\int_0^x t^n dt = \frac{x^{n+1}}{n+1} - \frac{0^{n+1}}{n+1} = \frac{x^{n+1}}{n+1}. Summing gives series with zero constant term automatically. This matches βˆ’ln⁑(1βˆ’x)-\ln(1-x) since βˆ’ln⁑(1βˆ’0)=0-\ln(1-0)=0. Indefinite integration would require solving for C separately. Using definite integral from center eliminates constant ambiguity entirely. This subtle point explains why textbooks prefer definite integrals for series-derived functions: it builds the initial condition directly into the operation. Confusing indefinite/definite approaches leads to erroneous constants. Precision in integral formulation reflects mature understanding of series-function correspondence.

Q18. A student claims: 'Since ∫0xf(t)dt\int_0^x f(t)dt converges at x=Rx=R, the original series f(x)f(x) must also converge at x=Rx=R.' Provide a counterexample disproving this.

A.f(x)=βˆ‘(βˆ’1)nxnf(x) = \sum (-1)^n x^n diverges at x=1x=1, but ∫01f(t)dt=ln⁑2\int_0^1 f(t)dt = \ln 2 converges. βœ…
B.f(x)=βˆ‘xn/nf(x) = \sum x^n/n diverges at x=1x=1, but its integral converges.
C.No counterexample exists; the statement is actually a theorem.
D.f(x)=βˆ‘(βˆ’1)nxn/nf(x) = \sum (-1)^n x^n/n converges at x=1x=1, but its integral diverges.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Classic counterexample: geometric series βˆ‘(βˆ’x)n\sum (-x)^n diverges at x=1x=1 (oscillates), yet its integral βˆ‘(βˆ’1)n/(n+1)\sum (-1)^n/(n+1) is alternating harmonic series converging to ln⁑2\ln 2. Integration can REGULARIZE divergence at endpoints by adding denominator factors that enable conditional convergence. Student’s claim reverses causality incorrectly. Constructing/disproving such claims requires deep grasp of endpoint behavior asymmetry under calculus operations. This HOTS item moves beyond verification to falsification, demanding students access repertoire of pathological examples to test generalizationsβ€”a core mathematical reasoning skill distinguishing advanced learners.

Q19. In approximating ∫00.2exβˆ’1xdx\int_0^{0.2} \frac{e^x - 1}{x} dx, why is series integration preferred over applying L'HΓ΄pital's rule followed by numerical integration?

A.L'HΓ΄pital resolves the 0/0 form but yields ex/xe^x/x which STILL has no elementary antiderivative; series handles both singularity removal and integration simultaneously. βœ…
B.L'HΓ΄pital's rule cannot be applied to integrands, only limits.
C.Numerical integration fails near singularities regardless of L'HΓ΄pital preprocessing.
D.Series integration is slower but more accurate; L'HΓ΄pital is faster but less precise.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Applying L'HΓ΄pital to (exβˆ’1)/x(e^x-1)/x as xβ†’0x\to0 confirms limit=1, removing singularity POINTWISE. But the FUNCTION ex/xe^x/x still lacks elementary antiderivative! Numerical methods could now work, but series expansion βˆ‘xn/(n+1)!\sum x^n/(n+1)! integrates to βˆ‘xn+1/[(n+1)(n+1)!]\sum x^{n+1}/[(n+1)(n+1)!], giving analytic expression PLUS automatic singularity resolution PLUS easy error bounds. Series unifies three tasks: regularization, antidifferentiation, and approximation. Recognizing when partial fixes (L'HΓ΄pital) are insufficient versus comprehensive solutions (series) exemplifies expert problem decomposition. This transcends technique application to strategic methodology selection based on holistic problem structure analysis.

Q20. Given F(x)=∫0xβˆ‘n=0∞antndtF(x) = \int_0^x \sum_{n=0}^\infty a_n t^n dt, which condition ensures F&#039;&#039;(x) exists and equals βˆ‘n=1∞nanxnβˆ’1\sum_{n=1}^\infty n a_n x^{n-1} on (βˆ’R,R)(-R,R)?

A.Only that the original series has radius R>0R>0; power series are infinitely differentiable within their interval of convergence. βœ…
B.That the differentiated series βˆ‘nanxnβˆ’1\sum n a_n x^{n-1} must independently pass the ratio test.
C.That F(x)F(x) must be continuous at the endpoints Β±R\pm R.
D.That ana_n must decay faster than 1/n21/n^2.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Fundamental theorem: Within open interval of convergence (βˆ’R,R)(-R,R), power series define smooth (C∞C^\infty) functions. Term-by-term differentiation/integration is always valid INSIDE the radius. No additional decay conditions or separate convergence tests needed for interior points. Endpoint behavior is separate issue. This question tests whether students understand that radius of convergence defines a DOMAIN OF ANALYTICITY where all calculus operations are freely permitted. Misconceptions about needing extra conditions reflect incomplete internalization of power series' exceptional regularity propertiesβ€”a cornerstone concept for advanced analysis and differential equations.

Q21. You compute ∫0xarctan⁑(t)dt\int_0^x \arctan(t) dt by integrating the arctan series. Your result includes x2/2x^2/2 as the leading term. A peer argues the leading term should be x3/3x^3/3 because arctan starts with xx. Who is correct and why?

A.You are correct; integrating tt gives t2/2t^2/2, so leading term is x2/2x^2/2. Peer confused integration with multiplication. βœ…
B.Peer is correct; arctan series starts with xx, so integral must start with cubic term.
C.Neither; the constant term dominates.
D.You are correct, but only because arctan(0)=0; otherwise constant term would lead.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Arctan series: tβˆ’t3/3+β‹―t - t^3/3 + \cdots. Integrating term-by-term: ∫0xtdt=x2/2\int_0^x t dt = x^2/2, βˆ«βˆ’t3/3dt=βˆ’x4/12\int -t^3/3 dt = -x^4/12, etc. Leading term IS x2/2x^2/2. Peer mistakenly thinks integrating xx gives x3/3x^3/3 (confusing with ∫x2\int x^2) or conflates series order. This diagnostic question tests basic integration mechanics within series context AND ability to articulate WHY a peer's intuition failed. Explaining errors reinforces correct mental models more than solitary computation. Social dimension of error analysis mirrors real collaborative STEM environments.

Q22. For the series βˆ‘n=0∞(βˆ’1)nx2n+1(2n+1)!\sum_{n=0}^\infty \frac{(-1)^n x^{2n+1}}{(2n+1)!} representing sin⁑x\sin x, what is the radius of convergence of its integrated series βˆ‘n=0∞(βˆ’1)nx2n+2(2n+1)!(2n+2)\sum_{n=0}^\infty \frac{(-1)^n x^{2n+2}}{(2n+1)!(2n+2)}?

A.Infinite, same as original sine series. βœ…
B.Finite, reduced by factor of 2 due to extra factorial in denominator.
C.Infinite, but only for even powers of x.
D.Cannot be determined without ratio test on new series.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Original sin series has R=∞R=\infty. Integration PRESERVES radius of convergence. New series also has R=∞R=\infty. Extra factorial in denominator actually IMPROVES convergence rate but doesn't change infinite radius. Option B reflects confusion with differentiation (which can reduce R at boundaries, though not for entire functions). Option C misunderstands that radius concerns |x|, not parity. Option D ignores preservation theorem. This reinforces that for entire functions (sin, cos, exp), all derived/integrated series remain entire. Internalizing this prevents unnecessary re-testing and builds confidence in manipulating fundamental series families common in modeling.

Q23. In a biological growth model, population P(t)=∫0tr(s)dsP(t) = \int_0^t r(s) ds where rate r(s)=βˆ‘ansnr(s) = \sum a_n s^n. If measurements show P(t)P(t) saturates at finite value as tβ†’βˆžt \to \infty, what does this imply about the series representation's validity?

A.The power series model is only valid locally; global saturation behavior cannot be captured by a single power series with infinite or large finite radius unless it represents a bounded entire function (constant). βœ…
B.The coefficients ana_n must alternate in sign to produce saturation.
C.The radius of convergence must be exactly equal to the saturation time.
D.Power series cannot model saturation; exponential functions must be used instead.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Power series with infinite radius representing non-constant functions are unbounded as tβ†’βˆžt\to\infty (Liouville-type reasoning). Saturation implies boundedness, incompatible with non-constant entire power series. Thus, either: (1) series has finite radius and model breaks down before saturation; (2) series approximates local behavior only; (3) different global representation needed. This exposes fundamental LIMITATION of power series for global phenomena despite local utility. Students often overextend series beyond validity. Recognizing when mathematical structure contradicts observed behavior is critical modeling competencyβ€”knowing when NOT to use a tool is as important as knowing how to use it.

Q24. When integrating 11+x=βˆ‘(βˆ’1)nxn\frac{1}{1+x} = \sum (-1)^n x^n to get ln⁑(1+x)\ln(1+x), the series converges at x=1x=1 but diverges at x=βˆ’1x=-1. Why does integration 'fix' convergence at x=1x=1 but not x=βˆ’1x=-1?

A.At x=1x=1, integrated series becomes alternating harmonic (converges); at x=βˆ’1x=-1, it becomes negative harmonic series (diverges). Sign alternation enables conditional convergence only at right endpoint. βœ…
B.Integration always fixes right endpoint but never left endpoint due to orientation.
C.The radius increases to include 1 but excludes -1 asymmetrically.
D.Both endpoints actually converge after integration; the premise is false.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Original βˆ‘(βˆ’1)nxn\sum (-1)^n x^n diverges at BOTH Β±1. Integrated βˆ‘(βˆ’1)nxn+1/(n+1)\sum (-1)^n x^{n+1}/(n+1): at x=1 β†’ βˆ‘(βˆ’1)n/(n+1)\sum (-1)^n/(n+1) (alternating harmonic, converges); at x=-1 β†’ βˆ‘(βˆ’1)n(βˆ’1)n+1/(n+1)=βˆ‘βˆ’1/(n+1)\sum (-1)^n (-1)^{n+1}/(n+1) = \sum -1/(n+1) (harmonic, diverges). Alternation at x=1 enables AST; same-sign at x=-1 causes divergence. Integration adds 1/n factor enabling conditional convergence ONLY when signs alternate. This nuanced endpoint analysis reveals why intervals of convergence for integrated series often become half-open [βˆ’R,R) or (βˆ’R,R]. Understanding sign-dependent convergence mechanisms is essential for precise domain specification in applications.

Q25. You approximate ∫00.1cos⁑(x2)dx\int_0^{0.1} \cos(x^2) dx using series. After integrating, you get an alternating series. To guarantee error < 10βˆ’810^{-8}, you check the first omitted term. What additional verification is REQUIRED before trusting this error bound?

A.Confirm the terms are decreasing in magnitude AND approaching zero; AST error bound only applies if both conditions hold. βœ…
B.Verify the series is absolutely convergent.
C.Check that x=0.1 is within radius of convergence.
D.Ensure no rounding errors occurred in coefficient calculation.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: AST error bound ∣RNβˆ£β‰€aN+1|R_N| \leq a_{N+1} REQUIRES: (1) alternating signs, (2) ∣an+1βˆ£β‰€βˆ£an∣|a_{n+1}| \leq |a_n|, (3) lim⁑an=0\lim a_n = 0. For small x=0.1, terms decrease rapidly, but this MUST be verified, not assumed. If terms initially increased (possible for larger x), AST wouldn't apply yet. Blindly applying first-omitted-term bound without checking monotonicity is dangerous. This question enforces disciplined hypothesis verification before error estimationβ€”a critical numerical analysis habit. Many students memorize 'error ≀ next term' without internalizing preconditions, leading to false confidence in inaccurate results.

Q26. Which transformation converts ∫0xdt1βˆ’t2\int_0^x \frac{dt}{\sqrt{1-t^2}} into a binomial series integration problem?

A.Substitute u=t2u=t^2 and expand (1βˆ’u)βˆ’1/2(1-u)^{-1/2} using binomial theorem with m=-1/2. βœ…
B.Recognize integrand as derivative of arcsin and use known series.
C.Expand 1βˆ’t2\sqrt{1-t^2} directly as geometric series.
D.Use partial fractions decomposition before series expansion.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Integrand is (1βˆ’t2)βˆ’1/2(1-t^2)^{-1/2}. Binomial series (1+u)m=βˆ‘(mk)uk(1+u)^m = \sum \binom{m}{k} u^k with u=βˆ’t2,m=βˆ’1/2u=-t^2, m=-1/2 gives βˆ‘(βˆ’1/2k)(βˆ’1)kt2k\sum \binom{-1/2}{k} (-1)^k t^{2k}. Integrate term-by-term: βˆ‘(βˆ’1/2k)(βˆ’1)kx2k+12k+1\sum \binom{-1/2}{k} (-1)^k \frac{x^{2k+1}}{2k+1}. This yields arcsin series systematically. Option B bypasses integration; C misidentifies form; D inapplicable. Recognizing binomial structure in radical expressions is key technique for generating series for inverse trig/hyperbolic functions. This tests pattern matching between integrand form and generalized binomial templateβ€”a transferable skill for diverse non-elementary integrals encountered in physics and engineering.

Q27. If βˆ‘anxn\sum a_n x^n has radius R=3, what is the radius of convergence for ∫0xβˆ‘antndt\int_0^x \sum a_n t^n dt?

A.Exactly 3; integration preserves radius of convergence. βœ…
B.Greater than 3; integration improves convergence.
C.Less than 3; integration introduces additional constraints.
D.Cannot be determined without knowing coefficients.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Fundamental theorem: Term-by-term integration of power series preserves radius of convergence R. Interval of convergence may differ at endpoints, but radius remains identical. This is non-negotiable property stemming from root/ratio test behavior under 1/n factor multiplication. Students sometimes confuse radius (determined by coefficient growth rate) with interval (endpoint-sensitive). Reinforcing this invariant prevents unnecessary recalculation and builds reliable mental framework for series manipulation. Quick recall of this property enables efficient problem-solving flow without getting bogged down in redundant convergence testing.

Q28. In evaluating ∫01ln⁑(1+x)xdx\int_0^1 \frac{\ln(1+x)}{x} dx via series, you integrate βˆ‘(βˆ’1)nβˆ’1xnβˆ’1/n\sum (-1)^{n-1} x^{n-1}/n. Why is swapping summation and integration justified HERE specifically?

A.The series converges uniformly on [0,1] (by Abel's theorem for power series at endpoint), permitting term-by-term integration over closed interval. βœ…
B.Uniform convergence holds only on [0,1), so swap is invalid at x=1.
C.The integrand is continuous on [0,1], which alone justifies the swap.
D.Swapping is never justified for conditionally convergent series.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Series βˆ‘(βˆ’1)nβˆ’1xnβˆ’1/n\sum (-1)^{n-1} x^{n-1}/n converges to ln⁑(1+x)/x\ln(1+x)/x on (0,1] and extends continuously to x=0 (limit=1). By Abel's theorem, convergence is uniform on [0,1] despite conditional convergence at x=1. Uniform convergence on COMPACT interval justifies term-by-term integration. Mere continuity (C) isn't sufficient; need uniform convergence of SERIES. Option B incorrectly excludes endpoint. Option D is falseβ€”conditional convergence doesn't prohibit integration if uniform. This advanced justification connects real analysis theorems to computational practice, elevating understanding beyond mechanical procedure to rigorous foundation awareness expected in higher mathematics.

Q29. A computational engine returns ∫0xeβˆ’t2dtβ‰ˆxβˆ’x3/3+x5/10\int_0^x e^{-t^2} dt \approx x - x^3/3 + x^5/10 for small x. Without recomputing, how can you QUICKLY verify the third coefficient 1/10 is plausible?

A.Third term comes from integrating t4/2!t^4/2! in eβˆ’t2e^{-t^2} expansion: ∫t4/2dt=t5/(5β‹…2)=t5/10\int t^4/2 dt = t^5/(5\cdot2) = t^5/10. Matches. βœ…
B.Coefficient should be 1/5! = 1/120 based on exponential series.
C.Coefficient should be negative since eβˆ’t2e^{-t^2} decreases.
D.Verification requires full recomputation; no quick check exists.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: eβˆ’t2=1βˆ’t2+t4/2!βˆ’β‹―e^{-t^2} = 1 - t^2 + t^4/2! - \cdots. Integrating: xβˆ’x3/3+x5/(5β‹…2!)βˆ’β‹―=xβˆ’x3/3+x5/10x - x^3/3 + x^5/(5\cdot2!) - \cdots = x - x^3/3 + x^5/10. Quick mental verification: identify source term in integrand series, apply power rule, confirm arithmetic. This sanity-checking skill catches transcription/computation errors efficiently. Option B confuses with exe^x series; C ignores sign alternation in integrated series; D defeats purpose of estimation. Developing rapid plausibility checks through structural understanding prevents propagation of errors in multi-step series workflowsβ€”a professional computational hygiene practice.

Q30. When modeling signal processing filters, you integrate a Fourier-like series term-by-term. If the original series has jump discontinuities, what artifact appears in the integrated series?

A.Integrated series converges uniformly to a continuous function; discontinuities are smoothed out, but Gibbs phenomenon may persist in derivative. βœ…
B.Integrated series inherits the same jump discontinuities.
C.Integration amplifies high-frequency oscillations near discontinuities.
D.Term-by-term integration is invalid for discontinuous functions.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Integration is a smoothing operator. Even if original series has jumps (pointwise convergence issues), its integral is CONTINUOUS and series converges uniformly to it. However, DERIVATIVE of integrated series (=original) still exhibits Gibbs overshoot near jumps. This dualityβ€”smooth integral vs. oscillatory derivativeβ€”is fundamental in signal analysis. Option B/C mischaracterize integration effects; D is false (integration valid, improves convergence). Understanding how calculus operations transform convergence properties and artifacts is crucial for interpreting series-based models in engineering. This bridges pure analysis with applied signal processing phenomenology.

Q31. You need ∫0x11+t3dt\int_0^x \frac{1}{1+t^3} dt. Instead of deriving new series, you substitute u=βˆ’t3u=-t^3 into ∫11βˆ’udu\int \frac{1}{1-u} du series. What critical step is often forgotten in this substitution approach?

A.Adjusting the differential: du=βˆ’3t2dtdu = -3t^2 dt means simple substitution doesn't directly yield integrable series; must expand 1/(1+t3)1/(1+t^3) as geometric series in βˆ’t3-t^3 FIRST, then integrate. βœ…
B.Forgetting to change integration limits when substituting.
C.Missing the negative sign from dudu.
D.Assuming radius of convergence remains 1 after substitution.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Naive substitution u=βˆ’t3u=-t^3 in ∫du/(1βˆ’u)\int du/(1-u) gives βˆ«βˆ’3t2dt/(1+t3)\int -3t^2 dt/(1+t^3), NOT original integral. Correct approach: treat 1/(1+t3)1/(1+t^3) as geometric series βˆ‘(βˆ’t3)n\sum (-t^3)^n directly, THEN integrate term-by-term. This distinguishes VARIABLE SUBSTITUTION in integrals from SERIES SUBSTITUTION in expressions. Confusing these is common error. Option B/C address standard u-sub issues irrelevant here; D is secondary concern. Clarifying this distinction prevents fundamental setup errors when adapting known series to new argumentsβ€”a frequent task in applied series work requiring careful algebraic framing.

Q32. For F(x)=∫0xβˆ‘n=0∞cntndtF(x) = \int_0^x \sum_{n=0}^\infty c_n t^n dt, which statement about F&#039;(x) is ALWAYS true on (βˆ’R,R)(-R,R)?

A.F&#039;(x) = f(x) = \sum c_n x^n by Fundamental Theorem of Calculus and series continuity. βœ…
B.F&#039;(x) = \sum n c_n x^{n-1} by term-by-term differentiation.
C.F&#039;(x) exists only if original series converges absolutely.
D.F&#039;(x) may differ from f(x) at points where series converges conditionally.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: By construction, F(x)=∫0xf(t)dtF(x) = \int_0^x f(t) dt. Since power series are continuous on (βˆ’R,R)(-R,R), FTC Part 1 guarantees F&#039;(x) = f(x) EVERYWHERE in interval. Term-by-term differentiation of F's series (B) also yields f(x), but FTC provides more direct justification independent of series manipulation. Absolute convergence (C) unnecessary; conditional convergence (D) doesn't affect FTC validity for continuous integrands. This anchors series integration in foundational calculus, reinforcing that series-defined functions obey standard analysis rules. Connecting series operations to core theorems builds coherent conceptual framework rather than isolated procedural knowledge.

Q33. In approximating ∫00.5xeβˆ’xdx\int_0^{0.5} x e^{-x} dx, you could integrate series for xeβˆ’xxe^{-x} OR integrate by parts then use eβˆ’xe^{-x} series. Which is computationally superior for hand calculation and why?

A.Integrating xeβˆ’xxe^{-x} series directly: βˆ‘(βˆ’1)nxn+2/(n+1)!\sum (-1)^n x^{n+2}/(n+1)! integrates to single sum; IBP introduces extra terms and products. βœ…
B.IBP is superior because it reduces to elementary eβˆ’xe^{-x} series without x-multiplier.
C.Both are equivalent; choice is purely aesthetic.
D.Direct series integration fails because x-multiplier breaks geometric structure.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Direct: xeβˆ’x=βˆ‘(βˆ’1)nxn+1/n!xe^{-x} = \sum (-1)^n x^{n+1}/n!. Integrate: βˆ‘(βˆ’1)nxn+2/[(n+2)n!]\sum (-1)^n x^{n+2}/[(n+2)n!]. Single clean series. IBP: βˆ’xeβˆ’xβˆ’eβˆ’x+1-xe^{-x} - e^{-x} + 1, then expand eβˆ’xe^{-x}, multiply, combineβ€”multiple series manipulations with cancellation risks. Direct path minimizes algebraic overhead. This efficiency judgment matters in timed/exam settings and hand computations. Recognizing when direct series manipulation beats classical calculus shortcuts demonstrates operational fluency. Option B overstates IBP benefit; C ignores practical differences; D is false. Strategic method selection based on expression structure is expert-level problem-solving.

Q34. A student integrates βˆ‘n=0∞x2n\sum_{n=0}^\infty x^{2n} and writes βˆ‘n=0∞x2n+12n\sum_{n=0}^\infty \frac{x^{2n+1}}{2n}. Beyond the division-by-zero at n=0, what CONCEPTUAL error does the denominator reveal?

A.Confusing exponent with index; should divide by NEW exponent 2n+12n+1, not old exponent 2n2n. This reflects misunderstanding of power rule mechanics. βœ…
B.Misapplying geometric series sum formula instead of term-by-term integration.
C.Assuming even exponents integrate to even denominators.
D.No conceptual error beyond n=0 issue; rest is correct.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Power rule: ∫xkdx=xk+1/(k+1)\int x^k dx = x^{k+1}/(k+1). Here k=2n, so denominator MUST be 2n+1. Writing 2n shows student is dividing by ORIGINAL exponent, not incremented one. This isn't just arithmetic slipβ€”it reveals flawed mental model of integration as 'divide by current power' rather than 'increment then divide by new power'. Diagnosing ROOT CAUSE of errors (conceptual vs. careless) enables targeted remediation. Surface-level correction misses learning opportunity. This HOTS analysis promotes metacognitive awareness of procedural understanding gaps essential for lasting mastery.

Q35. When using series to evaluate ∫01sin⁑xxdx\int_0^1 \frac{\sin x}{x} dx, why is the resulting series MORE numerically stable than direct numerical integration of sin⁑x/x\sin x / x near x=0?

A.Series removes the 0/0 indeterminacy analytically via cancellation, yielding well-behaved polynomial terms; numerical methods face catastrophic cancellation/division-by-zero near singularity. βœ…
B.Numerical integration adapts step size automatically; series has fixed truncation error.
C.Both are equally stable; modern computers handle singularities robustly.
D.Series is LESS stable due to factorial growth in denominators causing underflow.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Near x=0, sin⁑x/x\sin x / x involves subtracting nearly equal numbers (sin x β‰ˆ x) then dividing by tiny xβ€”classic catastrophic cancellation in floating-point. Series βˆ‘(βˆ’1)nx2n/(2n+1)!\sum (-1)^n x^{2n}/(2n+1)! evaluates each term stably; no subtraction of close values, no division by near-zero. Analytic preprocessing via series ELIMINATES numerical pathology. This demonstrates series as NUMERICAL REGULARIZATION tool, not just symbolic technique. Understanding stability advantages informs algorithm selection in scientific computing. Option B/C underestimate floating-point realities; D misattributes instability. Bridging analysis and numerical methods is advanced interdisciplinary competency.

Q36. Given f(x)=βˆ‘n=0∞anxnf(x) = \sum_{n=0}^\infty a_n x^n with R=2, and g(x)=∫0xf(t)dtg(x) = \int_0^x f(t) dt, which statement about g's Taylor coefficients bnb_n is correct?

A.bn=anβˆ’1/nb_n = a_{n-1}/n for nβ‰₯1, and b0=0b_0 = 0; coefficients are shifted and scaled versions of f's coefficients. βœ…
B.bn=an/(n+1)b_n = a_n / (n+1); same index, different scaling.
C.bn=an+1β‹…(n+1)b_n = a_{n+1} \cdot (n+1); integration inverts differentiation scaling.
D.Coefficients are unrelated without closed-form expression.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: g(x)=βˆ‘anxn+1/(n+1)=βˆ‘bkxkg(x) = \sum a_n x^{n+1}/(n+1) = \sum b_k x^k. Let k=n+1 β†’ n=k-1. So bk=akβˆ’1/kb_k = a_{k-1}/k for kβ‰₯1. Constant term b0=g(0)=0b_0 = g(0) = 0. This precise index-shift relationship is fundamental for converting between function and antiderivative series representations. Option B uses wrong indexing; C describes differentiation; D ignores deterministic relationship. Mastering coefficient translation enables seamless navigation between function spacesβ€”a key skill in differential equations and transform methods where series coefficients encode system dynamics.

Q37. In a quantum mechanics perturbation calculation, you integrate βˆ‘n=0∞cnxn\sum_{n=0}^\infty c_n x^n from 0 to ∞. Despite R=∞, the integral diverges. Why doesn't infinite radius guarantee integrability over [0,∞)?

A.Radius describes LOCAL convergence near center; global integrability requires DECAY conditions at infinity unrelated to radius. E.g., exe^x has R=∞ but diverges on [0,∞). βœ…
B.Infinite radius implies boundedness, so integral must converge; premise is flawed.
C.Term-by-term integration fails on infinite intervals regardless of radius.
D.Quantum integrals always require regularization; series methods are inapplicable.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Radius of convergence governs behavior NEAR expansion point. Behavior AT INFINITY depends on asymptotic growth, not local analyticity. ex=βˆ‘xn/n!e^x = \sum x^n/n! has R=∞ but ∫0∞exdx=∞\int_0^\infty e^x dx = \infty. Conversely, eβˆ’xe^{-x} has R=∞ AND convergent integral. Students often conflate 'converges everywhere' with 'integrable everywhere'. This distinction is VITAL in physics where series approximate wavefunctions/potentials; valid local expansion doesn't ensure physical normalizability. Recognizing scope limitations of series properties prevents unphysical conclusions in modeling.

Q38. You approximate ∫00.3ln⁑(1+x2)dx\int_0^{0.3} \ln(1+x^2) dx using series. After integrating, you have alternating series. To achieve error < Ρ, you solve aN+1<Ρa_{N+1} < Ρ. What if NO integer N satisfies this due to slow convergence?

A.Switch to faster-converging series representation (e.g., transform variable, use different expansion point) or employ acceleration techniques like Euler transform. βœ…
B.Increase Ξ΅ to acceptable tolerance; no alternative exists.
C.Use numerical integration instead; series method has failed.
D.Add more terms indefinitely until convergence occurs.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: When series converges too slowly for practical truncation, PERSISTENCE is wrong; ADAPTATION is key. Options: variable transformation to shrink argument, expansion about closer point, convergence acceleration (Shanks, Euler), or hybrid numerical-analytic methods. Recognizing FAILURE MODES of primary method and having fallback strategies distinguishes experts from novices. This metacognitive monitoringβ€”assessing efficiency mid-computation and pivotingβ€”is advanced problem-solving. Option B compromises accuracy; C abandons analytical benefits; D is computationally infeasible. Real-world modeling demands flexible toolkit, not rigid adherence to single approach.

πŸ”— Related Topics (MCQs)