I have been trying to solve this limit for more than an hour and I'm stuck.
$$ \lim_{n\to\infty} \frac{3^{n}+\sqrt{n}}{n!+2^{(n+1)}}$$
What I've so far is:
$$ \lim_{n\to\infty} \frac{3^{n}+\sqrt{n}}{n!+2^{(n+1)}}\\ \lim_{n\to\infty} \frac{3^{n}}{n!+2^{(n+1)}}+\lim_{n\to\infty} \frac{\sqrt{n}}{n!+2^{(n+1)}}\\\lim_{n\to\infty} \frac{3^{n}}{1+\frac{2^{(n+1)}}{n!}}\frac{1}{n!}+\lim_{n\to\infty} \frac{\sqrt{n}}{1+\frac{2^{(n+1)}}{n!}}\frac{1}{n!}\\ \lim_{n\to\infty} \frac{3^{n}}{1+\frac{2^{(n+1)}}{n!}}*0+\lim_{n\to\infty} \frac{\sqrt{n}}{1+\frac{2^{(n+1)}}{n!}}*0\\ \lim_{n\to\infty} \frac{3^{n}}{1+0}*0+\lim_{n\to\infty} \frac{\sqrt{n}}{1+0}*0\\ \lim_{n\to\infty} \frac{3^{n}}{1}*0+\lim_{n\to\infty} \frac{\sqrt{n}}{1}*0\\ \lim_{n\to\infty}{3^{n}}*0+\lim_{n\to\infty} \sqrt{n}*0\\ \lim_{n\to\infty}{\inf}*0+\lim_{n\to\infty} \inf*0$$
Which is an undetermination. And I don't know how to continue it. Can someone help me? Please let me know if something isn't very clear. Thank you
You can divide the limit in two pieces but can't take the limit only for a single part as you have done here
$$\color{red}{\lim_{n\to\infty} \frac{3^{n}}{1+\frac{2^{(n+1)}}{n!}}*0+\lim_{n\to\infty} \frac{\sqrt{n}}{1+\frac{2^{(n+1)}}{n!}}*0}$$
The limit can be easily handled as follow
$$\frac{3^{n}+\sqrt{n}}{n!+2^{(n+1)}}=\frac{3^{n}}{n!}\frac{ 1 +\frac{\sqrt{n}}{3^{n}}}{1+\frac{2^{(n+1)}}{n!}}\to0\cdot\frac{1+0}{1+0}=0$$
indeed by ratio test
$$\frac{3^{n}}{n!}\to 0 \quad \quad \frac{2^{(n+1)}}{n!} \to0 \quad \quad \frac{\sqrt{n}}{3^{n}}\to0$$