🎓 BookMCQ
← Back to 10. Infinite Series in Calculus

📝 Taylor series convergence (37 MCQs)

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

What is Taylor series convergence?

A Taylor series converges to f(x)f(x) on an interval if the remainder Rn(x)0R_n(x) \to 0 as nn \to \infty; for example, the Taylor series for exe^x converges everywhere because Rn(x)0R_n(x) \to 0, but for ln(1+x)\ln(1+x), it converges only for 1<x1-1 < x \le 1.

5
Easy
21
Medium
11
Hard

📝 All Taylor series convergence MCQs

Q1. A student claims that because a function f(x)f(x) has derivatives of all orders at x=0x=0, its Maclaurin series must converge to f(x)f(x) for all real xx. Which statement best refutes this claim?

A.The radius of convergence is always finite for non-polynomial functions.
B.Existence of derivatives guarantees convergence only within the interval (1,1)(-1, 1).
C.The Taylor series may converge to a value different from f(x)f(x) or diverge entirely despite infinite differentiability. ✅
D.Maclaurin series only represent analytic functions, and not all smooth functions are analytic.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: This question targets a fundamental misconception in higher-order analysis. Infinite differentiability (smoothness) is a necessary but not sufficient condition for a function to be equal to its Taylor series. A classic counterexample involves functions that are smooth everywhere but whose Taylor series at zero converges only to zero, while the function itself is non-zero elsewhere. This distinction between CC^\infty functions and real-analytic functions is crucial; the remainder term Rn(x)R_n(x) must approach zero as nn \to \infty for equality to hold, which is not guaranteed solely by the existence of derivatives.

Q2. When approximating sin(3)\sin(3^\circ) using a Maclaurin series, why is it mathematically invalid to substitute x=3x=3 directly into the standard series (1)kx2k+1(2k+1)!\sum (-1)^k \frac{x^{2k+1}}{(2k+1)!}?

A.The series for sine only converges for x<1|x| < 1.
B.The derivative formulas for trigonometric functions used to derive the series assume radian measure. ✅
C.Substituting degrees results in an alternating series that fails the divergence test.
D.The factorial in the denominator becomes undefined for degree measurements.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This application question tests conceptual understanding of the underlying calculus assumptions. The Maclaurin series for trigonometric functions is derived using differentiation rules like ddxsinx=cosx\frac{d}{dx}\sin x = \cos x, which are valid only when xx is in radians. If degrees were used, the chain rule would introduce factors of π180\frac{\pi}{180} in every derivative, fundamentally altering the coefficients of the series. Therefore, direct substitution of degree values yields incorrect numerical results because the power series representation is intrinsically linked to the radian definition of the angle, making unit conversion a prerequisite for valid application.

Q3. Consider the remainder estimation for exe^x on the interval [2,0][-2, 0]. Why is choosing M=1M=1 as the upper bound for f(n+1)(z)|f^{(n+1)}(z)| more efficient than choosing M=e0M=e^0 or M=3M=3?

A.Because exe^x is decreasing on negative intervals, the maximum magnitude of any derivative occurs at the right endpoint x=0x=0, where e0=1e^0=1. ✅
B.Because MM must always be an integer for the Lagrange error bound formula to work.
C.Because the remainder term is always negative for x<0x < 0, so the absolute value bound is automatically 1.
D.Because exe^x is bounded by 1 everywhere, regardless of the interval chosen.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This error analysis question requires understanding the behavior of the exponential function's derivatives to optimize error bounds. Since f(n+1)(x)=exf^{(n+1)}(x) = e^x is strictly increasing, its maximum absolute value on [2,0][-2, 0] occurs at x=0x=0, giving M=1M=1. Using a larger bound like M=3M=3 (valid for positive intervals) would result in a gross overestimation of the required number of terms for a specific accuracy. Students must recognize that the tightest possible MM depends critically on the specific interval of approximation, and applying generic bounds without analyzing monotonicity leads to inefficient computational strategies in numerical analysis.

Q4. A graph shows successive partial sums pn(x)p_n(x) of a Taylor series hugging the curve f(x)f(x) tightly near x=0x=0 but diverging wildly as x|x| increases beyond 2. What does this visual behavior most likely indicate about the function?

A.The function is discontinuous at x=2x=2.
B.The radius of convergence is exactly 2, likely due to a singularity in the complex plane at distance 2 from the origin. ✅
C.The Taylor polynomials are computed incorrectly for higher degrees.
D.The function is periodic and the series fails to capture the periodicity.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Graph-based interpretation connects visual divergence to theoretical constraints. When partial sums approximate a function well locally but fail globally, it typically indicates the boundary of the interval of convergence. For real functions defined by power series, the radius of convergence is determined by the distance to the nearest singularity in the complex plane. Even if the function appears smooth on the real line, a complex pole at distance RR limits convergence to x<R|x|<R. This question tests the deep connection between real-variable graph behavior and complex-analytic properties, moving beyond simple computation to structural understanding of power series representations.

Q5. You need to approximate 01ex2dx\int_0^1 e^{-x^2} dx to five decimal places. Comparing Simpson’s Rule with integrating the Maclaurin series term-by-term, which advantage does the series method offer in this specific scenario?

A.Simpson’s Rule cannot handle exponential functions.
B.The series method provides an exact symbolic expression involving factorials, allowing precise error control via alternating series bounds rather than empirical step-size estimation. ✅
C.Simpson’s Rule requires fewer computations for the same accuracy.
D.The series method converges instantly regardless of the upper limit of integration.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This mixed-concept question compares numerical integration techniques. While Simpson’s Rule is powerful, it provides error estimates based on the fourth derivative bound, which can be difficult to compute or loose. For ex2e^{-x^2}, the Maclaurin series yields an alternating series after integration. The Alternating Series Estimation Theorem provides a simple, rigorous error bound equal to the first omitted term, eliminating guesswork about partition size. This highlights the strategic advantage of series methods for specific integrands where the resulting series has favorable convergence properties, demonstrating higher-order decision-making in selecting appropriate mathematical tools for precision requirements.

Q6. In modeling a pendulum, the period TT is expanded as a series in powers of k=sin(θ0/2)k = \sin(\theta_0/2). If the model uses only the constant term T2πL/gT \approx 2\pi\sqrt{L/g}, what implicit assumption about the physical system is being made, and what is the consequence of violating it?

A.Assumes small initial displacement; violation causes the actual period to be longer than predicted because higher-order positive correction terms are neglected. ✅
B.Assumes large initial displacement; violation causes damping effects to dominate.
C.Assumes the rod is massless; violation changes the moment of inertia.
D.Assumes gravity is constant; violation introduces relativistic corrections.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This scenario-based question links mathematical truncation to physical modeling assumptions. The first-order model corresponds to sinθθ\sin \theta \approx \theta, valid only for small angles. The full series contains only positive correction terms (e.g., +k2/4+k^2/4), meaning the true period always exceeds the linear approximation for nonzero amplitudes. Understanding this requires recognizing that truncating a Taylor series in a physical context isn't just a mathematical simplification but represents ignoring specific physical nonlinearities. Students must connect the sign and magnitude of omitted terms to qualitative physical behavior, bridging abstract convergence theory with tangible engineering consequences of model fidelity.

Q7. Why does the Maclaurin series for ln(1+x)\ln(1+x) converge at x=1x=1 but diverge at x=1x=-1, despite both being endpoints of the interval of convergence?

A.At x=1x=1 it becomes the alternating harmonic series which converges conditionally; at x=1x=-1 it becomes the negative harmonic series which diverges. ✅
B.The function ln(1+x)\ln(1+x) is undefined at x=1x=-1, creating a vertical asymptote that prevents convergence.
C.Both endpoints actually converge absolutely due to the p-series test with p=1p=1.
D.The ratio test proves convergence at both endpoints, but the function domain restricts validity.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This challenging question probes endpoint behavior nuances. The series (1)k+1xk/k\sum (-1)^{k+1} x^k/k has radius 1. At x=1x=1, it becomes (1)k+1/k\sum (-1)^{k+1}/k, the alternating harmonic series, which converges by the Alternating Series Test. At x=1x=-1, it becomes 1/k-\sum 1/k, the harmonic series, which diverges. This asymmetry arises because conditional convergence depends on sign alternation, which is lost at the negative endpoint. Moreover, the singularity of ln(1+x)\ln(1+x) at x=1x=-1 aligns with the divergence. Students must synthesize knowledge of series tests, function domains, and endpoint analysis to explain asymmetric convergence behavior rigorously.

Q8. A student attempts to find the Maclaurin series for f(x)=e1/x2f(x) = e^{-1/x^2} (with f(0)=0f(0)=0) by computing derivatives at zero. They conclude the series is identically zero and thus represents the function everywhere. Where is the flaw in this reasoning?

A.The function is not continuous at zero, so no series exists.
B.All derivatives at zero are indeed zero, so the series is zero, but it converges to f(x)f(x) only at x=0x=0; the function is smooth but not analytic. ✅
C.The student miscalculated the first derivative; it should be nonzero.
D.The series converges to zero everywhere, which correctly represents the function since e1/x2e^{-1/x^2} approaches zero rapidly.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This Olympiad-level question addresses the pathological case of non-analytic smooth functions. While f(n)(0)=0f^{(n)}(0) = 0 for all nn, making the Taylor series identically zero, the function itself is nonzero for all x0x \neq 0. Thus, the series converges everywhere but equals the function only at the expansion point. This demonstrates that infinite differentiability does not imply analyticity. The remainder Rn(x)R_n(x) does not tend to zero for x0x \neq 0. Recognizing this counterexample is essential for deep understanding of Taylor series limitations, distinguishing between formal power series construction and actual functional representation.

Q9. When using the Remainder Estimation Theorem for cosx\cos x centered at 0, we often use M=1M=1 for f(n+1)(z)|f^{(n+1)}(z)|. For which interval would this choice of MM become invalid or insufficiently tight?

A.Any interval containing values where cosz>1|\cos z| > 1 or sinz>1|\sin z| > 1, which never happens for real zz, so M=1M=1 is universally valid for real cosine. ✅
B.Intervals where x>πx > \pi, because cosine oscillates.
C.Intervals centered at x=πx=\pi, because derivatives involve sine which can exceed 1.
D.Negative intervals only, because cosine is even.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This direct recall/conceptual question verifies understanding of trigonometric bounds. Since all derivatives of cosx\cos x are ±cosx\pm \cos x or ±sinx\pm \sin x, and both functions are bounded by 1 in absolute value for all real numbers, M=1M=1 is always a valid global bound for real arguments. Distractors exploit misconceptions about oscillation or domain restrictions. However, if the problem involved complex arguments or different functions, M=1M=1 might fail. Here, the key insight is recognizing the universal boundedness of trig derivatives on R\mathbb{R}, making the remainder estimate straightforward compared to unbounded functions like exe^x.

Q10. Suppose you approximate 1.1\sqrt{1.1} using the binomial series for (1+x)1/2(1+x)^{1/2} with x=0.1x=0.1. If you instead wanted 11\sqrt{11}, why can’t you simply set x=10x=10 in the same series?

A.The binomial series for non-integer exponents converges only for x<1|x|<1; x=10x=10 lies outside this radius. ✅
B.Square roots cannot be represented by power series for values greater than 2.
C.The series converges but too slowly to be useful at x=10x=10.
D.You can use x=10x=10, but you must include at least 100 terms for accuracy.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This application question tests understanding of radius of convergence constraints. The binomial series (1+x)m(1+x)^m for non-integer mm has radius R=1R=1. Setting x=10x=10 violates x<1|x|<1, causing divergence. To compute 11\sqrt{11}, one must rewrite it as 9(1+2/9)=3(1+2/9)1/2\sqrt{9(1+2/9)} = 3(1+2/9)^{1/2}, where x=2/9<1x=2/9 < 1. This algebraic manipulation to shift the argument into the convergence disk is a critical skill. Students must recognize that series representations have strict domains and that practical computation often requires reformulating the problem rather than brute-force substitution, highlighting the interplay between algebra and analysis.

Q11. In approximating ln2\ln 2, why is the series derived from ln(1+x1x)\ln\left(\frac{1+x}{1-x}\right) with x=1/3x=1/3 preferred over the standard Maclaurin series ln(1+x)\ln(1+x) with x=1x=1?

A.The standard series at x=1x=1 is the alternating harmonic series which converges extremely slowly; the transformed series involves odd powers of 1/31/3, yielding geometric-like rapid convergence. ✅
B.The standard series diverges at x=1x=1.
C.The transformed series has a larger radius of convergence.
D.Both series converge at the same rate, but the transformed series is easier to differentiate.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This comparative analysis question evaluates efficiency in series selection. While ln(1+1)\ln(1+1) converges, it does so as (1)n+1/n\sum (-1)^{n+1}/n, requiring thousands of terms for modest accuracy. The identity ln((1+x)/(1x))=2x2k+1/(2k+1)\ln((1+x)/(1-x)) = 2\sum x^{2k+1}/(2k+1) with x=1/3x=1/3 produces terms decaying as (1/3)2k+1(1/3)^{2k+1}, achieving high precision with very few terms. This illustrates that mathematical equivalence doesn't imply computational equivalence. Higher-order thinking involves selecting representations optimized for convergence speed, not just validity. Students must understand how variable transformations affect term decay rates and practical utility in numerical approximation.

Q12. A student computes the 4th-degree Taylor polynomial for f(x)f(x) about x=ax=a and finds p4(x)=3+2(xa)(xa)3p_4(x) = 3 + 2(x-a) - (x-a)^3. They claim f&#039;&#039;&#039;(a) = -1. Is this correct?

A.Yes, because the coefficient of (xa)3(x-a)^3 is f&#039;&#039;&#039;(a)/3!, so f&#039;&#039;&#039;(a) = -1 \times 6 = -6, not -1.
B.No, the coefficient is f&#039;&#039;&#039;(a)/3!, so f&#039;&#039;&#039;(a) = -6. The student forgot the factorial. ✅
C.Yes, the coefficient directly gives the derivative value.
D.No, the third derivative cannot be determined from a 4th-degree polynomial.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This error analysis question targets confusion between Taylor coefficients and derivative values. The Taylor coefficient ck=f(k)(a)/k!c_k = f^{(k)}(a)/k!. Given c3=1c_3 = -1, we have f&#039;&#039;&#039;(a) = -1 \times 3! = -6. Students often mistakenly equate the polynomial coefficient directly to the derivative, neglecting the factorial scaling. This is a common pitfall in reverse-engineering derivatives from series. The question reinforces the precise definition of Taylor polynomials and ensures students can correctly extract derivative information, emphasizing attention to detail in the fundamental relationship between series coefficients and function derivatives.

Q13. If the Taylor series for f(x)f(x) about x=2x=2 has radius of convergence R=3R=3, what can be definitively concluded about the convergence at x=5x=5?

A.It converges absolutely.
B.It diverges.
C.It may converge absolutely, converge conditionally, or diverge; further testing is required. ✅
D.It converges conditionally.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This conceptual question tests understanding of endpoint behavior. The interval of convergence is (23,2+3)=(1,5)(2-3, 2+3) = (-1, 5). At the endpoint x=5x=5, the ratio/root tests are inconclusive (ρ=1\rho=1). Convergence depends entirely on the specific series; it could be absolute (e.g., (x2)k/k2\sum (x-2)^k/k^2), conditional (e.g., (1)k(x2)k/k\sum (-1)^k (x-2)^k/k), or divergent (e.g., (x2)k/k\sum (x-2)^k/k). Students must recognize that radius determines interior behavior, but endpoints require individual investigation. This prevents overgeneralization and reinforces the three-part nature of interval determination: interior, endpoints, and synthesis.

Q14. Why is it generally unsafe to integrate a Taylor series term-by-term across an endpoint where the original series diverges, even if the integrated series converges there?

A.Term-by-term integration preserves the radius of convergence but not necessarily endpoint behavior; the integrated series may converge to a value unrelated to the integral of ff if ff isn't integrable or the convergence isn't uniform. ✅
B.Integration always extends the interval of convergence safely.
C.If the original diverges, the integrated series must also diverge.
D.Calculus operations are only valid inside the open interval of convergence, never at endpoints.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This advanced concept question addresses subtle issues of uniform convergence and endpoint validity. While integration often improves convergence (e.g., turning divergence into conditional convergence), the resulting series at the endpoint represents f\int f only under specific conditions (e.g., Abel’s theorem for continuity). If ff has a non-integrable singularity or convergence isn't uniform, the integrated series might converge to something meaningless regarding f\int f. Students must understand that operational validity at boundaries isn't automatic and requires theoretical justification beyond mere series convergence, highlighting the distinction between formal manipulation and analytical rigor.

Q15. Given the Maclaurin series k=0xkk!\sum_{k=0}^\infty \frac{x^k}{k!} for exe^x, which modification would produce the series for x2exx^2 e^{-x}?

A.Replace xx with x-x and multiply the entire series by x2x^2. ✅
B.Replace xx with x2x^2 and multiply by exe^{-x}.
C.Differentiate the original series twice and negate.
D.Integrate the original series and multiply by x-x.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This direct application question tests basic series manipulation skills. To get x2exx^2 e^{-x}, start with eu=uk/k!e^u = \sum u^k/k!, substitute u=xu=-x to get ex=(1)kxk/k!e^{-x} = \sum (-1)^k x^k/k!, then multiply by x2x^2 to obtain (1)kxk+2/k!\sum (-1)^k x^{k+2}/k!. This is a fundamental technique for generating new series without recomputing derivatives. Distractors represent common errors like incorrect substitution or confusing differentiation/integration effects. Mastery of algebraic operations on known series is essential for efficient problem-solving, avoiding tedious derivative calculations and leveraging existing knowledge structures.

Q16. In the context of the Remainder Estimation Theorem, if Rn(x)Mxn+1(n+1)!|R_n(x)| \leq \frac{M|x|^{n+1}}{(n+1)!} and you need accuracy ϵ\epsilon, why does solving Mxn+1(n+1)!<ϵ\frac{M|x|^{n+1}}{(n+1)!} < \epsilon for nn typically require trial-and-error or numerical methods rather than algebraic isolation?

A.The variable nn appears in both the base exponent and the factorial, making the inequality transcendental and unsolvable by elementary algebraic inversion. ✅
B.Factorials are only defined for integers, preventing continuous solution.
C.The inequality is quadratic in nn, requiring the quadratic formula.
D.MM is usually unknown, making algebraic solution impossible.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This conceptual question addresses the computational reality of error bounds. Unlike polynomial inequalities, expressions involving n!n! and nn in exponents lack closed-form inverses. Students must recognize that finding minimal nn is inherently a discrete search problem, often solved by testing successive integers or using Stirling’s approximation for estimates. This contrasts with solving equations like x2<ϵx^2 < \epsilon. Understanding this limitation prevents futile algebraic attempts and promotes practical numerical strategies, linking theoretical bounds to algorithmic implementation in computational mathematics.

Q17. A physics model uses sinθθθ3/6\sin \theta \approx \theta - \theta^3/6 for pendulum motion. If the next term in the series is +θ5/120+\theta^5/120, what does the alternating nature of the series imply about the error of the cubic approximation for small positive θ\theta?

A.The cubic approximation underestimates sinθ\sin \theta, and the error is less than θ5/120\theta^5/120. ✅
B.The cubic approximation overestimates sinθ\sin \theta.
C.The error is exactly θ5/120\theta^5/120.
D.The alternating nature provides no error information without computing more terms.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This application question combines alternating series estimation with physical modeling. For small θ>0\theta > 0, the Maclaurin series for sine is alternating with decreasing terms. By the Alternating Series Estimation Theorem, truncating after a negative term (θ3/6-\theta^3/6) yields an underestimate, and the error magnitude is bounded by the first omitted term (θ5/120\theta^5/120). This provides immediate qualitative and quantitative error insight without complex remainder analysis. Students must connect series structure (sign pattern) to approximation direction and error bounds, demonstrating integrated understanding of analysis and applied mathematics.

Q18. Which function below has a Maclaurin series with infinite radius of convergence yet is NOT equal to its Maclaurin series for all xx?

A.exe^x
B.sinx\sin x
C.f(x)={e1/x2x00x=0f(x) = \begin{cases} e^{-1/x^2} & x \neq 0 \\ 0 & x=0 \end{cases}
D.11+x2\frac{1}{1+x^2}
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: This challenging question revisits the critical distinction between convergence and representation. Options A and B are entire functions equal to their series everywhere. Option D has finite radius due to complex poles. Option C is the classic smooth non-analytic function: all derivatives at 0 are zero, so its Maclaurin series is identically zero (infinite radius), but f(x)0f(x) \neq 0 for x0x \neq 0. Thus, the series converges everywhere but represents the function only at one point. This profound counterexample is essential for understanding that Taylor series equality requires more than just derivative existence, testing deep conceptual mastery.

Q19. When approximating cos(0.1)\cos(0.1) using 1x2/21 - x^2/2, why is the error bound derived from the Alternating Series Test tighter than the Lagrange Remainder bound using M=1M=1?

A.The Alternating Series bound uses the actual next term 0.14/240.1^4/24, while Lagrange uses the worst-case derivative bound M=1M=1 over an interval, potentially overestimating. ✅
B.Lagrange remainder is always exact, so it cannot be looser.
C.The Alternating Series Test doesn't apply to cosine.
D.Both methods give identical bounds for cosine.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This comparative analysis question evaluates error estimation strategies. For alternating series with decreasing terms, the error is bounded by the first neglected term, which is exact for the series structure. Lagrange’s form uses a global derivative bound MM, which for cosine is 1, but the actual derivative at points near 0 may be much smaller. Thus, the alternating series bound exploits specific series properties for tighter estimates. Students must recognize when specialized tests outperform general ones, optimizing accuracy assessments based on series characteristics rather than defaulting to universal but conservative bounds.

Q20. If f(x)=ck(xa)kf(x) = \sum c_k (x-a)^k converges for xa<R|x-a|<R, and g(x) = f&#039;(x), which statement about gg's series is ALWAYS true?

A.It has the same radius RR and same interval of convergence.
B.It has radius RR but possibly different endpoint convergence. ✅
C.It has radius R/2R/2.
D.It has radius 2R2R.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This conceptual question tests understanding of differentiation effects on power series. Differentiation preserves radius of convergence RR but can alter endpoint behavior. For example, xk/k2\sum x^k/k^2 converges at x=1x=1, but its derivative xk1/k\sum x^{k-1}/k diverges at x=1x=1. Conversely, divergence at endpoints may become convergence. The open interval (aR,a+R)(a-R, a+R) is invariant, but endpoints require re-evaluation. Students must distinguish between radius (always preserved) and interval (possibly changed), avoiding the common misconception that differentiation leaves convergence completely unchanged.

Q21. A student argues: 'Since tan1x=11+x2dx\tan^{-1} x = \int \frac{1}{1+x^2} dx and 11+x2=(1)kx2k\frac{1}{1+x^2} = \sum (-1)^k x^{2k} for x<1|x|<1, the series for tan1x\tan^{-1} x must diverge at x=1x=1.' What is the error?

A.Integration can improve convergence at endpoints; the integrated series (1)k/(2k+1)\sum (-1)^k/(2k+1) converges at x=1x=1 by AST despite the integrand series diverging there. ✅
B.The geometric series for 1/(1+x2)1/(1+x^2) actually converges at x=1x=1.
C.Antiderivatives always have larger radii of convergence.
D.The student is correct; tan1x\tan^{-1} x series diverges at x=1x=1.
💡 Difficulty: hard | ✅ Correct: A

Q22. For the binomial series (1+x)m(1+x)^m with non-integer mm, why does convergence at x=1x=1 depend on mm?

A.The terms behave asymptotically like km1k^{-m-1}; convergence requires m1<1-m-1 < -1 i.e., m>0m>0 for absolute convergence, with conditional convergence for 1<m<0-1<m<0. ✅
B.Binomial series always converge at x=1x=1 regardless of mm.
C.Convergence depends only on whether mm is rational.
D.The series terminates for all mm, so convergence is trivial.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This challenging question probes asymptotic analysis of binomial coefficients. Using Stirling/Gamma asymptotics, (mk)km1/Γ(m)\binom{m}{k} \sim k^{-m-1}/\Gamma(-m). Thus, terms decay as km1k^{-m-1}. Absolute convergence at x=1x=1 requires m1<1m>0-m-1 < -1 \Rightarrow m>0. For 1<m<0-1<m<0, terms alternate and decay slowly, yielding conditional convergence. For m1m \leq -1, terms don't approach zero sufficiently fast, causing divergence. This requires connecting parameter mm to p-series behavior via asymptotic analysis, going beyond memorized intervals to understand the mechanistic reason for m-dependent convergence.

Q23. In approximating ee using 1/k!\sum 1/k!, why is the remainder bound Rn<3/(n+1)!R_n < 3/(n+1)! preferred over Rn<e/(n+1)!R_n < e/(n+1)! in practice?

A.Because ee is the unknown being approximated, using it in the error bound creates circular reasoning; 3 is a known safe upper bound. ✅
B.Because e<3e < 3 is false.
C.Because the Lagrange theorem requires integer bounds.
D.Both bounds are equally practical.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This practical reasoning question highlights circularity avoidance in numerical analysis. When approximating an unknown constant like ee, using ee itself in the error bound defeats the purpose. Since e<3e < 3 is easily established independently, substituting 3 provides a computable, rigorous bound without self-reference. This reflects real-world mathematical practice: bounds must be evaluable without prior knowledge of the target. Students must recognize the logical structure of approximation proofs and the necessity of independent constants in error estimation.

Q24. Which scenario BEST justifies using a Taylor series centered at a0a \neq 0 instead of a Maclaurin series?

A.Approximating ln(1.01)\ln(1.01) where a=1a=1 is natural since lnx\ln x lacks a Maclaurin series and x=1.01x=1.01 is near 1. ✅
B.Approximating sin(0.001)\sin(0.001) where a=πa=\pi would be better.
C.Approximating e10e^{10} using Maclaurin series is always superior.
D.Taylor series at nonzero centers never offer advantages over Maclaurin series.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This application question tests strategic center selection. lnx\ln x is undefined at 0, precluding Maclaurin series; expanding about a=1a=1 for ln(1.01)\ln(1.01) leverages proximity and function definition. For sin(0.001)\sin(0.001), Maclaurin is ideal. For e10e^{10}, Maclaurin converges slowly; centering near 10 would be better. Students must evaluate function domain, evaluation point proximity, and convergence speed to select optimal expansion centers, demonstrating adaptive problem-solving rather than rote Maclaurin application.

Q25. If f(x)f(x) is represented by a power series on (R,R)(-R,R), and f(x)=g(x)f(x) = g(x) on that interval, what MUST be true about their Taylor coefficients at 0?

A.They are identical: f(k)(0)/k!=g(k)(0)/k!f^{(k)}(0)/k! = g^{(k)}(0)/k! for all kk. ✅
B.They differ by a constant factor.
C.They are unrelated unless R=R=\infty.
D.Only the first three coefficients must match.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This conceptual question tests uniqueness of power series representations. If two power series converge to the same function on an open interval containing 0, their coefficients must be identical. This follows from repeated differentiation and evaluation at 0, or from the identity theorem for analytic functions. This uniqueness is foundational: it justifies finding series via substitution/integration/differentiation rather than direct derivative computation, knowing the result must be THE Taylor series. Students must understand that power series representations are unique, validating indirect derivation methods.

Q26. Why does the Maclaurin series for 11+x2\frac{1}{1+x^2} have radius 1 despite the function being smooth and bounded on all of R\mathbb{R}?

A.Complex singularities at x=±ix=\pm i are distance 1 from origin, limiting real convergence radius regardless of real-line behavior. ✅
B.The function has a hidden discontinuity at x=1x=1.
C.Radius is always 1 for rational functions.
D.Boundedness implies radius 1.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This challenging question connects real smoothness to complex singularities. Though 1/(1+x2)1/(1+x^2) is CC^\infty on R\mathbb{R}, its power series radius is determined by distance to nearest complex singularity (±i\pm i), which is 1. Real analysis alone cannot explain this; complex analysis reveals the constraint. This illustrates that real Taylor series behavior is governed by complex analytic structure. Students must transcend real-variable intuition to understand global convergence limitations, recognizing that apparent smoothness on R\mathbb{R} doesn't guarantee infinite radius.

Q27. When using Taylor series to evaluate limx0xsinxx3\lim_{x\to 0} \frac{x - \sin x}{x^3}, why is expanding to order x3x^3 sufficient?

A.Higher-order terms vanish in the limit after division by x3x^3; only the leading nonzero term in numerator matters. ✅
B.All limits require exactly three terms.
C.The denominator cancels all terms beyond x3x^3.
D.L'Hôpital's rule forbids higher-order expansions.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This application question tests efficient series usage in limits. Expanding sinx=xx3/6+O(x5)\sin x = x - x^3/6 + O(x^5), the numerator becomes x3/6+O(x5)x^3/6 + O(x^5). Dividing by x3x^3 gives 1/6+O(x2)1/61/6 + O(x^2) \to 1/6. Higher terms contribute O(x2)O(x^2) which vanishes. Students must identify the dominant balance order and avoid unnecessary computation. This demonstrates strategic truncation: expand only to the order needed to resolve the indeterminate form, balancing precision with efficiency in asymptotic analysis.

Q28. A student uses the Maclaurin series for ln(1+x)\ln(1+x) to approximate ln(0.5)\ln(0.5) by setting x=0.5x=-0.5. They worry about convergence speed. Which transformation would accelerate convergence?

A.Use ln(0.5)=ln(2)\ln(0.5) = -\ln(2) and approximate ln2\ln 2 via ln((1+x)/(1x))\ln((1+x)/(1-x)) with x=1/3x=1/3. ✅
B.Use x=0.5x=-0.5 directly; it converges fastest.
C.Use ln(0.5)=ln(10.5)\ln(0.5) = \ln(1-0.5) with standard series.
D.No transformation helps; all series for ln converge equally.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This optimization question addresses convergence acceleration. Direct x=0.5x=-0.5 in ln(1+x)\ln(1+x) converges, but slowly. Transforming to ln((1+x)/(1x))\ln((1+x)/(1-x)) with x=1/3x=1/3 for ln2\ln 2 yields terms decaying as (1/3)2k+1(1/3)^{2k+1}, far faster than (0.5)k(0.5)^k. Then negate for ln(0.5)\ln(0.5). This exploits series structure for efficiency. Students must recognize that equivalent mathematical expressions have vastly different computational properties, and strategic reformulation is key to practical numerical analysis.

Q29. If f(x)=akxkf(x) = \sum a_k x^k and g(x)=bkxkg(x) = \sum b_k x^k both have radius R=2R=2, what can be said about the radius of (ak+bk)xk\sum (a_k + b_k) x^k?

A.It is at least 2, but could be larger if cancellation occurs. ✅
B.It is exactly 2.
C.It is at most 2.
D.It is always infinite.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This conceptual question tests series addition properties. The sum series converges at least where both converge (x<2|x|<2), so radius 2\geq 2. Cancellation of singular terms could extend convergence beyond 2 (e.g., 1/(1x)+(1/(1x))=01/(1-x) + (-1/(1-x)) = 0, radius \infty). Thus, radius is not necessarily preserved exactly. Students must understand that addition preserves the minimum convergence disk but may enlarge it through destructive interference of singular parts, avoiding the misconception that operations preserve radius rigidly.

Q30. Why is the Taylor series for x\sqrt{x} about x=0x=0 nonexistent, while about x=1x=1 it exists?

A.x\sqrt{x} is not differentiable at x=0x=0 (vertical tangent), violating the requirement for Taylor series; at x=1x=1 it is infinitely differentiable. ✅
B.Square roots never have Taylor series.
C.The series exists at 0 but has radius 0.
D.Taylor series require even functions.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This direct recall question tests differentiability prerequisites. Taylor series at aa requires ff to be infinitely differentiable at aa. x\sqrt{x} has unbounded derivative at 0, so no Maclaurin series exists. At x=1x=1, all derivatives exist, enabling Taylor expansion. This reinforces that series representation demands local smoothness. Students must connect function regularity to series existence, avoiding blind application of formulas to non-differentiable points.

Q31. In the pendulum period series T=2πL/g(1+k2/4+9k4/64+)T = 2\pi\sqrt{L/g}(1 + k^2/4 + 9k^4/64 + \cdots), if k=0.1k=0.1, why is the k4k^4 term often neglected in engineering?

A.For k=0.1k=0.1, k4/641.56×106k^4/64 \approx 1.56\times 10^{-6}, contributing negligibly compared to k2/4=0.0025k^2/4 = 0.0025; engineering tolerance often exceeds this. ✅
B.All terms beyond k2k^2 are always zero.
C.The series terminates after k2k^2.
D.Engineering models never use series.
💡 Difficulty: easy | ✅ Correct: A

Q32. Which statement correctly describes the relationship between a function's Taylor series and its Fourier series?

A.Taylor series use powers of (xa)(x-a) and capture local behavior near aa; Fourier series use sines/cosines and capture global periodic behavior. ✅
B.They are identical representations.
C.Taylor series are for periodic functions; Fourier for non-periodic.
D.Fourier series converge faster than Taylor series always.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This mixed-concept question contrasts representation paradigms. Taylor series are local, polynomial-based, and sensitive to pointwise smoothness. Fourier series are global, trigonometric, and suited for periodic phenomena, with convergence tied to integral properties rather than pointwise derivatives. Confusing them is a common misconception. Students must distinguish local vs. global approximation frameworks, understanding that choice depends on problem structure (local analysis vs. periodic signals), not just preference.

Q33. If f(x)=exf(x) = e^x and you approximate f(0.1)f(0.1) using p3(x)=1+x+x2/2+x3/6p_3(x) = 1 + x + x^2/2 + x^3/6, what is the SIGN of the error f(0.1)p3(0.1)f(0.1) - p_3(0.1)?

A.Positive, because the next term x4/24x^4/24 is positive and the series is not alternating for x>0x>0. ✅
B.Negative, because Taylor polynomials always overestimate exponentials.
C.Zero, because p3p_3 is exact for cubics.
D.Cannot be determined without computing.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This conceptual question tests error sign prediction. For exe^x with x>0x>0, all Taylor terms are positive. Truncating after x3x^3 omits positive terms, so p3(x)<exp_3(x) < e^x, making error positive. Unlike alternating series, there's no sign-flipping; error sign matches the first omitted term's sign. Students must analyze series term signs to predict approximation direction, avoiding blind reliance on alternating series intuition for non-alternating cases.

Q34. Why can't the Maclaurin series for tanx\tan x be obtained by simply differentiating the series for secx\sec x?

A.While \tan&#039; x = \sec^2 x \neq \sec x, the correct relation is tanx=sec2xdx\tan x = \int \sec^2 x \, dx; differentiating secx\sec x gives secxtanx\sec x \tan x, not tanx\tan x. ✅
B.secx\sec x has no Maclaurin series.
C.Differentiation always produces tangent series.
D.tanx\tan x is odd, secx\sec x is even, so they're unrelated.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This error analysis question targets derivative relationship confusion. Students might misremember d(secx)/dx=tanxd(\sec x)/dx = \tan x (it's secxtanx\sec x \tan x). Correctly, tanx=sec2xdx\tan x = \int \sec^2 x \, dx, so one should integrate the series for sec2x\sec^2 x (obtained by squaring secx\sec x series or differentiating tanx\tan x series). This tests precise knowledge of trig derivatives and appropriate series operations, preventing flawed derivations based on faulty calculus memory.

Q35. For f(x)=ln(1+x)f(x) = \ln(1+x), the Maclaurin series converges at x=1x=1 to ln2\ln 2. What theorem JUSTIFIES that the series sum equals f(1)f(1) despite x=1x=1 being an endpoint?

A.Abel's Theorem: if a power series converges at an endpoint and ff is continuous there, the series sum equals ff at that point. ✅
B.Ratio Test
C.Integral Test
D.Divergence Test
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This challenging question probes endpoint validity justification. Ratio/root tests fail at endpoints. Abel's Theorem bridges the gap: if akRk\sum a_k R^k converges and ff is continuous at x=Rx=R, then limxRf(x)=akRk\lim_{x\to R^-} f(x) = \sum a_k R^k. Since ln(1+x)\ln(1+x) is continuous at x=1x=1 and the series converges there, equality holds. Students must know specialized theorems for endpoint validation, distinguishing interior convergence (ratio test) from endpoint representation (Abel), completing the convergence analysis framework.

Q36. A student computes cos(2)\cos(2) using Maclaurin series and gets poor accuracy with 5 terms. They switch to Taylor series about x=π/2x=\pi/2. Why does this improve accuracy?

A.x=2x=2 is closer to π/21.57\pi/2 \approx 1.57 than to 0, so xa|x-a| is smaller, accelerating convergence and reducing remainder for fixed nn. ✅
B.Cosine series about π/2\pi/2 has infinite radius vs. finite for Maclaurin.
C.Maclaurin series for cosine is invalid at x=2x=2.
D.Taylor series always converge faster than Maclaurin.
💡 Difficulty: medium | ✅ Correct: A

Q37. If f(x)=ckxkf(x) = \sum c_k x^k has radius RR, and g(x)=f(x2)g(x) = f(x^2), what is the radius of convergence for gg's Maclaurin series?

A.R\sqrt{R}, because x2<Rx<R|x^2| < R \Rightarrow |x| < \sqrt{R}. ✅
B.R2R^2
C.RR
D.2R2R
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This conceptual question tests composition effects on radius. Substituting x2x^2 for xx transforms convergence condition u<R|u|<R to x2<Rx<R|x^2|<R \Rightarrow |x|<\sqrt{R}. Thus radius becomes R\sqrt{R}. For example, 1/(1x)1/(1-x) has R=1R=1; 1/(1x2)1/(1-x^2) has R=1R=1 (since 1=1\sqrt{1}=1), but 1/(1x/4)1/(1-x/4) has R=4R=4; 1/(1x2/4)1/(1-x^2/4) has R=2=4R=2=\sqrt{4}. Students must track how variable transformations scale convergence domains, applying functional composition rules to power series.

🔗 Related Topics (MCQs)