Limits of Sequences
Consider the sequence
The limit
Or
(For infinity limits only)
Or
Notice how the terms in the above sequence NEVER ACTUALLY REACH 1
When we say that
A sequence
Explanation: If the limit exists then we should be able to make
Conversely, if we can do that (for any distance
If
If
Observation: no matter how small
A well-writen proof for this looks like:
Prove that
For any
So
Sequences Without Limits
If a sequence has no limit, it diverges. This can happen in a few different ways
- The terms may grow without bound: e.g the limit of the sequence
continues to grow larger and larger. The limit would be written . - There may be no pattern at all: e.g the digits of pi:
. We still say the sequence diverges because it has no limit. - Some sequences oscillate between two numbers: e.g
. We still say the sequence diverges. - It is possible for a sequence to contain subsequences which converge to different limits. e.g
, the limits approach different values
left = -2; right = 10;
bottom = -10; top = 10;
---
y = \sin(2\pi * n / 3) | DASHED
y = \frac{1}{10n + 1} | DASHED
y = \sin(2\pi * n / 3) + \frac{1}{10n + 1}