I am asking how to do the Limit comparison test for this: $$\lim {An\over Bn} =L$$ You choose $B_n$ yourselve, but how do you choose it?
Example:
$$A_n = \frac{3n^2 + 5n + 1}{\sqrt{(n^5 + 5 )}}$$
$$B_n = {3\over \sqrt{n}}$$
$$\large \lim {\frac{3n^2 + 5n + 1}{\sqrt{(n^5 + 5 )}}\over {3\over \sqrt{n}}} = 1$$
It can be concluded that $\lim A_n$ diverges.
Why? How to get $B_n$
and how to do the limit comparison test for this?
An example of another question: $$An={(2n+200)\over (e^\frac n3)-20}$$ An converges or diverges?