I have this sequence: $X_n := \frac {n^2 + 9n}{4n^4 + 4} $
I have to decide if it converges or diverges, and have to prove it. This is what I tried:
I think it converges to 0 because the power of $n$ in the denominator is a lot bigger than in the numeration ($4n^4$ against $n^2$ and $9n$).
Now I had to prove that, I based my proof on this video.
Proof: $x_{n}$ can only be divergent if for all epsilons bigger than zero, there exists some M bigger than zero, so that if n is bigger than M, $ | a_{n} - 0 | < \epsilon $.
$ | a_{n} - 0 | < \epsilon \\ |a_{n}| < \epsilon \\ |\frac{n^2 + 9n}{4n^4 + 4}| < \epsilon \\ \frac{n^2 + 9n}{4n^4 + 4} < \epsilon \\ \frac{4n^4 + 4}{n^2 + 9n} > \frac{1}{\epsilon} \\ \blacksquare $
Because $ M = \frac{1}{\epsilon} \\ n > \frac{1}{\epsilon} => |a_{n} - 0| < \epsilon$
I think this is pretty correct. Because my equations are true for any n bigger than zero I fill inm but I am not sure and I have trouble deciding if a sequence converges or diverges.
This is the rule I followed to decide that:
If the degree of the numerator is the same as the degree of the denominator, then the sequence converges to the ratio of the leading coefficients. If the denominator has a higher degree, then the sequence converges to 0; if the numerator has a higher degree, then the sequence diverges to ∞ if the leading coefficients have the same sign, or to −∞ if they have different signs.
Is this rule always correct? Is my proof correct? Any tips or suggestions on how to improve it or do it better?
or you write $$\frac{1}{n^2}\cdot \frac{1+\frac{9}{n}}{4+\frac{4}{n^4}}$$ and this tends to Zero if $n$ tends to infinity