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

πŸ“ Sequence definition and examples (70 MCQs)

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

What is Sequence definition and examples?

A sequence is an ordered list of numbers a1,a2,a3,…a_1, a_2, a_3, \ldots where each term follows a pattern or rule, like an=1na_n = \frac{1}{n} giving 1,12,13,…1, \frac{1}{2}, \frac{1}{3}, \ldots, or an=(βˆ’1)na_n = (-1)^n giving βˆ’1,1,βˆ’1,1,…-1, 1, -1, 1, \ldots, and it is written as {an}n=1∞\{a_n\}_{n=1}^{\infty}.

21
Easy
31
Medium
18
Hard

πŸ“ All Sequence definition and examples MCQs

Q1. A student claims that the sequence defined by an=sin⁑(n)a_n = \sin(n) converges to 0 because lim⁑xβ†’βˆžsin⁑(x)\lim_{x \to \infty} \sin(x) does not exist, but the integer values 'sample' the function at points approaching zero. Which statement best refutes this reasoning using the relationship between functions and sequences?

A.The limit of a function as xβ†’βˆžx \to \infty must exist for the sequence to converge.
B.Sampling a continuous function at integers never yields a convergent sequence unless the function itself converges.
C.While f(n)β†’Lf(n) \to L implies f(x)β†’Lf(x) \to L, the converse is false; however, sin⁑(n)\sin(n) specifically diverges because integer multiples of Ο€\pi are never integers, preventing convergence to any single value. βœ…
D.The sequence actually converges to 0 due to the Squeezing Theorem applied to βˆ’1/n≀sin⁑(n)/n≀1/n-1/n \leq \sin(n)/n \leq 1/n.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: This question targets error analysis regarding the relationship between function limits and sequence limits. A common misconception is confusing the implication direction: if lim⁑xβ†’βˆžf(x)=L\lim_{x\to\infty} f(x) = L, then lim⁑nβ†’βˆžf(n)=L\lim_{n\to\infty} f(n) = L, but the reverse is not true. However, for sin⁑(n)\sin(n), the sequence does not converge at all. The values of sin⁑(n)\sin(n) for integer nn are dense in [βˆ’1,1][-1, 1] because Ο€\pi is irrational, meaning the sequence oscillates indefinitely without settling near 0 or any other limit. Option C correctly identifies the logical flaw and the specific behavior of this sequence.

Q2. Consider the recursive sequence defined by a1=2a_1 = 2 and an+1=12(an+5an)a_{n+1} = \frac{1}{2}(a_n + \frac{5}{a_n}). Without calculating the exact limit numerically, which combination of properties guarantees that this sequence converges to 5\sqrt{5}?

A.The sequence is strictly increasing and bounded above by 5.
B.The sequence is eventually decreasing and bounded below by 5\sqrt{5}, and the only positive fixed point of the recursion is 5\sqrt{5}. βœ…
C.The sequence oscillates around 5\sqrt{5} with decreasing amplitude, satisfying the Alternating Series Test.
D.The sequence is monotone and unbounded, implying divergence to infinity, so it cannot converge to 5\sqrt{5}.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This problem requires conceptual understanding of recursively defined sequences and the Monotone Convergence Theorem. This specific recursion is Newton's Method for finding square roots. For a1>5a_1 > \sqrt{5}, one can prove algebraically that an+1<ana_{n+1} < a_n and an+1β‰₯5a_{n+1} \geq \sqrt{5}. Since it is decreasing and bounded below, it must converge to a limit LL. Taking the limit of both sides of the recurrence gives L=12(L+5/L)L = \frac{1}{2}(L + 5/L), yielding L=5L = \sqrt{5}. Option B captures these necessary conditions precisely, while others describe incorrect behaviors like oscillation or wrong bounds.

Q3. Given the graph of a continuous function y=f(x)y = f(x) that has a horizontal asymptote y=3y = 3 as xβ†’βˆžx \to \infty, and knowing that the sequence an=f(n)a_n = f(n) is plotted as discrete points on this curve, what can be definitively concluded about the sequence?

A.The sequence {an}\{a_n\} converges to 3. βœ…
B.The sequence {an}\{a_n\} is eventually monotone.
C.The sequence {an}\{a_n\} is bounded but may not converge if the graph oscillates wildly between integers.
D.The sequence {an}\{a_n\} diverges because discrete points cannot define a continuous limit.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This is a direct application of the theorem linking function limits to sequence limits. If lim⁑xβ†’βˆžf(x)=L\lim_{x \to \infty} f(x) = L, then for any sequence of inputs going to infinity (like integers nn), lim⁑nβ†’βˆžf(n)=L\lim_{n \to \infty} f(n) = L. The existence of the horizontal asymptote at y=3y=3 for the continuous function guarantees the sequence converges to 3. While the sequence might not be monotone (the function could wiggle while approaching the asymptote), convergence is assured. This distinguishes the forward implication (function to sequence) from the reverse, addressing a key conceptual distinction in analyzing graphs versus discrete data.

Q4. A student attempts to evaluate lim⁑nβ†’βˆžn!nn\lim_{n \to \infty} \frac{n!}{n^n} using L'HΓ΄pital's Rule directly on the expression x!xx\frac{x!}{x^x}. Why is this approach fundamentally invalid, and what is the correct method to determine the limit?

A.L'HΓ΄pital's Rule applies, but the derivative of x!x! is too complex; the limit is 1.
B.Factorials are only defined for integers, making the function non-differentiable over reals; instead, use the Squeezing Theorem with 0≀n!nn≀1n0 \leq \frac{n!}{n^n} \leq \frac{1}{n} to show the limit is 0. βœ…
C.L'HΓ΄pital's Rule fails because the limit is not an indeterminate form; the limit is clearly infinity.
D.One should replace n!n! with Stirling's approximation before applying L'HΓ΄pital's Rule to get a limit of 2Ο€\sqrt{2\pi}.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This question addresses error analysis in applying calculus tools to sequences. L'HΓ΄pital's Rule requires differentiable functions on an interval. The factorial function n!n! is discrete; while the Gamma function extends it, standard calculus courses treat n!n! as undefined for non-integers in this context. Even if extended, direct differentiation is impractical. The correct pedagogical approach uses the Squeezing Theorem. By expanding n!nn=1nβ‹…2nβ‹―nn\frac{n!}{n^n} = \frac{1}{n} \cdot \frac{2}{n} \cdots \frac{n}{n}, we see it is less than 1n\frac{1}{n} (since all other factors are ≀1\leq 1). As 1/nβ†’01/n \to 0, the sequence converges to 0. This reinforces choosing appropriate discrete tools over blind continuous ones.

Q5. Two sequences {an}\{a_n\} and {bn}\{b_n\} satisfy an≀bna_n \leq b_n for all nn. If {an}\{a_n\} diverges to +∞+\infty, what can be logically deduced about {bn}\{b_n\} without knowing its explicit formula?

A.{bn}\{b_n\} must converge to a finite limit greater than lim⁑an\lim a_n.
B.{bn}\{b_n\} must also diverge to +∞+\infty. βœ…
C.{bn}\{b_n\} could either converge or diverge depending on the gap between terms.
D.{bn}\{b_n\} must be eventually increasing.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: This tests the Comparison Test logic for divergence. If a smaller sequence grows without bound, a larger sequence has no choice but to also grow without bound. Formally, since lim⁑nβ†’βˆžan=+∞\lim_{n \to \infty} a_n = +\infty, for any M>0M > 0, there exists NN such that an>Ma_n > M for nβ‰₯Nn \geq N. Since bnβ‰₯anb_n \geq a_n, it follows that bn>Mb_n > M for nβ‰₯Nn \geq N, satisfying the definition of divergence to +∞+\infty. This is a fundamental property of order and limits. Distractors suggesting possible convergence violate the transitive property of inequalities in the extended real number system.

Q6. Analyze the sequence an=(1+1n)na_n = \left(1 + \frac{1}{n}\right)^n. Although the base approaches 1 and the exponent approaches infinity, creating a 1∞1^\infty indeterminate form, why does simply taking the limit of the base and exponent separately fail, and what is the actual limit?

A.It fails because limits distribute over powers; the limit is 1∞=11^\infty = 1.
B.It fails because 1∞1^\infty represents a competition between rates; the sequence is strictly increasing and bounded above, converging to eβ‰ˆ2.718e \approx 2.718. βœ…
C.It fails because the sequence oscillates; the limit does not exist.
D.It succeeds if we take logs first; the limit is ln⁑(e)=1\ln(e) = 1, so the original limit is 1.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This addresses the classic 1∞1^\infty indeterminate form misconception. Students often incorrectly assume lim⁑(f(n))g(n)=(lim⁑f(n))lim⁑g(n)\lim (f(n))^{g(n)} = (\lim f(n))^{\lim g(n)}. This operation is invalid when the result is indeterminate. The sequence (1+1/n)n(1+1/n)^n is the definition of Euler's number ee. Conceptually, the base approaches 1 slowly enough relative to the growth of nn that the compound effect accumulates to a finite value greater than 1. Rigorous analysis shows it is increasing and bounded above by 3 (or via binomial expansion), guaranteeing convergence to ee. Option D is tricky but incorrect because ln⁑(limit)=1\ln(\text{limit}) = 1 implies limit =e= e, not 1.

Q7. In modeling population dynamics, a biologist uses the logistic map xn+1=rxn(1βˆ’xn)x_{n+1} = r x_n (1 - x_n). For r=4r = 4, numerical simulation shows chaotic behavior where terms jump erratically within [0,1]. Which theoretical concept explains why standard convergence tests for monotone sequences are completely inapplicable here?

A.The sequence lacks a closed-form general term.
B.The sequence is neither eventually increasing nor eventually decreasing, violating the hypothesis of the Monotone Convergence Theorem. βœ…
C.The sequence is unbounded, so it must diverge to infinity.
D.The parameter r=4r=4 makes the function discontinuous.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: This scenario-based question connects abstract theory to mathematical modeling. The Monotone Convergence Theorem states that a bounded, monotone sequence converges. Chaotic systems like the logistic map at r=4r=4 are characterized by sensitive dependence on initial conditions and lack of periodicity or monotonicity. They are bounded (within [0,1]) but definitely not monotone. Therefore, the sufficient condition for convergence provided by monotonicity is absent. This doesn't prove divergence (though chaos implies non-convergence to a fixed point), but it explains *why* that specific tool fails. Option A is irrelevant (recursive definitions are valid); C is factually wrong (it's bounded); D is wrong (the map is continuous).

Q8. Consider the sequence defined by an=(βˆ’1)nnn+1a_n = \frac{(-1)^n n}{n+1}. A student argues that since lim⁑nβ†’βˆžnn+1=1\lim_{n \to \infty} \frac{n}{n+1} = 1, the sequence converges to 1. Identify the specific error in this reasoning and the correct classification of the sequence.

A.The student ignored the alternating sign; the sequence converges to -1.
B.The student correctly found the magnitude limit but failed to recognize that oscillation between near +1 and -1 means the limit does not exist; the sequence diverges. βœ…
C.The student should have used L'HΓ΄pital's Rule on the absolute value; the sequence converges to 0.
D.The student confused sequences with series; the corresponding series converges.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This is an error analysis question focusing on the interaction between magnitude limits and sign oscillation. Convergence requires terms to get arbitrarily close to a *single* number LL. Here, even-numbered terms approach +1 and odd-numbered terms approach -1. Since +1β‰ βˆ’1+1 \neq -1, the limit does not exist. The student correctly computed the limit of the absolute value (magnitude) but erroneously assumed this dictates the limit of the signed sequence. This is a critical distinction: ∣anβˆ£β†’L|a_n| \to L does not imply anβ†’La_n \to L unless L=0L=0. The sequence diverges by oscillation, distinct from divergence to infinity.

Q9. You are given two sequences: an=1na_n = \frac{1}{n} and bn=sin⁑(n)nb_n = \frac{\sin(n)}{n}. Both converge to 0. However, their paths to convergence differ significantly. Which statement accurately compares their convergence behaviors based on the Squeezing Theorem and absolute values?

A.Both sequences are monotonically decreasing after some index.
B.ana_n is monotone, while bnb_n oscillates; however, since ∣bnβˆ£β‰€an|b_n| \leq a_n and anβ†’0a_n \to 0, bnβ†’0b_n \to 0 is guaranteed regardless of oscillation. βœ…
C.bnb_n converges faster than ana_n because sine is bounded.
D.The Squeezing Theorem applies to ana_n but not bnb_n because bnb_n takes negative values.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This mixed-concept question contrasts monotone convergence with convergence via squeezing/absolute values. 1/n1/n is strictly decreasing to 0. sin⁑(n)/n\sin(n)/n oscillates due to the sine term, so it is not monotone. However, the inequality βˆ’1/n≀sin⁑(n)/n≀1/n-1/n \leq \sin(n)/n \leq 1/n holds. Since both bounding sequences go to 0, the Squeezing Theorem forces bnβ†’0b_n \to 0. Alternatively, Theorem 9.1.6 states that if ∣anβˆ£β†’0|a_n| \to 0, then anβ†’0a_n \to 0. Here ∣bnβˆ£β‰€1/nβ†’0|b_n| \leq 1/n \to 0. This highlights that oscillation does not prevent convergence if the amplitude decays sufficiently, distinguishing rate/bound arguments from monotonicity arguments.

Q10. A sequence {an}\{a_n\} satisfies an+1=2+ana_{n+1} = \sqrt{2 + a_n} with a1=2a_1 = \sqrt{2}. To find the limit, one solves L=2+LL = \sqrt{2+L} to get L=2L=2. What crucial step is missing from this argument to make it mathematically rigorous?

A.Verifying that a1a_1 is positive.
B.Proving that the sequence actually converges before assuming the limit LL exists. βœ…
C.Checking if L=βˆ’1L=-1 is also a solution.
D.Differentiating the recurrence relation to check stability.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: This targets a pervasive logical fallacy in handling recursive sequences. Solving L=f(L)L = f(L) finds *candidate* limits (fixed points), but it presupposes that a limit exists. If the sequence were divergent or oscillatory, the equation L=2+LL = \sqrt{2+L} would still yield L=2L=2, but that value would be meaningless as a limit. Rigorous proof requires first establishing convergence, typically via the Monotone Convergence Theorem (showing it's increasing and bounded above by 2). Only after proving lim⁑an\lim a_n exists can one validly apply limit laws to the recurrence. This question enforces the distinction between finding fixed points and proving convergence.

Q11. Graphs of sequences are sets of isolated points. If you observe a scatter plot of points (n,an)(n, a_n) that appear to cluster densely around two distinct horizontal lines y=1y=1 and y=βˆ’1y=-1 as nn increases, what can you conclude about the subsequences and the main sequence?

A.The sequence converges to the average value 0.
B.The even and odd subsequences likely converge to different limits, implying the main sequence diverges. βœ…
C.The sequence is bounded and therefore must converge.
D.The graph indicates a calculation error because sequences cannot have two accumulation points.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This question requires interpreting visual data of sequence behavior. Clustering around two distinct values suggests the sequence does not settle at a single limit. According to Theorem 9.1.4, a sequence converges to LL if and only if both its even and odd subsequences converge to LL. If they converge to different values (1 and -1), the main sequence diverges. This visual pattern is characteristic of sequences like (βˆ’1)n(-1)^n or similar oscillatory forms. It tests the ability to translate graphical clustering into the formal language of subsequence convergence and divergence, ruling out options suggesting convergence to an average or mandatory convergence due to boundedness.

Q12. In financial modeling, compound interest leads to the sequence An=P(1+r/n)nA_n = P(1 + r/n)^n. As compounding frequency nn increases, AnA_n approaches PerPe^r. If a model instead uses Bn=P(1+r/n)n+1B_n = P(1 + r/n)^{n+1}, how does the limit of BnB_n compare to AnA_n, and why?

A.BnB_n diverges because the exponent grows faster.
B.BnB_n converges to PerPe^r as well, because (1+r/n)n+1=(1+r/n)nβ‹…(1+r/n)(1+r/n)^{n+1} = (1+r/n)^n \cdot (1+r/n) and the second factor approaches 1. βœ…
C.BnB_n converges to Perβ‹…ePe^r \cdot e because the extra power adds another factor of ee.
D.BnB_n converges to PP because the base approaches 1.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: This applies sequence limit properties to a realistic modeling variation. We know lim⁑(1+r/n)n=er\lim (1+r/n)^n = e^r. For BnB_n, we can split the expression: (1+r/n)n+1=(1+r/n)nΓ—(1+r/n)(1+r/n)^{n+1} = (1+r/n)^n \times (1+r/n). Using the product rule for limits, lim⁑Bn=[lim⁑(1+r/n)n]Γ—[lim⁑(1+r/n)]=erΓ—1=er\lim B_n = [\lim (1+r/n)^n] \times [\lim (1+r/n)] = e^r \times 1 = e^r. Thus, both models yield the same continuous compounding limit. This tests understanding that adding a constant or vanishing perturbation to the exponent doesn't change the exponential limit class, reinforcing algebraic manipulation of limits in applied contexts.

Q13. Which of the following statements about the relationship between boundedness and convergence is FALSE, serving as a critical counterexample in sequence theory?

A.Every convergent sequence is bounded.
B.Every bounded sequence is convergent. βœ…
C.A monotone bounded sequence is convergent.
D.An unbounded sequence is divergent.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This tests fundamental theoretical distinctions. While convergence implies boundedness (true), the converse is false. The classic counterexample is an=(βˆ’1)na_n = (-1)^n, which is bounded between -1 and 1 but diverges by oscillation. Boundedness is a necessary but not sufficient condition for convergence. Monotonicity plus boundedness is sufficient (Monotone Convergence Theorem). Unboundedness implies divergence (contrapositive of 'convergent implies bounded'). Identifying the false statement ensures students don't conflate necessary and sufficient conditions, a common source of error in proof construction and theoretical reasoning.

Q14. Consider the sequence an=n+1βˆ’na_n = \sqrt{n+1} - \sqrt{n}. Direct substitution yields βˆžβˆ’βˆž\infty - \infty. After rationalizing, one finds the limit is 0. How does this result relate to the convergence of the series βˆ‘(n+1βˆ’n)\sum (\sqrt{n+1} - \sqrt{n})?

A.Since the sequence limit is 0, the series must converge.
B.The sequence limit being 0 is necessary but not sufficient; this specific series is telescoping and diverges to +∞+\infty. βœ…
C.The series converges to 0 because the terms go to 0.
D.The series converges to 1 because it telescopes to lim⁑(n+1βˆ’1)\lim (\sqrt{n+1} - \sqrt{1}).
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: This integrates sequence limits with series convergence, targeting the Divergence Test misconception. The sequence anβ†’0a_n \to 0 is verified by rationalization: 1n+1+nβ†’0\frac{1}{\sqrt{n+1}+\sqrt{n}} \to 0. However, for the series, partial sums telescope: SN=N+1βˆ’1S_N = \sqrt{N+1} - \sqrt{1}. As Nβ†’βˆžN \to \infty, SNβ†’βˆžS_N \to \infty. Thus, despite terms vanishing, the sum diverges. This perfectly illustrates that lim⁑an=0\lim a_n = 0 does NOT imply βˆ‘an\sum a_n converges. Students must distinguish between the behavior of individual terms (sequence) and cumulative sums (series), avoiding the trap of assuming term decay guarantees summability.

Q15. A computer algorithm generates a sequence intended to approximate Ο€\pi. Due to floating-point errors, the computed sequence cnc_n differs from the theoretical sequence tnt_n by ∣cnβˆ’tn∣<10βˆ’6|c_n - t_n| < 10^{-6} for all nn. If tnβ†’Ο€t_n \to \pi, what can be said about cnc_n?

A.cnc_n converges to Ο€\pi exactly.
B.cnc_n converges to a value within 10βˆ’610^{-6} of Ο€\pi, but not necessarily to Ο€\pi itself. βœ…
C.cnc_n diverges because of the persistent error.
D.cnc_n converges to Ο€+10βˆ’6\pi + 10^{-6}.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: This scenario models numerical analysis realities. If tnβ†’Ο€t_n \to \pi, then for large nn, tnt_n is near Ο€\pi. But cnc_n is always within Ο΅=10βˆ’6\epsilon = 10^{-6} of tnt_n. By triangle inequality, ∣cnβˆ’Ο€βˆ£β‰€βˆ£cnβˆ’tn∣+∣tnβˆ’Ο€βˆ£<10βˆ’6+∣tnβˆ’Ο€βˆ£|c_n - \pi| \leq |c_n - t_n| + |t_n - \pi| < 10^{-6} + |t_n - \pi|. As nβ†’βˆžn \to \infty, ∣tnβˆ’Ο€βˆ£β†’0|t_n - \pi| \to 0, so cnc_n stays within a 10βˆ’610^{-6} neighborhood of Ο€\pi. It does not necessarily converge to Ο€\pi exactly because the error bound is fixed, not vanishing. This highlights the difference between theoretical limits and practical numerical approximations with systematic or rounding errors.

Q16. When analyzing the sequence an=n2+3n2n2βˆ’5a_n = \frac{n^2 + 3n}{2n^2 - 5}, a student divides numerator and denominator by nn instead of n2n^2, obtaining lim⁑n+32nβˆ’5/n=∞∞\lim \frac{n+3}{2n-5/n} = \frac{\infty}{\infty}. Beyond just 'wrong technique', what conceptual misunderstanding does this reveal about dominant terms?

A.The student believes linear growth dominates quadratic growth.
B.The student fails to identify the highest power as the scaling factor that reveals the ratio of leading coefficients. βœ…
C.The student thinks limits at infinity depend only on the first term.
D.The student confuses sequences with derivatives.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Dividing by the wrong power obscures the asymptotic behavior. Dividing by n2n^2 yields 1+3/n2βˆ’5/n2β†’1/2\frac{1+3/n}{2-5/n^2} \to 1/2, revealing that for large nn, anβ‰ˆn22n2=1/2a_n \approx \frac{n^2}{2n^2} = 1/2. Dividing by nn leaves dominant terms growing, maintaining indeterminacy. The conceptual error is failing to normalize by the *fastest* growing component to isolate the finite limiting ratio. This reflects a deeper misunderstanding of asymptotic dominance: lower-order terms become negligible only when scaled against the highest order. Correct normalization transforms indeterminate forms into determinate ones by exposing the leading coefficient ratio.

Q17. Suppose {an}\{a_n\} is a sequence where an>0a_n > 0 and an+1an<1\frac{a_{n+1}}{a_n} < 1 for all nn. Which conclusion is VALID regarding convergence?

A.The sequence converges to 0.
B.The sequence converges to some limit Lβ‰₯0L \geq 0. βœ…
C.The sequence diverges because it is strictly decreasing.
D.The sequence converges to 1.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Strictly decreasing positive sequences are bounded below by 0. By the Monotone Convergence Theorem, they MUST converge to some limit Lβ‰₯0L \geq 0. However, the limit is not necessarily 0. Counterexample: an=1+1/na_n = 1 + 1/n has ratio <1< 1 but converges to 1. Another: an=2+1/nβ†’2a_n = 2 + 1/n \to 2. The ratio condition guarantees monotonic decrease, and positivity provides a lower bound, ensuring convergence, but the specific limit depends on the sequence's infimum. This distinguishes guaranteed existence of a limit from the specific value of the limit, countering the misconception that 'decreasing positive' always means 'goes to zero'.

Q18. In studying the convergence of an=(nn+1)na_n = \left( \frac{n}{n+1} \right)^n, rewriting as (1βˆ’1n+1)n\left( 1 - \frac{1}{n+1} \right)^n suggests a link to eβˆ’1e^{-1}. To rigorously confirm the limit is 1/e1/e, which transformation is most effective?

A.Take natural log: ln⁑(an)=nln⁑(1βˆ’1n+1)\ln(a_n) = n \ln(1 - \frac{1}{n+1}), then use L'HΓ΄pital's or series expansion to find limit -1.
B.Substitute m=n+1m = n+1 to get (1βˆ’1/m)mβˆ’1(1 - 1/m)^{m-1} and use known limit definitions.
C.Both A and B are valid and lead to the same result. βœ…
D.Direct substitution since base goes to 1.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: This Olympiad-style question explores multiple rigorous pathways to a non-trivial limit. Method A uses continuity of ln and transforms 1∞1^\infty to 0β‹…βˆž0 \cdot \infty, solvable via L'HΓ΄pital or Taylor series (ln⁑(1βˆ’x)β‰ˆβˆ’x\ln(1-x) \approx -x). Method B uses algebraic substitution to align with the standard definition lim⁑(1βˆ’1/m)m=eβˆ’1\lim (1-1/m)^m = e^{-1}, noting (1βˆ’1/m)βˆ’1β†’1(1-1/m)^{-1} \to 1. Both are mathematically sound and complementary. Recognizing multiple valid strategies demonstrates deep fluency with exponential limits. Direct substitution fails due to indeterminate form. This validates flexibility in analytical techniques for challenging sequence limits.

Q19. A sequence is defined by an={1/nifΒ nΒ isΒ odd1+1/nifΒ nΒ isΒ evena_n = \begin{cases} 1/n & \text{if } n \text{ is odd} \\ 1 + 1/n & \text{if } n \text{ is even} \end{cases}. Which statement correctly describes its long-term behavior?

A.The sequence converges to 0 because odd terms dominate.
B.The sequence converges to 1 because even terms dominate.
C.The sequence diverges because odd and even subsequences have different limits. βœ…
D.The sequence is bounded and monotone, hence convergent.
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: This piecewise-defined sequence explicitly constructs different behaviors for subsequences. Odd terms β†’0\to 0, even terms β†’1\to 1. Since 0β‰ 10 \neq 1, the full sequence cannot converge (Theorem 9.1.4). It is bounded (between 0 and 2) but not monotone. This serves as a canonical example of divergence via subsequence mismatch. Students must recognize that convergence requires ALL subsequences to share the same limit. Dominance notions (options A/B) are irrelevant here; both subsequences are infinite. This tests precise application of subsequence criteria over intuitive but incorrect 'majority' reasoning.

Q20. When applying the Squeezing Theorem to bn=cos⁑(n)n2b_n = \frac{\cos(n)}{n^2}, which pair of bounding sequences is MOST appropriate and efficient?

A.βˆ’1≀bn≀1-1 \leq b_n \leq 1
B.βˆ’1n≀bn≀1n-\frac{1}{n} \leq b_n \leq \frac{1}{n}
C.βˆ’1n2≀bn≀1n2-\frac{1}{n^2} \leq b_n \leq \frac{1}{n^2} βœ…
D.0≀bn≀1n20 \leq b_n \leq \frac{1}{n^2}
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: The Squeezing Theorem requires bounds that converge to the SAME limit. Since βˆ’1≀cos⁑(n)≀1-1 \leq \cos(n) \leq 1, dividing by n2n^2 gives βˆ’1/n2≀bn≀1/n2-1/n^2 \leq b_n \leq 1/n^2. Both bounds β†’0\to 0, forcing bnβ†’0b_n \to 0. Option A bounds don't converge to same limit. Option B bounds work but are looser than necessary (though still valid). Option D is invalid because cos⁑(n)\cos(n) can be negative. Option C provides the tightest, most natural bounds derived directly from cosine's range, making it the most appropriate choice. This recalls the standard technique for trigonometric-over-polynomial sequences.

Q21. Consider the statement: 'If lim⁑nβ†’βˆžan=0\lim_{n \to \infty} a_n = 0, then {an}\{a_n\} is eventually decreasing.' Provide a counterexample that disproves this claim.

A.an=1/na_n = 1/n
B.an=(βˆ’1)n/na_n = (-1)^n / n βœ…
C.an=1/n2a_n = 1/n^2
D.an=eβˆ’na_n = e^{-n}
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Convergence to 0 does not imply monotonicity. The sequence (βˆ’1)n/n(-1)^n / n converges to 0 (by Squeezing/Absolute Value Theorem), but it alternates signs: βˆ’1,1/2,βˆ’1/3,1/4,...-1, 1/2, -1/3, 1/4, .... This is not eventually decreasing because positive terms follow negative terms, violating monotonic decrease. Options A, C, D are all eventually decreasing. This counterexample reinforces that convergence concerns proximity to a limit, not directional consistency. Oscillatory decay is a valid convergence mode. Understanding this prevents erroneous assumptions in proofs where monotonicity is needed but not justified by convergence alone.

Q22. In ecological modeling, the Beverton-Holt recurrence xn+1=RxnK+(Rβˆ’1)xnx_{n+1} = \frac{R x_n}{K + (R-1)x_n} describes population. If R>1R > 1 and x1>Kx_1 > K, analysis shows xnx_n decreases toward KK. What role does the fixed point analysis play alongside monotonicity in confirming this model's biological validity?

A.Fixed points identify equilibrium populations; monotonicity confirms approach without overshoot, ensuring stable regulation. βœ…
B.Fixed points alone prove convergence; monotonicity is redundant.
C.Monotonicity proves convergence; fixed points only give initial conditions.
D.Neither is needed; numerical simulation suffices.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Biological models require both existence of equilibrium (fixed point x=Kx=K) and dynamic stability (monotone approach). Solving x=Rx/(K+(Rβˆ’1)x)x = Rx/(K+(R-1)x) gives equilibria 0 and K. Monotonicity (decreasing when x>Kx>K) ensures populations smoothly regulate toward carrying capacity K without chaotic oscillations or extinction. This combination validates the model as biologically realistic for regulated species. Pure fixed point analysis ignores dynamics; pure monotonicity ignores destination. Together they confirm stable equilibrium. This integrates mathematical rigor with domain-specific interpretation, showing why both theoretical tools are essential in applied modeling.

Q23. A student computes lim⁑nβ†’βˆžnn=1\lim_{n \to \infty} \sqrt[n]{n} = 1 by writing n1/n=eln⁑nnn^{1/n} = e^{\frac{\ln n}{n}} and claiming ln⁑nnβ†’0\frac{\ln n}{n} \to 0. What justifies moving the limit inside the exponential function?

A.Exponential functions are continuous everywhere, so lim⁑ef(n)=elim⁑f(n)\lim e^{f(n)} = e^{\lim f(n)}. βœ…
B.L'HΓ΄pital's Rule applies to composite functions.
C.The sequence is monotone.
D.No justification is needed; it's always valid.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This tests understanding of continuity's role in limit evaluation. The step lim⁑eg(n)=elim⁑g(n)\lim e^{g(n)} = e^{\lim g(n)} is valid ONLY because exe^x is continuous at the limit point (here, 0). If the outer function were discontinuous at the inner limit, this move would be invalid. This principle underpins many sequence limit evaluations involving transcendental functions. L'HΓ΄pital justifies ln⁑n/nβ†’0\ln n / n \to 0, not the composition. Monotonicity is irrelevant. Recognizing continuity as the enabler prevents misuse of this powerful technique in cases where functions have jumps or singularities at the limit point.

Q24. Given an=2n+3n4na_n = \frac{2^n + 3^n}{4^n}, which strategy BEST simplifies finding the limit?

A.Apply L'HΓ΄pital's Rule repeatedly.
B.Factor out the dominant exponential 3n3^n from numerator and 4n4^n from denominator.
C.Split into (2/4)n+(3/4)n(2/4)^n + (3/4)^n and use geometric sequence limits. βœ…
D.Use the Squeezing Theorem with bounds 0 and 2β‹…(3/4)n2 \cdot (3/4)^n.
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: Rewriting as (1/2)n+(3/4)n(1/2)^n + (3/4)^n decomposes the problem into two geometric sequences with ratios <1< 1. Each term β†’0\to 0, so sum β†’0\to 0. This leverages known geometric limits directly. Factoring (B) works but is messier. L'HΓ΄pital (A) is inappropriate for discrete exponentials without extension. Squeezing (D) is valid but unnecessary when exact decomposition exists. Choosing the simplest, most direct method demonstrates strategic competence. This highlights recognizing structure (sum of geometrics) over brute-force techniques, a key skill in efficient sequence analysis.

Q25. If a sequence {an}\{a_n\} satisfies ∣an+1βˆ’an∣<12n|a_{n+1} - a_n| < \frac{1}{2^n} for all nn, what can be concluded about its convergence?

A.It diverges because differences never reach 0.
B.It converges because it is a Cauchy sequence. βœ…
C.It may or may not converge; more information is needed.
D.It converges only if it is monotone.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: This Olympiad-level question invokes the Cauchy criterion. The condition implies ∣amβˆ’anβˆ£β‰€βˆ‘k=nmβˆ’1∣ak+1βˆ’ak∣<βˆ‘k=n∞1/2k=1/2nβˆ’1β†’0|a_m - a_n| \leq \sum_{k=n}^{m-1} |a_{k+1}-a_k| < \sum_{k=n}^{\infty} 1/2^k = 1/2^{n-1} \to 0 as n,mβ†’βˆžn,m \to \infty. Thus, {an}\{a_n\} is Cauchy. In complete metric spaces (like R\mathbb{R}), every Cauchy sequence converges. This is stronger than mere term-to-term decay; it guarantees cumulative stability. Monotonicity isn't required. This tests knowledge beyond basic tests, connecting difference bounds to fundamental completeness properties, essential for advanced analysis.

Q26. A graph shows points (n,an)(n, a_n) lying exactly on the curve y=xx+1y = \frac{x}{x+1} for integer xx. As xβ†’βˆžx \to \infty, the curve approaches y=1y=1. What does this visually demonstrate about the sequence?

A.The sequence is constant.
B.The sequence converges to 1, inheriting the function's asymptotic behavior. βœ…
C.The sequence diverges because the curve never touches y=1.
D.The sequence oscillates around y=1.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Visual alignment with a continuous function having a horizontal asymptote directly implies sequence convergence to that asymptote value. Since f(x)=x/(x+1)β†’1f(x) = x/(x+1) \to 1 as xβ†’βˆžx \to \infty, and an=f(n)a_n = f(n), the sequence inherits this limit. The graph provides immediate intuitive confirmation of the function-sequence limit theorem. Points getting arbitrarily close to y=1 visually encode the epsilon-N definition. This reinforces translating graphical asymptotes into sequential limits, distinguishing from oscillatory or divergent patterns. Visual literacy complements analytical skills in understanding convergence.

Q27. Why is the Completeness Axiom necessary to prove the Monotone Convergence Theorem, rather than just relying on algebraic limit properties?

A.Algebraic properties assume the limit exists; Completeness guarantees existence for bounded monotone sets. βœ…
B.Completeness defines what a sequence is.
C.Algebraic properties only apply to rational numbers.
D.The Monotone Convergence Theorem doesn't require Completeness.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Algebraic limit theorems (sum, product, etc.) operate on *existing* limits. They cannot create limits. The Monotone Convergence Theorem asserts existence where none was previously known. The Completeness Axiom (every bounded nonempty set has a supremum) provides this existential foundation: the limit IS the supremum of the sequence's range. Without Completeness (e.g., in rationals), bounded monotone sequences might lack limits (e.g., decimal approximations of 2\sqrt{2}). This distinguishes foundational axioms from operational rules, highlighting why real analysis requires more than algebra to establish convergence.

Q28. Consider an=nsin⁑(1/n)a_n = n \sin(1/n). As nβ†’βˆžn \to \infty, 1/nβ†’01/n \to 0. What is the limit, and which technique best resolves the βˆžβ‹…0\infty \cdot 0 form?

A.Limit is 0; use Squeezing Theorem.
B.Limit is 1; substitute x=1/nx=1/n and use lim⁑xβ†’0sin⁑(x)/x=1\lim_{x \to 0} \sin(x)/x = 1. βœ…
C.Limit is ∞\infty; sine is bounded.
D.Limit does not exist; oscillation.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: Substituting x=1/nx = 1/n transforms the sequence limit into the fundamental calculus limit lim⁑xβ†’0sin⁑(x)/x=1\lim_{x \to 0} \sin(x)/x = 1. This converts indeterminate βˆžβ‹…0\infty \cdot 0 into a known standard form. Squeezing (A) is possible but less direct. Option C ignores the shrinking argument of sine. Option D misattributes oscillation; sin⁑(1/n)\sin(1/n) doesn't oscillate as nβ†’βˆžn \to \infty, it smoothly approaches 0. This demonstrates strategic variable substitution to leverage known continuous limits for discrete sequences, a vital technique for resolving indeterminate forms efficiently.

Q29. A student asserts that since βˆ‘k=1∞1k2\sum_{k=1}^{\infty} \frac{1}{k^2} converges, the sequence an=1n2a_n = \frac{1}{n^2} must be decreasing. Is this reasoning valid?

A.Yes, convergence of the series implies monotonicity of terms.
B.No, series convergence implies anβ†’0a_n \to 0, but not monotonicity; however, this specific sequence happens to be decreasing independently. βœ…
C.Yes, all p-series have decreasing terms.
D.No, the sequence actually increases.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Series convergence necessitates anβ†’0a_n \to 0 (Divergence Test), but imposes NO monotonicity requirement. One could construct a convergent series with non-monotone terms (e.g., rearranged or modified). The student conflates a consequence of this specific formula's structure with a general consequence of convergence. While 1/n21/n^2 IS decreasing, it's not BECAUSE the series converges. This separates logical implication from coincidental property, correcting a subtle but important causal fallacy in relating series and sequence properties.

Q30. In approximating 2\sqrt{2} via an+1=12(an+2/an)a_{n+1} = \frac{1}{2}(a_n + 2/a_n), starting at a1=1a_1=1, the sequence decreases toward 2\sqrt{2}. If one starts at a1=βˆ’1a_1 = -1, what happens and why does this matter for model robustness?

A.It converges to βˆ’2-\sqrt{2}; sign is preserved due to symmetry. βœ…
B.It diverges to βˆ’βˆž-\infty.
C.It converges to 2\sqrt{2} anyway.
D.It becomes undefined after one step.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: The recurrence is odd-symmetric: if an<0a_n < 0, an+1<0a_{n+1} < 0. Starting negative, it stays negative and converges to the negative fixed point βˆ’2-\sqrt{2}. This matters for robustness: algorithms must handle sign correctly or specify domain restrictions. Assuming positivity without enforcement risks wrong-sign convergence. This blends sequence dynamics with numerical method sensitivity, showing mathematical behavior depends critically on initial conditions and inherent symmetries, not just the formula's form.

Q31. Which sequence demonstrates that boundedness alone is insufficient for convergence, while also illustrating the failure of the Ratio Test for certain bounded sequences?

A.an=1/na_n = 1/n
B.an=(βˆ’1)na_n = (-1)^n βœ…
C.an=n/(n+1)a_n = n/(n+1)
D.an=1/2na_n = 1/2^n
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: (βˆ’1)n(-1)^n is bounded but diverges (oscillation). The Ratio Test gives ∣an+1/an∣=1|a_{n+1}/a_n| = 1, which is inconclusive. This dual failure makes it the perfect counterexample for both concepts. Other options either converge or are unbounded. This reinforces that boundedness β‰  convergence and that ratio=1 signals need for alternative methods. It's a foundational example linking multiple theoretical limitations in one simple sequence.

Q32. A physics model yields vn=v0(1βˆ’kΞ”t)nv_n = v_0 (1 - k \Delta t)^n for velocity after n steps. As Ξ”tβ†’0\Delta t \to 0 and nβ†’βˆžn \to \infty with nΞ”t=Tn \Delta t = T fixed, what does the sequence limit represent physically?

A.Instantaneous velocity at time T, converging to v0eβˆ’kTv_0 e^{-kT}. βœ…
B.Average velocity over interval T.
C.Total distance traveled.
D.Acceleration at time T.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This connects discrete sequence limits to continuous physical laws. Recognizing lim⁑nβ†’βˆž(1βˆ’kT/n)n=eβˆ’kT\lim_{n \to \infty} (1 - kT/n)^n = e^{-kT} shows the discrete drag model converges to exponential decay. This validates the numerical scheme as consistent with continuous physics. It's not average velocity or distance; it's the instantaneous state. This exemplifies how sequence limits bridge computational models and analytical solutions, crucial for verifying simulations against theory.

Q33. If lim⁑nβ†’βˆžan=L\lim_{n \to \infty} a_n = L and lim⁑nβ†’βˆžbn=M\lim_{n \to \infty} b_n = M, and an<bna_n < b_n for all n, which inequality MUST hold for the limits?

A.L<ML < M
B.L≀ML \leq M βœ…
C.L>ML > M
D.L=ML = M
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: Limits preserve weak inequalities, not strict ones. Example: an=0a_n = 0, bn=1/nb_n = 1/n; 0<1/n0 < 1/n but limits are both 0, so L=ML = M. Thus, only L≀ML \leq M is guaranteed. Strict inequality can collapse in the limit. This is a fundamental property often misunderstood. Recalling this prevents erroneous strict conclusions in limit comparisons, emphasizing the topological nature of limits where boundaries may touch.

Q34. Consider an=n!ena_n = \frac{n!}{e^n}. Using the fact that lim⁑ann=lim⁑an+1an\lim \sqrt[n]{a_n} = \lim \frac{a_{n+1}}{a_n} when both exist, what is the most efficient way to determine divergence?

A.Ratio Test: an+1/an=(n+1)/eβ†’βˆž>1a_{n+1}/a_n = (n+1)/e \to \infty > 1, so diverges. βœ…
B.Root Test: n!n/eβ†’βˆž\sqrt[n]{n!}/e \to \infty, so diverges.
C.Compare to geometric series.
D.Use integral test.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Ratio is simplest here: (n+1)!en+1β‹…enn!=n+1eβ†’βˆž\frac{(n+1)!}{e^{n+1}} \cdot \frac{e^n}{n!} = \frac{n+1}{e} \to \infty. Clearly >1, so anβ†’βˆža_n \to \infty. Root test involves n!n\sqrt[n]{n!} which requires Stirling or prior knowledge. Integral test inapplicable (discrete factorial). Comparison possible but ratio is direct. This showcases selecting the optimal test based on term structure (factorial/exponential mix favors ratio), demonstrating strategic efficiency in convergence analysis.

Q35. A student claims that the sequence defined by an=(βˆ’1)nnn+1a_n = \frac{(-1)^n n}{n+1} diverges because the terms alternate in sign. Which of the following best critiques this reasoning?

A.The student is correct; alternating signs always imply divergence.
B.The student is incorrect; divergence depends on whether the limit exists, not just sign alternation. Here ∣anβˆ£β†’1|a_n| \to 1, so it diverges, but for the wrong reason. βœ…
C.The student is incorrect; the sequence actually converges to 0 because the denominator grows faster.
D.The student is correct because the Squeezing Theorem cannot be applied to alternating sequences.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This question targets error analysis regarding the definition of convergence. Students often conflate oscillation with divergence. While the sequence indeed diverges, the justification 'alternating signs' is flawed because sequences like (βˆ’1)n/n(-1)^n/n alternate yet converge to zero. The correct analysis requires evaluating lim⁑nβ†’βˆžan\lim_{n \to \infty} a_n. Since lim⁑nβ†’βˆžβˆ£an∣=1β‰ 0\lim_{n \to \infty} |a_n| = 1 \neq 0, the sequence fails the necessary condition for convergence, making the conclusion right but the reasoning fundamentally unsound.

Q36. Consider two functions: f(x)=sin⁑(Ο€x)f(x) = \sin(\pi x) and a sequence an=f(n)a_n = f(n). If lim⁑nβ†’βˆžan=0\lim_{n \to \infty} a_n = 0, what can be definitively concluded about lim⁑xβ†’βˆžf(x)\lim_{x \to \infty} f(x)?

A.The limit must be 0 because the sequence samples the function.
B.The limit does not exist or is not necessarily 0, as the function may oscillate between integers. βœ…
C.The limit must be 0 due to the Squeezing Theorem.
D.The limit is undefined because sine is periodic.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: This addresses the subtle distinction between sequential limits and functional limits. While f(n)=sin⁑(nΟ€)=0f(n) = \sin(n\pi) = 0 for all integers, causing the sequence to converge trivially to 0, the continuous function sin⁑(Ο€x)\sin(\pi x) oscillates perpetually between -1 and 1 as xβ†’βˆžx \to \infty. This demonstrates that convergence of a sequence {f(n)}\{f(n)\} does not imply convergence of the underlying function f(x)f(x), a critical conceptual nuance in understanding sequences as discrete samplings rather than continuous behaviors.

Q37. A population model generates terms via Pn+1=rPn(1βˆ’Pn/K)P_{n+1} = r P_n (1 - P_n/K). If r=3.9r=3.9 and initial values show chaotic fluctuation without settling, how does this relate to the formal definition of a sequence's limit?

A.The sequence has no limit because for any proposed L, there exists an epsilon such that terms eventually stay outside the epsilon-band. βœ…
B.The sequence converges to K because biological populations must stabilize.
C.The sequence converges to 0 because chaos implies eventual extinction.
D.The limit exists but is irrational and cannot be computed algebraically.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: This applies the formal epsilon-N definition to a modeling scenario. In chaotic regimes of logistic maps, trajectories are bounded but aperiodic. Formally, a limit L requires that for every Ο΅>0\epsilon > 0, there exists N such that ∣anβˆ’L∣<Ο΅|a_n - L| < \epsilon for all n>Nn > N. Chaotic behavior violates this because terms continue to visit distant regions of the state space indefinitely. Thus, despite being generated by a deterministic rule, the sequence lacks a limit, illustrating that 'having a formula' does not guarantee convergence.

Q38. Given the sequence an=(1+1n)na_n = \left(1 + \frac{1}{n}\right)^n, which graphical feature best confirms its convergence before analytical proof?

A.The graph shows isolated points that increase monotonically and appear to approach a horizontal asymptote. βœ…
B.The graph shows a continuous curve approaching e.
C.The graph oscillates with decreasing amplitude around 2.718.
D.The graph shows points that decrease toward zero.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This tests graph-based interpretation of sequence definitions. Sequences are functions with domain N\mathbb{N}, so their graphs must consist of discrete, isolated points, eliminating continuous curve options. For this specific sequence, the points should show a strictly increasing trend that flattens out, suggesting a horizontal asymptote (the number e). Recognizing the discrete nature of sequence graphs versus continuous function graphs is fundamental, and visually identifying monotonic boundedness provides intuitive evidence of convergence consistent with the Monotone Convergence Theorem.

Q39. If a sequence {an}\{a_n\} satisfies an=f(n)a_n = f(n) where f(x)f(x) is differentiable for xβ‰₯1x \geq 1, and lim⁑xβ†’βˆžf(x)=L\lim_{x \to \infty} f(x) = L, which statement is logically equivalent?

A.lim⁑nβ†’βˆžan=L\lim_{n \to \infty} a_n = L necessarily holds. βœ…
B.lim⁑nβ†’βˆžan=L\lim_{n \to \infty} a_n = L only if f is monotone.
C.lim⁑nβ†’βˆžan\lim_{n \to \infty} a_n might not equal L.
D.ana_n must be eventually constant.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This covers direct recall of the relationship between functional and sequential limits. A core theorem states that if a function f(x)f(x) approaches a limit L as xβ†’βˆžx \to \infty, then the sequence formed by sampling at integers, f(n)f(n), must also approach L. This is because the integer inputs form a subset of the real domain. However, the converse is false. Understanding this directional implication is foundational for applying calculus tools like L'HΓ΄pital's Rule to sequence problems by extending them to continuous domains.

Q40. A student computes lim⁑nβ†’βˆžn!nn\lim_{n \to \infty} \frac{n!}{n^n} using L'HΓ΄pital's Rule directly on n and gets an incorrect result. What is the primary conceptual error?

A.L'HΓ΄pital's Rule requires differentiable functions, but n! is only defined on integers. βœ…
B.The student forgot to apply the natural logarithm first.
C.The limit is actually infinity, not zero.
D.Factorials grow slower than exponentials.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This error analysis question highlights the domain restriction in sequence definitions. Sequences are discrete; derivatives require continuity. One cannot differentiate n!n! with respect to n directly. To use L'HΓ΄pital's Rule, one must extend the sequence to a continuous function, typically using the Gamma function Ξ“(x+1)\Gamma(x+1) for factorials, or use alternative methods like the Squeezing Theorem or ratio test logic. Direct application of differential calculus to discrete indices is a common misconception stemming from ignoring the fundamental definition of a sequence as a function on integers.

Q41. Which of the following sequences serves as a counterexample to the statement: 'If lim⁑nβ†’βˆž(an+1βˆ’an)=0\lim_{n \to \infty} (a_{n+1} - a_n) = 0, then {an}\{a_n\} converges'?

A.an=ln⁑na_n = \ln n βœ…
B.an=1/na_n = 1/n
C.an=(βˆ’1)na_n = (-1)^n
D.an=n2a_n = n^2
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: This challenges conceptual understanding by testing necessary vs. sufficient conditions. While convergent sequences must have differences approaching zero, the converse fails. For an=ln⁑na_n = \ln n, the difference ln⁑(n+1)βˆ’ln⁑(n)=ln⁑(1+1/n)β†’0\ln(n+1) - \ln(n) = \ln(1 + 1/n) \to 0, yet ln⁑nβ†’βˆž\ln n \to \infty. This distinguishes 'terms getting closer together' from 'terms approaching a finite limit.' Students often confuse the Cauchy criterion (which involves arbitrary gaps, not just adjacent ones) with simple adjacent differences. This example reinforces that vanishing increments do not guarantee boundedness or convergence.

Q42. In modeling radioactive decay, activity is measured at discrete hourly intervals yielding An=A0eβˆ’knA_n = A_0 e^{-kn}. Why is defining this as a sequence rather than a continuous function mathematically significant for data analysis?

A.It allows the use of derivatives to find instantaneous decay rates.
B.It acknowledges that measurements are discrete samples, making limits applicable only as nβ†’βˆžn \to \infty through integers. βœ…
C.It changes the decay constant k to a rational number.
D.It prevents the use of exponential models.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: This application question connects physical measurement constraints to mathematical definitions. Real-world sensors produce discrete data points, naturally forming a sequence. While the underlying physical law is continuous, the dataset is a sequence. This distinction matters because statistical tools for sequences differ from those for continuous functions, and interpolation assumptions introduce error. Mathematically, treating data as a sequence respects the domain of observation. Convergence questions about 'eventual safety levels' become questions about sequential limits, emphasizing that the mathematical model must match the discrete nature of empirical evidence collection.

Q43. Suppose {an}\{a_n\} is defined recursively by a1=1,an+1=2+ana_1 = 1, a_{n+1} = \sqrt{2 + a_n}. Without solving for the limit, which property guarantees the existence of a limit based solely on the definition and monotonicity?

A.The sequence is bounded above by 2 and increasing. βœ…
B.The sequence alternates signs.
C.The terms are all rational numbers.
D.The recursive formula involves a square root.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This tests conceptual understanding of the Monotone Convergence Theorem as it relates to sequence definitions. Recursive definitions don't automatically yield explicit formulas. To assert a limit exists without finding it, one relies on structural properties. Showing an<2a_n < 2 (boundedness) and an+1>ana_{n+1} > a_n (monotonicity) invokes the completeness axiom of real numbers, guaranteeing a supremum that serves as the limit. This shifts focus from computation to existence proofs, highlighting that the definition of convergence is deeply tied to the order structure of real numbers, not just algebraic manipulation.

Q44. Analyze the sequence an=sin⁑(n)a_n = \sin(n). Why does the fact that sin⁑(x)\sin(x) is bounded between -1 and 1 fail to ensure convergence of {an}\{a_n\}?

A.Boundedness is necessary but not sufficient for convergence; the sequence must also settle near a single value. βœ…
B.Sine is not defined for integers.
C.The sequence is unbounded because n grows infinitely.
D.Convergence only applies to positive sequences.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This addresses a pervasive misconception: equating boundedness with convergence. While every convergent sequence is bounded, the reverse isn't true. sin⁑(n)\sin(n) stays within [-1, 1] but never settles; the integer arguments modulo 2Ο€2\pi are dense in the circle, causing perpetual erratic oscillation. This contrasts with sin⁑(1/n)\sin(1/n), which converges to 0. The explanation reinforces that the definition of limit requires eventual proximity to a specific L, not merely confinement within a range. Boundedness prevents divergence to infinity but permits non-convergent oscillation.

Q45. If an=3n2+52n2βˆ’na_n = \frac{3n^2 + 5}{2n^2 - n}, which transformation best facilitates finding the limit using standard arithmetic properties?

A.Divide numerator and denominator by n2n^2 to isolate terms approaching zero. βœ…
B.Apply L'HΓ΄pital's Rule twice.
C.Factor out n from both numerator and denominator.
D.Substitute n = 1/x and take limit as x approaches 0.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This is a direct application of standard techniques derived from limit definitions. Dividing by the highest power of n transforms the expression into a form where each term's limit is obvious via basic arithmetic rules (1/nkβ†’01/n^k \to 0). While L'HΓ΄pital's works after continuous extension, algebraic simplification is more fundamental to sequence theory as it relies purely on sequential limit laws without invoking derivatives. This method directly operationalizes the definition by reducing complex ratios to sums of known null sequences, reinforcing the hierarchy of growth rates inherent in polynomial sequences.

Q46. Consider the sequence defined by an=nsin⁑(1/n)a_n = n \sin(1/n). As nβ†’βˆžn \to \infty, this sequence behaves most similarly to which continuous function limit?

A.lim⁑xβ†’0sin⁑xx\lim_{x \to 0} \frac{\sin x}{x} βœ…
B.lim⁑xβ†’βˆžsin⁑x\lim_{x \to \infty} \sin x
C.lim⁑xβ†’0xsin⁑x\lim_{x \to 0} x \sin x
D.lim⁑xβ†’βˆžx\lim_{x \to \infty} x
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This mixed-concept question links sequence limits to famous continuous limits via substitution. Letting x=1/nx = 1/n, as nβ†’βˆžn \to \infty, xβ†’0+x \to 0^+. The expression becomes sin⁑xx\frac{\sin x}{x}, whose limit is 1. This illustrates how sequence problems often reduce to standard calculus limits through variable change. It tests recognition of structural equivalence between discrete and continuous forms. Understanding this connection validates using continuous calculus tools for sequences while respecting domain transformations, bridging the gap between Chapter 9 sequences and earlier limit concepts.

Q47. A student argues that since an=nn+1a_n = \frac{n}{n+1} is always less than 1, the limit must be strictly less than 1. What flaw in understanding the definition of limit does this reveal?

A.Confusing strict inequality of terms with non-strict inequality of limits. βœ…
B.Assuming all sequences are increasing.
C.Misapplying the Squeezing Theorem.
D.Believing limits must be integers.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: This error analysis targets the preservation of inequalities under limits. If an<Ma_n < M for all n, then lim⁑an≀M\lim a_n \leq M, not necessarily <M< M. Strict inequalities can become equalities in the limit (e.g., 1βˆ’1/n<11 - 1/n < 1 but limit is 1). This subtle point arises directly from the epsilon-definition: for any Ο΅\epsilon, terms are within Ο΅\epsilon of L, allowing L to touch the boundary. Failing to grasp this leads to incorrect bounds estimation and misunderstands the topological nature of limits as closure operations rather than pointwise constraints.

Q48. Which scenario best models a sequence that is 'eventually' monotone but not monotone overall?

A.Daily stock prices that crash initially then steadily recover over months. βœ…
B.Population growth starting from zero.
C.Radioactive decay measured hourly.
D.Compound interest calculated annually.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This application question tests understanding of 'eventual' properties versus global ones. Stock prices often exhibit initial volatility (non-monotone) before trending (monotone). Mathematical definitions accommodate this: a sequence is eventually monotone if discarding finitely many initial terms yields monotonicity. Convergence depends only on tail behavior, making initial irregularities irrelevant. This contrasts with idealized physics models (decay, interest) that are monotone from start. Recognizing real-world data as 'eventually' well-behaved validates applying convergence theorems to messy empirical datasets, emphasizing robustness of limit definitions against transient anomalies.

Q49. Given an=n+1βˆ’na_n = \sqrt{n+1} - \sqrt{n}, why is rationalizing the numerator superior to direct substitution for determining convergence?

A.Direct substitution yields βˆžβˆ’βˆž\infty - \infty, an indeterminate form hiding the true limit of 0. βœ…
B.Rationalization converts it to a geometric series.
C.Direct substitution gives 1, which is incorrect.
D.Rationalization proves the sequence is increasing.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This tests strategic selection of methods based on form analysis. Naive evaluation suggests difference of infinities, providing no information. Rationalizing yields 1n+1+n\frac{1}{\sqrt{n+1}+\sqrt{n}}, clearly showing convergence to 0. This highlights that sequence definitions involve limiting processes, not arithmetic evaluation. Indeterminate forms signal hidden structure requiring algebraic revelation. Choosing appropriate transformations is a higher-order skill beyond rote procedure; it requires diagnosing why direct methods fail and selecting tools that expose asymptotic behavior, reinforcing that limits describe trends, not static values.

Q50. If {an}\{a_n\} converges to L and {bn}\{b_n\} diverges, what can be said about {an+bn}\{a_n + b_n\}?

A.It must diverge. βœ…
B.It must converge to L.
C.It may converge or diverge depending on b_n.
D.It converges to 0.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This mixed-concept question probes algebraic properties of limits. If sum converged, then bn=(an+bn)βˆ’anb_n = (a_n + b_n) - a_n would be difference of convergent sequences, hence convergentβ€”contradiction. Thus, adding a convergent sequence to a divergent one preserves divergence. This tests logical deduction from definitions rather than memorization. Students might incorrectly think 'convergent + divergent = indeterminate,' but linearity of limits makes this determinate. Understanding these interaction rules prevents errors in decomposing complex sequences and reinforces that divergence is a persistent property under translation by convergent perturbations.

Q51. Why can't we define the sum of an infinite series simply as the limit of its general term ana_n?

A.Because the sum involves accumulation of all terms, represented by partial sums sns_n, not individual term behavior. βœ…
B.Because ana_n always goes to zero.
C.Because series are discrete and sums are continuous.
D.Because the general term doesn't exist for all series.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This foundational conceptual question distinguishes sequences from series. Students frequently confuse lim⁑an\lim a_n with βˆ‘an\sum a_n. The sum is defined as lim⁑sn\lim s_n where sn=βˆ‘k=1naks_n = \sum_{k=1}^n a_k. Even if anβ†’0a_n \to 0 (necessary), the accumulated sum may diverge (harmonic series). This distinction is paramount: sequences list values; series aggregate them. Confusing these leads to catastrophic errors like claiming harmonic series converges because terms vanish. Reinforcing this definitional separation is the first step in mastering infinite series.

Q52. A computer algorithm outputs xnx_n approximating 2\sqrt{2} via Newton's method. If ∣xn+1βˆ’2βˆ£β‰ˆC∣xnβˆ’2∣2|x_{n+1} - \sqrt{2}| \approx C|x_n - \sqrt{2}|^2, what does this quadratic convergence imply about the sequence's definition?

A.The number of correct digits roughly doubles each step, indicating extremely rapid approach to the limit. βœ…
B.The sequence converges linearly.
C.The sequence diverges unless started exactly at sqrt(2).
D.The limit depends on the initial guess.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: This Olympiad-style question connects numerical analysis rates to sequence convergence definitions. Quadratic convergence means error squares each iteration, far exceeding geometric (linear) convergence. While standard definitions only ask 'does it converge?', rate analysis quantifies 'how fast'. This matters practically: quadratic sequences reach machine precision in few steps. Understanding this enriches the abstract definition with computational reality. It shows that while all convergent sequences share the same limit definition, their practical utility varies enormously based on error decay dynamics, linking pure analysis to algorithmic efficiency.

Q53. Which graph correctly represents the sequence an=(βˆ’1)nna_n = \frac{(-1)^n}{n}?

A.Discrete points alternating above and below the x-axis, with magnitude decreasing toward zero. βœ…
B.A continuous damped sine wave.
C.Points all above x-axis approaching zero.
D.Horizontal line at y=0.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This graph-based question tests visual recognition of sequence properties. Key features: discreteness (not continuous), alternation (due to (βˆ’1)n(-1)^n), and decay envelope 1/n1/n. Option B fails because sequences aren't continuous curves. Option C misses sign alternation. Option D ignores nonzero terms. Correct identification requires synthesizing multiple attributes into a visual representation. This reinforces that sequence graphs are point sets in NΓ—R\mathbb{N} \times \mathbb{R}, and visual intuition about damping envelopes supports analytical verification of convergence to zero despite oscillation.

Q54. If an=f(n)a_n = f(n) and f&#039;(x) < 0 for all xβ‰₯1x \geq 1, what can be concluded about {an}\{a_n\}?

A.It is strictly decreasing. βœ…
B.It is strictly increasing.
C.It converges to zero.
D.It is bounded below by f(1).
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This direct recall question links calculus derivatives to sequence monotonicity. If the continuous extension has negative derivative, the function decreases everywhere, implying f(n+1)<f(n)f(n+1) < f(n). Thus the sequence is strictly decreasing. Note: this doesn't guarantee convergence (could go to βˆ’βˆž-\infty) nor positivity. Students sometimes assume decreasing implies convergence to zero, but monotonicity alone only gives direction, not destination. This question isolates the monotonicity inference from convergence conclusions, ensuring precise understanding of what derivative information actually provides about discrete sequences.

Q55. Consider an=(1+xn)na_n = \left(1 + \frac{x}{n}\right)^n for fixed x. How does varying x affect the sequence's limit definition?

A.The limit becomes exe^x, showing the sequence defines the exponential function. βœ…
B.The limit is always e regardless of x.
C.The sequence diverges for x > 1.
D.The limit is x for all n.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This mixed-concept question explores parametric sequences. This specific sequence is the constructive definition of exe^x. Varying x changes the limit continuously, demonstrating how sequences can generate functions. This bridges sequences and transcendental functions, showing limits aren't just numbers but can define entire mathematical objects. Understanding this elevates sequences from computational exercises to foundational definitions in analysis. It reveals that 'limit' is a dynamic operator mapping parameters to values, central to defining exponentials rigorously without circular reliance on prior exponential definitions.

Q56. A student uses the Squeezing Theorem on an=cos⁑nna_n = \frac{\cos n}{n} with bounds βˆ’1/n≀an≀1/n-1/n \leq a_n \leq 1/n. Why is this valid despite cos(n) being unpredictable?

A.Because the outer sequences both converge to 0, forcing the middle to 0 regardless of inner oscillation. βœ…
B.Because cos(n) is periodic.
C.Because n is an integer.
D.Because the bounds are constants.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This application question validates Squeezing Theorem usage for oscillatory sequences. Cosine's irregularity at integers makes direct limit evaluation impossible, but boundedness combined with decaying envelope suffices. The theorem's power lies in bypassing internal complexity via external control. Students must recognize when detailed behavior is irrelevant compared to dominating trends. This exemplifies how convergence definitions handle 'messy' sequences: we don't need to track every fluctuation, only establish containment within shrinking corridors. This strategic ignorance is key to analyzing complex sequences efficiently.

Q57. If lim⁑nβ†’βˆžan=5\lim_{n \to \infty} a_n = 5, which statement about Ο΅=0.1\epsilon = 0.1 must be true per definition?

A.There exists N such that ∣anβˆ’5∣<0.1|a_n - 5| < 0.1 for all n>Nn > N. βœ…
B.All terms satisfy ∣anβˆ’5∣<0.1|a_n - 5| < 0.1.
C.Exactly 10 terms satisfy ∣anβˆ’5∣β‰₯0.1|a_n - 5| \geq 0.1.
D.ana_n equals 5 for all n>Nn > N.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This direct recall tests precise epsilon-N definition comprehension. Convergence means eventual permanent closeness, not universal closeness (early terms can be far) nor exact equality (asymptotic approach). Also, the number of outliers isn't specified, only finiteness. Option A captures the existential quantifier and universal tail condition correctly. Misunderstanding this leads to errors in proofs and misinterpretation of approximation accuracy. Mastery of this logical structure is prerequisite for all rigorous analysis, distinguishing vague 'getting close' from precise mathematical convergence.

Q58. Why is the sequence an=(βˆ’1)na_n = (-1)^n considered divergent even though it's bounded and has two convergent subsequences?

A.Because the full sequence doesn't settle near a single L; odd and even subsequences have different limits. βœ…
B.Because it's not monotone.
C.Because it takes negative values.
D.Because bounded sequences must converge to zero.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This conceptual question dissects divergence mechanisms. Boundedness + subsequence convergence β‰  convergence. The definition requires ALL tails to be near ONE L. Here, subsequences converge to Β±1, violating uniqueness. This illustrates that convergence demands coherence across the entire sequence, not just parts. Students often mistakenly believe bounded oscillation implies some averaged limit, but standard convergence is strict. Recognizing subsequence disagreement as definitive divergence proof is a powerful diagnostic tool, especially for alternating or piecewise-defined sequences where direct epsilon arguments are cumbersome.

Q59. In error analysis, if computed ana_n has roundoff error Ξ΄n\delta_n where ∣δn∣<10βˆ’6|\delta_n| < 10^{-6}, and theoretical anβ†’La_n \to L, what happens to observed convergence?

A.Observed sequence converges to a neighborhood of L, not necessarily L itself, due to persistent error floor. βœ…
B.Observed sequence still converges exactly to L.
C.Roundoff error causes divergence to infinity.
D.Convergence speed increases.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: This challenging question merges numerical reality with theoretical definitions. Pure math assumes exact arithmetic; computers don't. Persistent roundoff creates an error band preventing true convergence to L. Observed sequence stabilizes within Β±10βˆ’6\pm 10^{-6} of L but may never enter smaller epsilon-bands. This reveals tension between idealized definitions and practical computation. Students must understand that numerical 'convergence' is approximate, and stopping criteria must account for machine precision. This bridges pure analysis and numerical methods, showing definitions need adaptation for real-world implementation where exact limits are physically unrealizable.

Q60. Which modification to an=nn+1a_n = \frac{n}{n+1} would change its limit from 1 to 0?

A.Replace numerator with constant: 1n+1\frac{1}{n+1} βœ…
B.Add 1 to denominator: nn+2\frac{n}{n+2}
C.Square the expression: (nn+1)2\left(\frac{n}{n+1}\right)^2
D.Multiply by (-1)^n: (βˆ’1)nnn+1(-1)^n \frac{n}{n+1}
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This application question tests sensitivity of limits to algebraic structure. Original limit is 1 (same degree). Changing numerator to constant creates degree mismatch, yielding 0. Other options preserve degree balance or merely alter sign/convergence status without changing magnitude limit. This reinforces that polynomial sequence limits depend on leading term ratios. Students learn to predict limit changes structurally rather than recomputing each time. Developing this intuition accelerates problem-solving and deepens understanding of asymptotic dominance hierarchies embedded in sequence definitions.

Q61. If anβ†’La_n \to L and bnβ†’Lb_n \to L, and an≀cn≀bna_n \leq c_n \leq b_n only for even n, can we conclude cnβ†’Lc_n \to L?

A.No, because odd terms of cnc_n could behave arbitrarily, violating the 'for all n > N' requirement. βœ…
B.Yes, because even terms dominate.
C.Yes, by Squeezing Theorem.
D.No, because limits don't exist for subsequences.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: This Olympiad-style question stress-tests Squeezing Theorem conditions. The theorem requires inequality holding eventually for ALL n, not just a subsequence. Even-index squeezing controls only half the sequence; odd terms remain unconstrained and could diverge. This exposes fragility of convergence: controlling a subset doesn't control the whole. Students must verify hypotheses completely, not partially. This cultivates rigor in checking quantifiers ('for all' vs 'for some') and prevents overgeneralization of powerful theorems beyond their valid domains.

Q62. How does the definition of sequence convergence differ fundamentally from function continuity at a point?

A.Sequence convergence concerns behavior at infinity over discrete domain; continuity concerns local behavior around a point in continuous domain. βœ…
B.They are identical concepts.
C.Sequences use epsilon-delta; functions use epsilon-N.
D.Continuity requires monotonicity; convergence doesn't.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This mixed-concept question clarifies categorical distinctions. Both use epsilon language but in different contexts: sequences β†’ ∞ discretely; continuity β†’ c continuously. Confusing them leads to category errors like discussing 'continuity at infinity' or 'sequential continuity' without proper framing. Understanding this separation helps organize analysis mentally: sequences capture asymptotic discrete trends; continuity captures local smoothness. Though related (sequential criterion for continuity), they address different mathematical phenomena. Articulating this difference strengthens conceptual architecture of calculus.

Q63. A sequence satisfies ∣an+1βˆ’an∣<1n|a_{n+1} - a_n| < \frac{1}{n}. Does this guarantee convergence?

A.No; harmonic-like sequences can have vanishing adjacent differences yet diverge to infinity. βœ…
B.Yes; differences going to zero implies Cauchy.
C.Yes; by Monotone Convergence Theorem.
D.No; it must be alternating.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: This challenging question targets the gap between local and global behavior. Vanishing adjacent differences suggest slowing change but don't prevent unbounded drift (e.g., βˆ‘1/n\sum 1/n). True Cauchy condition requires ∣amβˆ’an∣<Ο΅|a_m - a_n| < \epsilon for ALL large m,n, not just neighbors. This distinction is subtle but crucial: local smoothness β‰  global stability. Students often assume 'slowing down' means 'stopping,' but cumulative small changes can still yield divergence. This deepens understanding of what convergence truly demands beyond superficial trend inspection.

Q64. When modeling compound interest discretely as An=P(1+r)nA_n = P(1+r)^n, why is treating n as continuous variable misleading for long-term predictions?

A.Continuous extension suggests smooth growth, masking discrete compounding jumps that matter for exact valuation dates. βœ…
B.It doesn't matter; exponential is exponential.
C.Continuous model predicts faster growth.
D.Discrete model can't use calculus.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This application question emphasizes domain fidelity in modeling. Financial contracts specify discrete compounding dates; interpolating continuously introduces fictitious values. While continuous approximation aids intuition, exact answers require respecting discrete sequence definition. This teaches that mathematical convenience shouldn't override problem constraints. Students learn to choose representations matching reality: sequences for discrete events, functions for continuous flows. Misalignment causes errors in timing-sensitive applications. This reinforces that definitions carry semantic meaning beyond syntax, anchoring math to the phenomena it describes.

Q65. If an=ln⁑nna_n = \frac{\ln n}{n}, which reasoning path correctly establishes convergence to 0?

A.Extend to f(x)=ln⁑x/xf(x)=\ln x/x, apply L'HΓ΄pital's to get 1/xβ†’01/x \to 0, then infer sequence limit. βœ…
B.Note ln n < n, so ratio < 1, thus β†’ 0.
C.Observe ln n grows, so ratio β†’ ∞.
D.Use Squeezing with 0 and 1/n.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This tests multi-step reasoning combining extension and calculus. Direct sequence L'HΓ΄pital is invalid; must extend to continuous f(x), compute limit, then transfer back via theorem. Option B's bound is too weak (<1 doesn't imply β†’0). Option C is false. Option D's upper bound 1/n is incorrect (ln n / n > 1/n for large n). Only A follows valid logical chain: extend β†’ differentiate β†’ conclude β†’ restrict. This workflow exemplifies standard technique for indeterminate sequence forms, reinforcing proper protocol for leveraging continuous tools on discrete objects.

Q66. Why is the sequence 1,0,1,0,...1, 0, 1, 0, ... not convergent despite having constant subsequences?

A.Because the definition requires a SINGLE L that attracts ALL tails; here tails keep visiting both 0 and 1. βœ…
B.Because it's not defined by a formula.
C.Because 0 and 1 are too far apart.
D.Because it's finite.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This conceptual question reinforces uniqueness of limits. Having convergent subsequences isn't enough; they must converge to SAME value. Here, evenβ†’0, oddβ†’1, so no unique attractor exists. This violates the 'for every epsilon' clause: pick Ξ΅=0.4, and no N keeps all subsequent terms within 0.4 of any candidate L. Students sometimes think 'settling into pattern' equals convergence, but periodic patterns β‰  limits. This clarifies that convergence demands asymptotic constancy, not just regularity, sharpening intuition about what 'approaching a value' truly means.

Q67. In comparing an=2nn!a_n = \frac{2^n}{n!} and bn=n1002nb_n = \frac{n^{100}}{2^n}, which dominates asymptotically and why?

A.ana_n decays faster because factorial dominates exponential, which dominates polynomial. βœ…
B.bnb_n decays faster because exponential beats polynomial.
C.Both converge to same rate.
D.Neither converges.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This mixed-concept question ranks growth hierarchies. Factorial >> exponential >> polynomial. So ana_n (exp/fact) decays super-fast; bnb_n (poly/exp) decays slower. Understanding this hierarchy allows quick limit assessment without computation. Students internalize that n! overwhelms everything elementary, explaining why Taylor series converge everywhere. This ranking is implicit in convergence tests but rarely stated explicitly. Making it conscious accelerates problem-solving and builds intuition for why certain series converge absolutely while others barely converge conditionally.

Q68. A student writes lim⁑nβ†’βˆžn+1n=lim⁑nβ†’βˆžnn+lim⁑nβ†’βˆž1n=1+0=1\lim_{n \to \infty} \frac{n+1}{n} = \lim_{n \to \infty} \frac{n}{n} + \lim_{n \to \infty} \frac{1}{n} = 1 + 0 = 1. Is this valid?

A.Yes; sum rule applies since both individual limits exist finitely. βœ…
B.No; you can't split fractions.
C.No; must use L'HΓ΄pital.
D.Yes, but only because answer is 1.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This direct recall validates proper use of limit arithmetic. Splitting is legal iff components converge. Here both do, so valid. Common error is splitting when parts diverge (e.g., ∞ - ∞). This question reinforces checking preconditions before applying theorems. Students learn that algebraic manipulation of limits is conditional, not automatic. Validating existence before operating prevents indeterminate form disasters. This procedural discipline is foundational for rigorous sequence analysis, ensuring每一ζ­₯ rests on solid theoretical ground rather than symbolic habit.

Q69. If anβ†’3a_n \to 3 and bnβ†’0b_n \to 0 with bn>0b_n > 0, what is lim⁑an/bn\lim a_n / b_n?

A.Diverges to +∞. βœ…
B.Equals 0.
C.Equals 3.
D.Indeterminate without more info.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: This application question combines limit laws with signed infinity. Numerator β†’ positive constant, denominator β†’ 0⁺, so ratio β†’ +∞. Not indeterminate (that's 0/0 or ∞/∞). Students sometimes reflexively say 'indeterminate' seeing 0 in denominator, forgetting numerator is nonzero. This tests careful classification of limit forms. Recognizing determinate infinite limits prevents unnecessary L'HΓ΄pital or squeezing attempts. It reinforces that 'undefined' and 'infinite limit' are distinct: latter describes specific divergence mode, former indicates genuine ambiguity. Precision in terminology reflects precision in thinking.

Q70. Which statement best captures why recursive sequences like an+1=cos⁑(an)a_{n+1} = \cos(a_n) are harder to analyze than explicit ones?

A.Limit L must satisfy fixed-point equation L=cos(L), requiring numerical/transcendental methods rather than direct evaluation. βœ…
B.Recursive sequences never converge.
C.Explicit sequences always have closed forms.
D.Recursion violates sequence definition.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: This Olympiad-style question contrasts analytical approaches. Explicit sequences allow direct limit computation; recursive ones require solving L=f(L), often impossible analytically. Existence/uniqueness needs contraction mapping or monotonicity arguments, not just algebra. This elevates difficulty from calculation to structural analysis. Students learn that definition format dictates solution strategy. Recursive definitions encode implicit relationships demanding deeper tools. Recognizing this prepares students for dynamical systems thinking, where limits emerge from iterative processes rather than formula evaluation, expanding their analytical repertoire beyond elementary calculus.

πŸ”— Related Topics (MCQs)