More a check than a question - I just need to ensure that my logic is correct (I always had trouble with this):
Show whether the series
$$\sum_{n=110}^{\infty}\frac{1}{3^{n}n^{3}}$$
Is divergent, convergent or absolutely convergent.
Solution - We consider:
$$\sum_{n=110}^{\infty}\frac{1}{3^{n}n^{3}} < \sum_{n=110}^{\infty}\frac{1}{n^{3}n^{3}} < \sum_{n=110}^{\infty}\frac{1}{n^{6}}$$
Hence absolutely converges since $\frac{1}{n^{6}}$ is a generalized harmonic series with $p=6$. I can do this, since $\frac{1}{n^{3}}>\frac{1}{3^{n}}$ , and if I can show a greater series converges, then the lesser series must also converge by the comparison test. This whole changing inequalities (which always seemed rather arbitrary to me) in order to show properties is the bit that I always have to get checked because I struggle with it.
Thanks all!
P.S. How do I get my mathematical expressions to appear bigger? My indices always end up squashed to oblivion.
Your proof is fine.
A nice generalization of what you've done is the following:
To prove this, let $M$ be any bound on $\{b_n\}$ and use a comparison test with the sequence $M |a_n|$. In particular, since $1/3^n$ is bounded (by $1/3^{110}$, for example), and $1/n^3$ gives rise to a convergent $p$-series, the product must also converge.