Let $a_n = \frac{9^n}{n + 5^n}$.
At large $n$ value, $a_n$ is expected to behave like $\frac{9^n}{5^n}$, therefore it diverges.
Using the direct comparison test, how can I find $b_n$ (has to be smaller than $a_n$ to prove that $a_n$ diverges)?
Let $a_n = \frac{9^n}{n + 5^n}$.
At large $n$ value, $a_n$ is expected to behave like $\frac{9^n}{5^n}$, therefore it diverges.
Using the direct comparison test, how can I find $b_n$ (has to be smaller than $a_n$ to prove that $a_n$ diverges)?
By Binomial Theorem $5^{n}=(1+4)^{n}=1+4n+...+4^{n}>1+4n >n$ so $\frac {9^{n}} {n+5^{n}} > \frac {9^{n}} {2(5^{n})}$. Take $b_n=\frac {9^{n}} {2(5^{n})}$.