I have the sequence $a_n = \frac{3^n}{1+3^{2n}}$ and I'm trying to find if it's increasing or decreasing. I used the formula $\frac{a_n}{a_{n+1}}$ to get $\frac{a_n}{a_{n+1}}=\frac{1+3^{2n+2}}{3(1+3^{2n})}\geq 1$. Therefore, the sequence is decreasing, but I'm unsure if this is correct.
1 Answers
It is correct.
$\frac{1+3^{2n+2}}{3(1+3^{2n})}=$
$\frac {3^{2n+2} + 1}{3^{2n+1} + 3} =$
$\frac {3^{2n+2} + 9 - 8}{3^{2n+1} + 3} =$
$\frac {3^{2n+2} + 9}{3^{2n+1} + 3} - \frac 8{3^{2n+1} + 3} =$
$3 - \frac 8{3^{2n+1} + 3}$
As $n \ge 0$ we know that $2n+1 \ge 1$ and $3^{2n+1} + 3 \ge 6$ so $\frac 8{3^{2n+1}} + 3 \le \frac 86 = \frac 43 < 2$ so
$3- \frac 8{3^{2n+1} + 3} \ge 3-\frac 86 > 3-2 = 1$.
.....
Although the following may be easier....
As $3(1+3^{2n}) > 0$ we have
$\frac {1 + 3^{2n+2}}{3(1+3^{2n})} \ge 1 \iff$
$1+3^{2n+2} \ge 3(1+3^{2n}) = 3+ 3^{2n+1} \iff$
$3^{2n+2} - 3\ge 3^{2n+1} - 1\iff$
$3(3^{2n+1} - 1) \ge (3^{2n+1} -1)$. And if we assume $3^{2n+1} - 1 > 0$ which we can so long as $n$ is positive then
$3 \ge 1 \implies 3(3^{2n+1} - 1) \ge (3^{2n+1} -1)$ and we are done...
=======
Regardless, the intuition ought to be that the power $2n$ in the denominator will overpower the the power $n$ in the numerator.
- 124,253
\geto get $\ge$ in math mode – jjagmath Sep 17 '21 at 18:24