0

Show the series $ \sum_{j=1}^{\infty} \frac{(2^j)+ j}{(3^j) - j} $ converges.

I have looked at an answer here, but I do not understand what these results give us. For example, in the first answer:

$$\frac{2^j + j}{3^j - j} \le \frac{2^j + 2^j}{3^j - j} \le \frac{2^j + 2^j}{3^j - \frac{1}{2} 3^j}$$

What do we do with the last expression? I understand we want to compare it with something, but don't see what.

kiwifruit
  • 707

1 Answers1

2

Hint: $$\frac{2^j + 2^j}{3^j - \frac 12 3^j} = \frac{2^{j+2}}{3^j} = 4 (\frac{2}{3})^j$$

What kind of series is this?

Regarding the inequality:

The first is clearly true since $2^j > j$ for all $j \geq 1$. The second is true for $j < \frac{1}{2} 3^j$ (which is true for $j \geq 1$) since the sum is larger when the denominator is less. Then by comparison, since this geometric series converges, so does the original series.

MT_
  • 19,603
  • 9
  • 40
  • 81