Convergence of a series given in non-closed form

AI Thread Summary
The series under discussion is given in a non-closed form, and the analysis focuses on determining its convergence. The terms of the series are expressed as a ratio of products, leading to the conclusion that the sequence of terms is ultimately increasing for n greater than 2. This implies that the limit of the terms approaches infinity as n approaches infinity. Consequently, by the Test for Divergence, the series is determined to be divergent. The final conclusion is that the series does not converge absolutely or conditionally.
Entertainment Unit
Messages
16
Reaction score
1

Homework Statement


Determine whether the given series is absolutely convergent, conditionally convergent, or divergent.

##\frac{1}{3} + \frac{1 \cdot 4}{3 \cdot 5} + \frac{1 \cdot 4 \cdot 7}{3 \cdot 5 \cdot 7} + \frac{1 \cdot 4 \cdot 7 \cdot 10}{3 \cdot 5 \cdot 7 \cdot 9} + \ldots + \frac{1 \cdot 4 \cdot 7 \cdot \ldots \cdot (3n - 2)}{3 \cdot 5 \cdot 7 \cdot \ldots \cdot (2n + 1)} + \ldots##

Homework Equations


None that I'm aware.

The Attempt at a Solution


Before I can apply any of the convergence tests, I need a closed-form expression.

##a_n = \frac{1 \cdot 4 \cdot 7 \cdot \ldots \cdot (3n - 2)}{3 \cdot 5 \cdot 7 \cdot \ldots \cdot (2n + 1)}##

##= \frac{2 \cdot 1 \cdot 4 \cdot 7 \cdot \ldots \cdot (3n - 2)}{2 \cdot 3 \cdot 5 \cdot 7 \cdot \ldots \cdot (2n + 1)}##

##= \frac{2 \cdot 1 \cdot 4 \cdot 7 \cdot \ldots \cdot (3n - 2)(4 \cdot 6 \cdot \ldots \cdot 2n)}{2 \cdot 3 \cdot 4 \cdot 5 \cdot 6 \cdot 7 \cdot \ldots \cdot 2n(2n + 1)}##

##= \frac{2 \cdot 1 \cdot 4 \cdot 7 \cdot \ldots \cdot (3n - 2)2(2 \cdot 3 \cdot \ldots \cdot n)}{(2n + 1)!}##

##= \frac{2 \cdot 1 \cdot 4 \cdot 7 \cdot \ldots \cdot (3n - 2)2n!}{(2n + 1)!}##

##= \frac{1 \cdot 4 \cdot 7 \cdot \ldots \cdot (3n - 2)4n!}{(2n + 1)!}##

and then I'm not sure where to go.
 
Physics news on Phys.org
You don't need to do much calculation in this. Just work out whether the terms are ultimately increasing or decreasing. If they are not decreasing then the series must be divergent, since they are all positive. To prove that, just find the smallest term, and use the fact that all terms are at least as great as that.
 
  • Like
Likes Entertainment Unit and SammyS
Thanks, here's what wound up with:

It is given that ##a_n = \frac{1 \cdot 4 \cdot 7 \cdot \ldots \cdot (3n - 2)}{3 \cdot 5 \cdot 7 \cdot \ldots \cdot (2n + 1)}##

##\implies a_{n + 1} = \frac{1 \cdot 4 \cdot 7 \cdot \ldots \cdot (3n - 2)(3n + 1)}{3 \cdot 5 \cdot 7 \cdot \ldots \cdot (2n + 1)(2n + 3)}##

Suppose ##a_n \lt a_{n + 1}##

##\frac{1 \cdot 4 \cdot 7 \cdot \ldots \cdot (3n - 2)}{3 \cdot 5 \cdot 7 \cdot \ldots \cdot (2n + 1)} \lt \frac{1 \cdot 4 \cdot 7 \cdot \ldots \cdot (3n - 2)(3n + 1)}{3 \cdot 5 \cdot 7 \cdot \ldots \cdot (2n + 1)(2n + 3)}##

##1 \lt \frac{3n+1}{2n + 3}##

##n \gt 2##

which means our supposition that ##a_n \lt a_{n+1}## is correct for ##n > N = 2 \implies \lim_{n\to\infty} a_n = \infty \implies## the given series is divergent by the Test For Divergence.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top