Calculus II · Unit 4A · lesson

Monotone and Bounded Sequences

Concept

Learning objectives

identify monotonicity and bounds and use the Monotone Convergence Theorem.

Monotone and Bounded Sequences

Explanation

A sequence can be trapped by its own direction of motion

A monotone sequence moves in only one direction: never down, or never up. Direction alone is not enough, because an=na_n=n increases forever. A bound alone is not enough, because (1)n(-1)^n stays between 1-1 and 11 while oscillating. Together, monotonicity and boundedness prevent both escape and endless backtracking.

The Monotone Convergence Theorem is an existence theorem. It can prove that a limit exists before we know its exact value. This is particularly useful for recursively defined sequences, where algebraic formulas may be unavailable. Once existence is established, a recurrence can sometimes be passed to the limit to identify possible values, after which bounds select the valid one.

Bridge

Direction and confinement solve different problems

A sequence can increase forever and escape to infinity, or remain bounded while oscillating. Monotonicity prevents reversal; boundedness prevents escape. Together they force convergence.

For recursive sequences, prove these properties before solving a fixed-point equation. The usual pattern is induction for the bound, an inequality for monotonicity, the Monotone Convergence Theorem, and only then the equation for the limiting value.

Proof idea

The supremum supplies the target

For an increasing bounded sequence, let LL be its least upper bound. Since LεL-\varepsilon is not an upper bound, some term exceeds it; every later term remains between LεL-\varepsilon and LL. Hence the sequence converges to LL.

Monotone plus bounded forces convergence. Increasing staircase beneath a least upper bound.
Read this graph as text

Monotone plus bounded forces convergence. The increasing sequence a n=1-1/n can never cross its upper bound 1, so its terms are squeezed into a narrowing vertical range. Increasing staircase beneath a least upper bound.

Written labels, distinct line styles, markers, and fill patterns communicate every relationship in monotone plus bounded forces convergence; color is never the only cue.

Why it matters: Increasing staircase beneath a least upper bound.

Monotone plus bounded forces convergence

The increasing sequence an=11/na_n=1-1/n can never cross its upper bound 11, so its terms are squeezed into a narrowing vertical range.

Monotone plus bounded forces convergence. Increasing staircase beneath a least upper bound.

How to read the visual

Each term is at least the preceding term, while the dashed line blocks upward escape. The theorem guarantees a finite limit even before its exact value is calculated.

Concept

Monotone Convergence Theorem

Every increasing sequence that is bounded above converges. Every decreasing sequence that is bounded below converges.

Decision

Recursive-sequence proof order

For a recursive sequence, establish a bound, establish monotonicity, invoke the theorem to prove a limit exists, and only then pass to the limit in the recurrence. Solving the fixed-point equation first finds candidates; it does not prove that the sequence reaches any of them.

Guided walkthrough

A recursive sequence

Let a1=1a_1=1 and an+1=2+ana_{n+1}=\sqrt{2+a_n}. One can show inductively that 1an<21\le a_n<2 and that an+1ana_{n+1}\ge a_n. Therefore the sequence converges. If anLa_n\to L, then

L=2+L,L=\sqrt{2+L},

so L2L2=0L^2-L-2=0. The bounds force L=2L=2, not 1-1.

Worked example

Prove convergence before solving for the limit

Let a1=1a_1=1 and an+1=2+ana_{n+1}=\sqrt{2+a_n}. If an<2a_n<2, then an+1<2a_{n+1}<2, so induction gives an upper bound. For 0<an<20<a_n<2,

an+1>an    2+an>an2    (2an)(an+1)>0.a_{n+1}>a_n \iff 2+a_n>a_n^2 \iff (2-a_n)(a_n+1)>0.

Thus the sequence is increasing and bounded, so it converges. Its limit satisfies L=2+LL=\sqrt{2+L}, and the admissible solution is L=2L=2.

Optional advanced note

Suprema hiding behind the theorem

A rigorous proof uses the least-upper-bound property of the real numbers. An increasing bounded sequence has a supremum LL; if the terms failed to approach LL, then some number below LL would still be an upper bound, contradicting leastness. This is one of the first places where completeness of R\mathbb R does real work.

Common mistake

A fixed-point equation does not prove convergence

Solving L=g(L)L=g(L) identifies possible limits only. Establish monotonicity and boundedness first.

Interactive checku4a-monotone_and_bounded_sequences-01

Find limn(11/n)\lim_{n\to\infty}(1-1/n).

Your work stays on this device. No account or AI grader is used.

Show hint

The sequence is increasing and bounded above by 11; direct algebra also reveals the value.

Attempt once to unlock the solution

Submit an answer first. The hint is available now.

Exercise

Show that n/(n+1)n/(n+1) is increasing and bounded above.

Exercise

Determine whether an=2+(1)n/na_n=2+(-1)^n/n is monotone. Does it still converge?

Exercise

For an+1=(an+3/an)/2a_{n+1}=(a_n+3/a_n)/2, explain why a positive limit must equal 3\sqrt3.

Exercise

State exactly what monotonicity contributes and what boundedness contributes.

After the explanation

Use the section idea

Reading lens

Track the integer domain, late-term behavior, monotonicity, bounds, and any recurrence before asserting a limit.

Mental model

A sequence converges when every sufficiently late term remains arbitrarily close to one finite target.

Decision

Use algebraic limits when a formula is explicit; use bounds and monotonicity when a recurrence hides the formula.

Common trap

Reading a finite plot as proof or solving a recurrence's fixed-point equation before proving convergence.

Check yourself

Can you justify both the candidate limit and why the terms must approach it?

Source & rights

Original instruction with traceable references.

BetterGrades-original; no direct adaptation declared in the verified handoff.

Reference textbooks remain rights-separated and are not published as application assets. Any direct adaptation requires separate identification and attribution.