6

For the first problem: $$\sum^{\infty}_{k=1}\frac{5^k}{3^k+4^k}$$

I tried to take the ratio test but was having trouble simplifying $$\frac{3^k + 4^k}{3^{k+1} + 4^{k+1}}$$

For the second problem: $$\sum^{\infty}_{n=1}\tan\left(\frac{1}{n}\right)$$

I don't know how to approach it.

Thanks for the help as always

Billy Thompson
  • 1,860
  • 7
  • 23
  • 23

3 Answers3

4

For the first problem

$$\frac{\frac{5^{k+1}}{3^{k+1}+4^{k+1}}}{\frac{5^k}{3^k+4^k}}$$

$$=\frac{5^{k+1}(3^k+4^k)}{5^k(3^{k+1}+4^{k+1})}$$

$$=5\cdot\frac{\left(\frac34\right)^k+1}{3\cdot\left(\frac34\right)^k+4}$$

So, using Ratio Test: $$\lim_{k\to\infty}\frac{\frac{5^{k+1}}{3^{k+1}+4^{k+1}}}{\frac{5^k}{3^k+4^k}}=\frac54$$

3

Note that $$\lim_{n\to\infty}n^{+1}\tan(n^{-1})=1<\infty$$ so the corresponding series is divergent. That is similar to the following series: $$\sum_1^\infty\sin\left(\frac{1}n\right)$$

Mikasa
  • 67,374
2

For the 2nd one use the limit comparison test with $\dfrac 1 n$, to show it diverges. For the 1st one note that, $\dfrac{5^k}{3^k+4^k}>\frac 1 2(\dfrac{5}{4})^k$ which does not tend to $0$.