Can't find formula of a serie.

  • Thread starter Thread starter bundleguide
  • Start date Start date
  • Tags Tags
    Formula
bundleguide
Messages
4
Reaction score
0
A problem from my old Calculus book I can't solve...

Homework Statement



Find the formula of this serie knowing its first five terms:

1 +\left(\frac{2}{5}\right)^{2} +\left(\frac{3}{8}\right)^{3} +\left(\frac{4}{11}\right)^{4} +\left(\frac{5}{14}\right)^{5} + \cdots

2. Relevant formulas

If the first term was 1/2 then the formula would simply be

\sum_{i = 1}^{\infty}\left(\frac{i}{2+3(i-1)}\right)^{i}

but the first term being 1, I can't see how to do it...

(Maybe the first term IS 1/2 and it got missprinted in the book ?)

Also, the answer is not given in the book.

The Attempt at a Solution



I've tried these as possible values for a first item equal to 1 without any success:

\left(\frac{1}{2}\right)^{0}=1

\left(\frac{1}{1}\right)^{1}=1

\left(\frac{2}{2}\right)^{1}=1


So, is there a formula for this serie with first term = 1 ?

Thanks !
 
Physics news on Phys.org
could you do 1 + <br /> \sum_{i = 2}^{\infty}\left(\frac{i}{3i-1)}\right)^{i}<br /> ? I can't think of a series that fits there without just not counting the "first" term.
 
How about this?
1/2 +\left(\frac{1}{2}\right)^{1} + \left(\frac{2}{5}\right)^{2} +\left(\frac{3}{8}\right)^{3} +\left(\frac{4}{11}\right)^{4} +\left(\frac{5}{14}\right)^{5} + \cdots

Now you can write this as 1/2 + the summation you had, starting at i = 1, though. I don't see any problem with doing that.
 
Thanks Hogger and Mark44.

I think you got it !

I needed the formula of the serie to figure out if it converge or not.
Substracting 1/2 from it made me remember about this theorem from the book:

"Convergence or divergence of a serie is not affected by adding or substracting a finite number of terms from it."

So, and if I get all this right, convergence or divergence of these series will be the same:

The serie from the book:

1 +\left(\frac{2}{5}\right)^{2} +\left(\frac{3}{8}\right)^{3} +\left(\frac{4}{11}\right)^{4} +\left(\frac{5}{14}\right)^{5} + \cdots

The serie minus 1/2:

\left(\frac{1}{2}\right)^{1} +\left(\frac{2}{5}\right)^{2} +\left(\frac{3}{8}\right)^{3} +\left(\frac{4}{11}\right)^{4} +\left(\frac{5}{14}\right)^{5} + \cdots

The second serie brings us back to the Relevant formula of my original post and I know how to find-out if it converge or not.

If it does, the serie from the book does to.

Is this right ?

Thanks !
 
Yes, this is right.

BTW, there is no such word in English as "serie." The word is series, which is both singular and plural.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top