Find the errors and solve the problem correctly!
Thanks

The sequence converges to 5 as n goes to ∞. We can prove this rigorously:
The claim is that, for [tex]n\in\Bbb N[/tex],
[tex]\displaystyle \lim_{n\to\infty} \frac{5n-1}{n+1} = 5[/tex]
By definition of the limit, this means for any ε > 0, there exists some N such that for any n larger than N, we have
[tex]\left| \dfrac{5n-1}{n+1} - 5 \right| < \varepsilon[/tex]
In order to ensure this inequality, we work backwards to find N in terms of ε :
[tex]\left| \dfrac{5n-1}{n+1} - 5 \right| = \left| \dfrac{5n-1 - 5(n+1)}{n+1} \right| = \dfrac4{|n+1|} < \varepsilon[/tex]
n is a natural number, so n + 1 > 0 and |n + 1| = n + 1. Then
[tex]\dfrac4{n+1} < \varepsilon \implies \dfrac{n+1}4 > \dfrac1\varepsilon \implies n+1 > \dfrac4\varepsilon \implies n > \dfrac4\varepsilon - 1[/tex]
Let N be the smallest natural number greater than or equal to 4/ε - 1, i.e.
[tex]N = \left\lceil \dfrac4\varepsilon - 1 \right\rceil[/tex]
Then the proof follows: suppose
[tex]n \ge N = \left\lceil \dfrac4\varepsilon - 1 \right\rceil[/tex]
Then
[tex]n \ge \left\lceil\dfrac4\varepsilon - 1\right\rceil \implies n > \dfrac4\varepsilon - 1 \\\\ \implies n+1 > \dfrac4\varepsilon \\\\ \implies \dfrac4{n+1} < \varepsilon \\\\\implies \left|\dfrac{5n-1}{n+1}-5\right| < \varepsilon[/tex]
as required.
Or we can avoid the rigor and use some facts we know about limits:
[tex]\displaystyle \lim_{n\to\infty} \frac{5n-1}{n+1} = \lim_{n\to\infty} \frac{5-\frac1n}{1+\frac1n} = 5[/tex]
since 1/n converges to 0 as n goes to ∞.