roam
- 1,265
- 12
Homework Statement
Prove that the sequence (\frac{1}{1+n+n^4}) converges to 0.
Homework Equations
The Attempt at a Solution
Given \epsilon >0, we can find n \geq N such that:
| \frac{1}{1+n+n^4} -0 | = \frac{1}{1+n+n^4} < \frac{1}{1+n}< \epsilon
Now what value of N should we take to complete the proof? And why?
This is what I guess:
We have \frac{1}{1+n}< \epsilon so,
n+1> \frac{1}{\epsilon}
n>\frac{1}{\epsilon} -1
N = \frac{1}{\epsilon} -1
Is this right? I appreciate it if anyone could provide me with some explanation.