Definition
In a general sense, the limit of a sequence is a value that it approaches with arbitrary closeness. Stated precisely: \(
\displaystyle \lim_{n \to \infty } \left\{ a_n \right\}=L \) means that for every \( \epsilon > 0 \) there exists a positive integer \( M \) so that:
If n>M, then ∣an−L∣<ϵ
Technique
To take a simple example, let's find n→∞lim{n1}.
It's fairly obvious that as n gets larger, the value of n1 approaches 0, but how can we use the definition to help make that explicit?
Let M=⌊ϵ1⌋. Then for any n>M:
∣∣∣∣n1−0∣∣∣∣<∣∣∣∣⌊1/ϵ⌋1−0∣∣∣∣≤ϵ.
Here are some rules for the limits of sequences:
n→∞lim(an±bn)n→∞lim(c⋅an)n→∞lim(anbn)n→∞limbnan=n→∞liman±n→∞limbn=c⋅n→∞liman=(n→∞liman)(n→∞limbn)=limn→∞bnlimn→∞an, as long as n→∞limbn=0
Now, look at these examples:
What is n→∞liman if {an}=n2+5n+912n2−3n?
First, we can re-express the limit by dividing both numerator and denominator by n2:
n2+5n+912n2−3n=1+n5+n2912−n3
Using the above rules, we can see that n→∞liman=1+0+012−0=12. □
Find n→∞lim31/n.
Since n+11<n1, it is clear that 31/(n+1)<31/n, which means the sequence must be decreasing as n increases. Further, it is apparent that 1n≤3 for any value of n, so it follows that 1≤31/n. This gives us limn→∞31/n=L such that:
1≤L≤31/n for any value of n>1.
The limit must then be 1. To see why, assume that it is not. Then we have:
1n≤Ln≤3 as n→∞.
Since this is clearly absurd for any L>1, we see that the limit must be 1. □
#Calculus
#Sequences
#Limits
#KeyTechniques
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
can't we simply put y=1/x and take limit as y approaches zero
Log in to reply
Of course, but he's just showing a different way of looking/tackling it.