Algebra of Limits

Calculating limits from the definition is hard. Limit theorems allow us to build complex limits from simple ones. If \( \lim s_n = s \) and \( \lim t_n = t \), then limits behave "nicely" with respect to arithmetic operations.

Visualizing Linearity: \( \lim(s_n + t_n) = s + t \)

s = 2.0
t = -1.0

The red sequence \( s_n + t_n \) automatically converges to \( s + t \).

Sum: \( \lim(s_n + t_n) = s + t \)
Product: \( \lim(s_n t_n) = st \)
Scalar Mult: \( \lim(k s_n) = ks \)
Quotient: \( \lim(s_n / t_n) = s/t \) (if \( t \neq 0 \))

The Squeeze Theorem

Also known as the Sandwich Theorem. If a sequence is "squeezed" between two other sequences that converge to the same limit, it must also converge to that limit.

\( c_n \) (Upper)
\( b_n \) (Squeezed)
\( a_n \) (Lower)

Theorem: Suppose \( a_n \le b_n \le c_n \) for all \( n \gt N \). If \( \lim a_n = \lim c_n = L \), then \( \lim b_n = L \).

Practice Problems

True/False

1. \( \lim (s_n t_n) = (\lim s_n)(\lim t_n) \) is true for all sequences.

2. If \( \lim s_n = \infty \) and \( \lim t_n = 0 \), then \( \lim (s_n t_n) = 0 \).

3. The Squeeze Theorem can be used to find the limit of \( \frac{\cos n}{n} \).

Fill in the Blank

1. If \( \lim s_n = s \) and \( \lim t_n = t \) with \( t \neq 0 \), then \( \lim (s_n/t_n) = \) ___.

2. To evaluate \( \lim \frac{3n^2+n}{5n^2-2} \), we should divide the numerator and denominator by ___.

3. If \( a_n \le s_n \le b_n \) and \( \lim a_n = \lim b_n = L \), then \( \lim s_n = \) ___.

Full Problems

1. Calculate \( \lim \frac{3n^2 - 5n}{n^2 + 2n + 1} \).

2. Calculate \( \lim (\sqrt{n^2+n} - n) \).

3. Calculate \( \lim \frac{\sin(n^2)}{n} \).

4. Calculate \( \lim \frac{2^n + 3^n}{3^n + 1} \).