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

πŸ“ Power series in x formula (35 MCQs)

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

What is Power series in x formula?

A power series in xx is an infinite series of the form βˆ‘n=0∞cnxn=c0+c1x+c2x2+β‹―\sum_{n=0}^{\infty} c_n x^n = c_0 + c_1 x + c_2 x^2 + \cdots, where cnc_n are coefficients; it converges for ∣x∣<R|x| < R (radius of convergence) and may converge at endpoints depending on the series.

6
Easy
12
Medium
17
Hard

πŸ“ All Power series in x formula MCQs

Q1. A power series βˆ‘ckxk\sum c_k x^k is known to converge at x=4x = 4 and diverge at x=βˆ’7x = -7. Based solely on this information, which of the following statements must be true regarding the radius of convergence RR?

A.The radius of convergence is exactly R=5.5R = 5.5.
B.The radius of convergence satisfies 4≀R<74 \leq R < 7. βœ…
C.The radius of convergence satisfies 4≀R≀74 \leq R \leq 7.
D.The series converges absolutely for all xx in the interval (βˆ’4,4)(-4, 4).
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The radius of convergence RR defines a symmetric interval (βˆ’R,R)(-R, R) where absolute convergence occurs. Since the series converges at x=4x=4, we know Rβ‰₯4R \geq 4. Since it diverges at x=βˆ’7x=-7, we know RR cannot be greater than or equal to 7 (otherwise it would converge absolutely at -7). Thus, 4≀R<74 \leq R < 7. Option A assumes the endpoints are exactly the convergence boundaries, which is not guaranteed. Option C includes 7, which contradicts the divergence at -7.

Q2. Consider the function defined by the power series f(x)=βˆ‘k=1∞xkk2f(x) = \sum_{k=1}^{\infty} \frac{x^k}{k^2}. If one were to differentiate this series term-by-term to find f&#039;(x), how does the interval of convergence for f&#039;(x) compare to that of f(x)f(x)?

A.They are identical, including behavior at both endpoints.
B.They share the same radius, but f&#039;(x) may diverge at an endpoint where f(x)f(x) converges. βœ…
C.The radius of convergence for f&#039;(x) is strictly smaller than that of f(x)f(x).
D.The radius of convergence for f&#039;(x) is strictly larger because differentiation smooths out singularities.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Differentiation of a power series preserves the radius of convergence RR, but endpoint behavior can change. For f(x)f(x), the series converges at both x=1x=1 (p-series p=2) and x=βˆ’1x=-1 (alternating p-series). The derivative is βˆ‘xkβˆ’1/k\sum x^{k-1}/k. At x=1x=1, this becomes the harmonic series which diverges. At x=βˆ’1x=-1, it is the alternating harmonic series which converges. Thus, the interval shrinks from [βˆ’1,1][-1, 1] to [βˆ’1,1)[-1, 1). This illustrates that while RR is invariant, endpoint inclusion is not.

Q3. A student attempts to find the Maclaurin series for g(x)=ln⁑(1+x2)g(x) = \ln(1+x^2) by integrating the series for 2x1+x2\frac{2x}{1+x^2}. They obtain βˆ‘(βˆ’1)kx2k+2k+1\sum (-1)^k \frac{x^{2k+2}}{k+1}. However, they forgot to evaluate the constant of integration. Why is the resulting series still technically correct for representing ln⁑(1+x2)\ln(1+x^2) specifically?

A.Because the constant of integration is always zero for logarithmic functions.
B.Because ln⁑(1+02)=0\ln(1+0^2) = 0 and the series evaluates to 0 at x=0x=0, forcing C=0C=0. βœ…
C.Because integration of power series automatically accounts for initial conditions.
D.The student's result is actually incorrect; there should be a non-zero constant added.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: When finding a specific function via integration of a series, \int f&#039;(x) dx = f(x) + C. To determine CC, one must evaluate at the center of expansion (usually x=0x=0 for Maclaurin). Since ln⁑(1+02)=ln⁑(1)=0\ln(1+0^2) = \ln(1) = 0 and the derived power series has no constant term (all terms have powers of xx), substituting x=0x=0 yields 0=0+C0 = 0 + C, implying C=0C=0. This highlights the necessity of checking initial values when reconstructing functions from derivatives via series.

Q4. Given the graph of the partial sums Sn(x)S_n(x) for a power series centered at 0, where S2(x)S_2(x), S4(x)S_4(x), and S6(x)S_6(x) are plotted. The graphs show that for ∣x∣<1|x| < 1, the even partial sums are decreasing and bounded below, while for ∣x∣>1|x| > 1, they oscillate wildly with increasing amplitude. What can be deduced about the series?

A.The series represents a function with a vertical asymptote at x=1x=1.
B.The radius of convergence is R=1R=1, and the series likely diverges at x=1x=1. βœ…
C.The series converges uniformly on the entire real line.
D.The function represented is discontinuous at x=0x=0.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Graphical analysis of partial sums provides visual evidence of convergence. Inside the radius of convergence, partial sums settle toward a limit curve. Outside, they diverge. The transition point where behavior shifts from stable approximation to unbounded oscillation indicates the boundary of the interval of convergence. Here, the shift at ∣x∣=1|x|=1 implies R=1R=1. The wild oscillation at the boundary suggests divergence rather than conditional convergence, as conditional convergence typically shows damped oscillation settling slowly, whereas 'wildly with increasing amplitude' indicates the terms do not approach zero.

Q5. Suppose you have two power series A(x)=βˆ‘akxkA(x) = \sum a_k x^k with radius RA=3R_A = 3 and B(x)=βˆ‘bkxkB(x) = \sum b_k x^k with radius RB=5R_B = 5. You form a new series H(x)=A(x)+B(x)H(x) = A(x) + B(x). A colleague claims the radius of convergence for H(x)H(x) must be 5 because it is the larger of the two radii. Evaluate this claim.

A.The claim is correct; the sum inherits the larger domain of validity.
B.The claim is incorrect; the radius is definitely 3.
C.The claim is potentially incorrect; the radius is at least 3, but could be larger if leading terms cancel. βœ…
D.The claim is incorrect; the radius is the average of 3 and 5.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: The radius of convergence of a sum is at least the minimum of the individual radii, i.e., RHβ‰₯min⁑(RA,RB)=3R_H \geq \min(R_A, R_B) = 3. Within ∣x∣<3|x|<3, both converge, so the sum converges. For 3<∣x∣<53 < |x| < 5, B(x)B(x) converges but A(x)A(x) diverges, making the sum diverge. Thus, usually RH=3R_H = 3. However, if A(x)A(x) and B(x)B(x) are constructed such that their singularities at ∣x∣=3|x|=3 cancel each other out perfectly (e.g., A(x)=13βˆ’xA(x) = \frac{1}{3-x} and B(x)=βˆ’13βˆ’x+15βˆ’xB(x) = -\frac{1}{3-x} + \frac{1}{5-x}), the singularity at 3 vanishes, potentially extending RHR_H to 5. Therefore, stating it 'must' be 3 or 5 without analyzing coefficients is flawed.

Q6. In modeling a physical system, a function y(t)y(t) is approximated by a power series βˆ‘cktk\sum c_k t^k. Experimental data suggests the model breaks down catastrophically at t=2t = 2 seconds, despite the mathematical series having a calculated radius of convergence R=4R = 4. Which explanation best reconciles the mathematical theory with the physical observation?

A.The calculation of R=4R=4 must be erroneous; recalculate using the ratio test.
B.Physical systems cannot be modeled by power series beyond t=1t=1.
C.The series may converge mathematically at t=2t=2, but the higher-order terms become numerically dominant due to roundoff error before convergence sets in. βœ…
D.The function y(t)y(t) has a complex singularity at t=2t=2 that limits the physical validity regardless of real-axis convergence.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: This addresses the distinction between theoretical convergence and numerical utility. Even if a series converges at a point within its radius, the rate of convergence might be extremely slow, or intermediate terms might grow very large before decaying. In computational modeling, finite precision arithmetic means that if terms grow large (e.g., 101610^{16}) before cancelling out to a small sum, significant digits are lost, rendering the result useless. This 'numerical breakdown' often precedes the theoretical radius of convergence, especially near singularities or in ill-conditioned expansions.

Q7. Analyze the following reasoning: 'To find the Taylor series for f(x)=eβˆ’x2f(x) = e^{-x^2} about x=0x=0, I computed f(0), f&#039;(0), f&#039;&#039;(0) directly. Since f&#039;(x) = -2xe^{-x^2}, f&#039;(0)=0. Continuing this, all odd derivatives are zero. Thus, the series contains only even powers.' Identify the primary inefficiency or potential pitfall in this direct approach compared to substitution.

A.There is no pitfall; direct computation is always superior for verifying coefficients.
B.Computing high-order derivatives of composite functions like eβˆ’x2e^{-x^2} becomes algebraically unmanageable quickly, whereas substituting βˆ’x2-x^2 into the known series for eue^u is immediate. βœ…
C.Substitution is invalid here because βˆ’x2-x^2 is not a linear transformation.
D.Direct computation fails to capture the factorial denominators correctly.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: While direct differentiation works theoretically, the product rule complexity explodes for eβˆ’x2e^{-x^2}. By the fourth or sixth derivative, the expression involves polynomials multiplied by the exponential, making evaluation at zero prone to algebraic errors. Substitution leverages the known structure of eu=βˆ‘uk/k!e^u = \sum u^k/k!. Replacing uu with βˆ’x2-x^2 instantly yields βˆ‘(βˆ’1)kx2k/k!\sum (-1)^k x^{2k}/k!. This question tests the strategic selection of methods. The distractor about substitution validity is false; composition with analytic functions preserves analyticity within the domain.

Q8. Consider the power series representation of arctan⁑(x)\arctan(x) obtained by integrating the geometric series for 11+x2\frac{1}{1+x^2}. The resulting series is βˆ‘k=0∞(βˆ’1)kx2k+12k+1\sum_{k=0}^{\infty} (-1)^k \frac{x^{2k+1}}{2k+1}. Why is it valid to assert that this series equals arctan⁑(x)\arctan(x) at the endpoint x=1x=1, even though the original geometric series diverges at x=1x=1?

A.Because the integrated series converges absolutely at x=1x=1.
B.Because Abel’s Theorem guarantees continuity at the endpoint if the integrated series converges there. βœ…
C.Because the derivative of the series at x=1x=1 matches the derivative of arctan⁑(x)\arctan(x).
D.It is not valid; the series only represents arctan⁑(x)\arctan(x) on (βˆ’1,1)(-1, 1).
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: The geometric series βˆ‘(βˆ’x2)k\sum (-x^2)^k converges only for ∣x∣<1|x|<1. Integrating term-by-term gives the arctan series, which converges conditionally at x=1x=1 (alternating harmonic-like). While the original series diverges at the boundary, the integrated series defines a continuous function on [0,1][0, 1]. Abel's Theorem states that if a power series converges at an endpoint of its interval of convergence, the function it represents is continuous at that endpoint from within the interval. Since arctan⁑(x)\arctan(x) is also continuous at x=1x=1, the equality holds. This connects integration, convergence, and continuity.

Q9. You are given a power series βˆ‘ckxk\sum c_k x^k where ck=k!kkc_k = \frac{k!}{k^k}. Without using the Ratio Test, determine the radius of convergence by analyzing the asymptotic behavior of the coefficients using Stirling’s approximation concepts.

A.R=0R = 0
B.R=1/eR = 1/e
C.R=eR = e βœ…
D.R=∞R = \infty
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Using the Root Test concept implicitly related to coefficient growth: lim⁑∣ck∣1/k\lim |c_k|^{1/k}. Applying Stirling’s approximation k!β‰ˆ2Ο€k(k/e)kk! \approx \sqrt{2\pi k}(k/e)^k, we get ckβ‰ˆ2Ο€k(k/e)k/kk=2Ο€keβˆ’kc_k \approx \sqrt{2\pi k} (k/e)^k / k^k = \sqrt{2\pi k} e^{-k}. Taking the k-th root: (2Ο€k)1/k(eβˆ’k)1/kβ†’1β‹…eβˆ’1=1/e(\sqrt{2\pi k})^{1/k} (e^{-k})^{1/k} \to 1 \cdot e^{-1} = 1/e. The radius is the reciprocal of this limit, so R=eR = e. This requires connecting coefficient asymptotics to convergence radii without relying solely on mechanical ratio test application, testing deep understanding of factorial growth rates versus exponential bases.

Q10. A student calculates the Maclaurin series for f(x)=11+xf(x) = \frac{1}{1+x} as βˆ‘(βˆ’1)kxk\sum (-1)^k x^k. They then attempt to find the series for g(x)=1(1+x)2g(x) = \frac{1}{(1+x)^2} by squaring the series for f(x)f(x) term-by-term (i.e., squaring each coefficient). Explain why this procedure is fundamentally flawed.

A.Squaring a series requires the Cauchy product (convolution), not term-wise squaring. βœ…
B.The series for f(x)f(x) does not converge, so operations are invalid.
C.Term-wise squaring is only valid for odd functions.
D.The correct operation is differentiating f(x)f(x), not squaring it.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: A common misconception is treating power series multiplication like vector component-wise multiplication. If A(x)=βˆ‘anxnA(x) = \sum a_n x^n, then A(x)2β‰ βˆ‘an2xnA(x)^2 \neq \sum a_n^2 x^n. Instead, A(x)2=βˆ‘cnxnA(x)^2 = \sum c_n x^n where cn=βˆ‘j=0najanβˆ’jc_n = \sum_{j=0}^n a_j a_{n-j}. For 11+x\frac{1}{1+x}, term-wise squaring gives βˆ‘xk\sum x^k (since (βˆ’1)2k=1(-1)^{2k}=1), which equals 11βˆ’x\frac{1}{1-x}, clearly wrong. The correct method is either Cauchy product or recognizing 1(1+x)2=βˆ’ddx(11+x)\frac{1}{(1+x)^2} = -\frac{d}{dx}(\frac{1}{1+x}). This tests understanding of series algebra versus scalar algebra.

Q11. Suppose a function f(x)f(x) is defined by a power series centered at x=2x=2 with radius of convergence R=3R=3. If we re-center the series at x=0x=0 to create a Maclaurin series for the same function, what can be definitively stated about the new radius of convergence RnewR_{new}?

A.RnewR_{new} must be exactly 3.
B.RnewR_{new} must be at least 1, but could be larger. βœ…
C.RnewR_{new} must be exactly 5.
D.RnewR_{new} depends entirely on the specific coefficients and cannot be determined from RR alone.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: The original series converges on (2βˆ’3,2+3)=(βˆ’1,5)(2-3, 2+3) = (-1, 5). The function f(x)f(x) is analytic on this interval. A Maclaurin series (centered at 0) will converge on the largest symmetric interval (βˆ’Rnew,Rnew)(-R_{new}, R_{new}) contained within the domain of analyticity. Since ff is analytic on (βˆ’1,5)(-1, 5), it is certainly analytic on (βˆ’1,1)(-1, 1). Thus Rnewβ‰₯1R_{new} \geq 1. However, if the nearest singularity to 0 is actually at x=βˆ’1x=-1, then Rnew=1R_{new}=1. If the singularity at -1 was removable or the function extends analytically beyond it, RnewR_{new} could be larger. We cannot assume Rnew=RR_{new}=R because the center shifted relative to the singularities.

Q12. In error analysis for approximating sin⁑(x)\sin(x) using its Maclaurin polynomial Pn(x)P_n(x), a student uses the Lagrange Error Bound. They argue that since ∣f(n+1)(z)βˆ£β‰€1|f^{(n+1)}(z)| \leq 1 for all zz, the error is always bounded by ∣x∣n+1(n+1)!\frac{|x|^{n+1}}{(n+1)!}. However, for alternating series like sine, a tighter bound exists. When is the Alternating Series Estimation Theorem preferable to the Lagrange Error Bound?

A.Never; Lagrange is always more precise.
B.When the series satisfies alternating series criteria and xx is within the convergence interval, as it avoids estimating the unknown zz. βœ…
C.Only when nn is even.
D.When calculating derivatives is computationally expensive.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The Lagrange Error Bound requires finding a maximum MM for the (n+1)(n+1)-th derivative on an interval containing xx and the center. While ∣sin⁑(n+1)(z)βˆ£β‰€1|\sin^{(n+1)}(z)| \leq 1 is a valid global bound, it can be overly conservative for small xx or specific intervals. The Alternating Series Estimation Theorem states the error is bounded by the magnitude of the first neglected term, ∣an+1∣|a_{n+1}|, provided the series alternates and terms decrease. This bound is exact for the worst-case scenario of the remainder's sign and requires no knowledge of intermediate points zz. It is often sharper and simpler for standard trigonometric/exponential series.

Q13. Consider the binomial series expansion for (1+x)m(1+x)^m where mm is not a positive integer. The series converges for ∣x∣<1|x|<1. Analyze the behavior at the endpoint x=1x=1. Under what condition does the series converge absolutely at x=1x=1?

A.For all real mm.
B.Only when m>0m > 0. βœ…
C.Only when m>βˆ’1m > -1.
D.Never; the binomial series always diverges at endpoints for non-integer mm.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: The convergence of the binomial series at endpoints depends critically on mm. At x=1x=1, the series behaves asymptotically like βˆ‘1km+1\sum \frac{1}{k^{m+1}} (derived via Gamma function properties or Gauss’s test). For absolute convergence, we need the exponent m+1>1m+1 > 1, implying m>0m > 0. If βˆ’1<m≀0-1 < m \leq 0, it converges conditionally. If mβ‰€βˆ’1m \leq -1, it diverges. This nuanced endpoint behavior distinguishes the binomial series from simpler geometric or exponential series and requires understanding asymptotic analysis of generalized binomial coefficients.

Q14. A researcher models population growth using a power series solution to a differential equation. The series solution P(t)=βˆ‘aktkP(t) = \sum a_k t^k has a radius of convergence determined by the nearest singularity in the complex plane. If the biological population crashes (goes to infinity) at t=5t=5, but the series coefficients suggest R=10R=10, what is the most likely mathematical explanation?

A.The population crash is not a mathematical singularity; the model is simply invalid biologically beyond t=5t=5. βœ…
B.The singularity at t=5t=5 is removable in the complex extension of the function.
C.The coefficients were calculated incorrectly.
D.The radius of convergence is determined by real-axis behavior only.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Mathematical models often have domains of validity restricted by physical constraints rather than analytical ones. A power series solution to a DE might be analytic everywhere (entire function, R=∞R=\infty) or have singularities far from the region of interest. However, the physical quantity being modeled (population) might blow up or become negative due to model limitations (e.g., logistic vs exponential assumptions) before any mathematical singularity is reached. The radius of convergence describes where the *series* sums to the *function*, but the *function* itself might cease to represent reality. This distinguishes mathematical existence from physical applicability.

Q15. You are asked to approximate ∫00.5eβˆ’x2dx\int_0^{0.5} e^{-x^2} dx to four decimal places. You decide to use the Maclaurin series for eβˆ’x2e^{-x^2}. After integrating term-by-term, you obtain an alternating series. How do you rigorously determine the number of terms needed without trial-and-error?

A.Set the general term (0.5)2n+1(2n+1)n!<0.00005\frac{(0.5)^{2n+1}}{(2n+1)n!} < 0.00005 and solve for nn. βœ…
B.Use the Lagrange Error Bound on the integral directly.
C.Integrate until the calculator display stops changing.
D.Use the Ratio Test on the integrated series to find nn.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Since the integrated series βˆ‘(βˆ’1)nx2n+1(2n+1)n!\sum (-1)^n \frac{x^{2n+1}}{(2n+1)n!} evaluated at x=0.5x=0.5 is an alternating series with decreasing terms, the Alternating Series Estimation Theorem applies. The error after NN terms is less than the absolute value of the (N+1)(N+1)-th term. To guarantee 4 decimal place accuracy (error <0.5Γ—10βˆ’4< 0.5 \times 10^{-4}), one solves the inequality involving the next term. This is a direct application of error bounds for numerical integration via series, superior to trial-and-error or inappropriate tests like the Ratio Test (which determines convergence, not partial sum error).

Q16. Which of the following functions cannot be represented by a Maclaurin series on any open interval containing 0, despite being continuous at 0?

A.f(x)=∣x∣f(x) = |x| βœ…
B.f(x)=eβˆ’1/x2f(x) = e^{-1/x^2} for xβ‰ 0x \neq 0, f(0)=0f(0)=0
C.f(x)=xsin⁑(1/x)f(x) = x \sin(1/x) for xβ‰ 0x \neq 0, f(0)=0f(0)=0
D.f(x)=x3f(x) = \sqrt[3]{x}
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: A necessary condition for a function to be represented by a power series (analytic) at a point is that it must be infinitely differentiable at that point. ∣x∣|x| is continuous at 0 but not differentiable there (corner). Thus, no Maclaurin series exists. Note: eβˆ’1/x2e^{-1/x^2} IS infinitely differentiable and HAS a Maclaurin series (all zeros), but the series does not converge TO the function (it's not analytic). The question asks what *cannot be represented*, implying the series representation itself doesn't exist or fails to represent the function. ∣x∣|x| fails the basic differentiability prerequisite. x3\sqrt[3]{x} has infinite derivative at 0, also failing. Between A and D, A is the classic example of non-differentiability preventing series formation.

Q17. Given the power series identity 11βˆ’x=βˆ‘xk\frac{1}{1-x} = \sum x^k, a student derives 1(1βˆ’x)3\frac{1}{(1-x)^3} by differentiating twice. They obtain βˆ‘k(kβˆ’1)xkβˆ’2\sum k(k-1)x^{k-2}. Upon checking at x=0x=0, the left side is 1, but the right side appears undefined or zero depending on indexing. What is the critical error in their manipulation?

A.Differentiation increases the power of the denominator, not decreases it.
B.They failed to adjust the summation index after differentiation, losing the constant factors. βœ…
C.The formula for the second derivative of a geometric series involves factorials that were omitted.
D.There is no error; the series is correct but starts at k=2k=2.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: When differentiating βˆ‘k=0∞xk\sum_{k=0}^\infty x^k, the first derivative is βˆ‘k=1∞kxkβˆ’1\sum_{k=1}^\infty k x^{k-1}. The second derivative is βˆ‘k=2∞k(kβˆ’1)xkβˆ’2\sum_{k=2}^\infty k(k-1) x^{k-2}. At x=0x=0, only the k=2k=2 term survives: 2(1)(0)0=22(1)(0)^0 = 2. But d2dx2(1βˆ’x)βˆ’1=2(1βˆ’x)βˆ’3\frac{d^2}{dx^2}(1-x)^{-1} = 2(1-x)^{-3}. At x=0x=0, this is 2. So 1(1βˆ’x)3=12βˆ‘k=2∞k(kβˆ’1)xkβˆ’2\frac{1}{(1-x)^3} = \frac{1}{2} \sum_{k=2}^\infty k(k-1)x^{k-2}. The student missed the factor of 1/2!1/2! arising from the chain rule/derivative scaling. Proper re-indexing to n=kβˆ’2n=k-2 yields βˆ‘(n+2)(n+1)2xn\sum \frac{(n+2)(n+1)}{2} x^n, which correctly gives 1 at x=0x=0.

Q18. Compare the efficiency of computing cos⁑(0.1)\cos(0.1) using its Maclaurin series versus using the identity cos⁑(x)=1βˆ’2sin⁑2(x/2)\cos(x) = 1 - 2\sin^2(x/2) combined with the sine series. Assuming both achieve the same accuracy, which statement best characterizes the computational trade-off?

A.The direct cosine series is always superior because it has fewer terms.
B.The sine-based identity reduces the argument size, accelerating convergence despite extra operations. βœ…
C.Both methods require identical numbers of multiplications.
D.The sine-based identity introduces catastrophic cancellation errors.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: For small xx, cos⁑(x)β‰ˆ1βˆ’x2/2\cos(x) \approx 1 - x^2/2. Direct series converges rapidly. Using 1βˆ’2sin⁑2(x/2)1 - 2\sin^2(x/2) involves computing sin⁑(0.05)\sin(0.05), which converges even faster due to the smaller argument (error scales with x2n+1x^{2n+1}). Although there are extra arithmetic operations (squaring, multiplying by 2, subtracting from 1), the reduction in required series terms for high precision can outweigh this. However, for very small xx, 1βˆ’small1 - \text{small} risks loss of significance (catastrophic cancellation). Thus, while theoretically faster in convergence, numerically it requires care. Option B captures the convergence benefit, which is the primary analytical advantage.

Q19. A power series βˆ‘ckxk\sum c_k x^k has radius of convergence R=2R=2. Define a new series βˆ‘ckx2k\sum c_k x^{2k}. What is the set of xx values for which this new series converges?

A.(βˆ’2,2)(-2, 2)
B.(βˆ’2,2)(-\sqrt{2}, \sqrt{2}) βœ…
C.(βˆ’4,4)(-4, 4)
D.(βˆ’1,1)(-1, 1)
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: Let y=x2y = x^2. The series becomes βˆ‘ckyk\sum c_k y^k, which converges for ∣y∣<2|y| < 2. Substituting back, ∣x2∣<2β€…β€ŠβŸΉβ€…β€Šx2<2β€…β€ŠβŸΉβ€…β€Šβˆ£x∣<2|x^2| < 2 \implies x^2 < 2 \implies |x| < \sqrt{2}. Thus the interval is (βˆ’2,2)(-\sqrt{2}, \sqrt{2}). This tests understanding of variable substitution in power series. Students often mistakenly think replacing xx with x2x^2 squares the radius or leaves it unchanged. The correct transformation involves solving the inequality imposed by the original radius on the new variable expression.

Q20. In the context of generating functions, the sequence an=n2a_n = n^2 has generating function A(x)=βˆ‘n2xnA(x) = \sum n^2 x^n. To find a closed form, one operates on βˆ‘xn=11βˆ’x\sum x^n = \frac{1}{1-x}. Which sequence of operations correctly yields A(x)A(x)?

A.Differentiate once, multiply by xx.
B.Differentiate twice, multiply by x2x^2.
C.Differentiate, multiply by xx, differentiate again, multiply by xx. βœ…
D.Multiply by xx, differentiate, multiply by xx, differentiate.
πŸ’‘ Difficulty: hard | βœ… Correct: C

Q21. Consider the function f(x)=βˆ‘k=0∞xkk!f(x) = \sum_{k=0}^{\infty} \frac{x^k}{k!}. A student claims that since the ratio test gives limit 0 for all xx, the series converges uniformly on (βˆ’βˆž,∞)(-\infty, \infty). Is this claim correct?

A.Yes, infinite radius implies uniform convergence everywhere.
B.No, uniform convergence holds only on compact subsets, not the entire real line. βœ…
C.Yes, because the terms decay factorially.
D.No, the series diverges for large xx.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Pointwise convergence on R\mathbb{R} does not imply uniform convergence on R\mathbb{R}. For exe^x, the remainder Rn(x)R_n(x) grows without bound as xβ†’βˆžx \to \infty for any fixed nn. Uniform convergence requires sup⁑x∈D∣Rn(x)βˆ£β†’0\sup_{x \in D} |R_n(x)| \to 0. On R\mathbb{R}, this supremum is infinite. However, on any bounded interval [βˆ’M,M][-M, M], the Weierstrass M-test confirms uniform convergence. This distinction is crucial in analysis: power series are uniformly convergent on compact subsets of their interval of convergence, but not necessarily on the entire open interval if it is unbounded.

Q22. You are analyzing the series βˆ‘k=1∞(βˆ’1)kxkk\sum_{k=1}^{\infty} \frac{(-1)^k x^k}{k}. You recognize this as βˆ’ln⁑(1+x)-\ln(1+x). If you integrate this series term-by-term from 0 to 1, you get βˆ‘(βˆ’1)kk(k+1)\sum \frac{(-1)^k}{k(k+1)}. Does this resulting numerical series converge to ∫01βˆ’ln⁑(1+x)dx\int_0^1 -\ln(1+x) dx?

A.No, because the original series only converges conditionally at x=1x=1.
B.Yes, because the integrated series converges absolutely and the function is continuous. βœ…
C.No, integration requires absolute convergence of the original series.
D.Yes, but only if interpreted as an improper integral.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Although βˆ‘(βˆ’1)kxkk\sum \frac{(-1)^k x^k}{k} converges only conditionally at x=1x=1, term-by-term integration over [0,1][0,1] is valid. The resulting series βˆ‘(βˆ’1)kk(k+1)\sum \frac{(-1)^k}{k(k+1)} converges absolutely (terms ~ 1/k21/k^2). More importantly, since the original series converges at the endpoint x=1x=1 and represents a continuous function βˆ’ln⁑(1+x)-\ln(1+x) on [0,1][0,1], the integral of the series equals the series of the integrals. This is a consequence of Abel's theorem and properties of uniformly convergent sequences on compact sets where endpoint convergence holds.

Q23. A physics problem yields the series S=βˆ‘n=0∞(2nn)xnS = \sum_{n=0}^{\infty} \binom{2n}{n} x^n. Using the Ratio Test, one finds R=1/4R=1/4. At the boundary x=1/4x=1/4, the terms behave asymptotically as 1Ο€n\frac{1}{\sqrt{\pi n}}. Based on this asymptotic behavior, what is the convergence status at x=1/4x=1/4?

A.Converges absolutely.
B.Converges conditionally.
C.Diverges. βœ…
D.Oscillates finitely.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: At x=1/4x=1/4, the general term is (2nn)(1/4)n\binom{2n}{n} (1/4)^n. Using Stirling’s approximation, (2nn)∼4nΟ€n\binom{2n}{n} \sim \frac{4^n}{\sqrt{\pi n}}. Multiplying by (1/4)n(1/4)^n gives terms asymptotic to 1Ο€n\frac{1}{\sqrt{\pi n}}. This is a p-series with p=1/2p=1/2. Since p≀1p \leq 1, the series diverges. This problem requires combining radius of convergence calculation with asymptotic analysis of binomial coefficients at the boundary, going beyond standard textbook examples where endpoints are usually simple geometric or alternating harmonic series.

Q24. Suppose f(x)f(x) is an even function with Maclaurin series βˆ‘akxk\sum a_k x^k. A student computes the series for g(x)=f(x2)g(x) = f(x^2). They claim that since ff is even, g(x)g(x) must also be even, and thus its series contains only even powers of xx. Evaluate the validity of this conclusion.

A.Valid; composition of even functions is even, preserving parity of powers. βœ…
B.Invalid; g(x)g(x) contains only powers that are multiples of 4.
C.Valid, but trivial since all Maclaurin series of even functions have only even powers.
D.Invalid; g(x)g(x) is even but the series structure changes fundamentally.
πŸ’‘ Difficulty: medium | βœ… Correct: A

Q25. In numerical analysis, evaluating exβˆ’1x\frac{e^x - 1}{x} near x=0x=0 causes division by zero errors in floating-point arithmetic. How does the power series representation resolve this issue computationally?

A.It doesn't; series evaluation is slower and less accurate.
B.By replacing the expression with βˆ‘k=0∞xk(k+1)!\sum_{k=0}^{\infty} \frac{x^k}{(k+1)!}, which is well-defined and stable at x=0x=0. βœ…
C.By using L'Hopital's rule inside the computer code.
D.By shifting the center of expansion to x=1x=1.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: Direct evaluation suffers from catastrophic cancellation (exβ‰ˆ1e^x \approx 1) and division by small numbers. The series exβˆ’1x=(1+x+x2/2!+… )βˆ’1x=1+x2!+x23!+β‹―=βˆ‘k=0∞xk(k+1)!\frac{e^x-1}{x} = \frac{(1+x+x^2/2!+\dots)-1}{x} = 1 + \frac{x}{2!} + \frac{x^2}{3!} + \dots = \sum_{k=0}^\infty \frac{x^k}{(k+1)!} removes the singularity analytically. At x=0x=0, it evaluates exactly to 1. For small xx, it avoids subtracting nearly equal numbers. This demonstrates the practical utility of power series in algorithm design for robust numerical computation near singular points.

Q26. Consider the series βˆ‘k=0∞ck(xβˆ’3)k\sum_{k=0}^{\infty} c_k (x-3)^k with radius R=2R=2. If we know the series converges at x=1x=1, what can we infer about convergence at x=5x=5?

A.It must converge.
B.It must diverge.
C.It may converge or diverge; insufficient information. βœ…
D.It converges absolutely.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: The interval of convergence is centered at 3 with radius 2, spanning (1,5)(1, 5). Convergence at the left endpoint x=1x=1 is given. Behavior at the right endpoint x=5x=5 is independent of behavior at the left endpoint for general power series. One endpoint can converge absolutely, conditionally, or diverge regardless of the other. Without specific information about the coefficients ckc_k (e.g., positivity, monotonicity), no deduction can be made about x=5x=5. This tests understanding that endpoint behaviors are distinct and not symmetrically linked by the radius alone.

Q27. A student tries to find the Taylor series for tan⁑(x)\tan(x) at x=0x=0 by dividing the series for sin⁑(x)\sin(x) by cos⁑(x)\cos(x). They perform polynomial long division but stop after finding the x3x^3 term. They worry that truncating the division might introduce an error that invalidates the coefficient of x3x^3. Is this worry justified?

A.Yes, higher-order terms in the divisor affect lower-order terms in the quotient.
B.No, the coefficient of xnx^n in the quotient depends only on terms up to degree nn in the dividend and divisor. βœ…
C.Yes, division of series is never exact.
D.No, but only because tan⁑(x)\tan(x) is an odd function.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Polynomial (or power series) division is a deterministic algorithm where the coefficient of xnx^n in the quotient is determined solely by coefficients of degree ≀n\leq n in the numerator and denominator. Higher-degree terms in the divisor only affect quotient terms of degree >n> n. Therefore, truncating the calculation after obtaining the desired degree is perfectly valid and exact for those coefficients. This property makes series division a practical tool for finding initial terms without needing infinite precision.

Q28. Given f(x)=βˆ‘n=0∞anxnf(x) = \sum_{n=0}^{\infty} a_n x^n converging on (βˆ’R,R)(-R, R). Define F(x)=∫0xf(t)dtF(x) = \int_0^x f(t) dt. If f(x)f(x) has a jump discontinuity at some point c∈(0,R)c \in (0, R), what does this imply about the power series representation?

A.Such a function cannot be represented by a power series on (βˆ’R,R)(-R, R). βœ…
B.The integrated series F(x)F(x) will converge to a continuous function despite ff's discontinuity.
C.The radius of convergence of F(x)F(x) will be smaller than RR.
D.The coefficients ana_n must alternate in sign.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: A fundamental property of power series is that they define infinitely differentiable (analytic) functions within their open interval of convergence. A function with a jump discontinuity is not even continuous, let alone differentiable. Therefore, no power series can represent such a function on an interval containing the discontinuity. If a power series exists, the function MUST be smooth. This question tests the converse understanding: analyticity imposes strict regularity conditions. Options B and C assume a power series exists for a discontinuous function, which is impossible.

Q29. When approximating ln⁑(1.1)\ln(1.1) using the series βˆ‘(βˆ’1)k+1xk/k\sum (-1)^{k+1} x^k/k with x=0.1x=0.1, how many terms are needed to ensure error <10βˆ’6< 10^{-6}? Compare this to using the series 2βˆ‘12k+1(x2+x)2k+12 \sum \frac{1}{2k+1} (\frac{x}{2+x})^{2k+1} with appropriate xx.

A.The standard series requires significantly more terms. βœ…
B.The transformed series requires significantly more terms.
C.Both require approximately the same number of terms.
D.The standard series cannot achieve this accuracy.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Standard series at x=0.1x=0.1: error <0.1n+1n+1< \frac{0.1^{n+1}}{n+1}. For 10βˆ’610^{-6}, nβ‰ˆ5n \approx 5 suffices (actually quite fast). Wait, let's re-evaluate. 0.15/5=2Γ—10βˆ’60.1^5/5 = 2 \times 10^{-6}. 0.16/6β‰ˆ1.6Γ—10βˆ’70.1^6/6 \approx 1.6 \times 10^{-7}. So ~6 terms. Transformed series for ln⁑(1.1)\ln(1.1): 1+x1βˆ’x=1.1β‡’x=1/21β‰ˆ0.0476\frac{1+x}{1-x} = 1.1 \Rightarrow x = 1/21 \approx 0.0476. Terms involve (0.0476)2k+1(0.0476)^{2k+1}. First term (k=0k=0): 2(0.0476)β‰ˆ0.0952(0.0476) \approx 0.095. Second term (k=1k=1): 23(0.0476)3β‰ˆ7Γ—10βˆ’5\frac{2}{3}(0.0476)^3 \approx 7 \times 10^{-5}. Third term (k=2k=2): 25(0.0476)5β‰ˆ10βˆ’7\frac{2}{5}(0.0476)^5 \approx 10^{-7}. So only 3 terms needed. The transformed series converges MUCH faster. My initial thought was reversed. Correct answer should reflect transformed superiority. Let me correct: Standard needs ~6, Transformed needs ~3. Transformed is better. But option A says standard requires MORE. That matches. Yes, A is correct.

Q30. A power series βˆ‘ckxk\sum c_k x^k has coefficients satisfying ck+1/ckβ†’Lc_{k+1}/c_k \to L as kβ†’βˆžk \to \infty. If L=0L=0, what is the radius of convergence? Additionally, if ck=1/k!c_k = 1/k!, verify this limit.

A.R=0R = 0; limit is 0.
B.R=∞R = \infty; limit is 0. βœ…
C.R=1R = 1; limit is 1.
D.R=∞R = \infty; limit is ∞\infty.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: By the Ratio Test for power series, R=1/lim⁑∣ck+1/ck∣R = 1/\lim |c_{k+1}/c_k|. If the limit L=0L=0, then R=1/0=∞R = 1/0 = \infty. For ck=1/k!c_k = 1/k!, ck+1/ck=k!(k+1)!=1k+1β†’0c_{k+1}/c_k = \frac{k!}{(k+1)!} = \frac{1}{k+1} \to 0. Thus R=∞R=\infty. This is a foundational concept linking coefficient ratios to domain of convergence. The distractor A confuses limit 0 with radius 0 (which happens when limit is ∞\infty).

Q31. In solving the differential equation y&#039; = xy via power series y=βˆ‘anxny = \sum a_n x^n, one obtains the recurrence an+1=anβˆ’1n+1a_{n+1} = \frac{a_{n-1}}{n+1}. If a0=1,a1=0a_0 = 1, a_1 = 0, identify the closed-form function represented.

A.exe^x
B.ex2/2e^{x^2/2} βœ…
C.cos⁑(x)\cos(x)
D.11βˆ’x2\frac{1}{1-x^2}
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: Recurrence links an+1a_{n+1} to anβˆ’1a_{n-1}, implying odd terms vanish (since a1=0a_1=0). For even terms: a2=a0/2=1/2a_2 = a_0/2 = 1/2, a4=a2/4=1/(2β‹…4)=1/8a_4 = a_2/4 = 1/(2\cdot4) = 1/8, a6=a4/6=1/(2β‹…4β‹…6)=1/48a_6 = a_4/6 = 1/(2\cdot4\cdot6) = 1/48. General term a2k=12kk!a_{2k} = \frac{1}{2^k k!}. Series is βˆ‘(x2/2)kk!=ex2/2\sum \frac{(x^2/2)^k}{k!} = e^{x^2/2}. This connects series solutions of ODEs to known elementary functions, verifying the method's consistency.

Q32. Why is the Maclaurin series for 11+x2\frac{1}{1+x^2} valid only for ∣x∣<1|x|<1, even though the function is defined and smooth for all real xx?

A.Because the geometric series derivation requires ∣x2∣<1|x^2|<1.
B.Because the function has singularities at x=Β±ix = \pm i in the complex plane, limiting the real radius.
C.Because the derivatives grow too fast for ∣x∣β‰₯1|x| \geq 1.
D.Both A and B are correct explanations. βœ…
πŸ’‘ Difficulty: hard | βœ… Correct: D

πŸ“– Explanation: Real analysis alone cannot explain why a smooth real function has finite radius. Complex analysis reveals that the radius of convergence of a Taylor series centered at z0z_0 is the distance to the nearest singularity in the complex plane. For 1/(1+z2)1/(1+z^2), singularities are at Β±i\pm i, distance 1 from origin. Thus R=1R=1. The geometric series derivation (Option A) reflects this algebraically. Both explanations are valid: A is the real-variable manifestation, B is the fundamental complex-analytic cause. Recognizing both demonstrates comprehensive understanding.

Q33. A student asserts: 'Since βˆ‘xk\sum x^k diverges at x=1x=1, the function 1/(1βˆ’x)1/(1-x) cannot be approximated by polynomials near x=1x=1.' Critique this statement.

A.Correct; power series cannot approximate functions near singularities.
B.Incorrect; Taylor series centered at other points (e.g., x=0.5x=0.5) can approximate the function near x=1x=1. βœ…
C.Incorrect; the series actually converges at x=1x=1 in the CesΓ ro sense.
D.Correct; polynomial approximation is impossible for rational functions.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: The Maclaurin series (centered at 0) fails at x=1x=1, but this doesn't preclude approximation by OTHER power series. Expanding about x=0.5x=0.5 gives a series with radius 0.5 (distance to singularity at 1), converging on (0,1)(0,1). Expanding about x=0.9x=0.9 gives radius 0.1, converging on (0.8,1)(0.8, 1). Thus, local polynomial approximation is possible arbitrarily close to 1 from the left, just not AT 1 or using the series centered at 0. The student conflates a specific series' failure with global non-approximability.

Q34. Consider the product of two power series A(x)=βˆ‘anxnA(x) = \sum a_n x^n and B(x)=βˆ‘bnxnB(x) = \sum b_n x^n with radii RAR_A and RBR_B. The Cauchy product C(x)=βˆ‘cnxnC(x) = \sum c_n x^n has radius RCR_C. Which inequality always holds?

A.RC=min⁑(RA,RB)R_C = \min(R_A, R_B)
B.RCβ‰₯min⁑(RA,RB)R_C \geq \min(R_A, R_B) βœ…
C.RC≀min⁑(RA,RB)R_C \leq \min(R_A, R_B)
D.RC=RA+RBR_C = R_A + R_B
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The product series converges absolutely wherever both factors converge absolutely. Thus, it certainly converges on the intersection of their disks of convergence, implying RCβ‰₯min⁑(RA,RB)R_C \geq \min(R_A, R_B). Equality usually holds, but RCR_C can be larger if singularities cancel (e.g., A(x)=(1βˆ’x)A(x)=(1-x), B(x)=1/(1βˆ’x)B(x)=1/(1-x), product=1, RC=∞>min⁑(∞,1)R_C=\infty > \min( \infty, 1 )). Therefore, only the inequality is universally guaranteed. This tests precise knowledge of series algebra domains.

Q35. In quantum mechanics, perturbation theory often yields asymptotic series rather than convergent power series. If a series βˆ‘anΞ»n\sum a_n \lambda^n has zero radius of convergence but provides accurate physical predictions for small Ξ»\lambda, how should one interpret the partial sums?

A.They are meaningless mathematically and should be discarded.
B.They approximate the true value up to an optimal order, after which error increases. βœ…
C.They converge to the true value in the limit nβ†’βˆžn \to \infty.
D.They represent a different physical system entirely.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Asymptotic series diverge for any fixed Ξ»β‰ 0\lambda \neq 0 as nβ†’βˆžn \to \infty. However, for small Ξ»\lambda, terms initially decrease, reach a minimum, then increase. Truncating at the smallest term yields an approximation with error proportional to that term (often exponentially small). Adding more terms worsens accuracy. This contrasts sharply with convergent series where more terms always improve accuracy. Understanding asymptotic vs. convergent series is vital in advanced applied mathematics and physics, where formal power series often lack convergence but retain utility.

πŸ”— Related Topics (MCQs)