Find the Sum of Series up to 11 Terms

  • Thread starter Thread starter rohanprabhu
  • Start date Start date
  • Tags Tags
    Series Sum Terms
AI Thread Summary
The discussion focuses on calculating the sum of a specific series up to 11 terms, where each term involves the sum of cubes divided by the sum of natural numbers. The nth term is derived as T_n = (1/2)(n^2 + n), leading to the total sum S_n = 286 when n is set to 11. However, the calculated result does not match any provided options on a test, which were all between 300-400 and ended with the digit '9'. The contributor expresses confusion over the discrepancy, insisting that the question was correctly remembered. The conversation highlights the importance of verifying problem statements in mathematical contexts.
rohanprabhu
Messages
410
Reaction score
2

Homework Statement



Find the sum of the series:

<br /> S = 1~+~\frac{1 + 2^3}{1 + 2}~+~\frac{1 + 2^3 + 3^3}{1 + 2 + 3}~+~\frac{1 + 2^3 + 3^3 + 4^3}{1 + 2 + 3 + 4}~+~...<br />

upto 11 terms

Homework Equations



Sum of first 'n' natural numbers: S = \frac{n(n + 1)}{2}
Sum of the squares of the first 'n' natural numbers: S = \frac{n(n + 1)(2n + 1)}{6}
Sum of the cubes of the first 'n' natural numbers: S = \left(\frac{n(n+1)}{2}\right)^2

The Attempt at a Solution



In the series, the n^{th} term is given by:

<br /> T_n = \frac{1 + 2^3 + 3^3 + ... + n^3}{1 + 2 + 3 + ... + n}<br />

<br /> T_n = \frac{\left(\frac{n(n+1)}{2}\right)^2}{\left(\frac{n(n + 1)}{2}\right)}<br />

<br /> T_n = \frac{1}{2}(n^2 + n)<br />

Hence,

<br /> S_n = \frac{1}{2}\left(\frac{n(n + 1)(2n + 1)}{6} + \frac{n(n + 1)}{2}\right)<br />

On substituting n = 11, I get:

<br /> S_n = 286<br />

But this isn't one of the options I got on the test. All the options were between 300-400 and all had their last digit '9' [that's all i remember.. they took the question paper away].
 
Last edited:
Physics news on Phys.org
Well from what I see there are no errors. Are you sure you have the question right? Even when we sum 12 terms, we get 364, and 13 would be more than 400.
 
nope.. the question is definitely this. I remember it since i tried to solve for it quite some time. And nope.. not even 364 is an option...
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...

Similar threads

Back
Top