To test if a sequence anβ is monotone, check the sign of an+1ββanβ: if an+1ββanββ₯0 for all n, it's increasing; if β€0, it's decreasing; for functions, you can also define f(x) with anβ=f(n) and check if fβ²(x)β₯0 (increasing) or fβ²(x)β€0 (decreasing).
7
Easy
8
Medium
16
Hard
π All How to test for monotonicity MCQs
Q1. A student analyzes the sequence defined by anβ=n3+nn2+1β and claims it is strictly decreasing because the denominator grows faster than the numerator. Which statement best evaluates this reasoning?
A.The reasoning is valid because comparing growth rates of polynomials is sufficient to prove strict monotonicity for all rational sequences.
B.The reasoning is flawed; while the limit is zero, growth rate comparison does not guarantee monotonicity for every term, requiring derivative or difference analysis. β
C.The reasoning is correct because for any rational function where the denominator degree exceeds the numerator, the sequence is always strictly decreasing from n=1.
D.The reasoning is invalid solely because the student did not use the ratio test, which is the only rigorous method for testing monotonicity of rational sequences.
π‘ Difficulty: medium | β Correct: B
π Explanation: This question targets error analysis and conceptual understanding. While the student's intuition about asymptotic behavior is correct regarding the limit, it fails to address local monotonicity. A sequence can oscillate or increase initially even if the denominator dominates eventually. Rigorous testing requires analyzing an+1ββanβ or f'(x) to ensure the property holds for all relevant indices, not just asymptotically.
Q2. Consider the sequence anβ=nlnnβ. Without calculating specific terms, determine the most efficient analytical method to establish its eventual monotonicity and identify the threshold.
A.Calculate an+1ββanβ and solve the inequality algebraically; the sequence decreases for nβ₯2.
B.Use the ratio anβan+1ββ; since logarithms grow slowly, the ratio is always less than 1 for nβ₯1.
C.Define f(x)=xlnxβ and analyze f'(x); the sequence is eventually decreasing for nβ₯3. β
D.Apply the integral test logic; since the integral converges, the sequence must be monotonically decreasing for all nβ₯1.
π‘ Difficulty: medium | β Correct: C
π Explanation: This application question highlights the utility of calculus in discrete settings. Direct difference or ratio methods become algebraically cumbersome with transcendental functions like lnn. Defining a continuous extension f(x) allows the use of derivatives. Since f'(x) = \frac{1-\ln x}{x^2}, the function decreases when lnx>1, implying x>e. Thus, monotonicity holds for integers nβ₯3.
Q3. Given the graph of a continuous function y=f(x) that oscillates with decreasing amplitude around an asymptote y=L, and knowing anβ=f(n), what can be definitively concluded about the sequence's monotonicity?
A.The sequence is eventually monotone because the amplitude of oscillation decreases, forcing terms closer to L.
B.The sequence cannot be monotone because the underlying continuous function oscillates, regardless of how small the amplitude becomes.
C.The sequence is monotone if and only if the sampling points n coincide exactly with the peaks and troughs of the oscillation.
D.The sequence might be monotone if the frequency of oscillation is low enough relative to the integer spacing, but generally it is not. β
π‘ Difficulty: hard | β Correct: D
π Explanation: This graph-based HOTS question challenges the misconception that 'settling down' implies monotonicity. Even if f(x)βL with decaying oscillations (e.g., xsinxβ), the discrete samples f(n) may still alternate above and below L depending on the phase. Monotonicity requires consistent ordering, which oscillatory behavior typically violates unless the sampling rate specifically aliases the oscillation into a monotonic pattern.
Q4. A researcher models population growth with Pnβ=A+Pnβ1βKPnβ1ββ where K,A>0. If P0β<KβA, which combination of tests best proves the sequence is strictly increasing and bounded?
A.Ratio test alone is sufficient because PnβPn+1ββ>1 implies both monotonicity and convergence.
B.Difference test combined with induction; show Pn+1ββPnβ>0 assuming Pnβ<KβA, establishing boundedness simultaneously. β
C.Integral test applied to the recursive formula to find the area under the growth curve.
D.Root test on the explicit formula derived from solving the recurrence relation.
π‘ Difficulty: hard | β Correct: B
π Explanation: This scenario-based question integrates modeling with rigorous proof techniques. Recursive sequences often require inductive arguments alongside monotonicity tests. Simply checking the ratio at one step isn't enough; one must prove the condition persists. The difference Pn+1ββPnβ=A+PnβPnβ(KβAβPnβ)β is positive precisely when Pnβ<KβA. Induction confirms this bound is maintained, linking monotonicity directly to the biological constraint of carrying capacity.
Q5. Analyze the sequence anβ=n1/n. A student computes limnβββanβ=1 and concludes the sequence is strictly decreasing for all nβ₯1. Identify the specific flaw in this deduction.
A.The limit calculation is incorrect; the sequence actually diverges to infinity.
B.Convergence to a limit does not imply monotonicity; the sequence could oscillate or increase before decreasing toward 1. β
C.The student failed to check the base case; the sequence is actually increasing for n=1,2 before decreasing.
D.The conclusion is valid, but the justification should have used the derivative of x1/x instead of the limit.
π‘ Difficulty: medium | β Correct: B
π Explanation: This error analysis question addresses a fundamental logical gap: conflating convergence with monotonicity. While n1/n does eventually decrease, proving this requires analyzing f'(x) or differences. The limit tells us the destination, not the path. A sequence like 1+n(β1)nβ also converges to 1 but is never monotone. Students must distinguish between asymptotic behavior and the structural ordering of terms required for monotonicity.
Q6. For the sequence anβ=nnn!β, why is the ratio test generally preferred over the difference test for determining monotonicity?
A.The difference an+1ββanβ involves factorials that cannot be simplified algebraically.
B.The ratio anβan+1ββ simplifies to (1βn1β)n, which relates directly to known limits and inequalities. β
C.The difference test requires evaluating ln(anβ) first, making it computationally equivalent to the ratio test.
D.Both tests are equally efficient, but textbooks arbitrarily prefer ratios for factorial sequences.
π‘ Difficulty: easy | β Correct: B
π Explanation: This conceptual question asks students to evaluate methodological efficiency. While differences work theoretically, factorials create unwieldy expressions in subtraction. Ratios exploit the multiplicative structure of n! and nn, yielding (n+1)n+1(n+1)!ββ n!nnβ=(n+1)nnnβ=(1+n1β)βn. Recognizing this as related to 1/e provides immediate insight into monotonicity (since (1+1/n)n increases to e, its reciprocal decreases), demonstrating deep structural understanding.
Q7. Suppose {anβ} is defined recursively by an+1β=2+anββ with a1β=2β. To prove monotonicity, one assumes anβ<2. What is the logical role of this assumption?
A.It serves as the inductive hypothesis to show an+1β>anβ via the inequality 2+xβ>x on [0,2). β
B.It is unnecessary because square root functions are always increasing.
C.It proves the sequence is bounded above, which automatically implies monotonicity by the Completeness Axiom.
D.It allows the use of the ratio test by ensuring the denominator is never zero.
π‘ Difficulty: hard | β Correct: A
π Explanation: This mixed-concept question links boundedness and monotonicity in recursive definitions. For an+1β>anβ, we need 2+anββ>anβ. Squaring gives 2+anβ>an2ββΊan2ββanββ2<0βΊ(anββ2)(anβ+1)<0. This holds only if β1<anβ<2. Thus, establishing the upper bound anβ<2 is a prerequisite for proving increase, illustrating how properties are interdependent in recursive analysis.
Q8. Which of the following sequences demonstrates that 'eventually monotone' does not imply 'monotone'?
A.anβ=n1β
B.anβ=(β1)n+n1β
C.anβ={10n1ββn=1n>1β β
D.anβ=n2β10n
π‘ Difficulty: easy | β Correct: C
π Explanation: This foundational question clarifies terminology through counterexample. Option C explicitly violates monotonicity at the start (a1β=10,a2β=0.5) but follows 1/n thereafter, making it eventually decreasing. Option B is never monotone due to persistent oscillation. Option D is eventually increasing but starts decreasing. Understanding this distinction is crucial because convergence theorems often rely only on eventual behavior, whereas strict definitions require global consistency.
Q9. When applying the derivative test to anβ=f(n), a student finds f'(x) > 0 for x>5.7. They conclude {anβ} is strictly increasing for nβ₯5. Evaluate this conclusion.
A.Correct, because f'(x) > 0 implies increase for all real x, including integers.
B.Incorrect; since f'(x) > 0 only for x>5.7, we can only guarantee anβ increases for nβ₯6. β
C.Correct, because the derivative being positive near 5 suggests the discrete difference is also positive.
D.Incorrect; the derivative test cannot be applied to sequences, only the difference test is valid.
π‘ Difficulty: hard | β Correct: B
π Explanation: This question tests precision in translating continuous results to discrete domains. If f'(x) > 0 strictly for x>5.7, then f(6)>f(5.7), but the relationship between f(5) and f(6) depends on behavior in [5,6]. Since f' might be negative in [5,5.7], a5β could exceed a6β. The safe integer threshold is the ceiling of 5.7, i.e., nβ₯6.
Q10. Consider two sequences: anβ=n+1nβ and bnβ=n+2n+1β. Without computation, explain why comparing their monotonicity via derivatives is more insightful than computing an+1ββanβ individually.
A.Derivatives reveal the rate of change as a continuous function, showing both sequences approach 1 with similar concavity.
B.Computing differences yields constants that obscure the underlying functional relationship.
C.Derivatives allow simultaneous analysis of f(x)=x+1xβ and g(x)=x+2x+1β, revealing they are horizontal shifts of each other. β
D.There is no advantage; individual difference computation is always superior for rational sequences.
π‘ Difficulty: medium | β Correct: C
π Explanation: This higher-order question emphasizes structural insight over brute force. Notice bnβ=an+1β. Both derive from f(x)=x+1xβ. Analyzing f'(x) = \frac{1}{(x+1)^2} > 0 proves both are strictly increasing instantly. Moreover, recognizing bnβ as a shifted version of anβ explains why their monotonic behavior is identical. This functional perspective unifies seemingly distinct sequences and reduces redundant calculation.
Q11. A student attempts to prove anβ=n!2nβ is decreasing by showing anβan+1ββ<1. They obtain n+12β<1 and conclude it holds for all nβ₯1. What is the error?
A.The inequality n+12β<1 is false for n=1; the sequence is not decreasing from the first term. β
B.The ratio test determines convergence, not monotonicity.
C.The student should have used the difference test because factorials require subtraction.
D.There is no error; the sequence is strictly decreasing for all nβ₯1.
π‘ Difficulty: hard | β Correct: A
π Explanation: This question exposes a common oversight in checking boundary conditions. At n=1, 1+12β=1, so a2β=a1β. Strict decrease requires <1, which only holds for n>1. Thus, the sequence is non-increasing from n=1 but strictly decreasing only from n=2. Precision in inequalities is critical; 'decreasing' vs 'strictly decreasing' and starting indices matter significantly in rigorous analysis.
Q12. In modeling radioactive decay, activity is given by Anβ=A0βeβkn. Why is verifying monotonicity trivial here compared to polynomial-rational sequences?
A.Exponential functions with base <1 are inherently strictly decreasing for all real inputs, requiring no derivative or difference tests.
B.Radioactive decay models always assume monotonicity without verification.
C.The derivative βkA0βeβkn is always negative, providing immediate proof via continuous extension.
D.Both A and C are correct; the intrinsic property and derivative confirmation are equivalent and straightforward. β
π‘ Difficulty: easy | β Correct: D
π Explanation: This scenario connects mathematical properties to physical intuition. Unlike rational functions where monotonicity depends on competing growth rates, pure exponentials bx with 0<b<1 are monotone by definition. The derivative f'(x) = -k f(x) maintains constant sign because f(x)>0. This contrasts sharply with sequences like ennβ where initial behavior might differ. Recognizing inherent monotonicity saves effort in applied contexts.
Q13. Given anβ=β«01βxnsin(Οx)dx, determine monotonicity without evaluating the integral.
A.Increasing, because higher powers of x concentrate mass near 1 where sin is positive.
B.Decreasing, because xn+1<xn on (0,1) implies the integrand decreases pointwise. β
C.Constant, because the integral of sin over symmetric intervals cancels out.
D.Oscillating, because sin changes sign within the integration interval.
π‘ Difficulty: hard | β Correct: B
π Explanation: This advanced problem uses integral representations to test conceptual depth. Since 0β€xβ€1, we have xn+1β€xn. Multiplying by non-negative sin(Οx) preserves the inequality: xn+1sin(Οx)β€xnsin(Οx). Integration preserves order, so an+1ββ€anβ. Strict inequality holds because the functions differ on a set of positive measure. This avoids messy integration by parts, leveraging order properties instead.
Q14. A graph shows discrete points (n,anβ) lying on a curve that is concave up and decreasing. A student claims the sequence must be strictly decreasing. Is this claim valid based solely on the graph's shape?
A.Yes, concave up and decreasing guarantees strict monotonicity for all sampled points.
B.No, the graph could represent a continuous function that is decreasing overall but has local increases between integer points. β
C.Yes, because concavity prevents oscillation.
D.No, unless the function is also differentiable everywhere.
π‘ Difficulty: medium | β Correct: B
π Explanation: This visual reasoning question warns against over-interpreting sparse data. Even if plotted points suggest a smooth decreasing trend, the underlying function connecting them could wiggle between integers. Monotonicity of {anβ} depends only on values at integers, but inferring this from a sketched curve assumes regularity not guaranteed by discrete samples. Conversely, if the *function* is known to be decreasing, then yesβbut the graph alone of points doesn't prove the function's behavior between samples.
Q15. Compare the effectiveness of the difference test versus the ratio test for anβ=2nn2+3nβ.
A.Difference test is superior because polynomials simplify easily in subtraction.
B.Ratio test is superior because exponential terms cancel cleanly, leaving a rational expression easy to compare to 1. β
C.Both are equally effective; choice is purely stylistic.
D.Neither works; one must use the derivative test on f(x)=2xx2+3xβ.
π‘ Difficulty: hard | β Correct: B
π Explanation: This comparative analysis evaluates strategic tool selection. Subtraction yields 2n+1(n+1)2+3(n+1)ββ2nn2+3nβ, requiring common denominators and messy algebra. Division gives 2(n2+3n)(n+1)2+3(n+1)β, where the exponential simplifies to 1/2. Comparing this rational function to 1 is far simpler. Recognizing when multiplicative structure favors ratios over differences is a key problem-solving skill in sequence analysis.
Q16. If f(x) is differentiable and f'(x) > 0 for all xβ₯1, which statement about anβ=f(n) is necessarily true?
A.{anβ} is strictly increasing. β
B.{anβ} converges to a finite limit.
C.{anβ} is bounded above.
D.{anβ} is eventually constant.
π‘ Difficulty: easy | β Correct: A
π Explanation: This fundamental concept reinforces the link between continuous derivatives and discrete monotonicity. By the Mean Value Theorem, f(n+1) - f(n) = f'(c) for some cβ(n,n+1). Since f'(c) > 0, the difference is positive, implying strict increase. Note that increase does not imply convergence or boundedness (e.g., f(x)=x). This distinguishes monotonicity from convergence, a critical conceptual boundary.
Q17. A student argues that anβ=nsinnβ is eventually decreasing because n1β decreases and sinn is bounded. Critique this argument.
A.Valid; the product of a decreasing positive sequence and a bounded sequence is always eventually decreasing.
B.Invalid; sinn changes sign and oscillates, so the product inherits oscillatory behavior despite the decaying envelope. β
C.Valid; since β£sinnβ£β€1, the magnitude decreases, implying the sequence itself decreases.
D.Invalid; the student should have used L'HΓ΄pital's rule to prove monotonicity.
π‘ Difficulty: hard | β Correct: B
π Explanation: This question dismantles a pervasive misconception about products. While β£anββ£β€1/n ensures convergence to 0, the sign changes of sinn cause anβ to alternate between positive and negative values irregularly. Monotonicity requires consistent ordering, which oscillation destroys. Decay controls magnitude, not direction. Students must separate absolute convergence from monotonic behavior, especially with trigonometric factors.
Q18. For the recursively defined sequence an+1β=21β(anβ+anβSβ) approximating Sβ, why is monotonicity analysis typically restricted to nβ₯2?
A.Because a1β is arbitrary and may lie on either side of Sβ, causing the first step to potentially increase or decrease. β
B.Because the formula is undefined at n=1.
C.Because square roots are only defined for positive numbers after the first iteration.
D.Because numerical instability makes the first term unreliable.
π‘ Difficulty: easy | β Correct: A
π Explanation: This modeling question addresses practical nuances in iterative algorithms (Newton's method for square roots). If a1β<Sβ, then a2β>Sβ, and subsequent terms decrease toward Sβ. If a1β>Sβ, terms decrease immediately. Thus, monotonicity (specifically decrease) is guaranteed only after the first correction step brings the estimate to the correct side. This 'eventual' nature is intrinsic to self-correcting algorithms.
Q19. Which transformation preserves the monotonicity of a sequence {anβ} with positive terms?
A.Taking the reciprocal bnβ=1/anβ
B.Applying a strictly increasing function f, so bnβ=f(anβ) β
C.Multiplying by (β1)n
D.Adding an alternating sequence cnβ=(β1)n
π‘ Difficulty: medium | β Correct: B
π Explanation: This tests understanding of functional composition. If f is strictly increasing, then anβ<an+1ββΊf(anβ)<f(an+1β), preserving order. Reciprocals reverse order (increasing becomes decreasing). Alternating signs or additions destroy order preservation. This principle allows transforming complex sequences into simpler ones (e.g., taking logs) while maintaining monotonic structure, a powerful technique in analysis.
Q20. Analyze anβ=nβn2+nβ. A student rationalizes to get n+n2+nββnβ and claims it's increasing because numerator and denominator both grow. Evaluate.
A.Correct; growth rates confirm monotonicity.
B.Incorrect; rationalization yields a negative sequence approaching -0.5 from below, meaning it is actually increasing, but the student's reasoning about 'growth' is vague and potentially misleading. β
C.Incorrect; the sequence is decreasing.
D.Correct; the simplified form clearly shows monotonic increase.
π‘ Difficulty: hard | β Correct: B
π Explanation: This combines algebraic manipulation with behavioral analysis. Rationalizing gives anβ=n+n2+nββnβ=1+1+1/nββ1β. As n increases, 1+1/nβ decreases, so the denominator decreases, making the fraction (which is negative) increase toward -0.5. The student's conclusion is right, but 'both grow' is insufficient reasoning; precise analysis of the composite function's direction is needed. This highlights that correct answers with flawed reasoning still represent conceptual gaps.
Q21. In ecological modeling, if population Pnβ satisfies Pn+1β=rPnβ(1βPnβ/K), and 1<r<3, the sequence is eventually monotone only if...
A.The initial population P0β is sufficiently close to the equilibrium K(1β1/r). β
B.r is less than 2.
C.P_0 is greater than K.
D.Monotonicity is impossible for logistic maps.
π‘ Difficulty: hard | β Correct: A
π Explanation: This applies monotonicity to nonlinear dynamics. Logistic maps exhibit complex behavior: for 1<r<3, the equilibrium is stable, but convergence is monotone only within a basin of attraction. Outside this region, damped oscillations occur before settling. Thus, eventual monotonicity depends critically on initial conditions relative to the fixed point. This contrasts with linear recurrences where monotonicity is parameter-dependent but initial-condition-independent, illustrating richness in biological models.
Q22. Why might the ratio test fail to detect monotonicity for anβ=nn+1β even though the sequence is strictly decreasing?
A.The ratio approaches 1, making the inequality anβan+1ββ<1 difficult to verify without further algebraic simplification. β
B.The ratio test only applies to series convergence, never to sequence monotonicity.
C.The sequence is actually increasing, so the premise is false.
D.The ratio equals 1 for all n, indicating constancy.
π‘ Difficulty: hard | β Correct: A
π Explanation: This clarifies limitations of asymptotic tests. anβan+1ββ=n+1n+2ββ n+1nβ=n2+2n+1n2+2nβ<1. While true, simply noting the limit is 1 doesn't prove the inequality; one must examine the exact expression. Students sometimes mistakenly think 'limit < 1' is required for monotonicity, but for sequences (unlike series convergence), we need the exact ratio < 1 for each n, not just asymptotically.
Q23. Given anβ=βk=1nβk21β, explain why monotonicity is immediate without any calculus or algebraic testing.
A.Partial sums of positive-term series are always strictly increasing by definition. β
B.The terms 1/k2 form a decreasing sequence, forcing the sum to increase.
C.The integral test proves the sum increases.
D.Harmonic-like series always increase.
π‘ Difficulty: easy | β Correct: A
π Explanation: This reinforces definitional understanding. Since each added term (n+1)21β>0, we have sn+1β=snβ+positive, guaranteeing strict increase. No derivative, ratio, or difference analysis is needed. This distinguishes partial sum sequences from general sequences, highlighting how structural context (being a cumulative sum of positives) trivializes monotonicity testingβa key efficiency in series analysis.
Q24. A continuous function f(x) has f'(x) < 0 for xβ(2,3) and f'(x) > 0 elsewhere. For anβ=f(n), what is the monotonicity status?
A.Strictly decreasing for all n.
B.Eventually strictly increasing for nβ₯3.
C.Decreasing at n=2, increasing thereafter, so not globally monotone but eventually monotone. β
D.Oscillating indefinitely.
π‘ Difficulty: medium | β Correct: C
π Explanation: This interprets derivative sign changes in discrete sampling. a2β=f(2), a3β=f(3). Since f' < 0 on (2,3), a3β<a2β. For nβ₯3, f' > 0 implies an+1β>anβ. Thus, the sequence decreases once then increases forever. It is not monotone globally (due to the drop at n=2β3) but is eventually increasing. This captures nuanced behavior where continuous extrema fall between integers.
Q25. When proving anβ=2nnβ is eventually decreasing using induction, what is the critical inductive step?
A.Assuming akβ<akβ1β and showing ak+1β<akβ via the ratio 2(k)k+1β<1 for kβ₯2. β
B.Assuming akβ>0 and showing ak+1β>0.
C.Using the base case a1β=1/2 to prove all subsequent terms are smaller.
D.Differentiating x/2x and applying the result to integers.
π‘ Difficulty: easy | β Correct: A
π Explanation: This focuses on mechanistic proof construction. Induction for monotonicity requires propagating the ordering relation. The ratio akβak+1ββ=2kk+1β is < 1 iff k+1<2kβΊk>1. Thus, the inductive step holds for kβ₯2, establishing eventual decrease from n=2. Base cases must be checked separately. This contrasts with direct methods and shows how induction encodes the 'eventual' threshold explicitly.
Q26. Which statement correctly distinguishes monotonicity testing for sequences versus series convergence testing?
A.Sequence monotonicity examines term-to-term ordering; series tests examine partial sum behavior or term decay rates. β
B.They are identical; both use the ratio test.
C.Series tests determine monotonicity of terms automatically.
D.Monotonicity testing requires integrals; series testing does not.
π‘ Difficulty: medium | β Correct: A
π Explanation: This clarifies categorical distinctions. Monotonicity is a property of the sequence {anβ} itself (ordering). Series convergence concerns {snβ} or conditions on anβ (like limit zero). A series can converge with non-monotone terms (alternating series), and a monotone sequence can diverge (anβ=n). Confusing these leads to misapplying tests (e.g., using integral test to check if anβ decreases rather than if βanβ converges).
Q27. For anβ=lnnln(n+1)β, why is the difference test particularly challenging compared to the derivative test?
A.Logarithmic differences ln(n+1)βlnn simplify to ln(1+1/n), but combining with denominators creates complex inequalities hard to resolve algebraically. β
B.Differences of logarithms are undefined for integers.
C.The derivative test is invalid for logarithmic sequences.
D.Both tests are equally simple; there is no challenge.
π‘ Difficulty: hard | β Correct: A
π Explanation: This evaluates computational feasibility. an+1ββanβ=ln(n+1)ln(n+2)ββlnnln(n+1)β. Common denominator yields a numerator involving products of logs, resistant to simplification. Conversely, f(x)=lnxln(x+1)β has a derivative whose sign analysis, while nontrivial, uses standard calculus tools (quotient rule, log properties) more systematically than discrete algebra. Choosing the right tool avoids algebraic quagmires.
Q28. A student observes a1β=1,a2β=1.5,a3β=1.4,a4β=1.45 and concludes the sequence is neither increasing nor decreasing. Is this conclusion justified?
A.Yes, four terms are sufficient to disprove monotonicity.
B.No, the sequence could be eventually monotone despite early fluctuations.
C.Yes, because monotonicity requires consistency from n=1.
D.Both A and C are correct. β
π‘ Difficulty: hard | β Correct: D
π Explanation: This addresses sampling bias. Global monotonicity indeed requires consistency from the start, so early violations disprove it. However, the student's implicit assumption that four terms reveal *all* behavior is risky for eventual monotonicity. But for strict/global monotonicity, a single counterexample suffices. The nuance lies in what property is being tested. If the question was 'is it monotone?', four terms suffice to say no. If 'eventually monotone?', more analysis is needed.
Q29. In thermodynamics, entropy Snβ of an isolated system is modeled as strictly increasing. If a proposed model gives Snβ=ln(n)+n(β1)nβ, why is it physically invalid despite converging to correct asymptotics?
A.Physical laws require monotonicity, not just asymptotic correctness; the oscillatory term violates the Second Law locally. β
B.Entropy must be integer-valued.
C.The logarithm grows too slowly for entropy.
D.All physical models must be linear.
π‘ Difficulty: hard | β Correct: A
π Explanation: This connects mathematical rigor to physical principles. While Snβββ correctly, the (β1)n/n term causes local decreases (Sn+1β<Snβ for some n), violating the Second Law's requirement of non-decreasing entropy at every step. Mathematical models must satisfy qualitative constraints (monotonicity) beyond quantitative limits. This illustrates why 'eventually' isn't always acceptable in physicsβlocal violations can be unphysical even if asymptotics match.
Q30. Challenge: Prove anβ=(1+n1β)n is strictly increasing without calculus, using only AM-GM inequality. Which setup is correct?
A.Apply AM-GM to n copies of (1+1/n) and one copy of 1. β
B.Apply AM-GM to n+1 copies of (1+1/n).
C.Apply AM-GM to anβ and an+1β directly.
D.AM-GM cannot prove this; calculus is mandatory.
π‘ Difficulty: hard | β Correct: A
π Explanation: This elite-level problem uses classical inequalities. Consider n+1 numbers: n copies of (1+1/n) and one 1. Their arithmetic mean is n+1n(1+1/n)+1β=n+1n+2β=1+n+11β. Geometric mean is ((1+1/n)nβ 1)1/(n+1)=an1/(n+1)β. AM-GM gives 1+n+11β>an1/(n+1)β, so an+1β>anβ. This elegant proof avoids derivatives entirely, showcasing deep inequality mastery.
Q31. If f(x) is decreasing and convex, and anβ=f(n), what additional insight does convexity provide about the sequence's monotonicity?
A.Convexity ensures the rate of decrease slows, but does not alter the fact that it is decreasing. β
B.Convexity implies the sequence eventually becomes increasing.
C.Convexity guarantees strict decrease, whereas mere decrease allows plateaus.
D.Convexity is irrelevant to monotonicity.
π‘ Difficulty: hard | β Correct: A
π Explanation: This synthesizes multiple calculus concepts. Decreasing (f'<0) establishes monotonicity. Convexity (f''>0) describes the *shape* of that decrease (decelerating). It doesn't change the direction but informs approximation quality and convergence rates. Students often conflate curvature with direction; this question separates them. Convex decreasing sequences appear in optimization and economics, where diminishing returns matter alongside monotonic trends.