2
$\begingroup$

How to show that the following series is convergent, divergent?

$\displaystyle\sum_{k=0}^\infty a_k$ where $a_1 = 1$ and $a_{k+1} = \left( \frac{3}{4} + \frac{(-1)^k}{2} \right) a_k$

It's kind of related to the geometric series, the denominator of the the k-th number is $4^k$ and the numerator grows every second step $5^k$.

I would be glad to only get hints and go from there then..


Observe that $a_{k+2} = \left( \frac{3}{4} + \frac{(-1)^{k+1}}{2} \right) a_{k+1} = \left( \frac{3}{4} + \frac{(-1)^{k+1}}{2} \right) \left( \frac{3}{4} + \frac{(-1)^{k}}{2} \right) a_{k} \\= \left( \frac{3}{4} - \frac{1}{2} \right) \left( \frac{3}{4} + \frac{1}{2} \right) a_{k} = \frac{1}{4} \cdot \frac{5}{4} a_k = \frac{5}{16} a_k $

$\displaystyle \sum_{k=0}^\infty a_k = \sum_{k=0}^\infty b_k + \sum_{k=0}^\infty c_k $

Where $b_1 = 1$ and $b_{k+1} = \frac{5}{16} b_k$ and $c_1 = \frac{1}{4}$ and $c_{k+1} = \frac{5}{16} c_k$.

The latter two are convergent according to the ratio test, because $\lim\sup \frac{|b_{k+1}|}{|b_k|} < 1$ and $\lim\sup \frac{|c_{k+1}|}{|c_k|} < 1$ therefore the original series is convergent as well.

  • 0
    Just noticed, the quotient $\frac{a_{n+1}}{a_n}$ is either $\frac{1}{4}$ or $\frac{5}{4}$. So maybe use the ratio test, where $\lim\sup$ is $\frac{5}{4}$ and therefore the series is divergent?2012-03-26
  • 0
    That's the right idea, if wrong answer.2012-03-26
  • 0
    Hm.. where's my error in reasoning..2012-03-26
  • 0
    Why can you conclude that just because one of the terms is $5/4$ that it diverges? If that were true, write out $3z + 3z^2 + 3z^3 + ...$ as $z + 2z + z^2 + 2z^2 + ...$. By your reasoing, since $2z$ is twice $z$, and $2z^2$ is twice $z^2$, etc., this can never converge. But it does when $|z|<1$2012-03-26
  • 0
    I just noticed: Our phrasing of the [ratio test](http://en.wikipedia.org/wiki/Ratio_test) just includes the $\lim\sup$ and say if $\lim\sup > 1$ then the series diverges. Again when I look at the $\lim\sup \frac{a_{n+1}}{a_n}$ I can't see why the $\lim\sup$ shouldn't equal $\frac{5}{4}$ and therefore is greater than 1. The phrasing in wikipedia useses $\lim$ or a more diverse phrasing with $\lim\sup$ and $\lim\inf$ - confused..2012-03-26
  • 0
    Re-read that Wiki page, it only diverges if $\liminf$ is greater than $1$, not $\limsup$2012-03-26
  • 0
    The wiki page says that if the limit exists and is greater than $1$, then it diverges. For this particular problem, the limit does not exist. sp tjat dpes not apply. Then it says if the $\limsup$ exists and is less then $1$, it converges, and that if the $\liminf$ exists and is greater than $1$, then it diverges. It says nothing about if $\limsup>1$.2012-03-26

1 Answers 1