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

πŸ“ Monotone sequences increasing decreasing (31 MCQs)

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

What is Monotone sequences increasing decreasing?

A sequence is monotone if it is either increasing (each term is ≀\le the next, an≀an+1a_n \le a_{n+1}) or decreasing (each term is β‰₯\ge the next, anβ‰₯an+1a_n \ge a_{n+1}); for example, an=na_n = n is increasing, while an=1na_n = \frac{1}{n} is decreasing, and monotone sequences are easier to analyze for convergence.

3
Easy
20
Medium
8
Hard

πŸ“ All Monotone sequences increasing decreasing MCQs

Q1. A student claims that the sequence defined by an=n2βˆ’10n+25n+1a_n = \frac{n^2 - 10n + 25}{n+1} is strictly increasing for all nβ‰₯1n \geq 1 because the numerator is a quadratic with a positive leading coefficient. Which of the following best identifies the flaw in this reasoning?

A.The student failed to check the derivative of the corresponding function.
B.The student ignored that monotonicity depends on the entire expression, not just the numerator's shape. βœ…
C.The student should have used the ratio test instead of analyzing the numerator.
D.The sequence is actually strictly decreasing, so the student’s conclusion is backwards.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Monotonicity of a sequence an=f(n)a_n = f(n) cannot be determined solely by inspecting the numerator or denominator in isolation. Even if the numerator grows quadratically, the denominator also increases, potentially causing the overall fraction to decrease initially before increasing. A rigorous analysis requires examining an+1βˆ’ana_{n+1} - a_n or f'(x) for the complete function. The quadratic numerator has a minimum at n=5n=5, but the rational function’s behavior is more complex due to the linear denominator.

Q2. Consider the sequence an=(1+1n)na_n = \left(1 + \frac{1}{n}\right)^n. Without computing numerical values, which method most rigorously establishes its monotonicity for all nβ‰₯1n \geq 1?

A.Compute an+1/ana_{n+1}/a_n and apply Bernoulli’s inequality to show it exceeds 1.
B.Take the natural log and differentiate f(x)=xln⁑(1+1/x)f(x) = x \ln(1 + 1/x) to show f'(x) > 0.
C.Use induction to prove an+1>ana_{n+1} > a_n directly from the binomial expansion.
D.Apply the AM-GM inequality to the n+1n+1 terms in the product form of an+1a_{n+1}. βœ…
πŸ’‘ Difficulty: hard | βœ… Correct: D

πŸ“– Explanation: While multiple methods can work, the AM-GM approach elegantly proves strict increase without calculus or advanced inequalities. Applying AM-GM to the n+1n+1 numbers 1,1+1n,…,1+1n1, 1+\frac{1}{n}, \dots, 1+\frac{1}{n} (with one 1 and n copies of 1+1/n1+1/n) yields an+11/(n+1)>an1/na_{n+1}^{1/(n+1)} > a_n^{1/n}, implying an+1>ana_{n+1} > a_n. This avoids pitfalls of asymptotic approximations and provides a self-contained algebraic proof suitable for Olympiad-level reasoning.

Q3. A population model generates a sequence PnP_n where Pn+1=rPn(1βˆ’Pn/K)P_{n+1} = rP_n(1 - P_n/K) with r=2.5r = 2.5 and K=1000K = 1000. If P1=800P_1 = 800, what can be concluded about the long-term monotonicity of {Pn}\{P_n\}?

A.The sequence is eventually strictly decreasing toward equilibrium.
B.The sequence is eventually strictly increasing toward equilibrium.
C.The sequence oscillates indefinitely and is never eventually monotone. βœ…
D.The sequence converges monotonically after finitely many terms.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: For logistic maps with r>2r > 2, the fixed point becomes unstable and periodic or chaotic behavior emerges. At r=2.5r = 2.5, the system exhibits stable 2-cycle oscillations around the equilibrium K(1βˆ’1/r)=600K(1 - 1/r) = 600. Starting at P1=800P_1 = 800, the sequence will alternate above and below 600 without settling into monotonic behavior. Thus, it is never eventually monotone, illustrating how nonlinear recurrence relations can violate intuitive expectations from continuous models.

Q4. Given the graph of a differentiable function f(x)f(x) that is positive, decreasing, and concave up for xβ‰₯1x \geq 1, and defining an=f(n)a_n = f(n), which statement about {an}\{a_n\} must be true?

A.{an}\{a_n\} is strictly decreasing and the differences anβˆ’an+1a_n - a_{n+1} are strictly decreasing. βœ…
B.{an}\{a_n\} is strictly decreasing and the differences anβˆ’an+1a_n - a_{n+1} are strictly increasing.
C.{an}\{a_n\} is strictly increasing and concave up.
D.{an}\{a_n\} is strictly decreasing but nothing can be said about the differences.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Since ff is decreasing, an>an+1a_n > a_{n+1}, so the sequence is strictly decreasing. Concavity up means f' is increasing (less negative), so the slope becomes less steep. Thus, the drop f(n) - f(n+1) \approx -f'(c) for c∈(n,n+1)c \in (n, n+1) decreases as nn increases because f' is rising toward zero. Therefore, the successive differences anβˆ’an+1a_n - a_{n+1} themselves form a strictly decreasing positive sequence, reflecting diminishing decrements.

Q5. Which of the following sequences is monotone but NOT eventually strictly monotone?

A.an=(βˆ’1)n/na_n = (-1)^n / n
B.an=1+1/na_n = 1 + 1/n for odd nn, an=1a_n = 1 for even nn βœ…
C.an=n/(n+1)a_n = n / (n+1)
D.an=sin⁑(n)/na_n = \sin(n)/n
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: A sequence is eventually strictly monotone only if, after some index, every consecutive pair satisfies strict inequality. Option B equals 1 at every even index and exceeds 1 at odd indices, so a2k=a2k+2=1a_{2k} = a_{2k+2} = 1, violating strictness infinitely often. Yet it is nonincreasing overall since odd terms exceed 1 and even terms equal 1, making it monotone (nonincreasing) but never strictly so beyond any point. Other options either fail monotonicity entirely or become strictly monotone.

Q6. Suppose {an}\{a_n\} is defined recursively by a1=2a_1 = 2, an+1=2+ana_{n+1} = \sqrt{2 + a_n}. A student argues the sequence is increasing because 2+x>x\sqrt{2+x} > x for all x>0x > 0. What is the error in this justification?

A.The inequality 2+x>x\sqrt{2+x} > x does not hold for all x>0x > 0; it fails when x>2x > 2. βœ…
B.The student should have checked boundedness first.
C.The recursion guarantees convergence, not monotonicity.
D.The base case a1=2a_1 = 2 makes the sequence constant.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The claim that 2+x>x\sqrt{2+x} > x for all x>0x > 0 is false; solving 2+x>x\sqrt{2+x} > x gives x<2x < 2 (since squaring yields x2βˆ’xβˆ’2<0x^2 - x - 2 < 0). At x=2x = 2, equality holds, and for x>2x > 2, the inequality reverses. Since a1=2a_1 = 2, we get a2=4=2a_2 = \sqrt{4} = 2, so the sequence is actually constant, not increasing. The student’s universal quantifier was incorrect, highlighting the danger of unverified functional inequalities in recursive definitions.

Q7. Let an=∫01xnex dxa_n = \int_0^1 x^n e^x \, dx. Without evaluating the integral, determine the monotonicity of {an}\{a_n\}.

A.Strictly increasing because ex>0e^x > 0.
B.Strictly decreasing because xn+1<xnx^{n+1} < x^n on (0,1)(0,1). βœ…
C.Not monotone due to oscillation of exe^x.
D.Constant because the interval is fixed.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: On the open interval (0,1)(0,1), we have 0<x<10 < x < 1, so xn+1<xnx^{n+1} < x^n. Multiplying both sides by the positive function exe^x preserves the inequality: xn+1ex<xnexx^{n+1}e^x < x^n e^x. Integrating over [0,1] maintains strict inequality since the integrands differ on a set of positive measure. Hence an+1<ana_{n+1} < a_n for all nn, proving strict decrease. This application leverages pointwise dominance and integral monotonicity without computation.

Q8. If a sequence {an}\{a_n\} satisfies an+2>ana_{n+2} > a_n for all nβ‰₯1n \geq 1, which conclusion is necessarily valid?

A.The sequence is strictly increasing.
B.The subsequences {a2k}\{a_{2k}\} and {a2kβˆ’1}\{a_{2k-1}\} are each strictly increasing. βœ…
C.The sequence diverges to infinity.
D.The sequence is eventually monotone.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The condition an+2>ana_{n+2} > a_n implies that every other term increases, so both the even-indexed and odd-indexed subsequences are strictly increasing. However, the full sequence need not be monotone; for example, an=n+(βˆ’1)na_n = n + (-1)^n satisfies an+2>ana_{n+2} > a_n but alternates in local behavior. It may still converge if bounded, or diverge, but no global monotonicity or divergence is guaranteed. Only the subsequence structure is enforced by the given recurrence inequality.

Q9. Which scenario best illustrates a sequence that is bounded and monotone yet whose limit is difficult to find analytically?

A.an=1βˆ’1/na_n = 1 - 1/n
B.an=βˆ‘k=1n1/k2a_n = \sum_{k=1}^n 1/k^2
C.a1=1,an+1=cos⁑(an)a_1 = 1, a_{n+1} = \cos(a_n) βœ…
D.an=(1+1/n)na_n = (1 + 1/n)^n
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: The sequence an+1=cos⁑(an)a_{n+1} = \cos(a_n) with a1=1a_1 = 1 is bounded in [0,1] and eventually monotone (it alternates then settles), converging to the unique fixed point of cos⁑x=x\cos x = x. However, this Dottie number has no closed-form expression in elementary functions, unlike the other options which converge to known constants (1, Ο€2/6\pi^2/6, e). This exemplifies how monotone convergence guarantees existence without providing computability, a key conceptual distinction in analysis.

Q10. Suppose f(x)f(x) is differentiable for xβ‰₯1x \geq 1 and f&#039;(x) > 0 for all x>1x > 1, but f&#039;(n) = 0 for every positive integer nn. Can the sequence an=f(n)a_n = f(n) be strictly increasing?

A.Yes, because f&#039;(x) > 0 almost everywhere ensures growth.
B.No, because a_{n+1} - a_n = \int_n^{n+1} f&#039;(x) dx > 0 despite isolated zeros. βœ…
C.No, because f&#039;(n) = 0 implies local maxima at integers.
D.Yes, but only if f&#039;&#039;(n) > 0.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Even though f&#039;(n) = 0 at integers, the integral of f&#039; over [n, n+1] remains positive since f&#039; > 0 on (n, n+1). By the Fundamental Theorem, a_{n+1} - a_n = \int_n^{n+1} f&#039;(x) dx > 0, so the sequence is strictly increasing. Derivative values at isolated points don’t control discrete differences; only the integral matters. This counters the misconception that vanishing derivative at sample points precludes sequence growth, emphasizing the distinction between pointwise and aggregate behavior.

Q11. In modeling compound interest with variable rates, suppose account balance follows Bn+1=Bn(1+rn)B_{n+1} = B_n (1 + r_n) where rn=0.05+0.01sin⁑(n)r_n = 0.05 + 0.01 \sin(n). Is {Bn}\{B_n\} monotone?

A.Yes, strictly increasing because rn>0r_n > 0 always. βœ…
B.No, because sin⁑(n)\sin(n) causes occasional negative rates.
C.Yes, nondecreasing but not strictly.
D.Cannot determine without initial balance.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Since ∣sin⁑(n)βˆ£β‰€1|\sin(n)| \leq 1, we have rnβ‰₯0.05βˆ’0.01=0.04>0r_n \geq 0.05 - 0.01 = 0.04 > 0 for all n. Thus 1+rn>11 + r_n > 1, and with positive initial balance B1>0B_1 > 0, each multiplication increases the balance: Bn+1>BnB_{n+1} > B_n. Despite rate fluctuations, positivity of rnr_n ensures strict monotonic increase. This applies financial intuition within mathematical rigor, showing that bounded oscillation in growth rate doesn’t violate monotonicity if the rate stays positive.

Q12. A peer asserts: β€˜If an>0a_n > 0 and lim⁑nβ†’βˆžan+1/an=1\lim_{n\to\infty} a_{n+1}/a_n = 1, then {an}\{a_n\} must be eventually monotone.’ Provide a counterexample.

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

πŸ“– Explanation: The sequence an=1+sin⁑(ln⁑n)/na_n = 1 + \sin(\ln n)/n is positive, and an+1/anβ†’1a_{n+1}/a_n \to 1 since the perturbation decays. However, sin⁑(ln⁑n)\sin(\ln n) oscillates infinitely often with decreasing amplitude but non-monotonic envelope, causing ana_n to increase and decrease indefinitely. Thus, it is never eventually monotone despite ratio tending to 1. This refutes the misconception that asymptotic ratio behavior controls eventual monotonicity, highlighting that higher-order fluctuations can persist even when first-order trends stabilize.

Q13. Given two sequences where {an}\{a_n\} is increasing and {bn}\{b_n\} is decreasing, with an<bna_n < b_n for all n, what can be definitively concluded?

A.Both sequences converge.
B.{an}\{a_n\} converges and {bn}\{b_n\} diverges.
C.{bnβˆ’an}\{b_n - a_n\} is decreasing and nonnegative. βœ…
D.{an+bn}\{a_n + b_n\} is monotone.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Define cn=bnβˆ’anc_n = b_n - a_n. Since bnb_n decreases and ana_n increases, cn+1=bn+1βˆ’an+1<bnβˆ’an=cnc_{n+1} = b_{n+1} - a_{n+1} < b_n - a_n = c_n, so {cn}\{c_n\} is strictly decreasing. Also cn>0c_n > 0 by hypothesis. Thus {cn}\{c_n\} is a positive decreasing sequence. Convergence of individual sequences isn’t guaranteed without boundedness, and sum/difference monotonicity doesn’t extend to an+bna_n + b_n. Only the gap’s monotonicity follows directly from the given conditions.

Q14. When applying the derivative test to an=f(n)a_n = f(n), a student finds f&#039;(x) > 0 for x>10x > 10 but f&#039;(x) < 0 for 1<x<101 < x < 10. They conclude {an}\{a_n\} is eventually strictly increasing. Is this valid?

A.Yes, because behavior for x>10x > 10 determines eventual monotonicity. βœ…
B.No, because f&#039;(x) could be negative at some integers beyond 10.
C.Yes, provided ff is continuous.
D.No, because the sequence might oscillate near x=10.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Eventual monotonicity depends only on tail behavior. Since f&#039;(x) > 0 for all x>10x > 10, then for all integers nβ‰₯11n \geq 11, ff is increasing on [n, n+1], so an+1=f(n+1)>f(n)=ana_{n+1} = f(n+1) > f(n) = a_n. Thus {an}\{a_n\} is strictly increasing for nβ‰₯11n \geq 11, satisfying eventual strict increase. Early behavior (n < 11) is irrelevant to eventual properties. The continuity ensures no pathological jumps, but even without it, positivity of derivative on an interval implies increase on that interval.

Q15. Which modification to the harmonic series partial sums Hn=βˆ‘k=1n1/kH_n = \sum_{k=1}^n 1/k produces a sequence that is both bounded and monotone?

A.Hnβˆ’ln⁑nH_n - \ln n βœ…
B.Hn/nH_n / n
C.(βˆ’1)nHn(-1)^n H_n
D.Hnβˆ’nH_n - n
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The sequence an=Hnβˆ’ln⁑na_n = H_n - \ln n is well-known to be strictly decreasing and bounded below (converging to Euler’s constant Ξ³). Monotonicity follows from integral comparison: ∫nn+11/xdx<1/n\int_n^{n+1} 1/x dx < 1/n, implying ln⁑(n+1)βˆ’ln⁑n<1/n\ln(n+1) - \ln n < 1/n, so an+1<ana_{n+1} < a_n. Boundedness comes from Hn<1+ln⁑nH_n < 1 + \ln n. Other options either diverge, oscillate, or fail monotonicity. This connects classic results to monotone-bounded principles.

Q16. A recursive sequence satisfies an+1=an+1n2(1βˆ’an)a_{n+1} = a_n + \frac{1}{n^2}(1 - a_n) with a1=0a_1 = 0. Without solving, prove it is strictly increasing and bounded above by 1.

A.By induction: assume 0≀an<10 \leq a_n < 1, then an+1βˆ’an>0a_{n+1} - a_n > 0 and an+1<1a_{n+1} < 1. βœ…
B.Because 1/n21/n^2 is summable, the sequence converges absolutely.
C.The function f(x)=x+(1βˆ’x)/n2f(x) = x + (1-x)/n^2 has derivative < 1.
D.It is a contraction mapping on [0,1].
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Base case: a1=0∈[0,1)a_1 = 0 \in [0,1). Assume 0≀an<10 \leq a_n < 1. Then 1βˆ’an>01 - a_n > 0, so an+1βˆ’an=(1βˆ’an)/n2>0a_{n+1} - a_n = (1 - a_n)/n^2 > 0, proving strict increase. Also an+1=an+(1βˆ’an)/n2<an+(1βˆ’an)=1a_{n+1} = a_n + (1 - a_n)/n^2 < a_n + (1 - a_n) = 1, so bounded above by 1. Induction completes the proof. This demonstrates how recursive structure with positive feedback toward a bound enforces monotonicity and boundedness simultaneously, a common technique in dynamical systems.

Q17. If {an}\{a_n\} is monotone and the subsequence {ank}\{a_{n_k}\} with nk=k2n_k = k^2 converges to L, what follows about {an}\{a_n\}?

A.It converges to L. βœ…
B.It converges only if it is bounded.
C.It may diverge if monotonicity direction opposes subsequence limit.
D.Nothing can be concluded without knowing if it’s increasing or decreasing.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: For a monotone sequence, convergence of any subsequence implies convergence of the whole sequence to the same limit. If increasing and a subsequence β†’ L, then all terms beyond some point are ≀ L (if subseq terms approach L from below) or β‰₯ L, but monotonicity forces squeezing. Specifically, if increasing and ak2β†’La_{k^2} \to L, then for any n, choose k with k2>nk^2 > n, so an≀ak2β†’La_n \leq a_{k^2} \to L, and since increasing, ana_n bounded above by L, hence converges to sup ≀ L; but subsequence hits arbitrarily close to L, so sup = L. Similar for decreasing. Thus full sequence β†’ L.

Q18. Which real-world process is best modeled by a sequence that is eventually monotone but not initially monotone?

A.Radioactive decay of a pure isotope.
B.Population recovery after a sudden environmental shock followed by logistic growth. βœ…
C.Simple interest accumulation.
D.Cooling of an object in constant ambient temperature.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: After a shock (e.g., disaster reducing population), the sequence may initially fluctuate due to Allee effects or resource redistribution before settling into logistic growth, which is eventually monotone toward carrying capacity. Radioactive decay and Newtonian cooling are monotone from start; simple interest is linear. Only post-shock ecology exhibits transient non-monotonicity before asymptotic monotonic approach, matching the mathematical concept of eventual monotonicity in applied contexts.

Q19. Suppose an=∫0Ο€/2sin⁑nx dxa_n = \int_0^{\pi/2} \sin^n x \, dx. Determine monotonicity without integration.

A.Strictly increasing because sin x ≀ 1.
B.Strictly decreasing because sin⁑n+1x<sin⁑nx\sin^{n+1} x < \sin^n x on (0, Ο€/2). βœ…
C.Not monotone due to endpoint behavior.
D.Constant because integral over symmetric interval.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: On (0, Ο€/2), 0 < sin x < 1, so sin⁑n+1x<sin⁑nx\sin^{n+1} x < \sin^n x. At endpoints x=0 and x=Ο€/2, equality holds (0 and 1 respectively), but these are measure-zero sets. Thus sin⁑n+1x≀sin⁑nx\sin^{n+1} x \leq \sin^n x everywhere with strict inequality on a set of positive measure, implying an+1<ana_{n+1} < a_n. Hence strictly decreasing. This applies measure-theoretic reasoning to avoid computation, leveraging pointwise dominance in integrals.

Q20. A student observes a1=3,a2=2.5,a3=2.2,a4=2.1a_1=3, a_2=2.5, a_3=2.2, a_4=2.1 and conjectures {an}\{a_n\} is strictly decreasing. Later finds a5=2.15a_5=2.15. What lesson does this illustrate?

A.Numerical evidence alone cannot confirm monotonicity; analytical proof is required. βœ…
B.Sequences defined by formulas are always eventually monotone.
C.Five terms are insufficient; ten terms would suffice.
D.The sequence must be recursive to be monotone.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: This exemplifies the danger of inductive reasoning from finite data. Apparent trends can reverse, as seen here at n=5. Monotonicity is a universal property requiring proof via difference, ratio, or derivative testsβ€”not empirical observation. This reinforces foundational analysis principles against overreliance on computational experimentation, especially in modeling where late-stage bifurcations occur.

Q21. Let an=ln⁑nna_n = \frac{\ln n}{n}. For which n is the sequence strictly decreasing?

A.All nβ‰₯1n \geq 1
B.All nβ‰₯3n \geq 3 βœ…
C.All nβ‰₯en \geq e
D.All nβ‰₯2n \geq 2
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Define f(x)=ln⁑x/xf(x) = \ln x / x. Then f&#039;(x) = (1 - \ln x)/x^2, which is negative when ln⁑x>1\ln x > 1, i.e., x>eβ‰ˆ2.718x > e \approx 2.718. Thus for integers nβ‰₯3n \geq 3, f&#039;(x) < 0 on [n, n+1], so an+1<ana_{n+1} < a_n. At n=2: a2=ln⁑2/2β‰ˆ0.346a_2 = \ln2/2 β‰ˆ 0.346, a3=ln⁑3/3β‰ˆ0.366>a2a_3 = \ln3/3 β‰ˆ 0.366 > a_2, so not decreasing at n=2. Hence strictly decreasing only for nβ‰₯3n \geq 3. This combines calculus with discrete indexing, noting threshold at e.

Q22. In error analysis of iterative root-finding, suppose errors satisfy ∣en+1βˆ£β‰€k∣en∣2|e_{n+1}| \leq k |e_n|^2 with 0<k<10 < k < 1 and ∣e1∣<1|e_1| < 1. Is {∣en∣}\{|e_n|\} monotone?

A.Yes, strictly decreasing because quadratic convergence dominates. βœ…
B.Not necessarily; it depends on initial error magnitude.
C.Yes, nonincreasing but may plateau.
D.No, because squaring can increase small errors.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Given ∣e1∣<1|e_1| < 1 and k<1k < 1, we have ∣e2βˆ£β‰€k∣e1∣2<∣e1∣2<∣e1∣|e_2| \leq k |e_1|^2 < |e_1|^2 < |e_1|. By induction, if ∣en∣<1|e_n| < 1, then ∣en+1βˆ£β‰€k∣en∣2<∣en∣|e_{n+1}| \leq k |e_n|^2 < |e_n|. Thus strictly decreasing. Quadratic convergence with contraction factor ensures monotonic error reduction once inside basin of attraction. This links numerical analysis to monotone sequences, showing how convergence order implies monotonicity under suitable initialization.

Q23. Which statement correctly distinguishes monotonicity from boundedness in convergence criteria?

A.Boundedness implies convergence for all sequences; monotonicity does not.
B.Monotone sequences converge iff bounded; bounded sequences may oscillate. βœ…
C.Both properties are equivalent for convergence.
D.Monotonicity guarantees divergence if unbounded; boundedness guarantees convergence.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The Monotone Convergence Theorem states that a monotone sequence converges if and only if it is bounded. In contrast, boundedness alone doesn’t ensure convergence (e.g., (βˆ’1)n(-1)^n). This distinction is fundamental: monotonicity provides directional control, while boundedness provides range control. Together they suffice; separately, only monotone+bnd β‡’ conv. This clarifies why both hypotheses are necessary in MCT and prevents conflating necessary vs sufficient conditions.

Q24. Given an=βˆ‘k=n2n1ka_n = \sum_{k=n}^{2n} \frac{1}{k}, determine monotonicity by comparing ana_n and an+1a_{n+1}.

A.Strictly increasing because more terms are added.
B.Strictly decreasing because terms shrink faster than count grows. βœ…
C.Not monotone due to harmonic series divergence.
D.Constant asymptotically.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Write an+1βˆ’an=βˆ‘k=n+12n+21kβˆ’βˆ‘k=n2n1k=12n+1+12n+2βˆ’1na_{n+1} - a_n = \sum_{k=n+1}^{2n+2} \frac{1}{k} - \sum_{k=n}^{2n} \frac{1}{k} = \frac{1}{2n+1} + \frac{1}{2n+2} - \frac{1}{n}. Simplify: 12n+1+12n+2<12n+12n=1n\frac{1}{2n+1} + \frac{1}{2n+2} < \frac{1}{2n} + \frac{1}{2n} = \frac{1}{n}, so difference < 0. Thus strictly decreasing. This requires careful index manipulation and inequality estimation, showcasing advanced application of series comparison within sequence monotonicity analysis.

Q25. A model predicts bacterial density DnD_n with Dn+1=Dner(1βˆ’Dn/K)D_{n+1} = D_n e^{r(1 - D_n/K)}. If r=0.5r = 0.5, K=100K = 100, and D1=50D_1 = 50, is {Dn}\{D_n\} monotone?

A.Yes, strictly increasing toward K. βœ…
B.Yes, strictly decreasing toward K.
C.No, it overshoots and oscillates.
D.Cannot tell without simulation.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: For 0<r≀10 < r \leq 1, the Ricker model is monotone convergent to K when starting below K. Here r=0.5<1, D1=50f(D)=De0.5(1βˆ’D/100)f(D) = D e^{0.5(1-D/100)} satisfies f(D)>D for DD1, and by induction Dn increases toward K. This applies domain-specific knowledge of population models to monotonicity, linking biology to analysis.

Q26. If {an}\{a_n\} is monotone and lim inf⁑an=lim sup⁑an\liminf a_n = \limsup a_n, what follows?

A.The sequence converges.
B.The sequence is bounded.
C.The sequence is Cauchy.
D.All of the above. βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: Equal liminf and limsup imply convergence. For monotone sequences, this is equivalent to boundedness (by MCT). Convergent sequences are always Cauchy and bounded. Thus all statements hold. This integrates multiple concepts: monotonicity ties liminf/limsup equality to convergence, which entails boundedness and Cauchy property. Recognizing these equivalences demonstrates deep understanding of sequential compactness and completeness in reals.

Q27. Which graph depicts a sequence that is eventually strictly decreasing but not bounded below?

A.Points descending toward a horizontal asymptote.
B.Points descending linearly without bound. βœ…
C.Points oscillating with decreasing amplitude.
D.Points ascending then descending to a limit.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: An eventually strictly decreasing unbounded sequence must tend to βˆ’βˆž-\infty, depicted as points falling indefinitely (e.g., an=βˆ’na_n = -n for n>N). Option A shows bounded decrease; C shows non-monotone; D shows bounded non-monotone. Only B matches unbounded eventual strict decrease. Interpreting graphical features against analytical definitions tests visual-literacy in sequence behavior.

Q28. Consider an=n1/na_n = n^{1/n}. A student claims it’s decreasing for all nβ‰₯1 because exponent 1/n decreases. Why is this incomplete?

A.They didn’t consider that base n increases simultaneously.
B.They should have used logarithms.
C.The sequence actually increases initially.
D.All of the above. βœ…
πŸ’‘ Difficulty: hard | βœ… Correct: D

πŸ“– Explanation: The student isolates exponent decay but ignores competing base growth. Taking logs: ln⁑an=(ln⁑n)/n\ln a_n = (\ln n)/n, whose derivative sign determines monotonicity. As shown earlier, this increases for ne. Thus sequence increases from n=1 to n=3 then decreases. All listed critiques are valid: simultaneous variation, log transformation necessity, and initial increase. Comprehensive error analysis requires acknowledging all facets.

Q29. In optimization, gradient descent generates xn+1=xnβˆ’Ξ±βˆ‡f(xn)x_{n+1} = x_n - \alpha \nabla f(x_n). If f is convex and Ξ± small, {f(xn)}\{f(x_n)\} is monotone decreasing. What if f is non-convex?

A.{f(xn)}\{f(x_n)\} may lose monotonicity due to local minima/saddles. βœ…
B.{f(xn)}\{f(x_n)\} remains monotone if Ξ± is adaptive.
C.{xn}\{x_n\} stays monotone even if f(x_n) doesn’t.
D.Monotonicity is irrelevant in non-convex settings.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Non-convex landscapes contain regions where gradient ascent occurs temporarily during escape from saddles or transitions between basins, causing f(xn+1)>f(xn)f(x_{n+1}) > f(x_n). Thus objective value sequence loses monotonicity. This connects optimization practice to sequence theory, showing how problem structure dictates monotonicityβ€”a crucial consideration in algorithm design and convergence proofs.

Q30. Let an=∏k=1n(1+1/k2)a_n = \prod_{k=1}^n (1 + 1/k^2). Prove it is strictly increasing and bounded.

A.Increasing because each factor >1; bounded because βˆ‘1/k2\sum 1/k^2 converges.
B.Increasing trivially; bounded by e^{π²/6} via exp(log product). βœ…
C.Both follow from comparison to exponential of harmonic series.
D.Boundedness requires integral test; increase is obvious.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Each factor 1+1/k2>11 + 1/k^2 > 1, so product strictly increases. Taking logs: ln⁑an=βˆ‘k=1nln⁑(1+1/k2)<βˆ‘k=1n1/k2<Ο€2/6\ln a_n = \sum_{k=1}^n \ln(1 + 1/k^2) < \sum_{k=1}^n 1/k^2 < \pi^2/6. Thus an<eΟ€2/6a_n < e^{\pi^2/6}, proving boundedness. This uses inequality ln⁑(1+x)<x\ln(1+x) < x and known p-series sum, combining infinite products, series, and monotonicity in a sophisticated argument typical of advanced analysis.

Q31. Which condition ensures that a recursively defined sequence an+1=g(an)a_{n+1} = g(a_n) is monotone?

A.g is increasing and a2β‰₯a1a_2 \geq a_1. βœ…
B.g is continuous.
C.g has a fixed point.
D.g is differentiable.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: If g is increasing and a2=g(a1)β‰₯a1a_2 = g(a_1) \geq a_1, then by induction an+1=g(an)β‰₯g(anβˆ’1)=ana_{n+1} = g(a_n) \geq g(a_{n-1}) = a_n, so increasing. Similarly for decreasing. Continuity, fixed points, or differentiability alone don’t guarantee monotonicity without ordering conditions. This synthesizes recursion, function properties, and inductionβ€”a mixed-concept insight vital for dynamical systems analysis.

πŸ”— Related Topics (MCQs)