Find Limit of 1/2 Series: 1/(n^2 + n)

  • Thread starter Thread starter moo5003
  • Start date Start date
  • Tags Tags
    Limit Series
AI Thread Summary
The limit of the series 1/(n^2 + n) from n=1 to infinity is being analyzed. The discussion highlights the simplification of the series into a telescoping series, which allows for easier computation of the limit. By expressing the series as the difference between consecutive terms, it becomes clear that many terms cancel out. The intuition suggests that the limit may converge to 1/2, but further verification is sought. The approach to finding the limit through the integral of an oscillating function is also mentioned as a relevant method.
moo5003
Messages
202
Reaction score
0

Homework Statement



What is the limit of 1/2 Series from (n=1 to n=Infinity) of 1/(n^2 + n).


The Attempt at a Solution



This is a simplification of finding the integral of an oscillating function from 0 to 1 that makes triangles of height one between 1/n and 1/(n+1)

Thus the area of each triangle is 1/2 * (1/n - 1/(n+1)) = 1/(2n^2 + 2n)

The integral should therefore be equal to the above given limit. From intuition I believe the answer should be 1/2, though I would appreciate any help in determining how this limit is found. Seems like it should be relativley easy to find.
 
Physics news on Phys.org
Well, it's easier in the original form. You want to sum 1/n - 1/(n+1) from n=1 to infinity. Let's write out the first few terms:
\left({1\over 1}-{1\over 2}\right)<br /> +\left({1\over 2}-{1\over 3}\right)<br /> +\left({1\over 3}-{1\over 4}\right)+\ldots
Notice any way to simplify this?
 
As Avodyne said, it's a telescoping series
 
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